6983 Commits (c47d08bb4ab34680d2e1f01fed51699ff7e5d481)
 

Author SHA1 Message Date
Budibase Release Bot c47d08bb4a v0.9.79 5 years ago
Michael Drury 301192af03 Merge pull request #2064 from Budibase/fix/lucene-filtering 5 years ago
Andrew Kingston d6761fa9a8 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 5202b09499 Send api version as header with every request from client library 5 years ago
Andrew Kingston 72061f341e Add missing version to paginated search endpoint 5 years ago
mike12345567 fa3cf585d7 Adding concept of version to APIs. 5 years ago
mike12345567 94744ffbd8 Updating to use default false for search pre-processing. 5 years ago
mike12345567 a5d9883f28 Updating internal search to disable features were required. 5 years ago
mike12345567 e24c6bafd1 Removing optional chaining, not valid in Node. 5 years ago
Andrew Kingston 520651119b 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 d8136d0704 v0.9.78 5 years ago
Michael Drury c55ad5670d Merge pull request #2022 from Budibase/fix/equal-search 5 years ago
mike12345567 2ec00c32b6 Linting. 5 years ago
mike12345567 65358cf10d Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
Budibase Release Bot ec19ff23c2 v0.9.77 5 years ago
Michael Drury 947e399b0b Merge pull request #2012 from Budibase/fix/update-row 5 years ago
Michael Drury 126bf74347 Fixing issue with update row after rows API changed. 5 years ago
Budibase Release Bot 2668f2ba40 v0.9.76 5 years ago
Andrew Kingston cda15789f7 Remove padding from empty layouts and add option for full width layout content 5 years ago
Budibase Release Bot 2bd7934518 v0.9.75 5 years ago
Michael Drury fd76e532c7 Merge pull request #1989 from Budibase/fix/email-explanation 5 years ago
mike12345567 a9160f5914 Rewording email template descriptions. 5 years ago
mike12345567 a31cce0ff9 Linting. 5 years ago
mike12345567 c20fde41ee 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 23bb4215c2 v0.9.74 5 years ago
Martin McKeaveney 0d1cb839ad Merge pull request #1982 from Budibase/fix/query-array-pg 5 years ago
Martin McKeaveney 7e5c4be14f fix postgres query array value 5 years ago
Budibase Release Bot 1f5b3b4467 v0.9.73 5 years ago
Martin McKeaveney 8a70de8d0b Merge pull request #1962 from apoclyps/fix/spellings 5 years ago
Kyle Harrison 2d451bb3a9 apply fixes for common spelling mistakes 5 years ago
Budibase Release Bot f4f2a03503 v0.9.72 5 years ago
Andrew Kingston ef88c740b2 Fix iframe preview loading bug in old client library versions 5 years ago
Budibase Release Bot 330fd8b922 v0.9.71 5 years ago
Andrew Kingston c2b4d93668 Merge pull request #1940 from Budibase/ak-fixes 5 years ago
Andrew Kingston ab4e71c1a4 Improve handling of permission issues and routing issues, and add an error fallback message 5 years ago
Andrew Kingston ee8033e88f Expose the screens and layouts from the screen store in the client library 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 07ea6469fd Add error handling to builder preview and loading indicator 5 years ago
Andrew Kingston 298e948432 Mock redis shutdown method to avoid errors 5 years ago
Andrew Kingston 82c00e6757 Only clean up app tmp dir if it exists during testing 5 years ago
Andrew Kingston dd02b8cf6c Swap row and column icons 5 years ago
Martin McKeaveney 9f3c2a8033 typo 5 years ago
Martin McKeaveney a8277c9385 better naming, filter out public from inheritable roles 5 years ago
Martin McKeaveney 78bd36304e prevent editing public role in apps 5 years ago
Martin McKeaveney 13517d5298 make logged in users basic by default, prevent allowing users to be assigned as default in the UI 5 years ago
Andrew Kingston 197d895174 Add basic fallback error to real apps when client library fails to load 5 years ago
Andrew Kingston 414a7dbee6 Don't reload client app on 403, just show an error instead 5 years ago
Martin McKeaveney aa0906bcad public role in builder backend UI 5 years ago
Martin McKeaveney 68df47e22f default to public in UI 5 years ago
Martin McKeaveney 25fd9cd54f default users without roles to public role 5 years ago