1709 Commits (e787f22daacc670d06010ea595bc09209116edc2)

Author SHA1 Message Date
mike12345567 ade007482c Updating the server to remove use of the email in the user ID. 5 years ago
Martin McKeaveney 07d108aafa default user 5 years ago
Martin McKeaveney 4700b24793 account for empty user id in automations 5 years ago
mike12345567 ee1a7a69ac Fixing some issues with auth module. 5 years ago
Martin McKeaveney 9db21447c3 uncomment code 5 years ago
Martin McKeaveney 212a1217c5 merge 5 years ago
mike12345567 2edb559fcf Updating auth lib so that it takes in a pouch instance rather than creating its own. 5 years ago
mike12345567 fb4e52baff Updating worker/server to run in cypress properly. 5 years ago
mike12345567 cfbd75b36d Some changes to initial login form, improvements based on testing and attempts to fix cypress test failures. 5 years ago
mike12345567 20a16e07a1 Removing test case that isn't valid anymore. 5 years ago
Martin McKeaveney 4c8c5c17b2 removing initial user creation 5 years ago
mike12345567 3697a270ec Linting. 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
mike12345567 bd2e75c745 Removing server 403. 5 years ago
mike12345567 e9767eabc5 Adding some controls around cookies, expiring them when a 403 is hit. 5 years ago
mike12345567 0f59546169 Formatting. 5 years ago
mike12345567 76608fcdcd Fixing up tests, need to mock most of the worker functionality so that worker doesn't need to run during tests. 5 years ago
mike12345567 8b20fcb573 Getting most of the test auth working, adding in global builder configuration. 5 years ago
mike12345567 fa6267a2ac Fixing an issue with save row, changing how pre existing was handled caused an issue. 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
Michael Shanks 0b0a2daa51 lint fix + remove electron.js 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
Martin McKeaveney f5e5a415ca remove buildertoken refs 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
Martin McKeaveney 0fc957a13d v0.8.16 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 160d02a691 v0.8.15 5 years ago
Martin McKeaveney b1ea1b0fda lint 5 years ago
mike12345567 698c983056 Updating fetch self to get the global user as well as local metadata. 5 years ago
Martin McKeaveney 85f8229ef4
Update microsoftSqlServer.js 5 years ago
mike12345567 e2762e046d Removing test case which was no longer needed. 5 years ago
Martin McKeaveney 22a3f1691f in progress - currentapp token 5 years ago
mike12345567 08ce2b0557 Some fixes for automations, removing password obsfucation in create user step as not useful and making update row work with correct row ID. 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 c30e70c939 v0.8.14 5 years ago
Martin McKeaveney 4b6efc42ed v0.8.13 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 dc62087dad Global user management now functioning as expected, there were some errant db.destroy functions from the system previously, this is now cleaned up. 5 years ago
mike12345567 164ef9a22e Global users now working through the server, all requests proxied. 5 years ago
mike12345567 5cf3740fea Making sure volumes are removed when nuking. 5 years ago
mike12345567 13c368109e Some changes after trying system for first time. 5 years ago
mike12345567 792114ef46 First pass of global user configuration through existing user API with role mappings. 5 years ago