summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-303-54/+196
|\ \
| * | Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-263-54/+196
| |/
* | Update license headers for 19Christoph Wurst2020-04-2941-0/+43
* | Merge pull request #20632 from nextcloud/bugfix/20624Morris Jobke2020-04-271-2/+20
|\ \ | |/ |/|
| * Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-241-2/+20
* | Add test that shares and tags are ignored for chunk files.Daniel Kesselberg2020-04-212-1/+43
|/
* Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma2020-04-171-12/+12
|\
| * Always transform the etag and read the dataJoas Schilling2020-04-151-12/+12
* | Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-171-2/+85
|/
* Fix unit testsJoas Schilling2020-04-151-5/+50
* Verify that destination is not a directory.Daniel Kesselberg2020-04-141-4/+38
* Provide dav setting for user's default calendarThomas Citharel2020-04-131-2/+221
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-1010-32/+32
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-106-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1066-193/+102
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-093-7/+7
|\
| * Remove trailing and in between spacesChristoph Wurst2020-04-092-6/+6
| * Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-2/+2
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-092-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0934-64/+64
|/
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0914-12/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-0916-234/+234
* Fix multiline commentsChristoph Wurst2020-04-081-2/+2
* Add default titles for titleless events in invitationsThomas Citharel2020-04-031-5/+49
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-8/+13
|\
| * Fix unit testsJoas Schilling2020-04-021-8/+13
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-3178-22/+90
|/
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-309-29/+32
|\
| * 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
| * Set custom ProdId in Birthday service, do not depend on Sabre Versio number f...Georg Ehrke2020-03-271-8/+15
| * Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-275-18/+14
| * Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-271-1/+1
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2717-30/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-2517-30/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2613-202/+202
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2558-854/+854
|/
* Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uriRoeland Jago Douma2020-03-251-3/+9
|\
| * RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-161-3/+9
* | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldavChristoph Wurst2020-03-241-1/+24
|\ \
| * | Translate 'Busy' in CalDAVGary Kim2020-02-231-1/+24
* | | Add extra test case to exclude by timerangeThomas Citharel2020-03-221-5/+4
* | | Added test testSearchdartcafe2020-03-221-1/+3
* | | Fix tests due to config adjustmentsJulius Härtl2020-03-201-16/+12
* | | Limit enumeration in principal searchJulius Härtl2020-03-201-0/+122