aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/v1/webdav.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-171-1/+1
|\ | | | | Refactors "strpos" calls in /apps/dav
| * Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-1/+1
| | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPluginJoas Schilling2023-07-171-2/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Cleanup davCarl Schwan2022-05-051-1/+3
| | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Translate the maintenance mode message in webdavMorris Jobke2020-05-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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 route
| * Load apps dav plugins on the old webdav routeJulius Härtl2019-12-041-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update license headersChristoph Wurst2019-12-051-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersMorris Jobke2017-11-061-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* also allow to register additional plugins if the old endpoint is usedBjoern Schiessle2017-08-301-0/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
| | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-231-0/+1
| | | | | | | | * Prevent PHP request to get killed when using fclose callback * Add ignore_user_abort everywhere where the time limit is set to 0 Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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
| | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* 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
| | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses.
* Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-231-1/+4
|
* Fix webdav accessRoeland Jago Douma2015-10-161-1/+2
| | | | | * Correct namespace * Pass the EventDispatcher to the webDAV server
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-0/+55