aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests
Commit message (Expand)AuthorAgeFilesLines
* Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg2021-10-111-10/+49
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-12/+4
* Fix broken Expiration testJoas Schilling2021-04-201-9/+11
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-312-29/+37
* Merge pull request #25568 from nextcloud/move-storage-disable-cacheRobin Appelman2021-03-021-0/+29
|\
| * disable trasbin during the moveFromStorage fallbackRobin Appelman2021-02-171-0/+29
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
|/
* Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-201-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-2/+3
* FIXRoeland Jago Douma2020-12-071-36/+1
* Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-131-8/+8
* Don't leave cursors open when tests failJoas Schilling2020-11-091-3/+7
* Sort deleted files by most recently deleted firstJan C. Borchardt2020-10-131-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-10/+10
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg2020-09-011-4/+14
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-123-10/+10
* Use IBootstrap for the files_trashbin appMorris Jobke2020-07-232-3/+11
* Update share type constant usageJoas Schilling2020-06-242-3/+5
* add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-061-8/+42
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-8/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-16/+16
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-6/+6
|/
* Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-2/+2
* Update license headersChristoph Wurst2019-12-058-9/+18
* Fix testsJohn Molakvoæ (skjnldsv)2019-12-021-2/+4
* Mode to modern phpunitRoeland Jago Douma2019-11-273-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-275-9/+9
* Some php-cs fixesRoeland Jago Douma2019-11-225-6/+6
* Fix share testsRoeland Jago Douma2019-11-202-3/+6
* set retention obligation on existing `expiration` in testsRobin Appelman2019-11-041-4/+8
* fixup! fix tests?Roeland Jago Douma2019-10-311-1/+3
* fix tests?Roeland Jago Douma2019-10-311-1/+1
* Emit moveToTrash event only for the deleting userJulius Härtl2019-08-061-1/+4
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+2
* Do not run fragile TrashbinTestMorris Jobke2019-03-131-2/+4
* Add test OCA\Files_Trashbin\CapabilitiesUnknown2018-11-011-0/+44
* Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-1/+1
|\
| * Use grid view in other file views tooJan-Christoph Borchardt2018-10-181-1/+1
* | fix trash storage wrapper testsRobin Appelman2018-10-171-0/+3
* | fix preview controller testsRobin Appelman2018-10-171-4/+29
|/