summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* Only attempt to move to trash if a file is not in appdataJulius Härtl2020-12-011-1/+1
* Delete files that exceed trashbin size immediatelyJulius Härtl2020-11-231-0/+8
* Restrict query when searching for versions of trashbin filesJulius Härtl2020-11-041-14/+43
* dont hold a transaction during the move to trashRobin Appelman2020-10-051-5/+7
* Change free space calculationDaniel Kesselberg2020-09-031-4/+6
* Merge pull request #21983 from nextcloud/backport/21628/stable19Morris Jobke2020-08-191-4/+16
|\
| * fix object store trashbin handlingRobin Appelman2020-07-311-3/+10
| * rollback cache rename if trashbin move failsRobin Appelman2020-07-231-0/+5
| * fix moving files from external storage to object store trashbinRobin Appelman2020-07-231-2/+2
* | allow admin to configure the max trashbin sizeRobin Appelman2020-07-232-0/+156
|/
* add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-061-13/+39
* Update license headers for 19Christoph Wurst2020-04-297-0/+7
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-103-7/+7
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-25/+8
* Use elseif instead of else ifChristoph Wurst2020-04-102-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-095-10/+10
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-8/+0
|\
| * Remove unused importsChristoph Wurst2020-03-256-8/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-26/+26
|/
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Trash bin: fix exception triggered if no correct fileId is provided.simonspa2020-01-071-2/+2
* Update license headersChristoph Wurst2019-12-0534-36/+113
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-2212-13/+16
* dont expose metadata etag for nowRobin Appelman2019-11-131-4/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+12
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-044-12/+14
|\
| * set retention obligation on existing `expiration` in testsRobin Appelman2019-11-043-10/+8
| * Do not create Application instances directlyChristoph Wurst2019-10-112-4/+8
* | use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-1/+1
|/
* allow trash backends to overwrite the tooltip for trash itemsRobin Appelman2019-10-055-0/+17
* Merge pull request #16664 from nextcloud/bugfix/emit-moveToTrash-limitblizzz2019-09-061-7/+12
|\
| * Use the owner from the storageRoeland Jago Douma2019-08-071-3/+9
| * Emit moveToTrash event only for the deleting userJulius Härtl2019-08-061-8/+7
* | Merge pull request #16534 from nextcloud/trash-copy-free-spaceRoeland Jago Douma2019-09-041-1/+6
|\ \
| * | Update apps/files_trashbin/lib/Trashbin.phpRobin Appelman2019-09-041-1/+3
| * | dont try to copy trash items to user if the user has not enough free spaceRobin Appelman2019-07-291-1/+4
| |/
* | Merge pull request #16666 from nextcloud/feature/calendar/delegationRoeland Jago Douma2019-08-151-2/+3
|\ \
| * | Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-151-2/+3
| |/
* / files_trashbin: File can be without extensionJakub Onderka2019-08-071-1/+1
|/
* Add event dispatcher to OCPChristoph Wurst2019-06-251-4/+4
* Use higher preview resolution in trashbinRoeland Jago Douma2019-03-161-2/+2
* dont try to restore a trashbin item to a readonly targetRobin Appelman2019-03-141-0/+4
* prevent recursion when moving a file to the trashbinRobin Appelman2019-03-131-1/+4
* Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldavMorris Jobke2019-03-131-1/+2
|\
| * Use proper dependency injection for app managerMorris Jobke2019-03-051-1/+2