70 Commits (a86961085feaf06a9bc1bfbb935020ff1534a3eb)

Author SHA1 Message Date
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 caa62cba1c Adding auth endpoints to no auth list. 5 years ago
mike12345567 02031ce8c9 Formatting, linting and handling year copyright properly. 5 years ago
mike12345567 5de2b26335 Formatting. 5 years ago
mike12345567 84e66f826b Updates after finding a better template to use and adding some real email testing with Ethereal platform. 5 years ago
mike12345567 73ad093a50 Major update, fixing email test case. 5 years ago
mike12345567 d985d338ec Updating test cases and some re-work of the email system. 5 years ago
mike12345567 6564c85a30 continuing work on smtp testing. 5 years ago
mike12345567 46c9df6245 Adding testing to worker, still WIP. 5 years ago
mike12345567 61ed6cf2bc Updating config management for SMTP as well as finalising the work around generating and sending emails. 5 years ago
mike12345567 fcd57cfcb5 putting together the bulk of the email sending/config options. 5 years ago
mike12345567 e2d29f0562 Formatting. 5 years ago
mike12345567 737dd356c3 Fleshing out the main work behind the email generation. 5 years ago
mike12345567 27846e1bee Formatting. 5 years ago
Martin McKeaveney 83f9e00aff fix imports 5 years ago
mike12345567 70c2c7c727 Adding some base templates which will be returned based on purpose, need to create a list of options that will be exposed/made available via configuration. 5 years ago
Martin McKeaveney 9a12239e62 scoped configuration management 5 years ago
Martin McKeaveney caa4f0dfb7 lint 5 years ago
Martin McKeaveney 737e9dba47 config specificity 5 years ago
Martin McKeaveney 1c7689e694 google login reading from couch 5 years ago
Martin McKeaveney 1f831f1281 custom google middleware 5 years ago
mike12345567 e057217b48 Initial CRUD interface for templates. 5 years ago
mike12345567 ec099a9e6f Formatting and linting. 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
Martin McKeaveney b61a29f2ff google auth E2E 5 years ago
Martin McKeaveney 1b54845c5e config creation and management APIs 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
Martin McKeaveney 9b477c6f70 lint 5 years ago
Martin McKeaveney 657ae2b554 group CRUD 5 years ago
Martin McKeaveney 95b768c073 basic group apis 5 years ago
mike12345567 9cc640ac0e Changing user db to be called global db. 5 years ago
Martin McKeaveney 212a1217c5 merge 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 3697a270ec Linting. 5 years ago
Martin McKeaveney eef989f375 joi syntax, adding db user builder key to cookie 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
Martin McKeaveney 0548fdc863 self endpoint, simple auth 5 years ago
Martin McKeaveney d7e187d8f2 builder login 5 years ago
Martin McKeaveney b5a5df7f60 login page 5 years ago
mike12345567 ac1f391383 Formatting. 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 792114ef46 First pass of global user configuration through existing user API with role mappings. 5 years ago
Martin McKeaveney 1306f4cd68 move auth controller into it's own dir 5 years ago
Martin McKeaveney 4390bc5c0c encapsulate db ID generation functions 5 years ago
Martin McKeaveney 73dfad3001 encapsulate more auth functionality into shared module and use in worker 5 years ago
Martin McKeaveney 46ddcdce2c JWT auth on admin endpoints 5 years ago