Rijk van Zanten
0f92bdc576
Don't prevent uploads on failure to extract file metadata ( #23075 )
2024-07-22 16:00:42 -04:00
insomnia.exe
3a69bb7d02
Apply consistent Sharp library configuration ( #23064 )
...
* Apply consistent Sharp library configuration (#20995 )
* rename useSharp to getSharpInstance
* Update changeset
* Update export style
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-22 15:09:03 -04:00
dependabot[bot]
91e4d60cb1
Bump @types/ws from 8.5.10 to 8.5.11 ( #23069 )
...
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws ) from 8.5.10 to 8.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws )
---
updated-dependencies:
- dependency-name: "@types/ws"
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-22 10:31:08 +02:00
dependabot[bot]
82f061558f
Bump minimatch from 9.0.4 to 9.0.5 ( #23059 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 9.0.4 to 9.0.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v9.0.4...v9.0.5 )
---
updated-dependencies:
- dependency-name: minimatch
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-19 09:59:31 +02: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
Pascal Jufer
5203ca47cb
Update logger import in error-handler test ( #23030 )
2024-07-16 09:17:39 -04: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
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
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 )
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
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
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
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
Dominic Preap
e4140deff3
enhance: add collection string generic in ItemService ( #22896 )
...
* feat: add collection string generic in ItemService
* Update contributors.yml
* Add changeset
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-02 16:08:40 -04:00
Brainslug
844d4e7f33
v10.13.0 ( #22903 )
2024-07-02 17:38:58 +02:00
Brainslug
266e043c0e
Add support for the TUS protocol ( #22673 )
...
* WIP initial TUS tests
* WIP further tus integration
* WIP authenticate uploads
* boilerplate stuff
* Migrated handlers
* resolving type errors
* tackle some build errors
* WIP moving resumable uploads to its own package
* added migration and integrated local file storage into directus files
* cleaned up local store
* cleaned up failed experiments
* prettier
* Add tus_data and tus_id to system data
* Improve file upload progress estimation for multiple files
* bypass creating a revision per uploaded chunk
* fixed accidental commit
* Fix pause/resume for multiple uploads
* Null coalesce all the way
* Added directus locking logic
* prettier
* Small tweak (added resume uploads dialog)
* authentication
* Add remove to resumable uploads
* added delete endpoint and cleaned old service setup
* WIP s3 storage adapter
* Less breaking of interfaces, more breaking of text
* Moved local adapter to its own package
* Prettying some things up
* Sort resumable uploads by creation time
* Fix resumable uploads dialog popping up on second file upload
* Move buttons around & properly handle error
* s3
* A few changes
- Make S3 driver work more reliable
- Move common logic to tus driver class
- Respect `folder` when uploading from a different folder
- Implement cleanup for both local and S3
* synced dependencies
* accept presets
* Remove extra code for folder, as this is handled in presets now
* Rename migration to most recent date
* updated lcokfile
* prettier
* dont fully rely on the sudo service
* removed unused import
* Hide partial file uploads from the API
* satisfy linter
* Refactor tus into storage driver
* Fix merge conflicts
* Update pnpm-lock
* Fix typing issue
* nuked tus driver packages
* updated environment vars
* prettier
* Change type import style
* Fix S3 cleanup
* Use `modified_on` instead of tus creation date
* Pass chunk size to storage drivers
* Add sudo service to scheduled job
* Make cleanup work even if no upload was done before
* Remove "Resume Uploads" interface
* Update packages/env/src/constants/defaults.ts
Co-authored-by: ian <licitdev@gmail.com >
* Add config docs
* Add resumable to dictionary
* moved chunk filter to service
* simplify middleware
* use lodash
* Update api/src/services/tus/data-store.ts
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
* move to devDeps
* package lock
* fixed import
* updated test mocking
* Create a new TUS server handler for every request instead of one global one
* Allow for tree-shaking tus-client
* Rename resumable-uploads.ts to tus.ts
* Extract meta data from uploaded file
* Only consider full parts or the final part for bytesUploaded in S3
* Add additional sanity check to S3 driver
* Remove pause/resume functionality
* fixed file replacement
* Remove unused expose
* Reintroduce defineExpose and expose abort
* Broken file replace
* fixed replacement
* prettier
* added filesize in replace
* update metadata extraction
* Remove unused import
* updated package-lock
* extra validation check
* oops
---------
Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com >
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com >
Co-authored-by: ian <licitdev@gmail.com >
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-02 17:00:59 +02:00
Ivo Kovačević
a79a2cb67e
Fix session verification for shares ( #22865 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-06-29 01:06:09 +02:00
dependabot[bot]
45e1d3e73b
Bump graphql from 16.8.2 to 16.9.0 ( #22870 )
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 16.8.2 to 16.9.0.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0 )
---
updated-dependencies:
- dependency-name: graphql
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-06-28 08:47:32 +02:00
dependabot[bot]
5f1838fd3a
Bump pg from 8.11.5 to 8.12.0 ( #22871 )
...
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg ) from 8.11.5 to 8.12.0.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.12.0/packages/pg )
---
updated-dependencies:
- dependency-name: pg
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-06-28 08:46:38 +02:00
Pascal Jufer
7ff5da6522
Account for share when updating stateful sessions ( #22867 )
...
* Account for share when updating stateful sessions
* Add changeset
2024-06-27 10:57:29 -04:00
Rijk van Zanten
8c8521cf26
Only set default filename disk if none is provided ( #22848 )
2024-06-27 16:51:05 +02:00
dependabot[bot]
27b06a0df2
Bump liquidjs from 10.13.1 to 10.14.0 ( #22850 )
...
Bumps [liquidjs](https://github.com/harttle/liquidjs ) from 10.13.1 to 10.14.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.13.1...v10.14.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-06-26 09:24:44 +02:00
dependabot[bot]
1c29cec5eb
Bump tar from 7.2.0 to 7.4.0 ( #22837 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.2.0 to 7.4.0.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.2.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: tar
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-06-25 09:22:02 +02:00
dependabot[bot]
29b9a8f234
Bump @aws-sdk/client-ses from 3.568.0 to 3.600.0 ( #22836 )
...
Bumps [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses ) from 3.568.0 to 3.600.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.600.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-06-25 09:18:26 +02:00
Brainslug
454cb534d6
Merge pull request from GHSA-jgf4-vwc3-r46v
...
* naive fix for enumeration
* re-added explicit provider check
* Remove user suspended error as well
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-06-24 14:51:07 -04:00
dependabot[bot]
9594d04fe3
Bump ws from 8.17.0 to 8.17.1 ( #22829 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
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-06-24 12:27:40 +02:00
dependabot[bot]
436eb4023d
Bump joi from 17.13.1 to 17.13.3 ( #22809 )
...
Bumps [joi](https://github.com/hapijs/joi ) from 17.13.1 to 17.13.3.
- [Commits](https://github.com/hapijs/joi/compare/v17.13.1...v17.13.3 )
---
updated-dependencies:
- dependency-name: joi
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-06-21 05:55:22 +02:00
dependabot[bot]
41385db3e3
Bump nodemailer from 6.9.13 to 6.9.14 ( #22803 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.9.13 to 6.9.14.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.13...v6.9.14 )
---
updated-dependencies:
- dependency-name: nodemailer
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-06-20 08:31:59 +02:00
dependabot[bot]
b901386027
Bump zod-validation-error from 3.2.0 to 3.3.0 ( #22791 )
...
Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/causaly/zod-validation-error/releases )
- [Changelog](https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md )
- [Commits](https://github.com/causaly/zod-validation-error/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: zod-validation-error
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-06-19 06:01:22 +02:00
dependabot[bot]
a125fc6fa3
Bump pino-pretty from 11.0.0 to 11.2.1 ( #22778 )
...
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty ) from 11.0.0 to 11.2.1.
- [Release notes](https://github.com/pinojs/pino-pretty/releases )
- [Commits](https://github.com/pinojs/pino-pretty/compare/v11.0.0...v11.2.1 )
---
updated-dependencies:
- dependency-name: pino-pretty
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-06-18 10:41:02 +02:00
dependabot[bot]
ff94cf4088
Bump pino from 9.1.0 to 9.2.0 ( #22768 )
...
* Bump pino from 9.1.0 to 9.2.0
Bumps [pino](https://github.com/pinojs/pino ) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/pinojs/pino/releases )
- [Commits](https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0 )
---
updated-dependencies:
- dependency-name: pino
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update peer dep version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-06-17 09:16:59 +00:00
dependabot[bot]
78a124f5a4
Bump graphql from 16.8.1 to 16.8.2 ( #22769 )
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 16.8.1 to 16.8.2.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2 )
---
updated-dependencies:
- dependency-name: graphql
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-06-17 09:44:13 +02:00
Hannes Küttner
97af4d1507
Fix primary key unique constraint error extraction for MySQL ( #22434 )
...
* Fix primary key unique constraint error extraction for MySQL
* Add changeset
* Add changeset
* Add comment about MariaDB
* Drop 5.7 special case
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-06-14 15:42:31 -04:00
José Varela
40a7fd186e
API / Graphql: Handle time type as Date scalar ( #22726 )
...
* Handle `time` type as Date scalar
* Add changeset
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-06-14 15:06:52 -04:00
ian
07b14e4a4f
Add total file size to the telemetry report ( #22736 )
...
* Add total file sizes to telemetry report
* Add tests
* Add missed test
* Add changeset
2024-06-14 14:59:09 -04:00
Pascal Jufer
09313b6a63
Ensure service integrity ( #22738 )
...
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
Co-authored-by: ian <licitdev@gmail.com >
2024-06-14 16:41:45 +02:00
ian
9bde775527
Include admin users under the app access limit ( #22760 )
...
* Include admin users under the app access limit
* Update test
* Add changeset
* Update docs
* Update polite-elephants-juggle.md
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-06-14 09:59:49 -04:00
José Varela
5f73ccd1f2
API / CORS: Use coalesce operator because of falsy values ( #22721 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-06-14 05:27:13 +00:00
dependabot[bot]
15bfa570c7
Bump sharp from 0.33.3 to 0.33.4 ( #22731 )
...
Bumps [sharp](https://github.com/lovell/sharp ) from 0.33.3 to 0.33.4.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.33.3...v0.33.4 )
---
updated-dependencies:
- dependency-name: sharp
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-06-12 08:02:07 +02:00