aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: add base class for extending the query builderRobin Appelman2024-07-121-4/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-102-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-6/+6
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-092-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-07-021-44/+34
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-302-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-262-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_trashbin): Make files view registering an init scriptFerdinand Thiessen2024-06-232-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-164-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-142-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-072-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-0528-10/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-0263-1190/+147
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-092-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-042-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-032-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45131 from nextcloud/chore/location-path-prefixPytal2024-05-021-2/+2
|\ | | | | chore: Remove All files prefix from original location
| * chore: Remove All files prefix from original locationChristopher Ng2024-04-301-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0214-2/+26
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-01140-252/+288
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor(trashbin): Move columns into separate fileChristopher Ng2024-04-302-115/+146
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(trashbin): Show user who deleted a fileChristopher Ng2024-04-302-0/+61
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(migration): Bump files_trashbin version to trigger migrationJoas Schilling2024-04-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-242-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(trashbin): Add deleted by propertiesChristopher Ng2024-04-231-0/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(trashbin): Add method to get deleted by from trash itemChristopher Ng2024-04-238-44/+55
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(trashbin): Store deleted by userChristopher Ng2024-04-231-2/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(trashbin): Add deleted_by column to files_trashChristopher Ng2024-04-233-0/+58
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-048-2/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-9/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0214-6/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-014-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-3134-10/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-30126-0/+318
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>