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
path: root/lib
AgeCommit message (Expand)Author
2014-07-10adding 'groups' entry to remote appsThomas Müller
2014-07-10fixing typosThomas Müller
2014-07-09BugFix missing $item on 'file_target' Line 1911libasys
2014-07-08Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller
2014-07-08Adding new interface \OCP\Activity\IExtentsionThomas Müller
2014-07-08Merge pull request #9500 from owncloud/fix9475blizzz
2014-07-08use case insensitive LIKE when searching for files in mysqlRobin Appelman
2014-07-08Add repair step to set MySQL collation to utf8_binRobin Appelman
2014-07-08also appconfig shall not write to database if the value is unchangedArthur Schiwon
2014-07-08do not write to database when the value is the sameArthur Schiwon
2014-07-07add ocsids to info.xmlGeorg Ehrke
2014-07-07Only calculate the WEBROOT from scriptName if it contains $SUBURIJoas Schilling
2014-07-07Only overwrite serverHost when in unit testsJoas Schilling
2014-07-07MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller
2014-07-07fix phpDocBlock for OC_App::getAppInfoGeorg Ehrke
2014-07-07better validation: cadd extra check if appinfo/info.xml existsGeorg Ehrke
2014-07-04make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle
2014-07-04deprecate OC_Search_Provider in favor of \OCP\Search\ProviderJörn Friedrich Dreyer
2014-07-04Add machine readable error messages to OC\JSONRobin Appelman
2014-07-04make search case insensitive on postgres and oracleJörn Friedrich Dreyer
2014-07-04introduce and use getCurrentConnection()Jörn Friedrich Dreyer
2014-07-04reset collection to 'root' after adding a route to the apiJörn Friedrich Dreyer
2014-07-04Merge pull request #9413 from owncloud/fix_hook_namesVincent Petry
2014-07-03fix hook namesBjoern Schiessle
2014-07-03Remove forgotten debug logVincent Petry
2014-07-03[tx-robot] updated from transifexJenkins for ownCloud
2014-07-02Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry
2014-07-02Merge pull request #9311 from owncloud/storage-not-availableVincent Petry
2014-07-02Merge pull request #9288 from owncloud/fix_dispatcher_null_valuesMorris Jobke
2014-07-02Remove invalid mounts from the active fsRobin Appelman
2014-07-02Merge pull request #9338 from owncloud/fix-redirect-for-appframeworkVolkan Gezer
2014-07-02[tx-robot] updated from transifexJenkins for ownCloud
2014-07-01Merge pull request #9327 from owncloud/migrator-postgreskeywordtestVincent Petry
2014-07-01Merge pull request #9334 from owncloud/defaultappfixVincent Petry
2014-07-01don't move a share mount point into a different mount pointBjoern Schiessle
2014-07-01add a explicit interface for the home storageBjoern Schiessle
2014-07-01Added unit test for default app URLVincent Petry
2014-07-01Redirect after session expiry to the previous loaded pageMorris Jobke
2014-07-01Use getAbsoluteUrl for redirection URLVincent Petry
2014-07-01Support for multiple default appsVincent Petry
2014-07-01Catch StorageInvalidException in webdavRobin Appelman
2014-07-01Merge pull request #9156 from owncloud/solve-8959blizzz
2014-07-01Detect removed public sharesRobin Appelman
2014-07-01Add bak defaultapp settingVincent Petry
2014-07-01Fix migrator tests to use the correct migrator instancesVincent Petry
2014-07-01Merge pull request #9306 from owncloud/publicneedsupgradeJan-Christoph Borchardt
2014-07-01Merge pull request #9292 from owncloud/issue/9161Morris Jobke
2014-07-01[tx-robot] updated from transifexJenkins for ownCloud
2014-06-30loop over usernames, not passwordsArthur Schiwon
2014-06-30Handle StorageNotAvailableException in webdavRobin Appelman