.. |
accounts
|
…
|
|
auth
|
Fixing typing issues.
|
2023-12-05 18:17:27 +00:00 |
blacklist
|
…
|
|
cache
|
Optimise the performance of Writethrough.put.
|
2023-12-14 16:20:31 +00:00 |
configs
|
eslint import/no-duplicates
|
2023-11-20 21:48:49 +01:00 |
constants
|
Move header constants to shared-core
|
2023-12-14 10:07:46 +01:00 |
context
|
Implement per-request JS execution limiting.
|
2023-12-18 15:29:56 +00:00 |
db
|
Remove all custom tracing to see if it's the cause of the memory leak.
|
2023-12-21 11:06:05 +00:00 |
docIds
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
docUpdates
|
…
|
|
errors
|
…
|
|
events
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
features
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
logging
|
Remove all custom tracing to see if it's the cause of the memory leak.
|
2023-12-21 11:06:05 +00:00 |
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
|
type tidy up and lint
|
2023-09-24 22:07:40 +01:00 |
plugin
|
Correct bugs with Datasource+ plugins
|
2023-09-26 21:26:40 -04:00 |
queue
|
Fix automation tests.
|
2023-12-19 16:17:34 +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
|
Adding cookie clearing/logout for when a cross tenant session is detected, make sure that the cookie cannot be used/considered valid after the call is made.
|
2023-12-04 16:47:41 +00:00 |
timers
|
Add traces to track running arbitrary JS.
|
2023-12-19 18:20:13 +00:00 |
users
|
Ensure adding a user as an app builder sets their role to creator
|
2023-11-24 15:54:46 +00:00 |
utils
|
Respond to PR feedback.
|
2023-12-19 09:47:12 +00:00 |
environment.ts
|
Add isSqsAvailable key to the environment endpoint.
|
2023-12-11 15:22:02 +00:00 |
helpers.ts
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
index.ts
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
installation.ts
|
Prettier
|
2023-11-20 21:48:49 +01:00 |