aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/v1/webdav.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-7/+14
* chore: Add SPDX headerAndy Scherzinger2024-05-271-27/+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
* | feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPluginJoas Schilling2023-07-171-2/+5
|/
* Cleanup davCarl Schwan2022-05-051-1/+3
* Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-021-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Translate the maintenance mode message in webdavMorris Jobke2020-05-061-1/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-161-1/+2
|\
| * Load apps dav plugins on the old webdav routeJulius Härtl2019-12-041-1/+2
* | Update license headersChristoph Wurst2019-12-051-2/+2
|/
* Update license headersMorris Jobke2017-11-061-0/+4
* also allow to register additional plugins if the old endpoint is usedBjoern Schiessle2017-08-301-0/+5
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+9
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
* Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-231-0/+1
* add dav property to check if a file has a preview availableRobin Appelman2016-07-271-1/+2
* Fix apps/Joas Schilling2016-07-211-2/+4
* Implement brute force protectionLukas Reschke2016-07-201-0/+1
* block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-0/+1
* Update license headersLukas Reschke2016-05-261-1/+1
* Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-0/+1
* Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-081-1/+2
* Remove the listener pluginJoas Schilling2016-01-131-1/+0
* Happy new year!Thomas Müller2016-01-121-8/+2
* Add fake locker plugin for WebDAVFSLukas Reschke2015-11-131-1/+2
* Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-231-1/+4
* Fix webdav accessRoeland Jago Douma2015-10-161-1/+2
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-0/+55