1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/server/src/api/routes
2022-04-19 19:42:52 +01:00
..
public Fixing issue found by test case. 2022-03-15 20:17:41 +00:00
tests 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
utils Starting to fix up test cases. 2022-02-25 15:55:19 +00:00
analytics.js updating analytics endpoint, removing old NPS survey 2022-03-21 08:00:03 +00:00
apikeys.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
application.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
auth.js Adding some controls around cookies, expiring them when a 403 is hit. 2021-04-14 15:43:34 +01:00
automation.js Moving validators to a single location, simplify route files and all re-usability. 2022-02-24 11:39:38 +00:00
backup.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
cloud.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
component.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
datasource.js Moving validators to a single location, simplify route files and all re-usability. 2022-02-24 11:39:38 +00:00
deploy.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
dev.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
index.js Adding new generation technique, converting openAPI spec to typescript definitions, which are then applied in mapping output middlewares to make sure that the structures of the response are fully respected. 2022-03-01 18:35:08 +00:00
integration.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
layout.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
metadata.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
migrations.js Add app db support + app url migration 2022-01-27 10:40:31 +00:00
permission.js Moving validators to a single location, simplify route files and all re-usability. 2022-02-24 11:39:38 +00:00
query.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
role.js Moving validators to a single location, simplify route files and all re-usability. 2022-02-24 11:39:38 +00:00
routing.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
row.js Add button action allowing for export of client row selection 2022-03-07 12:06:11 +00:00
screen.js Moving validators to a single location, simplify route files and all re-usability. 2022-02-24 11:39:38 +00:00
script.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
static.js Fix app preview 2022-03-25 16:25:46 +00:00
table.js Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles). 2022-03-28 16:34:50 +01:00
templates.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
user.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
view.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
webhook.js Moving validators to a single location, simplify route files and all re-usability. 2022-02-24 11:39:38 +00:00