ian
ian
## Scope What's changed: - Added a new `delta` field to the `directus_versions` table - Contains the final delta which is the combination of all revisions ## Potential Risks /...
## Scope What's changed: - Add new `EXTENSIONS_ENV_ALLOW_LIST` env - Extensions to `useExtensionsEnv` instead of `useEnv` - Clean `process.env` - Add a flag for internal flow operations which has access...
## Scope What's changed: - Added a new `delta` field to the `directus_versions` table - Contains the final delta which is the combination of all revisions ## Potential Risks /...
## Scope What's changed: - Added reload button when the app errors out  ## Potential Risks / Drawbacks - Nil ## Review Notes / Questions - Nil --- Related...
## Scope What's changed: - Reimplemented the skipping of access token refresh logic while it is still fresh ## Potential Risks / Drawbacks - Should not have any as the...
## Scope What's changed: - Added a mutex using local storage to prevent concurrent app token refreshes - `expiresMs` is added in case of browser crashes ## Potential Risks /...
Directus will greatly benefit from the addition of enhanced telemetry reporting and limit management, empowering system administrators with comprehensive insights and control over system usage. This issue aims to implement...
## Scope What's changed: - Added user limits for Admin, App and API accesses ## Potential Risks / Drawbacks - Needs further testing for edge cases ## Review Notes /...
To maintain consistency with other methods.
### Describe the Bug The installed extension is on `0.0.1`. The available version is on `0.1.0`. We should be able to update outdated extensions easily. Workaround: We can uninstall and...