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
2014-11-06Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry
2014-10-28Properly catch 503 storage not available in getQuotaInfoVincent Petry
2014-09-26Fix dav permissions for folders without create permissionsRobin Appelman
2014-09-23WebDAV now throws 403 when deletion did not workVincent Petry
2014-09-22Use afterBind to send fileId header for files and directoriesVincent Petry
2014-09-12content size checks are not valid for LOCKThomas Müller
2014-08-20Return whole file if range request cannot be granted due to encryptionVincent Petry
2014-07-22adding special handling of checkPrecondition() for chunked uploadThomas Müller
2014-07-21perm -> permissionsThomas Müller
2014-07-08Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller
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-14Fix exposing single files over webdavRobin Appelman
2014-06-14Add server<->server sharing backendRobin Appelman
2014-06-06Merge pull request #8666 from owncloud/mount-removeicewind1991
2014-06-06allow moving files to the rootBjoern Schiessle
2014-06-05WebDAV Permissions: Distinguish between renameing and movingMarkus Goetz
2014-06-04use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterfaceThomas Müller
2014-06-04Upgrade SabreDAV to 1.8.10Thomas Müller
2014-06-04Normalize lock exception messages.ringmaster
2014-06-04Fix typoLukas Reschke
2014-06-04Respect locked files, surface correct exception.ringmaster
2014-05-29Cast '{DAV:}getcontentlength' to number instead of int.Andreas Fischer
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-19Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-09- update permissionsThomas Müller
2014-05-07Some expected Sabre exceptions are now logged with DEBUG levelVincent Petry
2014-05-02- Introduce isShared() and isMounted() on FileInfo classThomas Müller
2014-04-25merge master into webdav-injectionRobin Appelman
2014-04-24properly quote etagsRobin Appelman
2014-04-24Normalize paths when moving propertiesRobin Appelman
2014-04-23fixing typos and PHPDocThomas Müller
2014-04-23Revert changes to OC_Connector_Sabre_ServerRobin Appelman
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-04-17Merge pull request #8222 from owncloud/type-hintingMorris Jobke
2014-04-16Fix PHPdoc in lib/privateBart Visscher
2014-04-15merge master into webdav-injectionRobin Appelman
2014-04-15merge master into webdav-injectionRobin Appelman
2014-04-14White-list known secure mime types. Refs. #8184Thomas Tanghus
2014-04-09Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry
2014-04-01Merge pull request #7696 from owncloud/chunk-remainingspacefixVincent Petry
2014-03-26merge master into webdav-injectionRobin Appelman
2014-03-17Fixed chunking and insufficient storage checkVincent Petry
2014-03-10close the session for all DAV calls right after authentication - no need to w...Thomas Müller
2014-03-06merge master into webdav-injectionRobin Appelman