summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup
Commit message (Collapse)AuthorAgeFilesLines
...
* Use proper ALTER ROLE syntaxRoeland Jago Douma2016-09-051-1/+1
| | | | | | Fixes #1260 See https://www.postgresql.org/docs/9.0/static/sql-alterrole.html
* Fix misleading MySQL DB creation error (#25485)Vincent Petry2016-07-271-1/+9
| | | | | | | Whenever the GRANT ALL failed, it used to display "Database creation failed" which is incorrect. It's only the privleges setting that failed. This moves the privilege setting message to DEBUG and makes it more precise.
* 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 ↵Thomas Pulzer2016-07-062-4/+4
| | | | | | provided. Added casting database port to int for input sanitation in pgsql and oci connections.
* Added occ install option for database-port.Thomas Pulzer2016-07-064-7/+23
| | | | | Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification.
* Update license headersLukas Reschke2016-05-264-0/+5
|
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-225-0/+757