summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/v1/publicwebdav.php
Commit message (Expand)AuthorAgeFilesLines
* rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/au...Julien Veyssier2022-12-151-2/+2
* use modern event dispatchJulien Veyssier2022-12-121-2/+6
* allow additional Sabre plugins in publicwebdav.phpJulien Veyssier2022-12-121-0/+3
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Cleanup davCarl Schwan2022-05-051-1/+4
* Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-021-1/+1
* Throttle on public DAV endpointLukas Reschke2021-06-221-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-141-2/+2
* Translate the maintenance mode message in webdavMorris Jobke2020-05-061-1/+2
* Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma2020-04-301-1/+3
* Query Application class on publicwebdavJulius Härtl2020-04-021-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-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-1/+1
|/
* fix preview for public linksBjoern Schiessle2017-07-201-1/+3
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+2
* Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-5/+3
* Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-241-0/+5
* Make files_drop workRoeland Jago Douma2016-10-241-3/+9
* add dav property to check if a file has a preview availableRobin Appelman2016-07-271-1/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-3/+5
* remove unused parameterBjoern Schiessle2016-07-141-1/+1
* Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-111-6/+3
|\
| * Wrap publicwebdav in sharePermission maskRoeland Jago Douma2016-06-061-6/+3
* | block webdav access if share is not readableBjoern Schiessle2016-06-091-0/+5
|/
* Update license headersLukas Reschke2016-05-261-1/+3
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+3
* Merge pull request #23268 from owncloud/range-requests-should-not-block-the-s...Thomas Müller2016-04-181-0/+1
|\
| * Close session for publicwebdavLukas Reschke2016-03-151-0/+1
* | Move public webdav auth over to share managerRoeland Jago Douma2016-04-081-5/+8
* | Return 401 DummyBasicAuth in case of ajax callVincent Petry2016-03-311-1/+1
|/
* Check that the owner of a link share still has share permissions on accessRobin Appelman2016-02-091-1/+7
* Remove the listener pluginJoas Schilling2016-01-131-1/+0
* Happy new year!Thomas Müller2016-01-121-1/+3
* Add fake locker plugin for WebDAVFSLukas Reschke2015-11-131-1/+2
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-0/+74