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
2012-05-17add support for custom ports for mysql/pgsql by adding :portnumber to the dat...Robin Appelman
2012-05-13additional logging when db upgrade failsRobin Appelman
2012-05-11Change sqlite escaping of identifier to double quote. Fixing some issuesBrice Maron
2012-04-14Typo fix (breif->brief)Bart Visscher
2012-04-14Fix default database type stringBart Visscher
2012-04-14some minor optimizationsRobin Appelman
2012-04-12UTF8 locale by defaultGrundik
2012-04-01try to use transactions to replace dbTom Needham
2012-04-01Merge branch 'master' into migrationTom Needham
2012-03-28remove check for variable which was set one line above - bugfix for oc-324Georg Ehrke
2012-03-21Added unified import method.Tom Needham
2012-03-03Update database.xml locations. Fix dbexport.xml.Tom Needham
2012-03-03removed duplicate functionTom Needham
2012-03-01Added replaceDB method in lib/db.phpTom Needham
2012-02-28use in-memory files for the datase scheme during installationRobin Appelman
2012-02-25some more error reporting during filesystem scanRobin Appelman
2012-02-23check if the tempfile was created successfullyGeorg Ehrke
2012-02-09don't use PDO::inTransactionRobin Appelman
2012-02-05fix bug in transactions with PDORobin Appelman
2012-01-16fix database upgrading for pgsqlRobin Appelman
2012-01-16some aditional feedback during database upgradeRobin Appelman
2012-01-13remove temporary files after updatingRobin Appelman
2012-01-08load reverse driver when updating databaseRobin Appelman
2012-01-08allow changing database backends between PDO and MDB2Robin Appelman
2012-01-08automatically upgrade the main database on version number increase (doesnt wo...Robin Appelman
2012-01-06Use parameterTom Needham
2011-12-08Gallery: splitout model codeBart Visscher
2011-10-29Add sequence name in insertid to be more portableBrice Maron
2011-10-23provide function for updating the database schemeRobin Appelman
2011-10-23improve detection of database backendRobin Appelman
2011-10-20Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer
2011-10-17fix now() function for sqlite3Robin Appelman
2011-10-17Fix bookmarks app to work with postgresql.Brice Maron
2011-10-16use OC_Log instead of error_logRobin Appelman
2011-10-16some minor tweaks to oc_dbRobin Appelman
2011-09-18always use mdb2 for installationRobin Appelman
2011-09-17add pdo backend to oc_dbRobin Appelman
2011-08-27Added db4app lib, and apps test_db that shows how it works.Côme BERNIGAUD
2011-08-07Add postgresql supportSerge Martin
2011-08-01some improvements to collection scanningRobin Appelman
2011-07-31add transitions to oc_dbRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack
2011-07-29One class per file!Jakob Sack
2011-07-27Use autoloadJakob Sack