summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Fix unit testsRoeland Jago Douma2020-11-121-0/+6
* Merge pull request #24052 from nextcloud/backport/23915/stable19Roeland Jago Douma2020-11-111-4/+4
|\
| * Use png icons in caldav reminder emailsRichard Steinmetz2020-11-111-4/+4
* | Apply code style fixesMorris Jobke2020-11-111-1/+0
|/
* fix testsRobin Appelman2020-08-261-4/+11
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-202-2/+6
* Return proper status when file didn't exist beforeJulius Härtl2020-08-131-1/+1
* Adjust chunking test for non-existing target nodeJulius Härtl2020-08-131-3/+7
* Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-232-9/+8
* Fix unit tests from #18895Morris Jobke2020-07-061-1/+1
* Fix pagination of contacts searchJoas Schilling2020-06-151-0/+2
* 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