63 Commits (10bb471aff2bbfef2d73f31c885eb2bdd3fe4e69)

Author SHA1 Message Date
mike12345567 8c1f274fbb Making some changes to how configs are scoped. 5 years ago
Martin McKeaveney 39b293aa9d endpoint for budibase configuration checklist 5 years ago
mike12345567 2ee4fd21e4 Updating testing system across the board after playing around with it, having the worker tests run when top level test is ran, fixing environment in worker when testing, removing the use of redis (replacing with ioredis-mock) when in test. 5 years ago
mike12345567 7bc3514fc1 Finalising the usage of redis in the password reset and invitation systems. 5 years ago
mike12345567 b372d2a824 Fleshed out fully all redis interactions for invitations and password resets. 5 years ago
Martin McKeaveney 77830bec4f lint and tidy 5 years ago
mike12345567 1cf778845a Fixing issues with Redis/Bull and the integration with new redis module. 5 years ago
Martin McKeaveney cb02c9bf58 google oauth UI 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 58ca0d4224 Updating auth middleware to accomodate public endpoints for the server properly and some refactoring. 5 years ago
mike12345567 04fd81eb7a v0.18.6 5 years ago
mike12345567 60b61f1322 Fixing login issue. 5 years ago
mike12345567 adce859f98 Formatting. 5 years ago
mike12345567 08c158c121 Adding a redis client to the auth system, as part of work towards the reset password flow. 5 years ago
mike12345567 0dd46d12fa Updating test cases and some re-work of the email system. 6 years ago
mike12345567 ea8e3b7d3f Adding testing to worker, still WIP. 6 years ago
Martin McKeaveney c273152126 fix imports 6 years ago
Martin McKeaveney 9fdff36b54 only keep userId in payload 6 years ago
Martin McKeaveney a071d7b365 tidy up 6 years ago
Martin McKeaveney 2555d711b2 scoped configuration management 6 years ago
Martin McKeaveney 6462848191 config specificity 6 years ago
Martin McKeaveney 8fab374c1f google login reading from couch 6 years ago
Martin McKeaveney 28f8f8b6ef custom google middleware 6 years ago
mike12345567 e85b7682e0 Initial CRUD interface for templates. 6 years ago
mike12345567 15223080d5 Formatting and linting. 6 years ago
mike12345567 76ceb6a951 Some re-work of the auth package, making it a bit easier to use/less likely to make a mistake. 6 years ago
Martin McKeaveney ffe167bbd3 google auth E2E 6 years ago
Martin McKeaveney 301f681c88 config creation and management APIs 6 years ago
mike12345567 de19e986c6 Linting and formatting. 6 years ago
mike12345567 b4c8bf81f7 Swapping over everything to use the new user ID and updating everything after some end to end testing. 6 years ago
mike12345567 c3a1841f01 Updating auth package to remove use of email address (bar logging in). 6 years ago
Martin McKeaveney 4b5d302819 group CRUD 6 years ago
Martin McKeaveney 34a12831a6 basic group apis 6 years ago
mike12345567 b887fd6b99 Changing user db to be called global db. 6 years ago
Martin McKeaveney fdfb9dafb2 fix cypress tests, only login if cookie not present 6 years ago
mike12345567 af53ed2109 Fixing some issues with auth module. 6 years ago
mike12345567 9e1315c535 Updating auth lib so that it takes in a pouch instance rather than creating its own. 6 years ago
mike12345567 c7171d0303 Linting. 6 years ago
mike12345567 6852d3c461 Formatting. 6 years ago
mike12345567 dc20151c19 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. 6 years ago
mike12345567 a76964d12e Updating environment in auth package, easily see required env settings. 6 years ago
Martin McKeaveney 77c98009b8 joi syntax, adding db user builder key to cookie 6 years ago
Martin McKeaveney d72a6dc8df currentapp being set correctly for user 6 years ago
Martin McKeaveney 3226ee90e2 Authentication working on builder homepage, integration with currentapp middleware 6 years ago
mike12345567 eaad867780 Some work towards implementing the current app cookie, removing some old dead code and re-working some of the different middlewares involved. 6 years ago
Martin McKeaveney dd0b4baef5 in progress - currentapp token 6 years ago
Martin McKeaveney 98576f586e login page 6 years ago
mike12345567 e275553f60 Formatting. 6 years ago
mike12345567 3214abb89a Global users now working through the server, all requests proxied. 6 years ago