Commit graph

11 commits

Author SHA1 Message Date
Andy Scherzinger
868859f393
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-09 10:37:22 +02:00
Julius Härtl
93225dda10
chore: Move to class/method attributes for middleware checks
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-11 12:03:14 +01:00
Julius Härtl
f6423159ce
Fix new psalm errors
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-20 15:45:31 +01:00
Julius Härtl
2eca85078c
Fix php-cs-fixer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-03 14:35:52 +02:00
dependabot[bot]
0565747269
Bump friendsofphp/php-cs-fixer from 3.8.0 to 3.9.5
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.8.0 to 3.9.5.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.8.0...v3.9.5)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 07:37:03 +02:00
Julius Härtl
3d0bf6f0b7
Assets: Use octet-stream and attachment instead of allowing to inline the file
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-03-03 16:23:42 +01:00
Julius Härtl
f2d37c7dd1
Introduce a user scope service to properly perform actions as the required user
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-18 15:16:43 +01:00
Roeland Jago Douma
2b8ad9f9a8
Do not clear asset on HEAD request
If Collabora sends a head request to obtain info about the assets we
should not directly delete it. Instead just let it be if it is a HEAD
request.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-28 21:15:04 +01:00
Roeland Jago Douma
6cac5cada1
For now no CSRF on that endpoint
* Maybe move endpoint to OCS?

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04 15:23:49 +02:00
Roeland Jago Douma
921198aad0
Delete assets once it is fetched
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-07 10:48:56 +02:00
Roeland Jago Douma
c0f7a6567b
First start of assets endpoint
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-07 10:48:55 +02:00