1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00
Commit graph

98 commits

Author SHA1 Message Date
Rory Powell
0af538816d
Merge pull request #2574 from Budibase/feature/onboarding-backend
Add new redis key for email verification & pre-hashed password option
2021-09-14 11:17:54 +01:00
Rory Powell
ff39d247c8 Configurable user cache population in auth middleware 2021-09-13 17:38:12 +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
Martin McKeaveney
9e73dcdd44 lint 2021-09-06 16:24:51 +01:00
Martin McKeaveney
53aebdf585 fix test failure 2021-09-06 16:18:50 +01:00
mike12345567
9e4ab9054e Allowing all server endpoints to run without tenant information, as most endpoints in server can be public. 2021-09-06 16:01:45 +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
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
d98706c7af Defining fetch for third party image retrieval. 2021-08-05 13:39:40 +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
Martin McKeaveney
d9ad54d939 merge with master 2021-08-04 13:20:11 +01:00
Martin McKeaveney
52c803bf39 adding log to authenticated middleware for K8S env 2021-08-04 10:38:49 +01:00
Michael Drury
655bfe1a0c
Merge branch 'develop' into feature/multi-tenants 2021-08-04 10:07:31 +01:00
Michael Drury
f37946d47e
Revert "Multi-tenancy/organisations" 2021-08-04 10:02:24 +01:00
mike12345567
54e765a182 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 2021-08-03 15:32:25 +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
Rory Powell
1dbf7fa3b7 Fix import 2021-07-29 14:51:35 +01:00
Rory Powell
298cf4965c Sync profile picture when using SSO 2021-07-29 14:43:23 +01:00
mike12345567
b73b20cdbb Linting. 2021-07-27 16:24:39 +01:00
mike12345567
fb562908ee Fixing some issues with public endpoints causing logout loop. 2021-07-27 16:17:02 +01:00
mike12345567
1df08ffe35 Fixing some issues with org not being correctly detected. 2021-07-27 15:35:26 +01:00
mike12345567
e76c44000b Fixing test case. 2021-07-23 20:08:16 +01:00
mike12345567
93f5419072 Adding use of the tenancy ID. 2021-07-23 17:41:00 +01:00
mike12345567
36e1ddf423 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-07-23 17:02:33 +01:00
mike12345567
b5d7e76ec2 Merge branch 'fix/lucene-filtering' of github.com:Budibase/budibase into feature/multi-tenants 2021-07-23 16:10:59 +01:00
mike12345567
9f06b180a8 Adding concept of version to APIs. 2021-07-23 15:29:14 +01:00
mike12345567
190798d4ee Swapping admin -> global in worker to reduce confusion in API url naming. 2021-07-22 12:56:47 +01:00
mike12345567
f99f077cdc Fixing saving of oidc and google auth, neither should require the callbackURL property with the tenancy update. 2021-07-21 11:10:26 +01:00
mike12345567
7afce332c8 Fixing some issues discovered with logging in. 2021-07-20 17:46:41 +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
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
Rory Powell
9e24bc14e7 Add database test configuration to auth package 2021-07-15 12:55:35 +01:00
Peter Clement
2900743545 Add UUID to each oidc config to distinguish each provider 2021-07-13 15:52:21 +01:00
Rory Powell
0982968f79 Setup common test data 2021-07-13 12:08:58 +01:00
Rory Powell
4c9308462e Remove redundant check on requireLocalAccount 2021-07-13 10:46:27 +01:00
Rory Powell
d25d9edda1 Test google auth strategy 2021-07-13 10:17:14 +01:00
Rory Powell
4f397740e0 Add jest to auth package + test oidc strategy 2021-07-13 10:02:08 +01:00
Rory Powell
97a62594ed Update clientId -> clientID 2021-07-09 16:21:42 +01:00
Rory Powell
94aa6b3711 Remove review comment 2021-07-09 09:37:52 +01:00
Rory Powell
63b13fc360 Merge branch 'develop' into feature/oidc-support 2021-07-08 20:15:16 +01:00
Rory Powell
87f05e7d06 Always maintain original user id. No longer remove old user during sync 2021-07-08 16:49:07 +01:00
Rory Powell
8bea18e696 sync third party profile on every login 2021-07-08 16:11:48 +01:00
Rory Powell
7db8658518 remove duplicate scope definition
scope can be defined both within the strategy declaration or when invoking passport
2021-07-08 15:21:54 +01:00
Rory Powell
db9078cebe Linting 2021-07-08 13:12:25 +01:00
Rory Powell
aa601f3701 Integrate with configuration ui / support for email usernames 2021-07-08 13:04:04 +01:00
Rory Powell
ef8b9b40c1 Save email from third party user 2021-07-08 11:54:16 +01:00
Rory Powell
5ec79acabf Merge google/oidc user authentication and surface user relevant error messages during authentication 2021-07-08 11:12:34 +01:00