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-10-13Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"Vincent Petry
2015-10-07[WEBDAV] check if delete of source is allowed on moveRoeland Jago Douma
2015-10-05update licence headers via scriptMorris Jobke
2015-09-23Allow listeners to set status code and messageJoas Schilling
2015-09-21Merge pull request #19081 from owncloud/prevent0bytedownloadsRobin Appelman
2015-09-18Merge pull request #19095 from owncloud/set-priority-to-1-for-maintenanceThomas Müller
2015-09-17Do not "use" ServerJoas Schilling
2015-09-17Add a Sabre plugin that emits an event for appsJoas Schilling
2015-09-17prevent 0 byte downloads when storage returns falseJörn Friedrich Dreyer
2015-09-17Make sure Maintenance is checked before auth and othersJoas Schilling
2015-09-16 Check for maintenance mode first so we send the 503 instead of login verific...Joas Schilling
2015-09-14allow hook cancelRobin Appelman
2015-09-14use the correct path for cache updates when doing chunked assemblyRobin Appelman
2015-09-14work directly on storages when doing a chunked upload assemblyRobin Appelman
2015-09-14handle notfound exceptions in lock pluginRobin Appelman
2015-09-14wrap the entire put operation in a read lockRobin Appelman
2015-09-14expose locking api in sabre connectorRobin Appelman
2015-08-25Explicitly specify status code 200 as response codeLukas Reschke
2015-08-11handle single file dav endpointsRobin Appelman
2015-08-11only add tags plugin when loggedinRobin Appelman
2015-08-11split out creating the sabre dav server to it's own factoryRobin Appelman
2015-08-11add test framework for doing full request webdav testsRobin Appelman
2015-08-06Merge pull request #18030 from owncloud/dav-upload-updaterVincent Petry
2015-08-03go trough the updater when uploading over webdavRobin Appelman
2015-07-24also log the class for dav exceptionsRobin Appelman
2015-07-13Strip public webdav info about sharing and mount pointsVincent Petry
2015-07-03Remove OC_LogThomas Müller
2015-07-01Only delete part file on error if it is really a part fileVincent Petry
2015-07-01Clean up part file only once, not twice on errorVincent Petry
2015-06-30Avoid namespace clashThomas Müller
2015-06-30Adding exception handling for ServerNotAvailableException - refs #17192Thomas Müller
2015-06-30Merge pull request #17189 from owncloud/files-straypartfilesonexceptionMorris Jobke
2015-06-29Cleanup part file after upload exceptionVincent Petry
2015-06-29Fix class name conflictVincent Petry
2015-06-29Fixing ctor calls and ctor itself to not break usage in calendar and contacts...Thomas Müller
2015-06-29Unit tests added for MaintenancePluginThomas Müller
2015-06-29In case of maintenance we should add a message to the exceptionThomas Müller
2015-06-25update license headers and authorsMorris Jobke
2015-06-17handle locked exceptions when getting file/directory info in sabreRobin Appelman
2015-06-17Merge pull request #16729 from owncloud/scanner-read-lockThomas Müller
2015-06-15Convert invalid path exception to sabre exception on MOVEVincent Petry
2015-06-15keep a read lock while scanning a file or folderRobin Appelman
2015-06-15Merge pull request #16912 from owncloud/webdav-smalltransferlockfixThomas Müller
2015-06-12Webdav PUT small file lock must be shared during hooksVincent 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-05Prevent deleting Webdav rootVincent Petry
2015-06-05Fix "@throws" tags on doc blocksJoas Schilling