Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use proper ALTER ROLE syntax | Roeland Jago Douma | 2016-09-05 | 1 | -1/+1 | |
| | | | | | | Fixes #1260 See https://www.postgresql.org/docs/9.0/static/sql-alterrole.html | |||||
* | Fix misleading MySQL DB creation error (#25485) | Vincent Petry | 2016-07-27 | 1 | -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 logic | Robin Appelman | 2016-07-26 | 1 | -10/+26 | |
| | ||||||
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 | |
| | ||||||
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -13/+21 | |
| | ||||||
* | Prevent syntax error when creating user or changing password | Joas Schilling | 2016-07-18 | 1 | -3/+3 | |
| | ||||||
* | use pdo for postgres setup | Robin Appelman | 2016-07-12 | 2 | -105/+85 | |
| | ||||||
* | Remove duplicate database connect logic in mysql setup | Robin Appelman | 2016-07-12 | 2 | -36/+21 | |
| | ||||||
* | Changed the input option for database-port to required when parameter was ↵ | Thomas Pulzer | 2016-07-06 | 2 | -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 Pulzer | 2016-07-06 | 4 | -7/+23 | |
| | | | | | Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification. | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -0/+5 | |
| | ||||||
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 5 | -0/+757 | |