6982 Commits (a95f1839bc29be2844873a99a00a176d4917e670)
 

Author SHA1 Message Date
Michael Drury a95f1839bc
Merge pull request #2064 from Budibase/fix/lucene-filtering 5 years ago
Andrew Kingston 78dc524f79 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 143135151a Send api version as header with every request from client library 5 years ago
Andrew Kingston 0845bde7b4 Add missing version to paginated search endpoint 5 years ago
mike12345567 9f06b180a8 Adding concept of version to APIs. 5 years ago
mike12345567 bf4fb71257 Updating to use default false for search pre-processing. 5 years ago
mike12345567 e96f45464a Updating internal search to disable features were required. 5 years ago
mike12345567 4fbe37ff0e Removing optional chaining, not valid in Node. 5 years ago
Andrew Kingston a5e27e1387 Fix lucene filtering of all types by parsing values as expected types, and correctly wrapping non-numeric types while building queries 5 years ago
Budibase Release Bot f518890ae0 v0.9.78 5 years ago
Michael Drury 3f9c8d8944
Merge pull request #2022 from Budibase/fix/equal-search 5 years ago
mike12345567 2bee1b6b56 Linting. 5 years ago
mike12345567 85f7b056d2 Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
Budibase Release Bot 49f1c20f17 v0.9.77 5 years ago
Michael Drury 353f19ebaa
Merge pull request #2012 from Budibase/fix/update-row 5 years ago
Michael Drury db559e738b Fixing issue with update row after rows API changed. 5 years ago
Budibase Release Bot 5b2c463ebf v0.9.76 5 years ago
Andrew Kingston 53f4d6b790 Remove padding from empty layouts and add option for full width layout content 5 years ago
Budibase Release Bot fb334c6f15 v0.9.75 5 years ago
Michael Drury 4101c45c4b
Merge pull request #1989 from Budibase/fix/email-explanation 5 years ago
mike12345567 1fa0b3f204 Rewording email template descriptions. 5 years ago
mike12345567 da5024633b Linting. 5 years ago
mike12345567 3f56a316c5 Some quick fixes after a user had some confusion over how the email templating works, just adding some detail that should help explain. 5 years ago
Budibase Release Bot be0559606a v0.9.74 5 years ago
Martin McKeaveney 47ba22eb58
Merge pull request #1982 from Budibase/fix/query-array-pg 5 years ago
Martin McKeaveney eba8f104fd fix postgres query array value 5 years ago
Budibase Release Bot 3b07d3143b v0.9.73 5 years ago
Martin McKeaveney 319aa81fc7
Merge pull request #1962 from apoclyps/fix/spellings 5 years ago
Kyle Harrison b4afda7b09 apply fixes for common spelling mistakes 5 years ago
Budibase Release Bot 4afd6f4fbe v0.9.72 5 years ago
Andrew Kingston 4b4610f581 Fix iframe preview loading bug in old client library versions 5 years ago
Budibase Release Bot cdd85c4d11 v0.9.71 5 years ago
Andrew Kingston 6a0acffe61
Merge pull request #1940 from Budibase/ak-fixes 5 years ago
Andrew Kingston 19f2a2067e Improve handling of permission issues and routing issues, and add an error fallback message 5 years ago
Andrew Kingston 1ef2820b5d Expose the screens and layouts from the screen store in the client library 5 years ago
Andrew Kingston b6c6dba721 Don't attempt to enrich a user object whenever the role is PUBLIC to avoid 403s 5 years ago
Andrew Kingston 8c39c4792d Add error handling to builder preview and loading indicator 5 years ago
Andrew Kingston 7b841e709a Mock redis shutdown method to avoid errors 5 years ago
Andrew Kingston e00a37d707 Only clean up app tmp dir if it exists during testing 5 years ago
Andrew Kingston 8f97ea3771 Swap row and column icons 5 years ago
Martin McKeaveney e9d6ddb571 typo 5 years ago
Martin McKeaveney dbef8077f0 better naming, filter out public from inheritable roles 5 years ago
Martin McKeaveney da800dd3fc prevent editing public role in apps 5 years ago
Martin McKeaveney 93b562e2df make logged in users basic by default, prevent allowing users to be assigned as default in the UI 5 years ago
Andrew Kingston eb620ea3ce Add basic fallback error to real apps when client library fails to load 5 years ago
Andrew Kingston 0381204855 Don't reload client app on 403, just show an error instead 5 years ago
Martin McKeaveney 6af078a546 public role in builder backend UI 5 years ago
Martin McKeaveney 561f824606 default to public in UI 5 years ago
Martin McKeaveney 4e8b140c52 default users without roles to public role 5 years ago
Andrew Kingston bd6de7fe31 Remove redirect when user only has access to one app 5 years ago