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 (Expand)Author
2015-10-16Consolidate webdav code - move all to one appThomas Müller
2015-08-11split out creating the sabre dav server to it's own factoryRobin Appelman
2015-06-17handle locked exceptions when getting file/directory info in sabreRobin Appelman
2015-06-15Convert invalid path exception to sabre exception on MOVEVincent Petry
2015-06-11verify path when getting a node for sabredavRobin Appelman
2015-06-11Revert "verify path when getting a node for sabredav"Vincent Petry
2015-06-11verify path when getting a node for sabredavRobin Appelman
2015-06-01Move locking exceptionsVincent Petry
2015-06-01Convert LockedException to FileLocked in Sabre connectorVincent Petry
2015-05-29Validate target file name for some webdav opsVincent Petry
2015-05-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-03-27Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke
2015-03-26Update license headersJenkins for ownCloud
2015-03-19Fix permission checks in Sabre connectorVincent Petry
2015-03-09fixing namespaces and PHPDocThomas Müller
2015-03-09adding storage specific filename verification - refs #13640Thomas Müller
2015-02-27Merge pull request #14530 from owncloud/revert-14403Thomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-26Removed unused $node variableVincent Petry
2015-02-25Fixes WebDAV copyVincent Petry
2015-02-24Sabre Update to 2.1Vincent Petry
2015-02-23Updating license headersJenkins for ownCloud
2015-01-27let init() take an INode - fixes PHP messageThomas Müller
2014-12-17Add getMountPoint to FileInfoRobin Appelman
2014-11-10Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry
2014-07-01Catch StorageInvalidException in webdavRobin Appelman
2014-06-30Handle StorageNotAvailableException in webdavRobin Appelman
2014-06-20Fix permissions check when moving a file to a different directory over webdavRobin Appelman
2014-06-17Fix moving movablemount over webdavRobin Appelman
2014-06-14Add server<->server sharing backendRobin Appelman
2014-06-06allow moving files to the rootBjoern Schiessle
2014-06-04Upgrade SabreDAV to 1.8.10Thomas Müller
2014-04-25merge master into webdav-injectionRobin Appelman
2014-04-24Normalize paths when moving propertiesRobin Appelman
2014-04-23fixing typos and PHPDocThomas Müller
2014-04-23always allow to rename the share mount pointBjoern Schiessle
2014-04-23we no longer need to handle the Shared folder different from any other folderBjoern Schiessle
2014-03-06merge master into webdav-injectionRobin Appelman
2014-03-05don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle
2014-03-04Remove the need for a custom SabreDav server constructorRobin Appelman
2014-02-25Pass the filesystem view as argument in the sabredav connectors and use the f...Robin Appelman
2014-02-18Added file name check in webdav connectorVincent Petry
2014-01-23Allow getting info or renaming part files through WebDAVVincent Petry
2013-10-22- delete properties on node deleteThomas Müller
2013-10-08adding check isDeletable() on $sourcePathThomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller