summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* Add $secureRandom to test caseDaniel Kesselberg2020-12-101-6/+13
* Handle deck share type in audit and dav appJulius Härtl2020-12-091-0/+1
* Merge pull request #24486 from nextcloud/feature/noid/phone-number-validationJoas Schilling2020-12-082-15/+17
|\
| * Make code strictJoas Schilling2020-12-072-15/+17
* | php cs fixRoeland Jago Douma2020-12-071-1/+0
* | We can no longe mock multiple interfacesRoeland Jago Douma2020-12-071-3/+7
* | Fix MoveCalendarTestRoeland Jago Douma2020-12-071-1/+1
* | Fix notifier testRoeland Jago Douma2020-12-071-2/+5
|/
* Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-251-2/+2
* Merge pull request #23915 from st3iny/fix/noid/png-icons-in-caldav-reminder-e...Morris Jobke2020-11-111-4/+4
|\
| * Use png icons in caldav reminder emailsRichard Steinmetz2020-11-071-4/+4
* | Fix "Invalid fetch style: 12" on OracleJoas Schilling2020-11-101-2/+5
* | Merge pull request #23993 from nextcloud/bugfix/noid/close-cursorsMorris Jobke2020-11-102-4/+25
|\ \
| * | Don't leave cursors open when tests failJoas Schilling2020-11-092-4/+25
| |/
* / handle vcalander documents with recurrence with exemptions or editsleith abdulla2020-10-281-0/+2
|/
* handle nested properties, fixes #20544call-me-matt2020-10-121-1/+38
* Use PSR Logger in event dispatcherJoas Schilling2020-10-081-1/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0512-22/+22
* Fix unit testsRoeland Jago Douma2020-10-051-0/+6
* broaden exception handling on webcal refresheleith2020-09-291-0/+156
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+1
* Change Content-Disposition HeaderJacob Neplokh2020-09-051-3/+3
* Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-5/+7
|\
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-5/+7
* | fix testsRobin Appelman2020-08-261-4/+11
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-2446-23/+72
|/
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-184-35/+47
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-182-2/+6
* Merge pull request #22128 from nextcloud/bugfix/noid/cleanup-chunks-on-failureMorris Jobke2020-08-131-3/+7
|\
| * 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-121-3/+7
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1265-301/+297
|/
* Fix search providers order and IDsJohn Molakvoæ (skjnldsv)2020-08-053-3/+3
* Merge pull request #22099 from nextcloud/fix/unified-searchJohn Molakvoæ2020-08-053-19/+19
|\
| * Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-043-19/+19
* | IAddressBook: add isShared and isSystemAddressBookGeorg Ehrke2020-08-051-0/+59
|/
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-045-13/+1113
* Implement Contacts Backend for Unified SearchGeorg Ehrke2020-08-031-0/+275
* Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-232-9/+8
* Update system addressbook card only when there was a change based on a cached...Morris Jobke2020-07-091-4/+4
* Merge pull request #21704 from nextcloud/fix/18895/fix-unit-testsMorris Jobke2020-07-061-1/+1
|\
| * Fix unit tests from #18895Morris Jobke2020-07-061-1/+1
* | Merge pull request #21222 from nextcloud/bugfix/18965/reduce-contacts-search-...Morris Jobke2020-07-061-1/+1
|\ \ | |/ |/|
| * Reduce load of the contacts search when we know it can't matchJoas Schilling2020-06-151-1/+1
* | Use the new method everywhereJoas Schilling2020-07-031-68/+45
* | Fix testsJoas Schilling2020-06-241-3/+2
* | Update share type constant usageJoas Schilling2020-06-242-16/+16
|/
* Fix pagination of contacts searchJoas Schilling2020-06-101-0/+2
* Merge pull request #21302 from nextcloud/techdebt/noid/adjust-to-parent-imple...Christoph Wurst2020-06-091-3/+3
|\