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-01-21Merge branch 'master' into fixing-gallery-password-protected-access-masterThomas Müller
2014-01-21fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller
2014-01-21OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas 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-16Merge pull request #6644 from ben-denham/unshare-all-fixBjörn Schießle
2014-01-07Merge pull request #6290 from owncloud/files-androidcontentdispositionThomas Müller
2014-01-06Unshare all will now delete all shares for the item, instead of only for a si...ben-denham
2013-12-19fix return statementThomas Müller
2013-12-19kill MDB2 in PHPDocThomas Müller
2013-12-18Merge pull request #6295 from owncloud/files-fromlinkerrormessagefixesThomas Müller
2013-12-17Merge pull request #6436 from owncloud/allconfig-defaultsFrank Karlitschek
2013-12-16Do not use L10n when logging exceptionsVincent Petry
2013-12-16Also add default to the \OCP\IConfig interfaceRobin Appelman
2013-12-13dont try to register background jobs if we haven't upgraded yetRobin Appelman
2013-12-13rely only on php DateTime to parse the db datetime stringJörn Friedrich Dreyer
2013-12-12Fixed download file from URL error messagesVincent Petry
2013-12-10Moved content disposition code+workarounds to OCP\ResponseVincent Petry
2013-12-05add 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
2013-11-22Add missing Avatar InterfaceArthur Schiwon
2013-11-22Round out Avatar Public APIArthur Schiwon
2013-11-12Fix fatal error when trying to open a non existing public linkRobin Appelman
2013-11-07Add public API for \OC\Avatarkondou
2013-11-03unify license headers for public API filesMorris Jobke
2013-11-03fix "No page-level DocBlock"Morris Jobke
2013-11-03Always select item_source.Andreas Fischer
2013-11-03Deduplicate expiration date check into a method.Andreas Fischer
2013-11-03Use unshareItem() when unsharing expired shares.Andreas Fischer
2013-11-03Use unshareItem() in unshareAll().Andreas Fischer
2013-11-03Extract unshare() code into unshareItem().Andreas Fischer
2013-11-03OCP\Share::unshareAll(): Deduplicate hook parameters.Andreas Fischer
2013-10-31fix documentation stuffMorris Jobke