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
2015-02-26Merge pull request #14502 from owncloud/failing-mysql-master-testsThomas Müller
2015-02-26[tx-robot] updated from transifexJenkins for ownCloud
2015-02-26remove IDb interface from core class usageBernhard Posselt
2015-02-26owncloud -> ownCloudThomas Müller
2015-02-26deprecate getters for deprecated classBernhard Posselt
2015-02-26use IDBConnection and close cursors after insert/update/deleteBernhard Posselt
2015-02-26migrate to IDBConnectionBernhard Posselt
2015-02-25Merge pull request #14494 from owncloud/fix-oracle-masterLukas Reschke
2015-02-25Merge pull request #14508 from owncloud/tagmanager-nouserVincent Petry
2015-02-25Merge pull request #14490 from owncloud/remove-unused-deprecated-codeClark Tomlinson
2015-02-25Return null when requesting tags for null userVincent Petry
2015-02-25Clear the local cache when we clear the backendsJoas Schilling
2015-02-25Merge pull request #14500 from owncloud/fileglobalgc-cleanupThomas Müller
2015-02-25Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell
2015-02-25Cleanup garbage collection for global file cacheRobin Appelman
2015-02-25using Doctrine\DBAL\Connection::executeUpdate()Thomas Müller
2015-02-25Remove unused and deprecated CodeLukas Reschke
2015-02-25Merge pull request #14458 from owncloud/revive/11157Thomas Müller
2015-02-25Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller
2015-02-25Remove locks plugin.Thomas Müller
2015-02-25Merge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-s...Vincent Petry
2015-02-25Merge pull request #14471 from owncloud/always-load-authentication-appsThomas Müller
2015-02-25[tx-robot] updated from transifexJenkins for ownCloud
2015-02-25Fix sorting for files that only differ in case.AW-UC
2015-02-24Always load authentication appsLukas Reschke
2015-02-24Merge pull request #14195 from owncloud/activity-manager-performance-improvem...Lukas Reschke
2015-02-24Merge pull request #14282 from owncloud/disable-non-shipped-apps-masterThomas Müller
2015-02-24Merge pull request #11555 from goodkiller/patch-1Joas Schilling
2015-02-24Merge pull request #13340 from owncloud/use-http-onlyLukas Reschke
2015-02-24Use [0] instead of current as HHVM might have problems with thatLukas Reschke
2015-02-24Dont break code which relies on the cursor being open after insert/update/deleteBernhard Posselt
2015-02-243rd-party apps are only disabled in case core is upgradedThomas Müller
2015-02-24Get the real protocol behind several proxiesLukas Reschke
2015-02-24shipped and 3rd-party apps of type authentication and session will remain ena...Thomas Müller
2015-02-243rd-party apps are disabled on upgrade - refs #14026Thomas Müller
2015-02-24Use getRemoteAddress which supports reverse proxiesLukas Reschke
2015-02-24Merge pull request #14009 from owncloud/installing-installed-apps-is-stupidThomas Müller
2015-02-24Merge pull request #14442 from owncloud/fix-oracle-ci-masterLukas Reschke
2015-02-24[tx-robot] updated from transifexJenkins for ownCloud
2015-02-24app store can be used with any editionThomas Müller
2015-02-24don't allow installation of already installed apps - fixes #14004Thomas Müller
2015-02-24Merge pull request #14416 from owncloud/setup-commandThomas Müller
2015-02-24Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke
2015-02-24Sabre Update to 2.1Vincent Petry
2015-02-23properly initialize OC::$WEBROOT and host nameThomas Müller
2015-02-23Merge pull request #14119 from owncloud/dbal251Thomas Müller
2015-02-23Close the cursor after the affected count has been extracted.Thomas Müller
2015-02-23implement command maintenance:installThomas Müller
2015-02-23Fix namespace of OC_Setup -> \OC\SetupThomas Müller
2015-02-23Merge pull request #13829 from owncloud/appmanager-listVincent Petry