summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add room shares to DAV and recent files "share-types" propertyDaniel Calviño Sánchez2018-08-081-0/+1
* Fix getting ocs share permissions if a storage is not availableRobin Appelman2018-07-181-1/+2
* allow admins to override FreeBusy capabilities without modifying ShareAPI cap...Georg Ehrke2018-05-221-81/+147
* use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-2/+1
* fix dav testArthur Schiwon2018-04-261-1/+2
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-1/+1
* destaticfy Log classesArthur Schiwon2018-04-261-1/+1
* adjust tests to new exception log formatRobin Appelman2018-04-111-8/+18