1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
budibase/packages/backend-core/src/middleware
2022-04-20 18:07:48 +01:00
..
passport 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
auditLog.js Changing directory. 2022-01-10 19:30:35 +00:00
authenticated.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
csrf.js Don't apply csrf to existing sessions. Handle only supported content types 2022-01-26 12:52:53 +00:00
index.js Link app context with tenancy, remove app tenancy middleware 2022-03-24 13:04:49 +00:00
internalApi.js Migrations 2.0 2022-01-24 10:48:59 +00:00
matchers.js Changing directory. 2022-01-10 19:30:35 +00:00
tenancy.js Closing global DB using the standard function - not directly. 2022-04-20 18:07:48 +01:00