24 Commits (479220652ebd15e2ae17c2169459ac4e0759e5fe)

Author SHA1 Message Date
mike12345567 5ee6aa24b2 Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised. 5 years ago
mike12345567 1327394784 Switching out @budibase/auth to @budibase/backend-core. 5 years ago
mike12345567 7a26f3769d Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 5 years ago
Rory Powell 2f589a2f42 Add API keys between account portal and budibase 5 years ago
mike12345567 59de40c4ef Formatting and adding routing checks to push the user out of admin menus when they are not an admin. 5 years ago
mike12345567 c6a6d49cd7 Updating administration middleware so that internal requests allowed through automatically. 5 years ago
mike12345567 0bbd45b413 Adding the ability to get all apps, with the status attached. 5 years ago
mike12345567 f08b894e55 Adding admin only endpoint, removing the ability to create/delete global users from the app server and adding a global self user update. 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 c51dacd0fe Adding test cases for current app middleware as well as removing some old middlewares that were no longer used. 6 years ago
Martin McKeaveney 98576f586e login page 6 years ago
mike12345567 3214abb89a Global users now working through the server, all requests proxied. 6 years ago
mike12345567 8cde219db9 First pass of global user configuration through existing user API with role mappings. 6 years ago
Martin McKeaveney 4abe6192dc further simplification of jwt auth 6 years ago
Martin McKeaveney 6aa7a38442 flip auth boolean 6 years ago
Martin McKeaveney c7f4070ff5 encapsulate more auth functionality into shared module and use in worker 6 years ago
Martin McKeaveney cf073a1e55 groundwork for budibase auth lib 6 years ago
Martin McKeaveney 3f1c18e7dd basic couchDB authentication using passport 6 years ago
mike12345567 9423128369 Updating worker package with the various parts of server that needed moved over. 6 years ago
mike12345567 0e9d831e73 Linting. 6 years ago
mike12345567 16a25a7cff When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 6 years ago
mike12345567 e98f9a9e94 Linting. 6 years ago
mike12345567 882cfa700b Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final. 6 years ago
Michael Drury 84a16e2dfb Renaming deployment service to worker service for its expansion plans. 6 years ago