118 Commits (7581360e9e77eaac37f0b246028ff824e5d6dfc5)

Author SHA1 Message Date
mike12345567 79b7747714 Fixing session issues after testing a bit. 5 years ago
Martin McKeaveney 93b562e2df make logged in users basic by default, prevent allowing users to be assigned as default in the UI 5 years ago
mike12345567 36c0e45761 WIP - first version of user sessions. 5 years ago
Martin McKeaveney 6af078a546 public role in builder backend UI 5 years ago
Martin McKeaveney 561f824606 default to public in UI 5 years ago
Martin McKeaveney 4e8b140c52 default users without roles to public role 5 years ago
mike12345567 c17bfa34f5 Fixing issue with Redis which was causing CPU peaking if couldn't connect. 5 years ago
mike12345567 44c6b77c55 Fixing issues discovered by cypress tests. 5 years ago
mike12345567 fc9e48e8e7 Fixing authentication with API key issue. 5 years ago
mike12345567 5a9c8daf7b Formatting. 5 years ago
mike12345567 8cffe5c9ff Fixing a collection of issues, specifically users being exported/imported and issues with database import causing weirdness (metadata doc being wrong). 5 years ago
Martin McKeaveney f33c570b1d remove builder role from google auth, only allow google sign in if local account exists 5 years ago
mike12345567 9d3c28ecbf Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 5 years ago
Martin McKeaveney ae1753a654 set content type on client lib upload 5 years ago
Martin McKeaveney 0166c48d40 removing superfluous controllers 5 years ago
Martin McKeaveney ec9ea0e841 remove log 5 years ago
Martin McKeaveney 887426fe34 merge google accounts, improve connection pooling for RDBMS 5 years ago
Martin McKeaveney a453f6cac2 adding watchtower to docker config 5 years ago
mike12345567 bc6660fd0e Updating permissions to allow roles other than builder/admin to use apps properly. 5 years ago
mike12345567 c311bae7b9 Fixing an issue with redirect loop in auth, 5 years ago
mike12345567 be7736afb7 Fixing app cypress test cases. 5 years ago
Martin McKeaveney f3198aec98 sanitizing client lib URL 5 years ago
mike12345567 8200f2a4e8 Fixing issue with redis updates in tests. 5 years ago
mike12345567 bd0f78e38e Changing how connection is waited for. 5 years ago
mike12345567 ec85f13d5a Adding an initial connection timeout of 5 seconds which after it will retry again. 5 years ago
mike12345567 2abe543cb1 Linting and fixing an issue with the dev pass through. 5 years ago
mike12345567 428a9e5ba3 Formatting. 5 years ago
mike12345567 292d520b30 Adding some changes for to redis library, allowing reconnection. 5 years ago
mike12345567 18cbb02bf9 Updating administration middleware so that internal requests allowed through automatically. 5 years ago
mike12345567 4653471412 Updating UI to use the updated at. 5 years ago
mike12345567 f56250824c Adding a debounced updated at timestamp to applications. 5 years ago
mike12345567 8c68f1c134 Fixing issues with the user table within the apps. 5 years ago
mike12345567 6d6eee2a93 Adding the ability to get all apps, with the status attached. 5 years ago
Keviin Åberg Kultalahti a3f5e1af8c lint:fix 5 years ago
Martin McKeaveney d5fb542589 lint 5 years ago
mike12345567 dd4a963c3e Updating role system to never think about the dev app. 5 years ago
Martin McKeaveney 0ed0550e73 revert functionality working 5 years ago
mike12345567 ac0f620b38 Formatting. 5 years ago
mike12345567 c45fdefb48 Adding administration roles API. 5 years ago
mike12345567 2d0122f7d6 A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 5 years ago
Martin McKeaveney 0ee83a2e60 set up live replication between prod and dev instances 5 years ago
mike12345567 e560390d8a Fixing an issue with portal calls causing the app to be re-locked. 5 years ago
mike12345567 86000b1714 Fixing issues with redis keys, however still not removing lock. 5 years ago
Martin McKeaveney 61a5b109f5 dev mode E2E 5 years ago
mike12345567 f6fbeb4858 Putting together redis lock system. 5 years ago
mike12345567 c9d903a92f General cleanup, doing away with the concept of hosting in the builder and the generally confusing difference between cloud, self hosting and running locally - server is simply always a server now. 5 years ago
mike12345567 2ea05c44b4 Changing INTERNAL_KEY to INTERNAL_API_KEY. 5 years ago
mike12345567 7d78d7b15a Some updates, working towards supporting automation send smtp email also removing the styling template, adding to base. 5 years ago
mike12345567 902119c39c Updating with a tested and functional API for uploading files for configs. 5 years ago
Michael Drury cf762f8dcd Some general backend cleanup. moving packages around, removing some traces of electron, and prepping for standardised object store library. 5 years ago