mike12345567
|
b920f8cb05
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
mike12345567
|
a2f18e2e44
|
Updating sessions to TS, adding env var to set the session update length, adding reasons for invalidation, making sure errors are never considered authenticated.
|
2022-08-05 17:13:03 +01:00 |
mike12345567
|
0a9edc48b6
|
Updating redis to use typescript and adding the option of a writethrough cache which can be used, by passing a DB and a value to be written + a delay for writes.
|
2022-06-23 20:22:51 +01:00 |
Rory Powell
|
22aa226ca9
|
Event identification
|
2022-05-23 22:14:44 +01:00 |
Rory Powell
|
bd33c827eb
|
Merge branch 'develop' into feature/posthog-v2
|
2022-04-27 16:32:00 +01:00 |
Martin McKeaveney
|
e01ef9bdfb
|
merge with master
|
2022-04-26 10:21:45 +01:00 |
Rory Powell
|
b7cbd2a56a
|
Fix developer count migration when only single developer
|
2022-04-25 15:38:37 +01:00 |
mike12345567
|
ea6f580501
|
Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them.
|
2022-04-19 19:42:52 +01:00 |
Rory Powell
|
3018aaf078
|
Handle no developers on first time startup migration
|
2022-04-13 23:14:36 +01:00 |
Rory Powell
|
23b68660c2
|
Merge branch 'feature/licensing' into feature/posthog-v2
|
2022-04-12 17:12:46 +01:00 |
Rory Powell
|
dd740df387
|
Merge branch 'develop' into feature/licensing
|
2022-04-12 16:18:41 +01:00 |
Rory Powell
|
75be1e031b
|
user / rbac events + tests
|
2022-04-08 01:28:22 +01:00 |
Rory Powell
|
a4b49c3633
|
Logout events
|
2022-04-05 16:56:28 +01:00 |
Rory Powell
|
ef629c9859
|
Fixes
|
2022-03-25 16:08:12 +00:00 |
Rory Powell
|
cb6103a321
|
Fix cross tenant apps with session
|
2022-03-23 16:45:06 +00:00 |
Rory Powell
|
180e37b9f1
|
Tests complete + backwards compatibility for deployment
|
2022-03-22 00:23:22 +00:00 |
Rory Powell
|
bf9f5488fc
|
Merge branch 'develop' into feature/licensing
|
2022-03-21 17:13:16 +00:00 |
Rory Powell
|
62b360b9ea
|
Add developer usage restrictions to SSO user creation
|
2022-03-18 08:01:31 +00:00 |
Rory Powell
|
995f7c4b58
|
Move licensing middleware to pro repo
|
2022-03-08 08:01:41 +00:00 |
Rory Powell
|
3b9303a1fb
|
Enforce licensed developer count + error types/codes framework
|
2022-03-04 13:42:50 +00:00 |
Rory Powell
|
c67de30d8c
|
Invalidate user cache on logout
|
2022-03-03 07:20:30 +00:00 |
mike12345567
|
84bf8c3422
|
Adding tenancy to the API key, making the authenticated middleware aware of new user API keys, using a view to lookup the user by API key.
|
2022-02-11 22:24:48 +00:00 |
mike12345567
|
f9a7bb001f
|
Fixing issue which was blocking the ability to logout fully, as well as causing issues with new user signup and password reset.
|
2022-02-04 17:35:45 +00:00 |
Rory Powell
|
420684a862
|
Merge branch 'develop' into feature/migrations-2.0
|
2022-01-26 15:00:52 +00:00 |
Rory Powell
|
716e254bdd
|
Revert "Fix dev app preview return url"
This reverts commit e76ea10fc2 .
|
2022-01-26 09:33:14 +00:00 |
Rory Powell
|
a66f14a289
|
Migrations 2.0
|
2022-01-24 10:48:59 +00:00 |
Rory Powell
|
e76ea10fc2
|
Fix dev app preview return url
|
2022-01-13 16:29:55 +00:00 |
mike12345567
|
b4f83fa867
|
Changing directory.
|
2022-01-10 19:30:35 +00:00 |