aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Expand)AuthorAgeFilesLines
* feat: Support X-NC-Skip-Trashbin headerbackport/50353/stable31Louis Chemineau2025-01-241-18/+24
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-244-0/+12
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2384-668/+88
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-212-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-192-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-172-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-142-0/+4
* fix(files_trashbin): Only emit files:node:deleted events if deleting all tras...provokateurin2025-01-131-2/+3
* feat(files_trashbin): Allow preventing trash to be deleted permanentlyprovokateurin2025-01-1312-5/+118
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-132-0/+6
* refactor(OpenAPI): Adjust scopes to match previous behaviorprovokateurin2025-01-061-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-302-0/+14
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-242-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-192-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-182-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-172-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-166-4/+16
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-152-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1420-0/+52
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1398-0/+172
* fix(trashbin): Fix infinitely loading empty trash action on closeChristopher Ng2024-12-121-2/+2
* feat(files_trashbin): improve wordingsskjnldsv2024-12-121-4/+4
* perf(files_trashbin): use empty trashbin endpoint instead of batch delete req...skjnldsv2024-12-121-69/+41
* fix(files): protect filelist actions with try...catchskjnldsv2024-12-121-4/+3
* fix(files_trashbin): update @nextcloud/files and adjust api + l10n fixskjnldsv2024-12-121-1/+2
* feat(trashbin): Allow emptying trashChristopher Ng2024-12-123-1/+125
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-062-2/+2
* feat(trashbin): Add backend dav propertyChristopher Ng2024-12-031-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-122-2/+2
* 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
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-044-14/+48
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-302-16/+16
* fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-castsprovokateurin2024-10-231-1/+1
* Merge pull request #48790 from nextcloud/refactor/apps/constructor-property-p...Kate2024-10-2219-195/+78
|\
| * refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2119-195/+78
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-222-0/+2
|/
* 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
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-19/+7
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1512-106/+130
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-132-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-102-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-092-0/+2
* refactor(files_trashbin): Add Storage parameter strong typesprovokateurin2024-10-072-10/+7
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-072-0/+8
* fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-271-4/+0
* fix(files_trashbin): Fix all IStorage return typesprovokateurin2024-09-262-25/+11
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-262-2/+2
* chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-231-18/+2
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-237-54/+92