1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/packages/backend-core/src
2023-12-13 15:57:21 +00:00
..
accounts
auth Fixing typing issues. 2023-12-05 18:17:27 +00:00
blacklist
cache Improving type handling. 2023-12-13 15:39:04 +00:00
configs
constants
context
db
docIds
docUpdates
errors
events
features
logging
middleware Fixing typing issues. 2023-12-05 18:17:27 +00:00
migrations
objectStore Revert TTL on signed urls (#12556) 2023-12-12 10:52:14 +00:00
platform
plugin
queue Fix broken test. 2023-12-13 11:58:56 +00:00
redis Improving types around the writethrough cache, exposing the proper typing from the database and removing a log statement which is useless, errors are correctly propogated if they matter (and handled above this level with proper context) or in the 99% scenario it is not a real error (such as try once locks already being held) and a log is just spammy. 2023-12-13 15:08:23 +00:00
security Adding a check to make sure that encryption does not execute upon directories, as well as adding copy to warn that attachments are not encrypted. 2023-12-06 16:38:03 +00:00
tenancy
timers
users
utils PR comment. 2023-12-06 14:47:13 +00:00
environment.ts Add isSqsAvailable key to the environment endpoint. 2023-12-11 15:22:02 +00:00
helpers.ts
index.ts
installation.ts