Brainslug
Brainslug
### Describe the Bug After Azri's comment here https://github.com/directus/directus/pull/20263#issuecomment-1787147823 I went looking into the BigInt field type and found a few issue which likely have the same underlying cause. All...
Fixes #20652 ## Scope What's changed: - [Work In Progress] More precise output types. ## TODO - Add test covering this case - Check relational fields combo's with this change...
Fixes #19815 (refs #21069) ## Scope What's changed: - Fixed the `MergeCoreCollection` generic utility - Removed docs reference to issue - Added core schema fallback of `any` allowing direct usage...
Fixes #20633 ## Scope What's changed: - The issue seems to have been with the complexity of the `MergeOptional` generic used before. - Added test case to catch this issue...
```[tasklist] ### Tasks - [x] Migrate `basic-import-sidebar-detail` in Private View - [x] Migrate `component-input` in Private View - [x] Migrate `comment-item-header` in Private View - [x] Migrate `comment-item` in Private...
```[tasklist] ### Tasks - [x] Migrate `v-image Component` (fixed with session tokens) - [x] Migrate `v-upload Component` ```
```[tasklist] ### Tasks - [x] Migrate `collectionsStore` - [x] Migrate `fieldsStore` - [x] Migrate `insightsStore` - [x] Migrate `notificationsStore` - [x] Migrate `permissionsStore` - [x] Migrate `presetsStore` - [x] Migrate...
## Scope What's changed: - Lorem ipsum dolor sit amet - Consectetur adipiscing elit - Sed do eiusmod tempor incididunt ## Potential Risks / Drawbacks - Lorem ipsum dolor sit...
## Scope What's changed: - The verifySessionToken function now throws a "InvalidCredentials" error to be consistent with the rest of the authentication middleware - The session cookie will now be...
Implement a "safety window" keeping the old token active for a short amount of time to resolve in-flight requests using the previous token. As described here https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#renewal-timeout Fixes https://github.com/directus/directus/issues/22360 ##...