aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Server.php
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-091-4/+2
* Merge pull request #46421 from nextcloud/backport/46315/stable28Andy Scherzinger2024-07-111-0/+2
|\
| * fix(caldav): limit vevent sizeSebastianKrupinski2024-07-101-0/+2
* | fix(carddav): limit vcard sizeSebastianKrupinski2024-07-101-0/+2
|/
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-2/+4
* fix(dav): Rate limit address book creationHamza Mahjoubi2024-06-071-0/+3
* fix(dav): Init ViewOnlyPlugin after authLouis Chemineau2024-02-281-5/+5
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-221-0/+3
* Check share attributes when downloading versionsLouis Chemineau2024-02-211-1/+1
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-0/+4
* IFilesMetadataMaxence Lange2023-11-071-1/+4
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-171-1/+1
|\
| * Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-1/+1
* | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-1/+2
* | feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPluginJoas Schilling2023-07-171-4/+6
|/
* expose system tags as dav property for filesRobin Appelman2023-04-281-5/+1
* Merge pull request #36800 from rotdrop/feature/dav-macos-quirksAnna2023-03-131-0/+2
|\
| * apps/dav: add some OSX specific quirks.Claus-Justus Heine2023-03-071-0/+2
* | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-0/+3
|/
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-041-1/+1
* Added parameter to disallow calendar subscription via linkPawel Boguslawski2022-11-021-1/+4
* Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-291-1/+4
* Fix view-only code after code review commentsVincent Petry2022-07-281-1/+1
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+6
* Cleanup davCarl Schwan2022-05-051-2/+1
* remove leading minus which thankfully crashes because this operand does not a...Julien Veyssier2022-05-041-1/+1
* Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-11/+10
* Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-041-0/+2
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-311-0/+2
* | Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-10/+21
|/
* Add logging around dav execJulius Härtl2022-02-281-0/+5
* Remove setting defaultUsernamePath dynamicallyThomas Citharel2022-02-141-1/+0
* send request id in response headerRobin Appelman2022-02-011-0/+2
* Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-011-2/+0
* Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ2021-11-011-0/+2
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-231-0/+2
* | Clean BulkUpload pluginLouis Chemineau2021-10-161-4/+4
* | Add BulkUpload DAV pluginLouis Chemineau2021-10-151-0/+6
|/
* Merge pull request #28084 from nextcloud/bugfix/noid/dav-user-idJohn Molakvoæ2021-07-231-0/+1
|\
| * Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-221-0/+1
* | QuotaPlugin expect 1 parameterDaniel Kesselberg2021-07-211-1/+1
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Export the CalDAV trash bin retention duration as propertyChristoph Wurst2021-06-021-1/+1
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Don't overwrite the event if we use it laterRoeland Jago Douma2020-10-281-2/+2
* Also run the SabreAuthInitEvent for the main serverRoeland Jago Douma2020-10-271-0/+7
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-2/+2
* Allow for compression of the PROPFIND responsesRoeland Jago Douma2020-06-061-0/+5