aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/FileTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-69/+82
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-8/+2
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-24/+24
* refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-3/+4
* chore: remove chunking-v1Robin Appelman2024-06-191-240/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-281-26/+4
* fix(tests): Replace deprecated methods in `FileTest`Ferdinand Thiessen2024-05-021-16/+30
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-3/+3
* Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
* reuse l10n and request in dav folder listingRobin Appelman2023-09-041-28/+52
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+221
* Do not set up filesystem on every callAnna Larch2023-02-171-221/+0
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-31/+31
* add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-09-291-2/+2
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* use existing node in SharesPluginRobin Appelman2022-04-061-20/+47
* Fix testsJoas Schilling2022-02-231-12/+12
* Prevent writing invalid mtimeJohn Molakvoæ2021-12-071-13/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Add $secureRandom to test caseDaniel Kesselberg2020-12-101-6/+13
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-34/+34
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-26/+26
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-23/+23
* Update license headersChristoph Wurst2019-12-051-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-26/+24
* Fix more testsRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-131-0/+21
* add test for overwriting in non creatable directoryRobin Appelman2019-07-031-8/+46
* update dav testsRobin Appelman2018-10-311-3/+3
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-0/+4
* Reject X-OC-MTime header if given as a string with hexadecimal notationDaniel Calviño Sánchez2017-11-281-1/+1
* Don't use runInSeparateProcessThomas Müller2017-11-271-5/+5
* Add tests for X-OC-MTime header handlingDaniel Calviño Sánchez2017-11-271-0/+133
* Make possible to provide a specific HTTP request object to FileDaniel Calviño Sánchez2017-11-271-2/+3
* Update license headersMorris Jobke2017-11-061-0/+1
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-1/+1
* Use ::class in test mocksMorris Jobke2017-10-241-16/+18
* Fix class namesJoas Schilling2017-04-271-4/+4
* Properly handle missing READ permissionVincent Petry2017-04-271-0/+19
* [CI] Can we get some faster phpunit execution? (#27113)Thomas Müller2017-03-201-0/+3
* Update with robinJoas Schilling2016-07-211-1/+1