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-10Ensure there is a connection object within \OC_DB::enableCaching()Thomas Müller
2014-11-03allow passing driver options, fixes #11718Jörn Friedrich Dreyer
2014-07-15- Added test to trigger index id errorVincent Petry
2014-06-17We obviously have to pass the hostname as is when there is no ':' in the host...Andreas Fischer
2014-06-13Merge pull request #9018 from owncloud/dbms-socket-supportFrank Karlitschek
2014-06-12Don't specify host when using a socket.Andreas Fischer
2014-06-12Rename variable to indicate that it can be port and socket.Andreas Fischer
2014-06-12No need to check the port number as this will fail anyway.Andreas Fischer
2014-06-12Move getValue() to where required. This actually is not required "global data".Andreas Fischer
2014-06-12Move check for : to where it belongs, getting rid of $socket = false;Andreas Fischer
2014-06-12Extract common variables of $connectionParams.Andreas Fischer
2014-06-12Inline $port expression, getting rid of $port variable.Andreas Fischer
2014-06-12Fixes based on suggestionsjosh4trunks
2014-06-05Fix variable not always being defined.josh4trunks
2014-06-05Work with MySQL Socketsjosh4trunks
2014-06-04Removed simulate db update flag and split into separate methodsVincent Petry
2014-06-04Simulate apps database schema update on upgradeVincent Petry
2014-05-31- fix dropTable() and introduce tableExists()Thomas Müller
2014-05-19Merge pull request #8639 from owncloud/drop-briefThomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-19Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-04-09Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer
2014-03-31Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer
2014-02-28More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-18Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-12-17Merge branch 'master' into fix-5388-masterBart Visscher
2013-12-11Send "SET NAMES utf8" to MySQL for PHP below 5.3.6Andreas Fischer
2013-11-22Change OC_Migrate from MDB2 to DoctrineBart Visscher
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller