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-05-19Merge branch 'master' into contactsmanager-registerThomas Müller
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-19Automatically copy the share expiration date when new shares are createdJoas Schilling
2014-05-16Merge pull request #8604 from owncloud/sharing_encforce_passwordBjörn Schießle
2014-05-16allow admin to enforce passwords for public link sharesBjoern Schiessle
2014-05-14use fetch method instead of fetchRow because fetchRow is only an owncloud int...Bernhard Posselt
2014-05-14provide a way to detect the language that is being used (e.g. for clientside ...Bernhard Posselt
2014-05-13Fix various code errors detected by ScrutinizerRobin McCorkell
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-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-05-13Replace @returns with @return, in /libRobin McCorkell
2014-05-12Merge pull request #8482 from owncloud/public-loggerThomas Müller
2014-05-12Merge pull request #8477 from owncloud/better-controllersMorris Jobke
2014-05-12Merge pull request #8274 from owncloud/appframework-dbMorris Jobke
2014-05-11adjust license headers to new mail addressBernhard Posselt
2014-05-11rename formatter to responder, formatResponse to buildResponseBernhard Posselt
2014-05-11implement most of the basic stuff that was suggested in #8290Bernhard Posselt
2014-05-11Make db connection protectedBernhard Posselt
2014-05-10add cors middlewareBernhard Posselt
2014-05-10- make logger available in the containerBernhard Posselt
2014-05-08Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry
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-05-01Correct return type for getFilePathBart Visscher
2014-05-01Better documentation for isValidSource functionBart Visscher
2014-04-28Merge branch 'master' into type-hinting-sharingBart Visscher
2014-04-26Merge branch 'master' into contactsmanager-registerBart Visscher
2014-04-23dont update entity and dont run an update query if an entity wasnt changed at...Bernhard Posselt
2014-04-23add api to get shares from a specific userBjoern Schiessle
2014-04-23Merge pull request #8009 from owncloud/feature/add-sharing-targetJoas Schilling
2014-04-22Merge pull request #8281 from owncloud/public-responsesMorris Jobke
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-20make download and redirectresponse publicBernhard Posselt
2014-04-20Fix typo & add typeLukas Reschke
2014-04-19move db into iservercontainerBernhard Posselt
2014-04-19fix doc strings for db facadeBernhard Posselt
2014-04-19fix scrutinizer issuesBernhard Posselt
2014-04-19port database layer from appframework to coreBernhard Posselt
2014-04-17Merge pull request #8222 from owncloud/type-hintingMorris Jobke
2014-04-16Fix PHPdoc in lib/publicBart Visscher
2014-04-15Fix PHPdoc in OC\Share\Share and OCP\ShareBart Visscher
2014-04-13Remove uneeded usages of nosniffLukas Reschke
2014-04-10$key is not needed for registering contactsmanager callbacksBart Visscher
2014-04-10register middleware as string to not force request to be instantiated too ear...Bernhard Posselt
2014-04-09Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling
2014-04-09Merge pull request #7643 from owncloud/chainable_responseThomas Müller
2014-04-07fixing undefined exception classesThomas Müller
2014-04-07Merge pull request #8017 from Raydiation/masterblizzz