summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre
Commit message (Expand)AuthorAgeFilesLines
* Fix testValdnet2021-05-051-1/+1
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-111-0/+51
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-111-1/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1611-11/+13
* Add $secureRandom to test caseDaniel Kesselberg2020-12-101-6/+13
* Handle deck share type in audit and dav appJulius Härtl2020-12-091-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-5/+5
* Fix unit testsRoeland Jago Douma2020-10-051-0/+6
* fix testsRobin Appelman2020-08-261-4/+11
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-2/+4
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-129-62/+60
* Update share type constant usageJoas Schilling2020-06-241-10/+10
* Merge pull request #21302 from nextcloud/techdebt/noid/adjust-to-parent-imple...Christoph Wurst2020-06-091-3/+3
|\
| * Adjust to parent implementationJoas Schilling2020-06-081-3/+3
* | Allow for compression of the PROPFIND responsesRoeland Jago Douma2020-06-061-0/+116
|/
* Translate the maintenance mode message in webdavMorris Jobke2020-05-062-3/+12
* Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculationRoeland Jago Douma2020-04-301-10/+18
|\
| * Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl2020-04-241-10/+18
* | Update license headers for 19Christoph Wurst2020-04-295-0/+5
|/
* Add test that shares and tags are ignored for chunk files.Daniel Kesselberg2020-04-212-1/+43
* Add visibility to all constantsChristoph Wurst2020-04-103-15/+15
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-104-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1012-38/+26
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-6/+6
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-1/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-38/+38
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3118-2/+22
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-304-10/+10
|\
| * RequestTestCase: Default type for headers needs to be arrayGeorg Ehrke2020-03-271-1/+1
| * Adjust FakeLockerPluginTest to new Sabre versionGeorg Ehrke2020-03-271-1/+1
| * Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-272-8/+8
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-5/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-252-5/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-269-195/+195
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2517-355/+355
|/
* Fix tests due to config adjustmentsJulius Härtl2020-03-201-16/+12
* Limit enumeration in principal searchJulius Härtl2020-03-201-0/+122
* fix testsRobin Appelman2020-03-181-57/+2
* merge the two almost identical custom property backendsRobin Appelman2020-03-181-2/+2
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-161-1/+2
|\
| * Load apps dav plugins on the old webdav routeJulius Härtl2019-12-041-1/+2
* | Update license headersChristoph Wurst2019-12-0532-34/+48
|/
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-9/+93
* Mode to modern phpunitRoeland Jago Douma2019-11-2718-122/+125
* Fix more testsRoeland Jago Douma2019-11-271-1/+1
* Fix fileplugintestRoeland Jago Douma2019-11-271-0/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2718-22/+22
* Some php-cs fixesRoeland Jago Douma2019-11-2216-18/+25