Rory Powell
|
04386bd1d8
|
Merge pull request #4000 from Budibase/fix/sync-apps-reset-rows-quotas
App and Row Quota Fixes
|
2022-01-21 11:20:14 +00:00 |
mike12345567
|
5638e92ab5
|
Fixing cypress tests, removing change which was added to try and fix reverted test cases.
|
2022-01-20 12:26:59 +00:00 |
Michael Drury
|
84f7405f02
|
Merge pull request #4090 from Budibase/fix/3721
Fixing issue with existing SQL relationships and deleting tables externally to Budibase
|
2022-01-19 15:02:15 +00:00 |
mike12345567
|
a46de08d18
|
Making the worker tell the UI it is in production when running in Cypress.
|
2022-01-19 13:05:31 +00:00 |
Andrew Kingston
|
fa2a958e73
|
Fix server crash when trying to log out and already logged out
|
2022-01-19 11:22:44 +00:00 |
mike12345567
|
bca8212d1d
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/sync-apps-reset-rows-quotas
|
2022-01-12 13:20:22 +00:00 |
mike12345567
|
97c6f3298a
|
Removing use of direct package access.
|
2022-01-12 12:54:25 +00:00 |
mike12345567
|
5ee6aa24b2
|
Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised.
|
2022-01-12 11:32:14 +00:00 |
Rory Powell
|
e58bd14dcc
|
Merge branch 'develop' into fix/sync-apps-reset-rows-quotas
|
2022-01-12 09:34:14 +00:00 |
Rory Powell
|
979313f966
|
Enable migration
|
2022-01-11 18:38:18 +00:00 |
Rory Powell
|
726315afde
|
Sync app quota to correct number, reset and disable rows quota
|
2022-01-11 17:49:42 +00:00 |
mike12345567
|
37d0617ace
|
Renaming some variables to core, fixing test cases that referenced auth directly.
|
2022-01-11 16:18:30 +00:00 |
mike12345567
|
1327394784
|
Switching out @budibase/auth to @budibase/backend-core.
|
2022-01-10 19:33:00 +00:00 |
mike12345567
|
efc691f238
|
Fixing issue #3915 so that when using the short hand URL for apps you will be redirected correctly if not logged in, allows all users to make use of it and updating the builder to send the user to the short form factor URL if not in cloud.
|
2022-01-05 18:26:39 +00:00 |
mike12345567
|
d61cb6c037
|
Some fixes after testing dynamic variables in rest a bit more.
|
2021-12-17 14:08:48 +00:00 |
mike12345567
|
de72792576
|
Setting auth cookie to not expire.
|
2021-12-03 12:39:20 +00:00 |
Martin McKeaveney
|
4b79045dac
|
adding check on backend
|
2021-11-26 15:27:37 +01:00 |
Rory Powell
|
4235aba7a2
|
Merge pull request #3354 from Budibase/rory/fixes-platform-url
Fixes for google sso, cloud email url and cloud logo updates
|
2021-11-16 13:46:06 +00:00 |
Michael Drury
|
5470b77fb3
|
Fixing issue presented by test, passing Couch instance around for when it is being used in memory.
|
2021-11-15 19:34:08 +00:00 |
Rory Powell
|
6af8ab2dc0
|
Fixes for google sso, cloud email url and cloud logo updates
|
2021-11-12 13:31:55 +00:00 |
Michael Drury
|
100311fb93
|
Merge pull request #3251 from Budibase/fix/user-metadata
Syncing user metadata - allow builder to interact with user metadata in app
|
2021-11-10 13:41:57 +00:00 |
mike12345567
|
99c47ab264
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/user-metadata
|
2021-11-08 17:28:32 +00:00 |
mike12345567
|
b310918ec4
|
Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables.
|
2021-11-08 17:25:05 +00:00 |
mike12345567
|
94ee13ffc4
|
Adding the sync call from the worker for creation, updating and deletion of users. Making sure that production and development apps are always up to date with user metadata.
|
2021-11-04 14:53:03 +00:00 |
Martin McKeaveney
|
b80a93d6d5
|
cookie based approach
|
2021-11-04 14:03:18 +01:00 |
Peter Clement
|
63b0938d36
|
Don't show the create datasource popup in dev environments
|
2021-10-14 16:45:27 +01:00 |
Martin McKeaveney
|
1c31ed51c8
|
fixing auto imported path
|
2021-10-13 16:23:16 +01:00 |
Martin McKeaveney
|
74c74d78f2
|
encapsulate global logout function
|
2021-10-13 12:26:26 +01:00 |
Martin McKeaveney
|
af7bddcf22
|
platform logout function
|
2021-10-12 19:49:34 +01:00 |
Martin McKeaveney
|
b38704978a
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/postrelease
|
2021-10-12 16:50:37 +01:00 |
Martin McKeaveney
|
ec26d5c738
|
SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes
|
2021-10-12 16:13:54 +01:00 |
Rory Powell
|
9ea1774bcf
|
Don't perform account deletion check when self hosted
|
2021-10-11 11:14:44 +01:00 |
mike12345567
|
4d04a3baf4
|
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
|
e6844d7bdf
|
Fix an issue with current app cookie, get rid of it on login/logout.
|
2021-10-07 12:19:23 +01:00 |
Rory Powell
|
615d0390d5
|
Honour cookie domain when custom sso is enabled
|
2021-10-06 16:50:15 +01:00 |
Rory Powell
|
ee10bce48b
|
Don't let user exist in multiple tenants when using custom sso
|
2021-10-06 15:15:46 +01:00 |
Rory Powell
|
d63186ff8f
|
Fix email link from internal bb onboarding. Prevent account holder from being deleted
|
2021-10-04 11:30:59 +01:00 |
Michael Drury
|
29b177208c
|
Merge pull request #2815 from Budibase/feature/cloud-export
Cloud export -> self host import
|
2021-09-30 14:55:37 +01:00 |
Rory Powell
|
3fb83eabad
|
Merge branch 'develop' into remove-global-info-users-on-deletion
|
2021-09-30 13:38:12 +01:00 |
Rory Powell
|
6e10c1fa73
|
Remove global info users on user deletion
|
2021-09-30 13:08:07 +01:00 |
mike12345567
|
f8562015ac
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/cloud-export
|
2021-09-30 12:22:28 +01:00 |
Rory Powell
|
b64f1aa322
|
Fix saveUser by adding same tenant check
|
2021-09-30 10:27:35 +01:00 |
Rory Powell
|
f089c20d60
|
replace ?. with &&
|
2021-09-29 17:55:08 +01:00 |
Rory Powell
|
93d4ee4aad
|
Update existing user in account portal check to only check verified users - fix provision flow
|
2021-09-29 17:46:13 +01:00 |
Rory Powell
|
ee7529769f
|
Merge pull request #2789 from Budibase/feature/deprovisioning
Tenant deprovisioning
|
2021-09-29 17:17:26 +01:00 |
mike12345567
|
a0f69251c8
|
Adding the ability to run the monorepo in cloud mode without the connected account portal (login, org setting and admin creation are all available again) as well as re-working how the redirects work to massively reduce the chance of cycles which I was experiencing constantly.
|
2021-09-29 16:55:59 +01:00 |
Rory Powell
|
c74c577ab9
|
Deprovision complete
|
2021-09-29 12:25:01 +01:00 |
Rory Powell
|
591203f5cd
|
Deprovisioning working minus apps
|
2021-09-29 11:36:24 +01:00 |
Rory Powell
|
9942a2d85c
|
Merge branch 'develop' into feature/deprovisioning
|
2021-09-28 17:13:04 +01:00 |
Rory Powell
|
4b30a4e7ef
|
Prevent duplicate internal budibase users across tenants
|
2021-09-28 15:49:03 +01:00 |