Rory Powell
|
851850dc03
|
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 |
mike12345567
|
35d96f54c8
|
Adding specific error cases to all app ID checking functions - three cases, is dev/prod, isn't and no app/ID provided.
|
2021-11-16 10:30:37 +00:00 |
Michael Drury
|
0f37562ab6
|
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 |
mike12345567
|
7eb29ffc7d
|
Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations).
|
2021-11-15 17:40:45 +00:00 |
Rory Powell
|
cf13853f09
|
Fixes for google sso, cloud email url and cloud logo updates
|
2021-11-12 13:31:55 +00:00 |
mike12345567
|
c8e02a20a0
|
Updating per review comments.
|
2021-11-10 12:03:43 +00:00 |
Michael Drury
|
8bf2e7278e
|
Adding sync user endpoint to server which can be used by the worker.
|
2021-11-03 23:15:38 +00:00 |
Rory Powell
|
2011e579a1
|
Ignore case when finding user by email
|
2021-10-26 12:40:30 +01:00 |
mike12345567
|
a2d302cd57
|
Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled.
|
2021-10-22 14:34:20 +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 |
Martin McKeaveney
|
f877244571
|
abstract usagedoc creation into auth, create the doc if it doesn't exist
|
2021-09-27 17:35:22 +01:00 |
Andrew Kingston
|
a59c2db8ea
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-09-20 10:33:18 +01:00 |
Martin McKeaveney
|
57b92d5b96
|
fix app fetching
|
2021-09-14 11:16:28 +01:00 |
mike12345567
|
67c07b7e38
|
Fix for issue #2593.
|
2021-09-13 09:00:14 +01:00 |
mike12345567
|
01ca02ea9c
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework
|
2021-09-09 16:33:41 +01:00 |
mike12345567
|
0117c1498f
|
Fixing issue with multi-tenancy and public apps, when the tenant isn't necessarily known, it can be found in the app ID, building a middleware to manage this.
|
2021-09-09 13:27:18 +01:00 |
mike12345567
|
d05c60d470
|
Adding slack integration.
|
2021-09-07 13:58:53 +01:00 |
Martin McKeaveney
|
6d5fa8f9c7
|
catch when no couchDB url passed
|
2021-08-18 11:55:19 +01:00 |
Martin McKeaveney
|
acff289940
|
simplify couchDB configuration
|
2021-08-18 11:23:28 +01:00 |
Martin McKeaveney
|
c66f5ab6ff
|
couchDB auth options
|
2021-08-17 14:11:03 +01:00 |
mike12345567
|
88396b77ed
|
Merge branch 'fix/apps-2195-2282-2283' of github.com:Budibase/budibase into develop
|
2021-08-06 17:14:31 +01:00 |
mike12345567
|
5f997ab836
|
Linting.
|
2021-08-06 16:39:30 +01:00 |
mike12345567
|
c4f8d17a6e
|
Fixes for a lot of issues generated by the use of the pouchdb allDbs call, which is not designed for multi-client DB setups like ours, using CouchDB method instead.
|
2021-08-06 16:38:07 +01:00 |
mike12345567
|
42f08f97cc
|
Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
This reverts commit 0d2e2314d4 , reversing
changes made to 1beca4ee96 .
|
2021-08-05 09:59:08 +01:00 |
Michael Drury
|
f37946d47e
|
Revert "Multi-tenancy/organisations"
|
2021-08-04 10:02:24 +01:00 |
mike12345567
|
75ae7ac8d6
|
Linting.
|
2021-08-02 18:36:32 +01:00 |
mike12345567
|
7a69dcef78
|
re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented.
|
2021-08-02 18:34:43 +01:00 |
mike12345567
|
a21fd3e0ee
|
Limiting use of query string to a few select endpoints for determining tenant ID.
|
2021-07-27 18:02:59 +01:00 |
mike12345567
|
9174615821
|
Fixing an issue where you could accidentally end up on org/admin page due to the reactivity statements firing all the time.
|
2021-07-27 17:56:39 +01:00 |
mike12345567
|
669685580f
|
Linting.
|
2021-07-26 13:20:42 +01:00 |
mike12345567
|
5c58630ed7
|
Fixing up everything found when testing with Cypress.
|
2021-07-26 13:19:47 +01:00 |
mike12345567
|
cfea184633
|
Linting.
|
2021-07-23 20:03:11 +01:00 |
mike12345567
|
a384cc059d
|
Changing how apps are retrieved to be more efficient.
|
2021-07-23 20:01:53 +01:00 |
mike12345567
|
155e30965f
|
Fixing test cases and bugs that they raised.
|
2021-07-22 22:36:16 +01:00 |
mike12345567
|
e62c858a8d
|
Adding mechanism to disable org functionality when multi-tenancy disabled.
|
2021-07-21 17:52:42 +01:00 |
mike12345567
|
2182645339
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-20 15:56:12 +01:00 |
mike12345567
|
c248844a24
|
Adding organisation page.
|
2021-07-16 18:24:32 +01:00 |
mike12345567
|
037dce5016
|
Further work, tenancy now working but some more work to be done.
|
2021-07-16 18:04:49 +01:00 |
mike12345567
|
f0f9736c0b
|
Updating auth to utilise the tenant system.
|
2021-07-16 15:08:58 +01:00 |
mike12345567
|
5ffe3c7935
|
First version of multi-tenancy, work still to be done.
|
2021-07-15 17:57:02 +01:00 |
mike12345567
|
f2c2ead3fc
|
Cleaning up deployments into the app DB, moving API keys to be in global DB (which will be tenancy managed) and adding concept of platform info DB.
|
2021-07-14 16:29:32 +01:00 |
mike12345567
|
e296a67b50
|
Renaming groups to workspaces.
|
2021-07-13 17:27:04 +01:00 |
mike12345567
|
5a9c8daf7b
|
Formatting.
|
2021-06-08 18:06:56 +01:00 |
mike12345567
|
8cffe5c9ff
|
Fixing a collection of issues, specifically users being exported/imported and issues with database import causing weirdness (metadata doc being wrong).
|
2021-06-08 18:06:16 +01:00 |
mike12345567
|
be7736afb7
|
Fixing app cypress test cases.
|
2021-05-25 13:25:42 +01:00 |
mike12345567
|
8c68f1c134
|
Fixing issues with the user table within the apps.
|
2021-05-19 15:55:00 +01:00 |
mike12345567
|
6d6eee2a93
|
Adding the ability to get all apps, with the status attached.
|
2021-05-19 15:09:57 +01:00 |
Martin McKeaveney
|
d5fb542589
|
lint ✨
|
2021-05-17 21:43:50 +01:00 |
mike12345567
|
19b1310c60
|
Merge branch 'feature/draft-apps' of github.com:Budibase/budibase into feature/draft-apps
|
2021-05-17 14:24:36 +01:00 |
mike12345567
|
dd4a963c3e
|
Updating role system to never think about the dev app.
|
2021-05-17 14:20:19 +01:00 |