1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00
budibase/packages/backend-core/src
2024-01-25 16:22:39 +00:00
..
accounts
auth Fixing typing issues. 2023-12-05 18:17:27 +00:00
blacklist
cache Merge branch 'master' into BUDI-7656/add-multiple-relationships-dev-script 2024-01-02 12:34:32 +01:00
configs
constants Move header constants to shared-core 2023-12-14 10:07:46 +01:00
context Fix for multi-tenancy issue in local development, couldn't load apps as it requires a tenant ID in the subdomain when in multi-tenancy mode which isn't possible in development - this makes sure that local development can work by using the users cookie instead. 2024-01-03 12:38:31 +00:00
db Fixing typing for performCall. 2024-01-11 17:17:38 +00:00
docIds
docUpdates
errors
events
features
logging Revert "Remove all custom tracing to see if it's the cause of the memory leak." 2024-01-02 11:36:32 +00:00
middleware Remove objects from setUser call. We can add them later if we need them. 2024-01-05 18:10:23 +00:00
migrations
objectStore Revert TTL on signed urls (#12556) 2023-12-12 10:52:14 +00:00
platform
plugin
queue Fixing issue with Redis disconnection - this should correctly reconnect the service when Redis service becomes available again. 2023-12-22 18:28:07 +00:00
redis Removing the use of the addQueries quota functionality from row API - we don't make use of these statistics anymore (and haven't in a while) counting them is pointless and could be causing some loss in performance in these heavily used endpoints. 2024-01-04 17:38:54 +00:00
security Adding a 'SESSION_EXPIRY_SECONDS' environment variable which can be set on the services to configure how long before an idle user is logged out. 2024-01-25 16:22:39 +00:00
tenancy Fix test. 2024-01-03 12:56:53 +00:00
timers Add an extra JS execution time limit check to prevent creating unnecesary VM context. 2024-01-04 10:10:00 +00:00
users Calculate creators count when group role changes 2024-01-18 11:14:25 +01:00
utils Fix for multi-tenancy issue in local development, couldn't load apps as it requires a tenant ID in the subdomain when in multi-tenancy mode which isn't possible in development - this makes sure that local development can work by using the users cookie instead. 2024-01-03 12:38:31 +00:00
environment.ts Adding a 'SESSION_EXPIRY_SECONDS' environment variable which can be set on the services to configure how long before an idle user is logged out. 2024-01-25 16:22:39 +00:00
helpers.ts
index.ts Refactor: usersUtils -> userUtils 2024-01-18 12:03:26 +01:00
installation.ts