Adria Navarro
70a01c48f1
Merge pull request #9337 from Budibase/bug/#7220-removing-user-from-auth-does-not-remove-from-app
...
Bug - #7220 removing user from auth does not remove from app
2023-01-16 10:49:27 +00:00
Adria Navarro
946cc35ff7
Type request and body
2023-01-16 10:15:00 +00:00
Adria Navarro
ff10fa422b
Unify endpoints
2023-01-13 14:45:04 +00:00
Adria Navarro
09570e26f6
Remove user within the app on deletion
2023-01-12 16:28:02 +00:00
Rory Powell
e5e767f18d
Correlation id's and log context ( #7232 )
...
* Correlation id's and log context
* fix build
* Remove redundant fields from LoggingProcessor.ts
* Only log correlation id when present e.g. this is not present on startup / shutdown / automations
2023-01-11 20:39:33 +00:00
mike12345567
bfaef13768
Refactoring worker, converting all controllers/routes to Typescript and all imports of backend-core to new style.
2022-11-23 18:25:20 +00:00
mike12345567
58e59bfacc
Updating PouchLike to be an interface in types, with its impl stored in backend-core, now called Database.
2022-11-17 14:35:03 +00:00
mike12345567
bc857d7bb8
PR comments - still experiencing build issues.
2022-11-17 13:31:54 +00:00
mike12345567
cdc25d7032
Some worker typescript conversions.
2022-11-16 18:13:34 +00:00
mike12345567
29dd98a7fc
Merge branch 'develop' of github.com:Budibase/budibase into feature/replace-pouch
2022-11-16 18:12:31 +00:00
mike12345567
4328ed1b67
Updating middlewares to Typescript, as well as some fixes based on running tests.
2022-11-16 17:24:13 +00:00
mike12345567
535fab7997
Some major reworks towards higher levels of typescript.
2022-11-16 17:23:12 +00:00
Mel O'Hagan
53e6b1d40b
Send CC and BCC
2022-09-21 16:07:54 +01:00
Rory Powell
59a53736ac
update bulk create and bulk delete backend
2022-08-25 19:41:47 +01:00
Peter Clement
cd426a5ca7
adding limits for uploading users
2022-07-26 12:17:01 +01:00
Peter Clement
00ef0e3ef9
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-05 16:04:01 +01:00
Peter Clement
3de2123dc4
group / user app assignment
2022-07-05 09:21:59 +01:00
mike12345567
63646b0c38
Adding fix for global user retrieval as part of admin creation.
2022-06-30 12:01:15 +01:00
mike12345567
ee345af60d
Removing old caching code.
2022-05-23 15:07:58 +01:00
mike12345567
76f19def26
Moving the withCache function to backend-core so that it can be shared, as well as adding a cache busting function which can be used when one of the checklist configs changes.
2022-05-23 15:03:52 +01:00
Martin McKeaveney
1ce66bd860
turn off withCache for tests
2022-05-23 00:29:45 +01:00
Martin McKeaveney
6d3aa6a806
withCache wrapper for working with redis
2022-05-23 00:09:03 +01: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
mike12345567
1327394784
Switching out @budibase/auth to @budibase/backend-core.
2022-01-10 19:33:00 +00: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
Rory Powell
6af8ab2dc0
Fixes for google sso, cloud email url and cloud logo updates
2021-11-12 13:31:55 +00:00
mike12345567
18b98a158a
Fixing issue found by test case.
2021-11-10 12:52:23 +00:00
mike12345567
47122f76fd
Updating per review comments.
2021-11-10 12:03:43 +00:00
mike12345567
6e76a7dd1a
Adding a check to disable user sync in test when server not available.
2021-11-04 20:28:26 +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
Rory Powell
55599c0a50
Add timeout to node mailer, lower than jest default
2021-10-26 14:31:56 +01:00
mike12345567
1f95c693ac
As with the account portal, updating the monorepo to use the users name if it is available for some email templates.
2021-10-04 17:59:25 +01:00
Rory Powell
ec35b81af8
Fix backup SMTP
2021-10-04 15:58:05 +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
Martin McKeaveney
2da28ecc71
prevent SMTP fallback for automations
2021-09-27 16:28:39 +01:00
Martin McKeaveney
c25bd48616
SMTP config fallback logic
2021-09-27 15:10:06 +01:00
Martin McKeaveney
5b4bf74e2c
re-adding env var controls for cloud limit functionality
2021-09-27 15:03:48 +01:00
Martin McKeaveney
35d4eac78a
fallback SMTP configuration for cloud
2021-09-27 14:57:22 +01:00
Rory Powell
91b9a98247
Password reset for budibase users
2021-09-17 13:41:22 +01:00
mike12345567
46ea3f3e9e
Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
...
This reverts commit 4834b765be
, reversing
changes made to 2456e69483
.
2021-08-05 09:59:08 +01:00
Michael Drury
b86a6fddc9
Revert "Multi-tenancy/organisations"
2021-08-04 10:02:24 +01:00
mike12345567
f3ce979230
Linting.
2021-08-02 18:36:32 +01:00
mike12345567
7743384f77
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
7588bfde39
Adjusting how redis modules are loaded, making sure client is always set, before init.
2021-07-23 16:53:22 +01:00
mike12345567
3f7bafe23d
Linting.
2021-07-22 22:37:20 +01:00
mike12345567
313302cae2
Fixing test cases and bugs that they raised.
2021-07-22 22:36:16 +01:00
mike12345567
912659a8ad
First version of multi-tenancy, work still to be done.
2021-07-15 17:57:02 +01:00
mike12345567
004f719dde
Renaming groups to workspaces.
2021-07-13 17:27:04 +01:00
Martin McKeaveney
bebfe4c6e1
merge with master
2021-07-11 18:07:46 +01:00
Kyle Harrison
2d451bb3a9
apply fixes for common spelling mistakes
2021-07-09 17:54:49 +01:00