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-01-08Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman
2014-09-23Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-08-14we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle
2014-07-30Fix template rendering for 'blank' templatesMorris Jobke
2014-06-05added missing LockNotAcquiredExceptionThomas Müller
2014-06-05Continued flock work.ringmaster
2014-06-04Add ->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman
2014-05-22Added password obfuscation for external storage configVincent Petry
2014-05-05always encrypt files to ownerBjoern Schiessle
2014-04-18merge middleware string registrationBernhard Posselt
2014-04-17Verify that a file exists before we share itRobin Appelman
2014-04-10Update controller.phpBernhard Posselt
2014-04-09Remove dependency on container, removing service locator antipatternBernhard Posselt
2014-03-25Fix 'Undefined variable: message' in OCP\Util::logExceptionThomas Tanghus
2014-03-13finally fix the paths for the OCS Share APIBjoern Schiessle
2014-03-11fix path creation for re-shares, issue #7662Bjoern Schiessle
2014-02-26fix path in sharing results if it is a file in the Shared folderBjoern Schiessle
2014-02-07replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle
2014-01-28Added exception logger plugin for sabre connectorVincent Petry
2014-01-21fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller
2014-01-21in case no share is found for the given token we can return right awayThomas Müller
2014-01-21adding password protection check to getShareByToken()Thomas Müller
2014-01-21OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller
2014-01-17add needUpgrade() check to addQueuedTask()Jörn Friedrich Dreyer
2014-01-16Unshare all will now delete all shares for the item, instead of only for a si...ben-denham
2014-01-14Merge pull request #6612 from owncloud/user-no-change-displayname-stableicewind1991
2014-01-08Moved content disposition code+workarounds to OCP\ResponseVincent Petry
2014-01-02Also add default to the \OCP\IConfig interfaceRobin Appelman
2013-12-17Do not use L10n when logging exceptionsVincent Petry
2013-12-13dont try to register background jobs if we haven't upgraded yetRobin Appelman
2013-12-12rely only on php DateTime to parse the db datetime stringJörn Friedrich Dreyer
2013-12-06add a optional parameter to skip check for expired files, this is necessary t...Bjoern Schiessle
2013-12-01Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller
2013-11-29Merge pull request #6077 from owncloud/fix-api-documentationFrank Karlitschek
2013-11-27Merge pull request #6027 from owncloud/public-api-restful-routing-oc6Morris Jobke
2013-11-27add comment from @DeepDiverMorris Jobke
2013-11-27API doc for contacts manager, server container and shareMorris Jobke
2013-11-26Use the Doctrine to convert date string to DateTime object.Andreas Fischer
2013-11-26Use DateTime object instead of fixed format date string.Andreas Fischer
2013-11-26Use bindValue() instead of passing parameters in execute().Andreas Fischer
2013-11-25Merge pull request #6034 from owncloud/fix-api-documentationOwen Winkler
2013-11-25adding documentation for registerRoutes()Thomas Müller
2013-11-25fix some capital lettersMorris Jobke
2013-11-25page level doc blocks and class descriptionsMorris Jobke
2013-11-25AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixesMorris Jobke
2013-11-25fix defaults.php docMorris Jobke
2013-11-25fix db.php docMorris Jobke
2013-11-25fix appframework routingThomas Müller
2013-11-22Merge pull request #5040 from owncloud/public_api_avatar_masterblizzz
2013-11-22fixing PHPDoc comments and syntaxThomas Müller