aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-122-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-061-1/+1
|\
| * fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-044-14/+48
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-302-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-castsprovokateurin2024-10-231-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48790 from ↵Kate2024-10-2219-195/+78
|\ | | | | | | nextcloud/refactor/apps/constructor-property-promotion
| * refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2119-195/+78
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-222-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-1/+1
| | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-19/+7
| | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1512-106/+130
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-132-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-102-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-092-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor(files_trashbin): Add Storage parameter strong typesprovokateurin2024-10-072-10/+7
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-072-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-271-4/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(files_trashbin): Fix all IStorage return typesprovokateurin2024-09-262-25/+11
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-262-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-231-18/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-237-54/+92
| | | | | | | | oc_hooks is deprecated and will at some point be removed Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-204-5/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: improve moving object store items to trashbinobject-store-trash-moveRobin Appelman2024-09-191-11/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1912-23/+27
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* test: fix trashbin StorageTestRobin Appelman2024-09-181-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-2/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Fix psalm issues, put back private versions of getter in private ↵Côme Chilliet2024-09-161-3/+4
| | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-157-44/+44
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-102-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-052-2/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-302-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2513-43/+43
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-242-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-211-33/+43
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-16221-2883/+2445
|\ | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Merge pull request #46812 from ↵Kate2024-08-141-3/+4
| |\ | | | | | | | | | nextcloud/refactor/files_trashbin/security-attributes
| | * refactor(files_trashbin): Replace security annotations with respective ↵provokateurin2024-07-271-3/+4
| | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
| * | fix: fix getting the folder node from the dav responseRobin Appelman2024-08-101-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-092-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationstepsStephan Orbaugh2024-08-061-0/+3
| |\ \ | | | | | | | | feat(migrations): add metadata to existing migrations
| | * | feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-021-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | perf(files_trashbin): Only trigger one PROPFIND for trashbin viewFerdinand Thiessen2024-08-052-65/+17
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(files_trashbin): Original name of the deleted files should be set as ↵Ferdinand Thiessen2024-08-051-0/+5
| |/ / | | | | | | | | | | | | | | | display name for DAV Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-011-2/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | fix(trashbin): Improve documentation of since/until timestamps of restore ↵Joas Schilling2024-07-301-2/+2
| |/ | | | | | | | | | | trashbin Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-07-262-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-07-202-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>