Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-02Migrate last instances of $server::getLogger() from davCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-06-22Throttle on public DAV endpointLukas Reschke
We should throttle whenever an invalid request is sent to the public WebDAV endpoint. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-14Use IBootstrap for the app federatedfilesharingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-06Translate the maintenance mode message in webdavMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-30Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma
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>
2020-04-02Query Application class on publicwebdavJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-20Update license headers for 18Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-16Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma
Load apps dav plugins on the old webdav route
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-04Load apps dav plugins on the old webdav routeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-07-20fix preview for public linksBjoern Schiessle
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>
2017-05-18Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-16Hack to prevent warning for read-only wrapper in public linksVincent Petry
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.
2016-10-24Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-24Make files_drop workRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-07-27add dav property to check if a file has a preview availableRobin Appelman
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-07-14remove unused parameterBjoern Schiessle
2016-06-11Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon
2016-06-09block webdav access if share is not readableBjoern Schiessle
2016-06-06Wrap publicwebdav in sharePermission maskRoeland Jago Douma
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.
2016-05-26Update license headersLukas Reschke
2016-04-22move federated sharing settings to the federatedfilesharing appBjörn Schießle
2016-04-18Merge pull request #23268 from ↵Thomas Müller
owncloud/range-requests-should-not-block-the-session Close session for publicwebdav
2016-04-08Move public webdav auth over to share managerRoeland Jago Douma
The public webdav auth should use the shiny new share manager.
2016-03-31Return 401 DummyBasicAuth in case of ajax callVincent Petry
2016-03-15Close session for publicwebdavLukas Reschke
We need to close the session otherwise streaming will lead to a blocked ownCloud.
2016-02-09Check that the owner of a link share still has share permissions on accessRobin Appelman
2016-01-13Remove the listener pluginJoas Schilling
2016-01-12Happy new year!Thomas Müller
2015-11-14Add fake locker plugin for WebDAVFSLukas Reschke
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.
2015-10-16Consolidate webdav code - move all to one appThomas Müller