1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
budibase/packages/worker/src/api/controllers/global
2022-04-19 19:42:52 +01:00
..
auth.js Fixing an issue with the public API loading for the first time in a multi-tenant environment, also fixing an issue in self host when switching between environments with different secrets. 2022-03-14 19:05:02 +00:00
configs.js Adding a check to make sure there is a tenant ID for the checklist call when looking up apps in multi-tenant envs. 2022-02-16 12:36:24 +00:00
email.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
roles.js Moving APIs around after some discussion, creating a self API to make it obvious. 2022-02-10 18:34:55 +00:00
self.js Merge branch 'develop' into labday/status-banner 2022-03-08 16:31:07 +00:00
sessions.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
templates.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
users.js Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
workspaces.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00