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-04-23Backport of #8197 to stable6Robin Appelman
2014-04-16backport of the FilesPlugin to stable5Thomas Müller
2014-04-10Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry
2014-02-27Backported sabre exception loggerVincent Petry
2014-02-20don't send delete for every single file if a folder gets deletedBjoern Schiessle
2013-10-31Merge pull request #5327 from owncloud/backport-4867-stable5Thomas Müller
2013-10-30Merge pull request #5613 from owncloud/upload_to_sharedJörn Friedrich Dreyer
2013-10-30fix check if we upload to /SharedBjoern Schiessle
2013-10-29fixes #5367Thomas Müller
2013-10-14minimize diff for easier reviewThomas Müller
2013-10-14adding detection of aborted uploadsThomas Müller
2013-10-09Merge pull request #5208 from owncloud/fix_5126_stable5Björn Schießle
2013-10-08Backport of https://github.com/owncloud/core/pull/5193/Bjoern Schiessle
2013-10-04adding privilege check on move and rename operationsThomas Müller
2013-10-03duplicate code :sigh: - will fix this in a second prThomas Müller
2013-10-03adding file_exists check just to be on the save sideThomas Müller
2013-10-03handle error situation of rename properThomas Müller
2013-08-29webdav quota information contains the values for used and free - not totalThomas Müller
2013-08-27lacy initialization of fileView - in case basic auth is used FileSystem is no...Thomas Müller
2013-08-27adding unit tests for quota checksThomas Müller
2013-08-27adding unit tests to determine lengthThomas Müller
2013-08-27fixes #4343Thomas Müller
2013-08-27webdav quota now displays the same values as the web interface doesThomas Müller
2013-08-16Merge pull request #4458 from owncloud/dav_principal_groupmembersetThomas Tanghus
2013-08-16Don't barf on OC_Connector_Sabre_Principal::getGroupMemberSetThomas Tanghus
2013-08-03Return null if file size is negative for WebDAV, fix #2013Michael Gapczynski
2013-07-22return empty array instead of 0Georg Ehrke
2013-07-17WebDAV Auth Connector: Check if already logged inMarkus Goetz
2013-07-04fix numRows usage in core libJörn Friedrich Dreyer
2013-07-03Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman
2013-06-20backport oracle related changes, mostly comments, but also setup related fixesJörn Friedrich Dreyer
2013-06-14Squashed commit of the following:Thomas Mueller
2013-03-06return 403 when mkdir failed on webDAV, fixes #2127Arthur Schiwon
2013-02-24Reuse $freeSpace variableMichael Gapczynski
2013-02-24Don't throw insufficient storage exception if free space is unknownMichael Gapczynski
2013-02-22Whitespace fixesBart Visscher
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher
2013-02-14Fix SpaceBeforeOpenBrace errorsBart Visscher
2013-02-11only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer
2013-02-11delete partial file when file upload is abortedJörn Friedrich Dreyer
2013-02-11check Content-Length to detect aborted uploadsJörn Friedrich Dreyer
2013-02-11also rename file when it has not been present beforeJörn Friedrich Dreyer
2013-02-11readd renaming and mtime handling to new directory nodesJörn Friedrich Dreyer
2013-02-11send back 'X-OC-MTime: accepted' when X-OC-MTime was appliedJörn Friedrich Dreyer
2013-02-11add a custom header clients can use to skip a n additional propset requestJörn Friedrich Dreyer
2013-02-10Merge pull request #1588 from owncloud/etag_quotesFrank Karlitschek
2013-02-10append .part to put filesJörn Friedrich Dreyer
2013-02-10wrap etags in quotes when doing a propfind on a folderRobin Appelman
2013-02-02Dav: update etag in filecache when doing a PROPSETRobin Appelman