aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0545-179/+179
* Fix unit testsRoeland Jago Douma2020-10-051-0/+6
* Merge pull request #22969 from eleith/catch-no-instance-exceptionRoeland Jago Douma2020-10-042-1/+159
|\
| * broaden exception handling on webcal refresheleith2020-09-292-1/+159
* | Merge pull request #22983 from nextcloud/bugfix/noid/sync-all-users-to-system...Roeland Jago Douma2020-09-291-1/+1
|\ \
| * | Sync all users to the system addresssbookJoas Schilling2020-09-211-1/+1
| |/
* | [tx-robot] updated from transifexNextcloud bot2020-09-292-0/+8
* | Merge pull request #23034 from nextcloud/bugfix/noid/numeric-folders-thorw-on...Joas Schilling2020-09-251-0/+12
|\ \
| * | Fix numeric folders throwing on markDirtyJoas Schilling2020-09-241-0/+12
* | | Update autloaderRoeland Jago Douma2020-09-241-1/+1
|/ /
* / [tx-robot] updated from transifexNextcloud bot2020-09-242-0/+12
|/
* [tx-robot] updated from transifexNextcloud bot2020-09-204-0/+14
* Bump versionsJoas Schilling2020-09-181-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-09-184-2/+4
* Update urls to stackoverflow.com to "HTTPS"J0WI2020-09-171-1/+1
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-162-10/+0
* Remove phan config - was replaced by PsalmMorris Jobke2020-09-162-8/+0
* [tx-robot] updated from transifexNextcloud bot2020-09-158-2/+126
* Merge pull request #22799 from nextcloud/bugfix/noid/dont-log-microsoft-webda...Morris Jobke2020-09-141-0/+5
|\
| * Don't log Microsoft WebDAV client trying to tag thingsJoas Schilling2020-09-111-0/+5
* | Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-101-1/+5
|/
* Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-079-2/+12
* Merge pull request #21945 from nextcloud/fix-contact-download-pictureJohn Molakvoæ2020-09-073-5/+6
|\
| * Change Content-Disposition HeaderJacob Neplokh2020-09-053-5/+6
* | [tx-robot] updated from transifexNextcloud bot2020-09-074-8/+40
* | [tx-robot] updated from transifexNextcloud bot2020-09-0618-2/+122
|/
* [tx-robot] updated from transifexNextcloud bot2020-09-05110-406/+516
* Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-042-59/+139
|\
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-022-20/+24
| * Make icon set for CalDav event presentation, use in iMIP email.brad20142020-08-201-7/+7
| * iMIP email improvements (take 2)brad20142020-08-201-51/+127
* | Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
* | [tx-robot] updated from transifexNextcloud bot2020-08-304-0/+4
* | [tx-robot] updated from transifexNextcloud bot2020-08-294-0/+4
* | [tx-robot] updated from transifexNextcloud bot2020-08-2814-0/+18
* | Merge pull request #22421 from nextcloud/group-folder-quota-warningRoeland Jago Douma2020-08-261-4/+11
|\ \
| * | fix testsRobin Appelman2020-08-261-4/+11
* | | Update apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.phpRobin Appelman2020-08-261-1/+1
* | | move calendar settings into their own groupRobin Appelman2020-08-256-44/+52
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-08-252-26/+26
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-24104-210/+319
* | [tx-robot] updated from transifexNextcloud bot2020-08-236-12/+30
* | [tx-robot] updated from transifexNextcloud bot2020-08-222-2/+2
* | [tx-robot] updated from transifexNextcloud bot2020-08-212-0/+8
|/
* Don't load all calendar objects into memoryJoas Schilling2020-08-201-14/+15
* Merge pull request #22041 from nextcloud/feature/noid/typed_events_davMorris Jobke2020-08-1934-104/+2350
|\
| * Typecast parameter of getAddressBookByIdGeorg Ehrke2020-08-191-1/+1
| * Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-1834-104/+2350
* | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-193-23/+24