summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector
Commit message (Expand)AuthorAgeFilesLines
* Fix unit testsRoeland Jago Douma2020-11-121-0/+6
* fix testsRobin Appelman2020-08-261-4/+11
* 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-1013-39/+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-0533-35/+49
|/
* 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-2719-24/+24
* Some php-cs fixesRoeland Jago Douma2019-11-2217-18/+26
* re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-131-0/+21
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-16/+138
* Fix testsRoeland Jago Douma2019-08-111-2/+2
* Fix testsRoeland Jago Douma2019-08-011-63/+37
* add test for overwriting in non creatable directoryRobin Appelman2019-07-031-8/+46
* Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-181-4/+0
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+26
* Use dependency injection for app managerMorris Jobke2019-03-131-1/+10
* Use proper dependency injection for app managerMorris Jobke2019-03-051-1/+8
* Fix unit testsJoas Schilling2019-02-221-1/+2
* Fix testsRoeland Jago Douma2018-11-042-20/+10
* update dav testsRobin Appelman2018-10-311-3/+3
* allow user principal search for dav displayname propertyGeorg Ehrke2018-10-221-13/+47
* move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-161-98/+41