aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
...
* [tx-robot] updated from transifexNextcloud bot2022-05-052-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-212-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-174-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-152-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-142-1/+6
|\ | | | | Add a metadata service to store file metadata
| * Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
| | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-04-142-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix migrators according to exceptionsVincent Petry2022-04-131-4/+6
| | | | | | | | | | | | | | | | Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Adapt existing migrators to new APICôme Chilliet2022-04-131-7/+5
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-1314-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
| | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Extend trashbin migratorChristopher Ng2022-04-081-1/+27
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #28935 from cahogan/trashbin-restoreVincent Petry2022-04-065-2/+166
|\ | | | | Add trashbin:restore occ command
| * more concise output, code style fixesRobin Appelman2022-03-301-31/+43
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add trashbin:restore occ commandcahogan2022-03-305-2/+154
| | | | | | | | Signed-off-by: cahogan <caitlin.hogan@swiftsolar.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-302-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31575 from nextcloud/enh/add-trashbin-migratorCôme Chilliet2022-03-294-4/+148
|\ | | | | Add trashbin migrator to export and import trashbin data
| * Add a guard to check that trashbin folder is a folderCôme Chilliet2022-03-241-1/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve wording of output for trashbin migratorCôme Chilliet2022-03-241-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Rename PATH constants to show if folder or fileCôme Chilliet2022-03-221-7/+7
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Rename $insert var to $qbCôme Chilliet2022-03-171-8/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add trashbin migrator to export and import trashbin dataCôme Chilliet2022-03-174-4/+141
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-8/+14
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-182-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-172-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Update composer generated files to latest versionCarl Schwan2022-03-141-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-03-062-2/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-0/+4
|\ | | | | move root mount setup to mountproviders
| * skip localstorage dependend trashbin test when not using local user storageRobin Appelman2022-02-251-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-02-282-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-272-30/+40
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-312-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30572 from nextcloud/fix/lint_warningsLouis2022-01-125-5/+5
|\ | | | | Fix lint warnings
| * Replace license information to SPDX expressionLouis Chemineau2022-01-115-5/+5
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Removed obselete language files - Pt. IIrakekniven2022-01-1018-130/+0
|/ | | | | | | | | | For these files there are no associated languages setup at Transifex. Fix for #30501 Related to nextcloud/docker-ci#341 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* Merge pull request #30561 from nextcloud/rakekniven-branch2John Molakvoæ2022-01-1018-304/+0
|\
| * Removed obselete language filesrakekniven2022-01-0918-304/+0
| | | | | | | | | | | | | | | | Those files are remnants of old languages after renaming, mapping or deleting. Fix for #30501 Related to https://github.com/nextcloud/docker-ci/issues/341
* | Delete outdated bundlesJohn Molakvoæ (skjnldsv)2022-01-082-81/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Remove old configsJohn Molakvoæ (skjnldsv)2022-01-081-35/+0
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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
| | | | | | | | | | | | fixes issue #16491 Signed-off-by: Sven Strickroth <email@cs-ware.de>
* | Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-0/+2
| | | | | | | | | | | | files_trashbin and theming apps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-12-082-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | list.php files are only invoked via ViewController and APIControllerJoas Schilling2021-12-011-2/+0
| | | | | | | | | | | | | | | | Both of them actually check that the user is logged in before and also the list.php files themselves would break with getUserSession()->getUser()->getUID() which they contain. Signed-off-by: Joas Schilling <coding@schilljs.com>