summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup
Commit message (Expand)AuthorAgeFilesLines
* Use empty instead ?? because dbname is '' sometimesDaniel Kesselberg2018-09-231-2/+7
* Use const for dbname and dbtableprefix defaultsDaniel Kesselberg2018-09-231-6/+33
* --database-name or --database-table-prefix are ignored for sqliteDaniel Kesselberg2018-09-231-4/+2
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+5
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-262-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-10/+14
* Update license headersMorris Jobke2017-11-064-6/+8
* cleanup oci setup codeRobin Appelman2017-09-061-173/+22
* Install from migrationsJoas Schilling2017-07-255-23/+3
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+5
* Start migrationsJoas Schilling2017-07-051-0/+9
* fix install on mb4 enabled mariadb/mysqlArthur Schiwon2017-06-011-1/+1
* MySQL 4 byte is now detected during setup in any case.Thomas Müller2017-04-281-6/+4
* Add console command to migrate the charsetThomas Müller2017-04-281-23/+7
* During setup of a mysql database we try to detect if charset 'utf8mb4' can be...Thomas Müller2017-04-281-0/+26
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Fix translationsJoas Schilling2017-04-182-2/+2
* use the same oci connectstring in all code pathsRobin Appelman2017-04-101-1/+1
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-195-18/+17
* Namespace and array syntax fixesMorris Jobke2017-03-191-1/+0
* Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* Merge pull request #2535 from nextcloud/allow-to-reuse-admin-as-install-name-...Joas Schilling2017-01-051-7/+9
|\
| * Allow to reuse the same name when installing a new instanceJoas Schilling2016-12-121-7/+9
* | Merge pull request #2670 from nextcloud/issue-2646-dont-connet-to-database-be...Roeland Jago Douma2016-12-141-1/+1
|\ \
| * | Do not connect to database before creating itJoas Schilling2016-12-141-1/+1
| |/
* / Only log as info when we can not create a new DB userJoas Schilling2016-12-141-1/+1
|/
* Lower the role name before using itJoas Schilling2016-12-091-1/+1
* Revert "Quote database and role in queries"Joas Schilling2016-12-091-4/+4
* Quote database and role in queriesLari Tikkanen2016-12-071-4/+4
* handle postgres setup when we cant connect as adminRobin Appelman2016-12-052-39/+50
* Added Exception catch in case of DB User existsHemanth Kumar Veeranki2016-10-311-8/+16
* Move away from OC_L10NRoeland Jago Douma2016-10-281-2/+3
* Fixing ctor callThomas Müller2016-10-191-1/+1
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-2/+3
* Use proper ALTER ROLE syntaxRoeland Jago Douma2016-09-051-1/+1
* Fix misleading MySQL DB creation error (#25485)Vincent Petry2016-07-271-1/+9
* revert to old setup connection logicRobin Appelman2016-07-261-10/+26
* Update with robinJoas Schilling2016-07-212-2/+2
* Fix othersJoas Schilling2016-07-215-13/+21
* Prevent syntax error when creating user or changing passwordJoas Schilling2016-07-181-3/+3
* use pdo for postgres setupRobin Appelman2016-07-122-105/+85
* Remove duplicate database connect logic in mysql setupRobin Appelman2016-07-122-36/+21
* Changed the input option for database-port to required when parameter was pro...Thomas Pulzer2016-07-062-4/+4
* Added occ install option for database-port.Thomas Pulzer2016-07-064-7/+23
* Update license headersLukas Reschke2016-05-264-0/+5
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-225-0/+757