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-07-06Remove unneeded part fileMorris Jobke
2015-07-02Properly handle NotPermittedException in SabreDAVMorris Jobke
2015-05-06block webdav in single user modeRobin Appelman
2015-03-27Fix permission checks in Sabre connectorVincent Petry
2015-02-23DAV authentication: also use Owncloud's internal user for short-circuitChristian Seiler
2015-02-23DAV authentication: use Owncloud's internal user instead of HTTP-supplied oneChristian Seiler
2015-02-05Revert "adding OC-ETag header"Vincent Petry
2015-01-29Fix webdav put for single file webdav sharesRobin Appelman
2015-01-27let init() take an INode - fixes PHP messageThomas Müller
2015-01-20Fix WebDAV auth for session authentication onlyLukas Reschke
2015-01-19Close session properlyLukas Reschke
2015-01-17Prioritise Basic Auth header over CookieLukas Reschke
2015-01-08remove unused variable and fix undefined variableThomas Müller
2015-01-07Disable part files for OC ext storage backend + s2s backendVincent Petry
2015-01-06Improve debugging for ServiceUnavailable exceptionsChris Wilson
2015-01-05Use namespaceLukas Reschke
2015-01-05Write unit-tests and use DILukas Reschke
2015-01-05Fix code-styleLukas Reschke
2015-01-04fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"derkostka
2014-12-28adding getDirectDownload() to WrapperThomas Müller
2014-12-28Adding basement for the direct download urlThomas Müller
2014-12-19Merge pull request #12865 from owncloud/files-tags-webdavMorris Jobke
2014-12-18Fix code style issues for tags pluginVincent Petry
2014-12-18Remove obsolete methodVincent Petry
2014-12-17Returns and update tags through WebDAV PROPFIND and PROPPATCHVincent Petry
2014-12-17Add getMountPoint to FileInfoRobin Appelman
2014-12-09Fix namespace of Files_Encryption outside of the appJoas Schilling
2014-11-18Fix type hinting for app managerRobin Appelman
2014-11-17Add sabredav plugin to check if a user has access to an appRobin Appelman
2014-11-11Return real mime type on PROPFINDVincent Petry
2014-11-10Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexcep...Vincent Petry
2014-11-10Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry
2014-11-07clean up encryption exceptionsBjoern Schiessle
2014-11-05throw exception if private key is missingBjoern Schiessle
2014-10-31fix odd behaviourMorris Jobke
2014-10-31Merge pull request #9044 from owncloud/add-missing-email-principalVincent Petry
2014-10-27Properly catch 503 storage not available in getQuotaInfoVincent Petry
2014-10-24adding missing email address for principallibasys
2014-10-13Use the cached fileinfo to get creatable permissionsRobin Appelman
2014-09-25Fix dav permissions for folders without create permissionsRobin Appelman
2014-09-23Merge pull request #11215 from owncloud/dav-throwwhendeletefailedMorris Jobke
2014-09-22WebDAV now throws 403 when deletion did not workVincent Petry
2014-09-22Merge pull request #10499 from owncloud/mkcol-headers-afterbindThomas Müller
2014-09-16Conceal or display SabreDAV version number in browser and http response headers.scolebrook
2014-09-12content size checks are not valid for LOCKThomas Müller
2014-09-04fix BadRequest error if CONTENT_LENGTH not setchli1
2014-09-03Merge pull request #10723 from owncloud/webdav-folder-sizeClark Tomlinson
2014-09-03Merge pull request #10725 from owncloud/sabredav-etag-masterThomas Müller
2014-08-29adding OC-ETag headerThomas Müller
2014-08-29adding new webdav property containing the folder sizeThomas Müller