summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/publicwebdav.php
Commit message (Expand)AuthorAgeFilesLines
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-74/+0
* update licence headers via scriptMorris Jobke2015-10-051-2/+1
* Allow ajax requests on public webdav interfaceVincent Petry2015-09-221-1/+2
* Add a Sabre plugin that emits an event for appsJoas Schilling2015-09-171-1/+2
* split out creating the sabre dav server to it's own factoryRobin Appelman2015-08-111-30/+12
* Strip public webdav info about sharing and mount pointsVincent Petry2015-07-131-1/+1
* use permissions mask wrapper instead of readonly wrapperRobin Appelman2015-07-011-1/+1
* Fixing ctor calls and ctor itself to not break usage in calendar and contacts...Thomas Müller2015-06-291-1/+1
* update license headers and authorsMorris Jobke2015-06-251-2/+1
* Return 401 when accessing public webdav and s2s is disabledVincent Petry2015-05-201-4/+5
* Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-05-141-1/+2
* fix subfolder reshares over webdavRobin Appelman2015-04-231-2/+2
* resolve reshares in public webdavRobin Appelman2015-04-221-3/+4
* Update license headersJenkins for ownCloud2015-03-261-4/+22
* Adding a more meaningful message for sabre dav exception - fixes #14516Thomas Müller2015-03-111-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
* Remove locks plugin.Thomas Müller2015-02-251-2/+0
* Sabre Update to 2.1Vincent Petry2015-02-231-11/+11
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
* Merge pull request #10292 from owncloud/external-share-deleteMorris Jobke2014-12-231-1/+0
|\
| * Fix trashbin when deleting a file over an external shareRobin Appelman2014-08-081-1/+0
* | Replace deprecated constant with new class constantJoas Schilling2014-11-251-1/+1
|/
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-081-1/+0
* Fix moving movablemount over webdavRobin Appelman2014-06-171-1/+2
* Fix public share webdav permissionsRobin Appelman2014-06-141-1/+1
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-0/+4
* Properly expose read only public shares as read onlyRobin Appelman2014-06-141-0/+8
* Fix exposing single files over webdavRobin Appelman2014-06-141-2/+6
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-3/+3
* Expose public shares over webdavRobin Appelman2014-04-251-0/+58