139 Commits (5dcdb2dcb8f7e2625a7b0a00041eda8a6fd2f405)

Author SHA1 Message Date
mike12345567 a864c511c4 Fixing an issue where many rows were handled from different tables in client. 5 years ago
mike12345567 3f960e4f13 Fixing an issue that occurs when the table name and the primary display column are the same name. 5 years ago
Andrew Kingston 047cd4ea88 Merge standard-components into the client library 5 years ago
mike12345567 46ea3f3e9e Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
Andrew Kingston e5418deb89 Add initial work on peeking screens, only show one notification at a time, use spectrum notifications 5 years ago
Andrew Kingston 5202b09499 Send api version as header with every request from client library 5 years ago
mike12345567 27b2a13817 Swapping admin -> global in worker to reduce confusion in API url naming. 5 years ago
Andrew Kingston bdf7b6257a Don't attempt to enrich a user object whenever the role is PUBLIC to avoid 403s 5 years ago
Andrew Kingston 414a7dbee6 Don't reload client app on 403, just show an error instead 5 years ago
Andrew Kingston a41b376999 Fetch and use app theme in real client apps 5 years ago
mike12345567 559e91ec29 Allowing self endpoints to 403 and not reload page. 5 years ago
mike12345567 868d31299a Adding a page reload when 403 occurs, if token has expired this will return to login page. 5 years ago
mike12345567 4950db460c Formatting. 5 years ago
mike12345567 ce8d06df06 Some of the functionality required for external SQL rows API. 5 years ago
mike12345567 146a72f61d Fixing internal delete. 5 years ago
Martin McKeaveney 499583ff22 fixing attachments for public apps 5 years ago
Andrew Kingston 01be9be963 Fix formula fields causing handlebars enrichment of client component settings to fail 5 years ago
Andrew Kingston a94682d645 Simplify loading logic to prevent empty state flashing when loading data in data providers 5 years ago
Andrew Kingston e09440f077 Allow multipage searches and implement optional pagination to data providers 5 years ago
Andrew Kingston 1a2e17ff17 Add support for numerical sorting 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
Andrew Kingston 6f6770cef7 Add server-side searching and pagination to data providers using internal tables 5 years ago
Martin McKeaveney a68227735c ensuring public users can log in after being assigned a roleId 5 years ago
mike12345567 b97071bf82 Rewriting search to use the new couchdb 3.0 search functionality. 5 years ago
Andrew Kingston 6e29423d4d Add data provider component and refactor component setting types 6 years ago
Andrew Kingston bd5bac4ef2 Add support for new relationship objects in client app bindings 6 years ago
mike12345567 b46d9847ad Adding notifier to API for 401 requests, meaning login has notification on fail. 6 years ago
Andrew Kingston 7b4b22377d Display enriched relationship info in grids and bindings 6 years ago
Martin McKeaveney 580ae3fb4c tidy up 6 years ago
Martin McKeaveney 07aeccb36d search UI complete, server side cursor based pagination 6 years ago
Andrew Kingston bd1bd8ee2a Add hot reloading of related datasources for external queries 6 years ago
Martin McKeaveney 2a78d1f419 test 6 years ago
Andrew Kingston c0555745e1 Automatically refresh data when related data changes 6 years ago
Martin McKeaveney b1b02934ed custom columns 6 years ago
Andrew Kingston d85665d21c Allow forms to generate query schemas. Fix query execution action 6 years ago
Michael Shanks 10d672460a fix: views not loading in deployed apps 6 years ago
Andrew Kingston 17ad44369c Ensure fetching datasources always returns an array result 6 years ago
Martin McKeaveney 27c7f5697b internal search working 6 years ago
Andrew Kingston a4de9668ed Add attachment field to forms 6 years ago
Andrew Kingston 9d870dbccc Add current user bindings, and current user relationships as data sources 6 years ago
Keviin Åberg Kultalahti b7006e097c conditionally adds content-type json header if json is sent with request 6 years ago
Andrew Kingston bfd24571b2 Fix client API URLs not being cleaned properly 6 years ago
Andrew Kingston 03e6799258 Remove success notification on query success to prevent notifications on 'read' queries 6 years ago
Keviin Åberg Kultalahti d622b75db3 some more typo fixes 6 years ago
Keviin Åberg Kultalahti 8ed9dd08cf fix typos and linting issues 6 years ago
Keviin Åberg Kultalahti 58f8350984 fixes spelling error 6 years ago
Keviin Åberg Kultalahti b64b164236 adds catch-all notification to some requests that aren't caught in the API 6 years ago
Keviin Åberg Kultalahti d2790ddd19 adds notifications to running queries 6 years ago