mistykey/packages/backend/src
Hazelnoot ece03bef61 QuantumKVCache upgrades:
* Implement optionalFetcher callback
* Allow rate limits for all fetcher types
* De-duplicate concurrent fetch operations
* Stricter type checks for cache value types
* Add abort-on-dispose support for all fetcher types
* Dispose terminates and awaits all in-progress fetches
* Throw on attempts to use a disposed cache
* Unit test cleanup
* Reduced overhead for async operations
* More normalized exception handling
2025-11-11 23:59:03 -05:00
..
@types fix AppLockService and redis-lock library 2025-11-05 19:35:41 -05:00
boot use coreLogger in master.ts and NestLogger.ts 2025-11-07 01:12:15 -05:00
core update all QuantumKVCache fetchers to use consistent code styles 2025-11-11 20:18:12 -05:00
daemons fix module imports 2025-11-05 19:42:30 -05:00
global support async disposal in CacheManagementService 2025-11-11 22:54:35 -05:00
misc QuantumKVCache upgrades: 2025-11-11 23:59:03 -05:00
models fix user list API schema, access checks, and caching 2025-11-05 19:42:31 -05:00
queue move uriPersonCache to ApPersonService 2025-11-07 00:08:57 -05:00
server fix custom errors having the wrong name in stack traces 2025-11-11 20:07:28 -05:00
config.ts use platform services in startup routines 2025-11-05 19:42:30 -05:00
const.ts recognize video/x-matroska (MKV files) as a video type 2025-09-13 11:42:20 -04:00
decorators.ts refactor(backend): use Reflet for autobind deco (#14482) 2024-09-15 17:43:24 +09:00
di-symbols.ts add new Console global DI to abstract the node.js console 2025-11-05 19:42:30 -05:00
env.ts fix envOptions being impossible to disable if they defaul to on 2025-11-05 19:42:31 -05:00
global.d.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GlobalModule.ts use platform services in startup routines 2025-11-05 19:42:30 -05:00
logger.ts fix incorrect reference to process.env in Logger 2025-11-11 20:17:05 -05:00
MainModule.ts fix module imports 2025-11-05 19:42:30 -05:00
NestLogger.ts use coreLogger in master.ts and NestLogger.ts 2025-11-07 01:12:15 -05:00
postgres.ts use platform services in startup routines 2025-11-05 19:42:30 -05:00
types.ts fix type errors in NotificationService / NotificationEntityService 2025-10-07 20:49:42 -04:00