Brainslug
Brainslug
## Description Specifically for M2A relations in MS SQL, because the PK in the m2a junction table is a `varchar` instead of `uuid` it doesnt get upeprcased when saving resulting...
## Description I've added type exports for `EndpointExtensionContext`, `HookExtensionContext` and `OperationContext`. Fixes #16658 ## Type of Change - [ ] Bugfix - [X] Improvement - [ ] New Feature -...
### Describe the Bug Using cockroachDB it is not possible to create the reverse relation to a M2O after the fact. https://user-images.githubusercontent.com/26413686/200910989-2b02f801-5eaf-408e-b206-866659a56bed.mov As it's not a problem when selecting the...
Implements environment variable to set a maximum value for `limit`. If this variable is set then `-1` will be substituted for the max and values over will throw an invalidQuery...
Rework of https://github.com/directus/directus/pull/17094 This PR adds the following: - A migration to update the current `translation_strings` content to a new core table. - Replaced the hydration of translation strings to...
## Description Extracted the changes for dropping `memcached` and `keyv` from the old https://github.com/directus/directus/pull/15537 PR. Features: - Replaces all usages of `keyv` with a new `CacheService`. - Drops memcached support...
Fixes #20810 Builds on top of https://github.com/directus/directus/pull/21239 ## Scope What's changed: - Refactored the app refresh logic to use the SDK - Added shares authentication to the SDK - Implemented...
## Scope fixes https://github.com/directus/directus/issues/21118 fixes https://github.com/directus/directus/issues/21159 What's changed: - Introduced a new authentication mode `"session"` which stores a session token as cookie. - Adds `SESSION_COOKIE_*` environment variables, same subset as...
As the first actual migration step we'll start by moving the App authentication functions (login, logout, refresh) to use the SDK. ```[tasklist] ### Tasks - [x] Refactor token management to...
### Describe the Task Currently we are using `axios` for http requests in the App but with the recent rebuild of the SDK we want to start gradually replacing the...