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-11-19Make it possible to cleanPath() absolute Windows pathsJoas Schilling
2014-10-09Added failing unit tests for mount config hooksVincent Petry
2014-09-22Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman
2014-06-18change architecture from inheritance to compositionJörn Friedrich Dreyer
2014-06-18only use one config option 'objectstore' for root and home storage configurationJörn Friedrich Dreyer
2014-06-18move creation of / and users 'files' from storage constructor to setupFS / mo...Jörn Friedrich Dreyer
2014-06-18fix fallback config for default home storageJörn Friedrich Dreyer
2014-06-18allow configuring objectstore as home and root storageJörn Friedrich Dreyer
2014-06-04name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-04-29Emit a new hook, when a file is being updated onlyJoas Schilling
2014-04-23Fix error when viewing expired linkRobin Appelman
2014-03-26Remove unused setUserVars utility methodVincent Petry
2014-03-24Cache folder is now configurableVincent Petry
2014-03-19Moved external storage mounting code to files_external appVincent Petry
2014-02-27Update rawlist to work with new fileinfo objectRobin Appelman
2014-02-20Fix path to the mount fileLukas Reschke
2014-02-20Merge pull request #6999 from kofemann/mount-configLukas Reschke
2014-02-19Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke
2014-02-19Merge pull request #7257 from owncloud/filelist-fileinfoVincent Petry
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-18use a FileInfo object of the directory when generting the filelistRobin Appelman
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-29mount: make location of mount.json configurableTigran Mkrtchyan
2013-11-18External storage space is now not counted in total spaceVincent Petry
2013-11-14Fixed normalizePath() to strip out single dot dirsVincent Petry
2013-11-12Now using HomeStorage for legacy home storage idsVincent Petry
2013-10-29dont use the home storage for non-existing usersRobin Appelman
2013-10-29use the new home storage backend when no existing local storage backend exist...Robin Appelman
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller