summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* Correctly react to bad configurationCôme Chilliet2023-06-091-13/+23
* Do not cast sizes to int in Trashbin classCôme Chilliet2023-06-091-29/+24
* fix(trashbin): Truncate long filenamesChristopher Ng2023-06-015-19/+43
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-2/+2
* fix(files_trashbin): set real filename on trashbin downloadJohn Molakvoæ2023-04-111-3/+20
* fix(files_trashbin): previews crop supportJohn Molakvoæ2023-04-061-3/+4
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-062-12/+48
* add a bit more verbose option for trashbin cleanupRobin Appelman2023-04-031-7/+20
* Merge pull request #36465 from nextcloud/bugfix/trashbin-concurrencyJulius Härtl2023-02-151-24/+0
|\
| * fix(files_trashbin): Remove unnecessary scanner logic when getting versions f...Julius Härtl2023-02-021-24/+0
* | Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-072-1/+5
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-1/+1
|/
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-231-35/+17
|\
| * Port existing server code to new interfaceCarl Schwan2022-08-081-35/+17
* | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-3/+4
|/
* Merge pull request #32507 from carlcsaposs/restoreVincent Petry2022-07-121-1/+5
|\
| * Sort files by deletion time before restoring in RestoreAllFilesCarl Csaposs2022-07-041-1/+5
* | Fix trashbin expiration notice casingChristopher Ng2022-07-061-1/+1
|/
* Merge pull request #33068 from nextcloud/enh/note-trashbin-expirationPytal2022-06-301-1/+1
|\
| * Add trashbin export expiration noticeChristopher Ng2022-06-291-1/+1
* | use size from cache to determine whether to skip the trashbinRobin Appelman2022-06-291-5/+11
|/
* Update method nameChristopher Ng2022-05-301-1/+1
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-301-1/+2
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-0/+17
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-1/+1
* Fix migrators according to exceptionsVincent Petry2022-04-131-4/+6
* Adapt existing migrators to new APICôme Chilliet2022-04-131-7/+5
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
* Extend trashbin migratorChristopher Ng2022-04-081-1/+27
* more concise output, code style fixesRobin Appelman2022-03-301-31/+43
* Add trashbin:restore occ commandcahogan2022-03-301-0/+149
* Merge pull request #31575 from nextcloud/enh/add-trashbin-migratorCôme Chilliet2022-03-292-4/+146
|\
| * Add a guard to check that trashbin folder is a folderCôme Chilliet2022-03-241-1/+8
| * Improve wording of output for trashbin migratorCôme Chilliet2022-03-241-1/+1
| * Rename PATH constants to show if folder or fileCôme Chilliet2022-03-221-7/+7
| * Rename $insert var to $qbCôme Chilliet2022-03-171-8/+8
| * Add trashbin migrator to export and import trashbin dataCôme Chilliet2022-03-172-4/+139
* | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-8/+14
|/
* Merge pull request #28438 from csware/issue-1649John Molakvoæ2021-12-211-3/+14
|\
| * Don't die with LockedException when removing/restoring multiple files from trashSven Strickroth2021-08-191-3/+14
* | Show most recently deleted files first in trash canOrzu Ionut2021-11-091-1/+1
* | Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg2021-10-111-8/+16
* | Improve auto expiration hintszaimen2021-08-081-1/+1
|/
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-3/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0436-66/+27
* Drop \OCP\UserChristoph Wurst2021-05-212-9/+9
* Use parent wrapper to properly handle moves on the same source/target storageJulius Härtl2021-05-141-1/+1
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-6/+6
* Cleanp execute usage in the trashbinRoeland Jago Douma2021-03-111-9/+9