135 Commits (48f41cd5ea01e642bb4e70da1934aa980601d03e)

Author SHA1 Message Date
mike12345567 d22f608c6f Formatting. 5 years ago
Martin McKeaveney 1a94ef5039 end to end data providers and opinionated sql 5 years ago
Andrew Kingston abb1d33948 Lint with prettier 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
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 b1b73e1380 fixing various babel issues within tests 5 years ago
mike12345567 397a4d883f Fixing server test cases. 5 years ago
mike12345567 24b3635b9b Linting. 5 years ago
mike12345567 bc6660fd0e Updating permissions to allow roles other than builder/admin to use apps properly. 5 years ago
mike12345567 484e22c62d Upping debounce to 30 seconds as it has no real negative. 5 years ago
mike12345567 ae8e88f426 Switching logic for lazy evaluation. 5 years ago
mike12345567 96ad77b41d Formatting 5 years ago
mike12345567 f56250824c Adding a debounced updated at timestamp to applications. 5 years ago
mike12345567 fba63134d1 Fixing some issues found when testing. 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
mike12345567 4652aaa16f Fixing two issues which were blocking previews, one the user was no longer being updated as an admin (when first building/creating an app) and two, role was not being carried across from global user properly. 5 years ago
mike12345567 e560390d8a Fixing an issue with portal calls causing the app to be re-locked. 5 years ago
mike12345567 799b3fc138 Updating locks to store the whole global user as well as implementing the locks on dev apps fetch. 5 years ago
mike12345567 2fa7ee5bcb Formatting. 5 years ago
mike12345567 f6fbeb4858 Putting together redis lock system. 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 d985d338ec Updating test cases and some re-work of the email system. 5 years ago
Martin McKeaveney 737e9dba47 config specificity 5 years ago
mike12345567 bb5dbf27aa Some re-work of the auth package, making it a bit easier to use/less likely to make a mistake. 5 years ago
mike12345567 7612b5ed16 Swapping over everything to use the new user ID and updating everything after some end to end testing. 5 years ago
mike12345567 ade007482c Updating the server to remove use of the email in the user ID. 5 years ago
mike12345567 8e729f92e1 Some more server-side fixes, updating it so that builders have permissions to do anything for now (means that a builder user doesn't have to be present in app database to work. 5 years ago
Keviin Åberg Kultalahti 5d1d53f679 adds focus action to first input field of modals 5 years ago
mike12345567 8b20fcb573 Getting most of the test auth working, adding in global builder configuration. 5 years ago
mike12345567 d0bdd113e1 Removing the lookup of _id in usage quota when in dev/self host for performance reasons as part of usage quota, re-writing some bits of fetch self for cleaner implementation, fixing some issues with updating/saving users from within app. 5 years ago
Martin McKeaveney 06f3b1fbad ensuring public users can log in after being assigned a roleId 5 years ago
mike12345567 7e6855262b Fixing some issues with the ctx.user, this was previously filled in by the old auth middleware. 5 years ago
mike12345567 42ed66703a Updating current app to set up role in middleware. 5 years ago
mike12345567 f219b4e4fb Removing test cases which are no longer valid. 5 years ago
mike12345567 a209606739 Adding test cases for current app middleware as well as removing some old middlewares that were no longer used. 5 years ago
Martin McKeaveney b728fc1a3c currentapp being set correctly for user 5 years ago
Martin McKeaveney 654a53fc0a Authentication working on builder homepage, integration with currentapp middleware 5 years ago
mike12345567 2aa26a2302 Some work towards implementing the current app cookie, removing some old dead code and re-working some of the different middlewares involved. 5 years ago
Martin McKeaveney 22a3f1691f in progress - currentapp token 5 years ago
Martin McKeaveney 0548fdc863 self endpoint, simple auth 5 years ago
mike12345567 185dd1c7a9 Fixing issue with 403 on schema endpoint due to change in middleware. 5 years ago
mike12345567 eed1228803 Updating snapshot for middleware test. 5 years ago
Martin McKeaveney b5a5df7f60 login page 5 years ago
mike12345567 dccd559b56 Updating some test cases to work with new system. 5 years ago
mike12345567 29787032f0 Fixing an issue with builder auth, adding a temporary endpoint which the server can set builder token on. 5 years ago
mike12345567 18ce4a1e19 Updating authorization test case to remove check for builder security and removing builder security while auth is being worked on - added an option to start stack without server so that user can start it in a debug mode if desired. 5 years ago
mike12345567 62360b1025 Fixing component definition test cases and fixing an issue found by authorized test case. 5 years ago
mike12345567 73e97e50f4 Updating some route middleware security. 5 years ago