1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
Commit graph

7862 commits

Author SHA1 Message Date
Peter Clement d11f8fed59 fix issue where automation block was not being added in the correct order 2021-10-11 11:10:26 +01:00
mike12345567 a7b5fc2e1b Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 2021-10-08 18:21:40 +01:00
Rory Powell 4b60467ecc Fix linting 2021-10-08 13:22:08 +01:00
Rory Powell 9ffac50335 Merge branch 'develop' into dev-modes 2021-10-08 13:15:38 +01:00
Rory Powell b7bf662e6d Introduce dev modes, update contributor guide 2021-10-08 13:13:16 +01:00
Mitch-Budibase 5ae5d8ddf0
Merge pull request #2819 from Budibase/cypress-testing
Cypress testing - New Tests/Commands + Other Changes
2021-10-08 11:51:58 +01:00
Mitch-Budibase ce64923813 Some changes for addMultiOptionDatatype 2021-10-08 11:45:54 +01:00
Budibase Staging Release Bot 5e4e15fe9e v0.9.160-alpha.0 2021-10-08 10:05:15 +00:00
Mitch-Budibase 58a40be2e5 Update commands.js 2021-10-08 10:56:44 +01:00
Budibase Release Bot 767fdfdfc8 v0.9.161 2021-10-07 22:32:31 +00:00
Budibase Release Bot 07a3f46cc8 v0.9.160 2021-10-07 22:18:59 +00:00
Budibase Release Bot 812d6e5a51 v0.9.159 2021-10-07 21:55:18 +00:00
Budibase Release Bot 59cdc495d5 v0.9.158 2021-10-07 21:20:53 +00:00
Budibase Staging Release Bot fb2720968f v0.9.158-alpha.0 2021-10-07 21:09:01 +00:00
Martin McKeaveney 05f058b00f merge 2021-10-07 21:58:09 +01:00
Budibase Staging Release Bot 40b72d2562 v0.9.157-alpha.0 2021-10-07 20:17:21 +00:00
Budibase Release Bot d3934eaeda v0.9.157 2021-10-07 20:07:47 +00:00
Martin McKeaveney 816d06d9e9 merge 2021-10-07 21:05:39 +01:00
Martin McKeaveney 9bbe8c1726
Merge pull request #2919 from Budibase/remove-cloud-updates
Remove update screen in the cloud
2021-10-07 20:59:31 +01:00
Martin McKeaveney 43d3c2af4d adding made in budibase tag 2021-10-07 20:57:50 +01:00
mike12345567 b87559917b Adding a check for test environment to not clear app cookie on login as this breaks cypress. 2021-10-07 17:39:44 +01:00
mike12345567 b267698caa Fixing another issue with ethereal test package. 2021-10-07 16:35:11 +01:00
mike12345567 a4014c5580 Fixing a small issue with email test fix. 2021-10-07 16:14:00 +01:00
mike12345567 64b98a6d18 Adding functionality to check if ethereal is down, if it is don't fail the test. 2021-10-07 16:11:33 +01:00
mike12345567 380d0e030e Fixing issue with user's being logged in and trying to access other tenants public apps, this work makes sure that users from other tenants will not be 403'd immediately (too aggressive) but instead they will have all other their RBAC roles revoked. 2021-10-07 15:49:26 +01:00
Rory Powell dfee7ebc7a Remove update screen in the cloud 2021-10-07 15:41:53 +01:00
Martin McKeaveney 6ccaea4a9f remove currentapp stuff 2021-10-07 15:39:22 +01:00
mike12345567 ad9e5e4334 Fixing an issue with handlebars-helpers 2021-10-07 14:06:28 +01:00
Mitch-Budibase 2ee4c13826
Merge branch 'develop' into cypress-testing 2021-10-07 14:01:22 +01:00
mike12345567 2f36a7b144 Merge branch 'master' of github.com:Budibase/budibase into fix/tenant-public 2021-10-07 13:11:20 +01:00
Martin McKeaveney dff57982ea Merge branch 'master' of github.com:Budibase/budibase into fix/post-release-fixes 2021-10-07 13:09:10 +01:00
mike12345567 245c92482c Fix an issue with current app cookie, get rid of it on login/logout. 2021-10-07 12:19:23 +01:00
Martin McKeaveney eead9b07b3 fix user ping event 2021-10-07 12:15:05 +01:00
Martin McKeaveney b9a47f096d fix intercom createdAt 2021-10-07 12:03:08 +01:00
Martin McKeaveney ddcced8c81 CSS fixes for template themes 2021-10-07 11:48:38 +01:00
Martin McKeaveney 910477a765 fix table view export in prod 2021-10-07 11:26:09 +01:00
Martin McKeaveney ff7683bb0b fix view export 2021-10-07 11:14:36 +01:00
Budibase Release Bot 4b96866cd2 v0.9.156 2021-10-07 07:50:40 +00:00
mike12345567 be5f3a84ca Fixing minor mistake. 2021-10-07 08:33:39 +01:00
Budibase Release Bot 2a8d5814b1 v0.9.155 2021-10-06 21:26:52 +00:00
Martin McKeaveney 191299697b prevent cross tenant app access 2021-10-06 22:16:50 +01:00
Budibase Staging Release Bot 399b6ba327 v0.9.154-alpha.1 2021-10-06 18:20:14 +00:00
Michael Drury 6d0412b851
Merge pull request #2909 from Budibase/fix/mike-fixes
Various minor fixes
2021-10-06 19:12:06 +01:00
mike12345567 1fbd84b629 Making sure creation of SQL rows don't pass down null columns (no point). 2021-10-06 17:55:03 +01:00
mike12345567 1684f18217 Fixing issue #2276 - allows reverting a SQL column to null if no input. 2021-10-06 17:52:12 +01:00
mike12345567 3878cf76cd Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones. 2021-10-06 17:38:32 +01:00
Budibase Release Bot 9ca8c3fda6 v0.9.154 2021-10-06 16:37:28 +00:00
Budibase Staging Release Bot 32a6e40291 v0.9.154-alpha.0 2021-10-06 16:34:29 +00:00
Martin McKeaveney c71e255c0c merge with master 2021-10-06 17:23:13 +01:00
Budibase Staging Release Bot bd05793063 v0.9.153-alpha.2 2021-10-06 16:12:27 +00:00
mike12345567 3cc733eefd Merge branch 'develop' of github.com:Budibase/budibase into fix/mike-fixes 2021-10-06 16:58:02 +01:00
Rory Powell 322ef42713 Honour cookie domain when custom sso is enabled 2021-10-06 16:50:15 +01:00
Budibase Release Bot f96b0c95e8 v0.9.153 2021-10-06 15:36:11 +00:00
mike12345567 2b0bdffa65 Fixing an issue with attempting to access a locked app causes a redirect loop locking up browser. 2021-10-06 16:27:46 +01:00
Budibase Staging Release Bot d10fe0f770 v0.9.153-alpha.1 2021-10-06 15:23:47 +00:00
Martin McKeaveney b9da1751cd
Merge pull request #2905 from Budibase/fix/internal-email-onboarding
Don't redirect when tenant is missing, if unauthenticated
2021-10-06 16:14:54 +01:00
Martin McKeaveney cec4c9ba35
Merge pull request #2901 from Budibase/fix/custom-sso-enforce-cross-tenancy
Don't let user exist in multiple tenants when using custom sso
2021-10-06 16:14:34 +01:00
Rory Powell 73afd331d4 Don't redirect when tenant is missing, if unauthenticated 2021-10-06 16:11:10 +01:00
Budibase Staging Release Bot 586f71e0be v0.9.153-alpha.0 2021-10-06 15:02:59 +00:00
Rory Powell 13a2770c26 Fix tests 2021-10-06 15:57:13 +01:00
Peter Clement 82fed89d04
Merge pull request #2902 from Budibase/bug/pc-ux-fixes
Some UX fixes for datasources and automations
2021-10-06 15:53:22 +01:00
Martin McKeaveney 8ce19dc527 merge with master 2021-10-06 15:50:00 +01:00
Martin McKeaveney b7168d9821 Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-10-06 15:48:20 +01:00
Budibase Staging Release Bot ee2fd89b0b v0.9.152-alpha.2 2021-10-06 14:46:31 +00:00
Martin McKeaveney 09d4175501
Merge pull request #2903 from Budibase/cloud-license-agreement
added 'you agree to license' on cloud login
2021-10-06 15:36:57 +01:00
Martin McKeaveney a3e01cccdb don't upload tarball to s3 in cloud 2021-10-06 15:36:40 +01:00
mike12345567 8699d7293b Fixing an issue with new data source creation, could not view fetched tables until refresh page. 2021-10-06 15:31:32 +01:00
Budibase Staging Release Bot 37cfac65bf v0.9.152-alpha.1 2021-10-06 14:26:36 +00:00
Budibase Release Bot 843e5d1898 v0.9.152 2021-10-06 14:19:18 +00:00
Martin McKeaveney 6127ac662e
Merge pull request #2900 from Budibase/ak-fixes
Misc fixes
2021-10-06 15:17:48 +01:00
Mike Shanks 2597dc833d added 'you agree to license' on cloud login 2021-10-06 15:16:36 +01:00
Rory Powell f10297953f Don't let user exist in multiple tenants when using custom sso 2021-10-06 15:15:46 +01:00
Peter Clement e7d30a968a allow user to add automation block between existing blocks 2021-10-06 15:09:51 +01:00
Budibase Staging Release Bot ce4c101479 v0.9.152-alpha.0 2021-10-06 14:08:17 +00:00
Peter Clement 5229954b22 update icon padding and block background-color 2021-10-06 15:07:51 +01:00
Peter Clement 89dc9f886a do not persist datasource config details in modal 2021-10-06 15:06:48 +01:00
Martin McKeaveney be4b59c92c merge with master 2021-10-06 14:57:34 +01:00
Martin McKeaveney 1c9147974e
Merge pull request #2898 from Budibase/fix/custom-sso-redirect
Updates to suport non cloud single and multi tenancy
2021-10-06 14:50:27 +01:00
Martin McKeaveney 3cb088e930
Merge pull request #2896 from Budibase/feature/onboarding-templates
Feature/onboarding templates
2021-10-06 14:50:12 +01:00
Martin McKeaveney f8b76a4860 use start from scratch instead of create app button 2021-10-06 14:35:00 +01:00
Martin McKeaveney 5d64be2b73 Redesign UX, get rid of welcome screen 2021-10-06 14:33:21 +01:00
Rory Powell 09b0dbe868 Updates to suport non cloud single and multi tenancy 2021-10-06 14:09:43 +01:00
Andrew Kingston 67543ef9be Fix drag and drop indicator positioning when not using desktop preview 2021-10-06 13:59:25 +01:00
Budibase Staging Release Bot 9bb679d1cf v0.9.151-alpha.4 2021-10-06 12:38:24 +00:00
Andrew Kingston 2a736c16d7 Fix padding being added to empty layouts in mobile view 2021-10-06 13:33:37 +01:00
Andrew Kingston 86f0c77e1f Revert to BB logo favicon 2021-10-06 13:28:24 +01:00
Andrew Kingston 360c99e5c7
Merge pull request #2887 from Budibase/ak-fixes
Fix date picker on mobile + text changes
2021-10-06 12:42:55 +01:00
Martin McKeaveney b26d376dbc adding template options to create app modal 2021-10-06 11:38:17 +01:00
Martin McKeaveney 0072f1cd6b making the onboarding modal inline and shown when you have no apps 2021-10-06 10:54:24 +01:00
Martin McKeaveney 9e41b9cd8f UX improvements 2021-10-05 23:49:32 +01:00
Martin McKeaveney ddfecf14dc templates working end to end 2021-10-05 23:02:28 +01:00
Maurits Lourens 53cfb8dc9c fix tests 2021-10-05 13:38:03 +02:00
Budibase Staging Release Bot 15a01f0c1d v0.9.151-alpha.3 2021-10-05 11:23:23 +00:00
mike12345567 c3a4ab2377 Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-10-05 12:15:17 +01:00
mike12345567 485d704586 Updating string templates library. 2021-10-05 12:14:29 +01:00
Budibase Staging Release Bot 005c5895c0 v0.9.151-alpha.2 2021-10-05 11:07:22 +00:00
Michael Drury a500226b21
Merge pull request #2886 from Budibase/email-user-name
Using the user's name in emails sent out where possible
2021-10-05 11:59:14 +01:00
Maurits Lourens 42d5140c7f add a slash before the path and a questionmark before the querystring 2021-10-05 12:20:09 +02:00
Budibase Staging Release Bot e32b0698d0 v0.9.151-alpha.1 2021-10-04 17:25:50 +00:00
Andrew Kingston 4b7cc205ae Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes 2021-10-04 18:16:41 +01:00