summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/DAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-cust...Joas Schilling2023-01-231-1/+1
|\
| * Fix double where in CustomProperiesBackendTestJoas Schilling2023-01-201-1/+1
* | chore(dav): Add void return type to test methodsChristoph Wurst2023-01-207-41/+41
|/
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-10/+40
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-052-3/+2
* Multiple fixesCarl Schwan2022-07-311-6/+5
* Fix view-only code after code review commentsVincent Petry2022-07-281-2/+2
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+118
* Delete calendar subscriptions as well when deleting userThomas Citharel2021-08-131-22/+27
* Make default calendar only contain VEVENTSThomas Citharel2021-06-251-2/+4
* Always provide theme color for default personal calendarThomas Citharel2021-06-251-6/+36
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-11/+5
* Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-24/+49
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-151-1/+24
* Fix "Invalid fetch style: 12" on OracleJoas Schilling2020-11-101-2/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-0/+3
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-1/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-125-30/+29
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-241-2/+20
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-6/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-9/+9
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-2/+7
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-301-3/+2
|\
| * Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-271-3/+2
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-3/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-251-3/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-29/+29
|/
* remove the detour trough node and work with path directlyRobin Appelman2020-03-181-39/+0
* use INode instead of Node for custom propertiesRobin Appelman2020-03-181-1/+14
* handle long property paths to hasing paths >250 charsRobin Appelman2020-03-181-11/+41
* test custom properties backend against real databaseRobin Appelman2020-03-181-52/+87
* merge the two almost identical custom property backendsRobin Appelman2020-03-181-4/+32
* Check for empty authorization headers for office requests and allow anonymous...Julius Härtl2020-02-041-2/+15
* Update license headersChristoph Wurst2019-12-057-9/+17
* Mode to modern phpunitRoeland Jago Douma2019-11-275-12/+14
* Make phpunit8 compatibleRoeland Jago Douma2019-11-274-4/+4
* Some php-cs fixesRoeland Jago Douma2019-11-223-2/+3
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+3
* check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-041-0/+6
* extend anonymous options to work on every dav urlRobin Appelman2018-11-231-1/+1
* Fix displayName return of dav groups requestJohn Molakvoæ (skjnldsv)2018-11-101-38/+11
* allow group principal search for dav displayname propertyGeorg Ehrke2018-10-221-9/+180
* Add tests for handling anonymous authRobin Appelman2018-06-011-0/+71