summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/v1/publicwebdav.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma2020-04-301-1/+3
| | | | | | | | Else it might happen that we setup a storage that has no real owner and activities do boom etc (looking at you groupfolders and external storages!). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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-1/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix preview for public linksBjoern Schiessle2017-07-201-1/+3
| | | | | | | | in case a user is already logged in on the same server from which the public link comes from, we need to setup the owners file system in order to show the preview Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-5/+3
| | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
* Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-241-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make files_drop workRoeland Jago Douma2016-10-241-3/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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
| | | | | | | | | | | | | | | | | | Fixes #24868 The writable mask was a bit misleading. We should wrap with the sharepermissions (as they are used everywhere else). The PERMISSIONS_SHARE are added since that is required for the public link check plugin.
* | 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 ↵Thomas Müller2016-04-181-0/+1
|\ | | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav
| * Close session for publicwebdavLukas Reschke2016-03-151-0/+1
| | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud.
* | Move public webdav auth over to share managerRoeland Jago Douma2016-04-081-5/+8
| | | | | | | | The public webdav auth should use the shiny new share manager.
* | 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
| | | | 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.
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-0/+74