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
2016-04-06Rename files to be PSR-4 compliantLukas Reschke
2016-01-12Happy new year!Thomas Müller
2016-01-07Remove OC_DB::getConnectionMorris Jobke
2015-07-29Remove remainings of mssqlThomas Müller
2015-05-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-01-26naming fixes while reviewingThomas Müller
2015-01-23Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling
2015-01-12Use a special filter expression for Oracle to filter the prefix - fixes #13220Thomas Müller
2014-12-23add default for dbtableprefixMorris Jobke
2014-12-22use injected config object and fix typosMorris Jobke
2014-12-22Use Doctrines filter by table nametbelau666
2014-11-20drop dependency of some commands on old config objectMorris Jobke
2014-11-02Enhance question in DB migration scriptunclejamal3000
2014-05-09Add message about unsupported Microsoft SQL Server.Andreas Fischer
2014-05-09Store normalised DBMS type in $type.Andreas Fischer
2014-04-15Pass Connection instead of AbstractSchemaManager to clearSchema().Andreas Fischer
2014-04-15Use exceptions for in input validation.Andreas Fischer
2014-04-15Do not block when nothing is passed via stdin.Andreas Fischer
2014-04-15Do not ask for password before input parameter validation.Andreas Fischer
2014-04-15Remove unnecessary sprintf.Andreas Fischer
2014-04-15Move (extended) input validation out into validateInput() method.Andreas Fischer
2014-04-15Add message for converting to SQLite being unsupported.Andreas Fischer
2014-04-15Use a variable for the DBMS tyoe we are converting to.Andreas Fischer
2014-04-14Move PostgreSQL sequence resynchronisation out into PgSqlTools class.Andreas Fischer
2014-04-14Add error handling for --clear-schema on Oracle.Andreas Fischer
2014-04-14Do not quote table names on Oracle. They appear to be already quoted.Andreas Fischer
2014-04-11Remove unnecessary +1 from PostgreSQL sequence correction query.Andreas Fischer
2014-04-11Better variable names for table arrays.Andreas Fischer
2014-04-11Improve message about tables not going to be converted. Mention --all-apps op...Andreas Fischer
2014-04-09Extract schema creation code into its own method.Andreas Fischer
2014-04-09Add option to create all app schemas instead of just installed app.Andreas Fischer
2014-04-09Do not attempt to covert to the same DBMS.Andreas Fischer
2014-04-09Move schema clearing to extra method.Andreas Fischer
2014-04-09private -> protectedAndreas Fischer
2014-04-02typos fixedThomas Müller
2014-03-31Type hinting.Andreas Fischer
2014-03-31Some more colors.Andreas Fischer
2014-03-31Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer
2014-03-31Remove unnecessary and incorrect comments.Andreas Fischer
2014-03-31\InvalidArgumentException is in root namespace.Andreas Fischer
2014-03-31Doc blocks for properties do not repeat the property name.Andreas Fischer
2014-03-31Use question color.Andreas Fischer
2014-03-31Remove whitespace at end of lines.Andreas Fischer
2014-03-31Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-17Move password interaction to interact functionBart Visscher
2014-02-17Split execute function into multiple functionsBart Visscher