324 Commits (3c1d2bd7cfd73b3dff3b6ccca6f29fd21effa37e)

Author SHA1 Message Date
Peter Clement 8fb4cd8da4 flag user groups untill licensing ready 4 years ago
mike12345567 b26d0b6f21 Adding fix for issue in cloud with user password deletion causing undefined errors. 4 years ago
Peter Clement e468f83902 adding tests and pr comments 4 years ago
Peter Clement ef2ab96d61 update feature error 4 years ago
Peter Clement 0c831f369d refactor groups into pro and some other pr comments 4 years ago
Peter Clement b078ea9d8d adding limits for uploading users 4 years ago
Peter Clement d1657fe976 adding new custom feature disabled error 4 years ago
Peter Clement 9bb32f610c some more pr comments 4 years ago
Peter Clement 9e4e005dcb move bulk update / delete functionality out of controller 4 years ago
Andrew Kingston d63c547dd6 Use warn rather than info when notifying about ignored conflicts 4 years ago
Andrew Kingston a0380d7b80 Use log rather than warn for logInfo 4 years ago
Andrew Kingston c79e53db80 Ignore 409s in write-through cache 4 years ago
Peter Clement 8a066fb1cb move worker middleware to backend-core 4 years ago
Michael Drury 1682cfdb90 Main bulk of logic around detecting cron recurring failure, still need to disable. 4 years ago
mike12345567 d2987fcf39 PR comments. 4 years ago
mike12345567 0a7ceda807 Fixing an issue with automations being unable to access app databases due to new context stack up. 4 years ago
mike12345567 5dd754f314 Removing console log. 4 years ago
Peter Clement dfdee4d271 lint 4 years ago
Peter Clement b5ffd995f4 split out id parsing into pro repo 4 years ago
mike12345567 c692a656de PR comments. 4 years ago
mike12345567 4c9b82c9ed Fixing some issues highlighted by test cases, as well as refactoring context a bit to make it easier to edit. 4 years ago
Peter Clement 71179b0f1e overview card updates 4 years ago
Michael Drury fedcc2dfd9 Adding a mechanism to deprecate a view and replace it with a new one. 4 years ago
Rory Powell 917cbbb6b1 WIP: Memory leak fix 4 years ago
Rory Powell f7e7693604 Re-apply quota restrictions 4 years ago
mike12345567 c62805853a Updating user search endpoint to allow searching by app ID with a new view, as well as updating user page to have a search input again. 4 years ago
mike12345567 35ed1baeca Updating logging to typescript to fix build issue. 4 years ago
mike12345567 12a8487732 Adding null parameter so that TS doesn't build with strict requirement. 4 years ago
Dean bceff77e35 Properly invalidate the cached user ensuring up-to-date credentials are always used 4 years ago
Peter Clement c9d86230d4 fixing users api references 4 years ago
mike12345567 90453212d5 Moving majority of automation logging functionality to pro. 4 years ago
Dean 4ecae7fa5b Code review updates 4 years ago
mike12345567 f6fc63f1a8 Main body of PR comments - still need to move a bit to pro. 4 years ago
Dean 5a97b71403 OIDC config test fix 4 years ago
Dean 69b424dee6 Removed debugging line 4 years ago
Dean 79f54d5873 Fix for oauth user db update 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 a9d927b713 Adding MinIO handling, backing up to disk by bucket name. 4 years ago
mike12345567 c633c643e2 Adding main functionality for exporting CouchDB to disk, just need to add MinIO export. 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
Martin McKeaveney bec7d86739 cherry pick new ui from develop 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
mike12345567 da2303803c Moving get of logs to pro. 4 years ago
mike12345567 9207642779 Fixing an issue where periodically the cache state of the couch revision gets out of sync and need to update it for cache to be able to write again. 4 years ago
mike12345567 b45557fe26 Adding explanation of the difference between Database and SelectableDatabase in Redis. 4 years ago
mike12345567 c62b6da703 Adding case to handle multi-DB setups, to confirm store same doc ID to different databases and they run in different cache keys. 4 years ago
mike12345567 eeca1cb3ba Updating writethrough cache a bit to make sure it implements the PouchDB API properly. 4 years ago
mike12345567 e3f25795e8 Fixing test case and review comments. 4 years ago
mike12345567 07d47102a1 Adding a class wrapper incase using get/put functions multiple times, functions like the PouchDB constructor. 4 years ago
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. 4 years ago