6157 Commits (eb620ea3ce44eaae27ffcbf08913cedb90e73af2)

Author SHA1 Message Date
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
Andrew Kingston c4b7428aed Avoid filter editor sending a prop change when filter is not an array, which was causing extra 409s and causing issues with tables 5 years ago
Andrew Kingston 4bc1938966 Fix data provider filtering on datetime fields 5 years ago
Andrew Kingston 83a91a8943 Fix bug with tabs causing them to broadcast a change event on mount 5 years ago
Budibase Release Bot 54dae1b5a2 v0.9.70 5 years ago
mike12345567 abc19bc2c1 Linting. 5 years ago
mike12345567 b4d91769cc Fixing issue with single quotes in strings breaking JSON parsing. 5 years ago
Budibase Release Bot 5f4199a3fb v0.9.69 5 years ago
Budibase Release Bot 1385a08395 v0.9.68 5 years ago
mike12345567 aef512a108 Fixing issue with full list of apps not appearing in user administration, meaning couldn't update roles. 5 years ago
Andrew Kingston 49e3dce3a7 Only override color style on links if a color setting exists 5 years ago
Andrew Kingston 37eca6af91 Only override color style on paragraphs if a color setting exists 5 years ago
Andrew Kingston ab2331a291 Only override existing color style if a color setting exists for Headings 5 years ago
Andrew Kingston 9c954609fd Add border style as an explicit option to prevent issues with dynamically adding it via the styleable helper 5 years ago
Budibase Release Bot 2258f43bc1 v0.9.67 5 years ago
Martin McKeaveney e9572b86d9 pin eslint parser to fix build 5 years ago
Budibase Release Bot 14810c1a0f v0.9.66 5 years ago
mike12345567 7525ccc821 Upgrading target to es6 for typescript compilation. 5 years ago
Andrew Kingston aeb56250ff Add gap to default screen in new apps 5 years ago
Andrew Kingston fd9d1c61cc Improve styles in data source page to be more in line with the portal 5 years ago
Andrew Kingston 91fcb1755a Prevent creating datasource without a type selected 5 years ago
Andrew Kingston ce40b7165a Update autoscreens and default layouts to use new component props 5 years ago
Andrew Kingston f467f9809c Fix border not being applied due to missing border-style rule 5 years ago
Andrew Kingston 9c1cf98fce Fix placement of 'reset fields' button for field groups 5 years ago
Andrew Kingston 545c710ce5 Fix tests 5 years ago
mike12345567 834c89217c Copying none js/ts files into the dist directory after building. 5 years ago
mike12345567 f151948f60 force delete dist directory when building. 5 years ago
Andrew Kingston b2c843adb4 Lint 5 years ago
mike12345567 477adfdbd7 Linting + formatting. 5 years ago
mike12345567 191646b7ee Removing use of the arguments[0] as they don't mesh well with TS. 5 years ago
Andrew Kingston 3a78b26230 Remove deprecated 'inline' style setting 5 years ago
mike12345567 655c6ec381 Fixing cypress test linkup to built files. 5 years ago
mike12345567 d90f77fa42 Speeding up server tests and removing the ability for it to port collide. 5 years ago
Andrew Kingston ed2ff97df1 Add ability for buttons to link to external URLs 5 years ago
Andrew Kingston 930b0b774f Fix embed showing undefined, add size styles and add placeholder 5 years ago
Andrew Kingston c02a7ef311 Fix placeholder styles, add typography settings to link 5 years ago
Andrew Kingston 89ca482003 Increase background image placeholder style 5 years ago
Andrew Kingston 0361f2248b Add placeholder to background image, fix default styles and add size styles 5 years ago
mike12345567 c17bfa34f5 Fixing issue with Redis which was causing CPU peaking if couldn't connect. 5 years ago
Andrew Kingston 28e337858a Add gap prop by default to screens 5 years ago
Andrew Kingston 1711331261 Add size styles and placeholder to image component 5 years ago
Andrew Kingston e5b2a21c82 Add relative z indices to layouts to allow absolutely positioned children in a layout without overlapping the nav 5 years ago
Andrew Kingston 9815a3ff8c Remove lodash functions and recursive context mutation in string templates to increase performance 5 years ago
Andrew Kingston 171b4c9f9f Aggressively optimise client library to prevent handlebars enrichment where possible 5 years ago
mike12345567 19da122425 Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support. 5 years ago