summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-07-0820-20/+0
* Merge pull request #33140 from nextcloud/fix/trashbin-expiration-notice-casingJohn Molakvoæ2022-07-071-1/+1
|\
| * Fix trashbin expiration notice casingChristopher Ng2022-07-061-1/+1
* | [tx-robot] updated from transifexNextcloud bot2022-07-0740-80/+40
|/
* [tx-robot] updated from transifexNextcloud bot2022-07-054-0/+4
* [tx-robot] updated from transifexNextcloud bot2022-07-046-2/+8
* [tx-robot] updated from transifexNextcloud bot2022-07-032-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-07-0210-2/+12
* [tx-robot] updated from transifexNextcloud bot2022-07-0138-76/+76
* 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
|/
* [tx-robot] updated from transifexNextcloud bot2022-06-142-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-06-132-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-06-102-0/+2
* 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
* [tx-robot] updated from transifexNextcloud bot2022-05-292-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-05-2444-44/+44
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-1/+1
* [tx-robot] updated from transifexNextcloud bot2022-05-092-0/+12
* [tx-robot] updated from transifexNextcloud bot2022-05-052-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-04-232-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-04-212-0/+2
* [tx-robot] updated from transifexNextcloud bot2022-04-174-0/+4
* [tx-robot] updated from transifexNextcloud bot2022-04-152-0/+2
* Master is now 25Joas Schilling2022-04-141-2/+2
* Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-142-1/+6
|\
| * Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
* | [tx-robot] updated from transifexNextcloud bot2022-04-142-0/+2
* | Fix migrators according to exceptionsVincent Petry2022-04-131-4/+6
* | Adapt existing migrators to new APICôme Chilliet2022-04-131-7/+5
|/
* [tx-robot] updated from transifexNextcloud bot2022-04-1314-0/+14
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
* Extend trashbin migratorChristopher Ng2022-04-081-1/+27
* Merge pull request #28935 from cahogan/trashbin-restoreVincent Petry2022-04-065-2/+166
|\
| * more concise output, code style fixesRobin Appelman2022-03-301-31/+43
| * Add trashbin:restore occ commandcahogan2022-03-305-2/+154
* | [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
* | [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
* | Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
|/
* [tx-robot] updated from transifexNextcloud bot2022-03-302-2/+2
* Merge pull request #31575 from nextcloud/enh/add-trashbin-migratorCôme Chilliet2022-03-294-4/+148
|\
| * 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-174-4/+141
* | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-8/+14