aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ViewTest.php
Commit message (Expand)AuthorAgeFilesLines
* test: Fix IStorage return typesprovokateurin2024-09-261-7/+41
* fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and unlinkcleanup/event/trashbinCôme Chilliet2024-09-241-1/+16
* fix(tests): Fix test to remove call to non-existing constructorfix/move-storage-constructor-to-specific-interfaceCôme Chilliet2024-09-231-1/+0
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-81/+81
* fix(files): Check if the target path is a descendant of the shared folder pathGit'Fellow2024-09-051-1/+9
* Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parentsKate2024-09-041-0/+31
|\
| * fix(files): Create non-existent parents of mountpointsprovokateurin2024-08-221-0/+31
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-7/+7
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+4
* Merge pull request #40131 from summersab/refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-151-1/+2
|\
| * Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-151-5/+4
| |\
| * | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-291-3/+4
* | | Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-151-3/+3
| |/ |/|
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* | Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-2/+3
|\ \
| * | cleanup di for share permissions wrapperRobin Appelman2023-08-161-2/+3
* | | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-2/+0
| |/ |/|
* | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-181-1/+2
* | Fix setting static property in tests on PHP 8.3Côme Chilliet2023-08-141-2/+2
|/
* Remove unused method getLocalFolderCôme Chilliet2023-04-031-1/+0
* Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-1/+1
* Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-081-0/+3
|\
| * fix testsRobin Appelman2023-02-071-0/+3
* | Fix filesize return type error in ViewTestCôme Chilliet2023-02-071-4/+16
|/
* add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-09-291-0/+19
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Remove some more at matchers in tests/libCôme Chilliet2022-06-201-34/+21
* adjust tests to new fs setupRobin Appelman2022-03-041-4/+12
* Fix PHP deprecation warning in File/ViewTestCôme Chilliet2021-12-161-1/+4
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-1/+2
* Fix writeStream mockingJulius Härtl2021-01-051-1/+1
* Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-301-1/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-13/+13
* use exceptions for error signaling in writeStreamRobin Appelman2020-07-231-1/+0
* rollback cache rename if trashbin move failsRobin Appelman2020-07-231-7/+2
* Update share type constant usageJoas Schilling2020-06-241-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* fix testsRobin Appelman2020-04-011-6/+26
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-28/+28
* Mode to modern phpunitRoeland Jago Douma2019-11-271-13/+19
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Files first to use own GenericEventArthur Schiwon2019-11-261-1/+0
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-213/+236
* fix testsRobin Appelman2019-06-211-0/+3
* cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-0/+31
* Moves the logo files to logoMichael Weimann2018-10-021-2/+2
* Fix ViewTestRoeland Jago Douma2018-05-231-1/+11