dependabot[bot]
b77a3857e6
Bump tsup from 8.1.0 to 8.1.2 ( #23060 )
...
Bumps [tsup](https://github.com/egoist/tsup ) from 8.1.0 to 8.1.2.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v8.1.0...v8.1.2 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 09:28:52 +02:00
dependabot[bot]
f0a4d15388
Bump vue-tsc from 2.0.22 to 2.0.26 ( #23055 )
...
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc ) from 2.0.22 to 2.0.26.
- [Release notes](https://github.com/vuejs/language-tools/releases )
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.26/packages/tsc )
---
updated-dependencies:
- dependency-name: vue-tsc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 23:18:29 +02:00
SP12893678
cf3c82684b
Add id description of available props in extensions panels docs ( #23050 )
2024-07-18 12:56:39 -04:00
dependabot[bot]
d6a5809708
Bump @types/lodash from 4.17.6 to 4.17.7 ( #23047 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.17.6 to 4.17.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 08:56:30 -04:00
Rijk van Zanten
5606a9c197
Update dependabot.yml
2024-07-18 08:53:47 -04:00
daedalus
bde5d9b01d
Merge commit from fork
2024-07-17 13:26:54 -04:00
dependabot[bot]
ed7176486d
Bump apexcharts from 3.49.2 to 3.50.0 ( #23038 )
...
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js ) from 3.49.2 to 3.50.0.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases )
- [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0 )
---
updated-dependencies:
- dependency-name: apexcharts
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:24:35 +02:00
dependabot[bot]
f9841af826
Bump dompurify from 3.1.5 to 3.1.6 ( #23037 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.5...3.1.6 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:22:57 +02:00
Brainslug
3aef9bbc48
SDK Core Field type checking fails ( #21089 )
...
* updated relational fields to use the complete schema
* prettier
* Create few-horses-join.md
* Revert "updated relational fields to use the complete schema"
This reverts commit ac839c0ec8 .
* Added type test for the core collection fallback
* fixed core collection fallback
* QoL set default schema for core collections
* prettier
* removed docs reference
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-16 17:01:25 -04:00
José Varela
c816c50e75
Api: Emit filter for email.send ( #23024 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-07-16 16:02:12 +02:00
Jan Arends
448a7a2cc3
Fixed slow introspection query in MS SQL - take III ( #22947 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-07-16 15:59:41 +02:00
Pascal Jufer
5203ca47cb
Update logger import in error-handler test ( #23030 )
2024-07-16 09:17:39 -04:00
SP12893678
33fc00192e
Auto reset value when options updated on select dropdown interface ( #23007 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-07-15 15:17:15 +00:00
Kevin Lewis
edcdcfc09d
Remove webhooks from docs ( #23020 )
2024-07-15 13:53:59 +00:00
Pascal Jufer
ce6463a4cd
Clean-up error handler & fix message for unknown API errors ( #22379 )
...
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com >
Co-authored-by: Brainslug <tim@brainslug.nl >
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-15 12:15:52 +02:00
dependabot[bot]
d25b87a4bf
Bump liquidjs from 10.14.0 to 10.15.0 ( #23013 )
...
Bumps [liquidjs](https://github.com/harttle/liquidjs ) from 10.14.0 to 10.15.0.
- [Release notes](https://github.com/harttle/liquidjs/releases )
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/harttle/liquidjs/compare/v10.14.0...v10.15.0 )
---
updated-dependencies:
- dependency-name: liquidjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 11:28:38 +02:00
dependabot[bot]
7ed03bacb1
Bump inquirer from 9.3.2 to 9.3.5 ( #23015 )
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 9.3.2 to 9.3.5.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.2...inquirer@9.3.5 )
---
updated-dependencies:
- dependency-name: inquirer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 11:16:25 +02:00
Rijk van Zanten
9793d991ea
Update docs_suggestions.yml
2024-07-12 11:17:36 -04:00
Pascal Jufer
596fb8b109
Hide "Expand All/None" buttons under Data Model when there are no expandable collections ( #22991 )
...
Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com >
2024-07-12 09:47:02 +00:00
Rijk van Zanten
3fc2bb7883
Resolve broken links ( #22995 )
...
Fxies #21923
2024-07-11 17:59:52 -04:00
Rijk van Zanten
4e6a109577
Add public registration to sso example ( #22994 )
...
Fixes #21936
2024-07-11 17:51:35 -04:00
Rijk van Zanten
a44fa152b0
Tweak note on how to enable custom module ( #22993 )
...
Fixes #22400
2024-07-11 17:05:32 -04:00
Rijk van Zanten
97af13eaf2
Add note on s3 endpoint usage ( #22992 )
...
Fixes #22447
2024-07-11 16:54:27 -04:00
Pascal Jufer
07c03a772a
Hide "Expand All/None" buttons under Data Model when there are no collections ( #22989 )
...
* Hide Expand/Collapse buttons when no collections
* Add changeset
2024-07-11 15:21:41 -04:00
burka
e060635b50
Add "SSO with Directus behind Proxy" guide ( #22951 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-07-11 17:17:56 +00:00
Florian C. Wachmann
1a3274550e
Ensure that the expand-collapse-buttons of the data model view appear just as important as they are ( #22988 )
...
* remove border and stickiness from expand-collapse-buttons
* add changeset
2024-07-11 11:26:02 -04:00
Florian C. Wachmann
4fcc730406
Fix marketplace extension metadata spacing ( #22980 )
2024-07-11 10:45:47 +02:00
dependabot[bot]
eab7128697
Bump @aws-sdk/client-ses from 3.600.0 to 3.614.0 ( #22977 )
...
Bumps [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses ) from 3.600.0 to 3.614.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ses/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.614.0/clients/client-ses )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ses"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 09:25:17 +02:00
Rijk van Zanten
08095a293a
Add note on max value for asset transform
2024-07-09 16:03:08 -04:00
Rijk van Zanten
2f6815d7c6
Fix logger erroring on invalid URLs ( #22960 )
...
* Move logger to folder, extract redact fn
* Update imports
* Add changeset
* Fix missing import
2024-07-09 15:37:53 -04:00
Hannes Küttner
ab218a2a62
Fix parsing of byte values in environment variables ( #22957 )
2024-07-09 19:30:02 +02:00
Brainslug
65f5e96127
v10.13.1 ( #22956 )
v10.13.1
2024-07-09 16:06:10 +00:00
Hannes Küttner
ecf47a4b65
Added single line error log to TUS datastore ( #22954 )
...
* Add error logging on write failure
* Add changeset
* Update with style
* It really doesn't matter.
2024-07-09 15:43:37 +00:00
Rijk van Zanten
9c37f5b09b
New Crowdin updates ( #22902 )
...
* New translations en-us.yaml (Spanish, Latin America)
* New translations en-us.yaml (French)
* New translations en-us.yaml (Spanish, Chile)
* New translations en-us.yaml (Spanish, Mexico)
* New translations en-us.yaml (Korean)
* New translations en-us.yaml (Spanish)
* New translations en-us.yaml (Albanian)
* New translations en-us.yaml (Korean)
* New translations en-us.yaml (Korean)
2024-07-09 17:39:06 +02:00
dependabot[bot]
213fd5fff9
Bump tinymce from 7.1.1 to 7.2.1 ( #22944 )
...
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce ) from 7.1.1 to 7.2.1.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md )
- [Commits](https://github.com/tinymce/tinymce/commits/7.2.1/modules/tinymce )
---
updated-dependencies:
- dependency-name: tinymce
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:40:13 +02:00
ian
a3faf6e4c3
Patch websocket test with updated behaviour for handshake auth mode ( #22950 )
2024-07-09 12:28:06 +02:00
Hannes Küttner
c413d98551
Remove trailing slash from development vite base url ( #22949 )
2024-07-09 10:14:57 +02:00
Vincent Kempers
ac44525852
Fix truncating of results when sorted by relational field ( #22787 )
...
* Add QUERY_LIMIT_MAX to the inner query
* Add QUERY_LIMIT_MAX to the inner query
* Add newlines to fix linter
* Add my username to the contributers.yml
* Different approach for correct relation sort results that keeps the inner query limit
* Update comment
* Trigger blackbox
* Apply query sort after row number sort
* Improve comment slightly
* Revert "Trigger blackbox"
This reverts commit a04f738ac6 .
* Add changeset
---------
Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com >
Co-authored-by: ian <licitdev@gmail.com >
2024-07-09 13:41:12 +08:00
Alan Tiller
4bb39ee6d8
Update users.md to add verification_url to Register User request body ( #22913 )
...
* Update users.md to add verification_url to Register User request body
* Update contributors.yml
2024-07-08 15:33:44 -04:00
dependabot[bot]
779977e40d
Bump @keyv/redis from 2.8.4 to 2.8.5 ( #22933 )
...
Bumps [@keyv/redis](https://github.com/jaredwray/keyv ) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/jaredwray/keyv/releases )
- [Commits](https://github.com/jaredwray/keyv/commits )
---
updated-dependencies:
- dependency-name: "@keyv/redis"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 09:22:55 +02:00
dependabot[bot]
b2bd6b74f3
Bump ws from 8.17.1 to 8.18.0 ( #22931 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 09:20:42 +02:00
Hannes Küttner
3e3d28760c
Only add tus_id filter if TUS_ENABLED is true ( #22929 )
2024-07-04 13:43:30 -04:00
dependabot[bot]
48cb2c1656
Bump qs from 6.12.1 to 6.12.2 ( #22921 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.12.1 to 6.12.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.12.1...v6.12.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 08:18:39 +02:00
dependabot[bot]
c609538076
Bump globby from 14.0.1 to 14.0.2 ( #22920 )
...
Bumps [globby](https://github.com/sindresorhus/globby ) from 14.0.1 to 14.0.2.
- [Release notes](https://github.com/sindresorhus/globby/releases )
- [Commits](https://github.com/sindresorhus/globby/compare/v14.0.1...v14.0.2 )
---
updated-dependencies:
- dependency-name: globby
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 08:18:28 +02:00
Joshua Bemenderfer
c8d8fd8d53
Add in missing getRootPath() call to TUS upload. ( #22918 )
2024-07-03 18:50:26 +00:00
burka
c38d7d4897
Allow to specify ADMIN_TOKEN in ENV ( #22059 ) ( #22724 )
...
* Allow to specify ADMIN_TOKEN in ENV (#22059 )
* Add changeset
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-03 11:39:29 -04:00
Brainslug
6628a3032a
Allow for cookie authentication in websocket strict mode ( #22912 )
2024-07-03 14:35:23 +00:00
Aprilia
cbb0c4f541
Prioritize access_token in searchparam over access_token in the cookies when using "strict" mode for websocket authentication ( #22888 )
...
* changes
* prioritize query token if present
* prioritize cookie over handshake
* Create moody-bees-pay.md
* Update moody-bees-pay.md
---------
Co-authored-by: Brainslug <tim@brainslug.nl >
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com >
2024-07-03 12:56:33 +00:00
dependabot[bot]
74992cabfa
Bump inquirer from 9.2.23 to 9.3.2 ( #22907 )
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 9.2.23 to 9.3.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.23...inquirer@9.3.2 )
---
updated-dependencies:
- dependency-name: inquirer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 09:40:43 +02:00
dependabot[bot]
3aff577d33
Bump @types/express-serve-static-core from 4.19.3 to 4.19.5 ( #22908 )
...
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core ) from 4.19.3 to 4.19.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core )
---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 08:12:39 +02:00