814 Commits (a4825f8f6cd6a4979b60d362de7699819f2d071f)

Author SHA1 Message Date
mike12345567 b860e05fe8 Quick fix for realEmail test which was causing problems. 4 years ago
mike12345567 ec9c0a3ed7 Increasing real email test timeout. 4 years ago
mike12345567 a946641735 Fix for #6681 - email save validation not working. 4 years ago
Martin McKeaveney 2b42545b77 prevent redirect on app overview by allowing builders access to user endpoint 4 years ago
Mel O'Hagan a72bcd9645 Add await to cache delete 4 years ago
mike12345567 216298c74b Fixing issue which can block accessing platform - if error scenario occurs but admin user partially created. 4 years ago
Dean d7a572d9ee Code review update, removing sheets scope from authentication 4 years ago
Dean 4ecae7fa5b Code review updates 4 years ago
Dean 709e8600b0 Auth test fix for oidc strategy mocks 4 years ago
Dean 2ea4a9d225 Refresh the OAuth tokens automatically when making rest calls. Fix to remove the password from the api token authentication. 4 years ago
mike12345567 136eec3388 Updating to maintain the old worker API for deprecation purposes, but removing from frontend usage. 4 years ago
mike12345567 2733f48492 Updating user page to search through the backend and building a basic pagination store that can be used for it. 4 years ago
mike12345567 3344a756d7 Adding fix for global user retrieval as part of admin creation. 4 years ago
mike12345567 e7ff299c63 Adding user pagination, removing usages of the global user list from builder and replacing with direct user lookups where possible, still need to apply filtering to username/email serverside. 4 years ago
Mel O'Hagan 8468222431 Delete checkList cache on destroy 4 years ago
Dean dc20ecc5ff Merge commit 4 years ago
Rory Powell a2b9fcd448 Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 4 years ago
Rory Powell e447fd11d1 Build fixes 4 years ago
Martin McKeaveney 35b007d13c fix users list on app overview 4 years ago
Rory Powell 429f379431 Failover protection with event cache 4 years ago
Rory Powell fd845284d3 Lots of failure handling and caching 4 years ago
Rory Powell 9610d8f1e7 Identity tenant and installation groups, property updates 4 years ago
Rory Powell 967fc8a397 Fix provisioning in multi tenant environment 4 years ago
Rory Powell ab54ae29ab Fix provisioning in multi tenant environment 4 years ago
Rory Powell cbc3e72757 app and account properties, add account details to all user and tenant identities 4 years ago
Rory Powell b69a0836f5 Identity updates 4 years ago
Rory Powell 9d0b4ef45e User context updates and misc fixes 4 years ago
Rory Powell 22aa226ca9 Event identification 4 years ago
Martin McKeaveney 1cc140d50a making checklist cache length controllable through env var 4 years ago
Martin McKeaveney b30c045663 enable clustering on server and worker services, better log output on user not found errors 4 years ago
mike12345567 7be0dad245 Updating cache to 1 hour. 4 years ago
mike12345567 100f5a6f3c 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. 4 years ago
Martin McKeaveney 9483712c7e withCache wrapper for working with redis 4 years ago
Martin McKeaveney 7299863d28 query optimisation on checklist endpoint 4 years ago
Martin McKeaveney 0606519695 lint 4 years ago
Rory Powell 8ae358d237 App migrations finished 4 years ago
mike12345567 7ec772e0de Adding upgrade messaging. 4 years ago
mike12345567 36a190b0ed Finishing off UI, expanding settings menus from 80ch to 90ch as they were quite restricted and made the usage UI a bit difficult to view. Added a DISABLE_DEVELOPER_LICENSE env variable for testing. 4 years ago
Martin McKeaveney 630f29444d fix build 4 years ago
Rory Powell b21ba78cf2 Feature flag upgrade page 4 years ago
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. 4 years ago
Rory Powell 769f48f935 Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 4 years ago
Rory Powell 76d4e5d760 Test updates 4 years ago
Rory Powell 6a346d4650 User management events 4 years ago
Rory Powell 75be1e031b user / rbac events + tests 4 years ago
Rory Powell ed9836d8a6 query / update events + tests 4 years ago
Rory Powell 9d264ef1ba org settings events + tests + stub license events 4 years ago
Rory Powell b650863a2b smtp events + centralise worker test config 4 years ago
Rory Powell 1a131f3e19 Refactor automation tests to run independently 4 years ago
Rory Powell 9ebdf837fc sso activated/deactivated events + tests 4 years ago