aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests/StorageTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-4/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-12/+14
* refactor(files_trashbin): Add Storage parameter strong typesprovokateurin2024-10-071-2/+2
* fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-271-4/+0
* fix(files_trashbin): Fix all IStorage return typesprovokateurin2024-09-261-2/+2
* test: fix trashbin StorageTestRobin Appelman2024-09-181-0/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-18/+18
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-06-021-28/+3
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-1/+0
* only gather dependencies for trashbin wrapper onceRobin Appelman2023-08-181-1/+2
* fix(files_trashbin): Migrate to IEventDispatcher and emit as typed eventJoas Schilling2023-07-191-2/+2
* fix(trashbin): Truncate long filenamesChristopher Ng2023-05-311-0/+45
* Handle empty files in version creation logicLouis Chemineau2023-01-261-2/+0
* Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-261-12/+4
* skip localstorage dependend trashbin test when not using local user storageRobin Appelman2022-02-251-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* disable trasbin during the moveFromStorage fallbackRobin Appelman2021-02-171-0/+29
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Use IBootstrap for the files_trashbin appMorris Jobke2020-07-231-1/+5
* Update share type constant usageJoas Schilling2020-06-241-2/+3
* add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-061-8/+42
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-8/+8
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-4/+4
* Update license headersChristoph Wurst2019-12-051-1/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix share testsRoeland Jago Douma2019-11-201-2/+4
* Emit moveToTrash event only for the deleting userJulius Härtl2019-08-061-1/+4
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+2
* fix trash storage wrapper testsRobin Appelman2018-10-171-0/+3
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* Use ::class in test mocksMorris Jobke2017-10-241-1/+2
* Don't use deprecated $this->getMock() methodJoas Schilling2017-10-091-2/+2
* allow apps to control the trash binBjoern Schiessle2017-09-151-11/+41
* delete files right away in case of a encryption exceptionBjoern Schiessle2017-03-141-1/+4
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-1/+3
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-121-0/+560