69 Commits (e2d29f05625fbb52365014a6fb5fcb2eeff941b8)

Author SHA1 Message Date
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 191c085f17 fix cypress tests, only login if cookie not present 5 years ago
mike12345567 ee1a7a69ac Fixing some issues with auth module. 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 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
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 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 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
Martin McKeaveney 1306f4cd68 move auth controller into it's own dir 5 years ago
Martin McKeaveney edfda5ca4a further simplification of jwt auth 5 years ago
Martin McKeaveney 4390bc5c0c encapsulate db ID generation functions 5 years ago
Martin McKeaveney 1054e25c84 flip auth boolean 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
Martin McKeaveney 87b1924470 groundwork for budibase auth lib 5 years ago
Martin McKeaveney 349a47c1e1 basic couchDB authentication using passport 5 years ago
mike12345567 53b7589d9e Updating worker package with the various parts of server that needed moved over. 5 years ago
mike12345567 bcde3a6d64 Replacing deprecated symbols. 5 years ago