| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | postgresql - add quotes around user names | Simon L | 2023-03-08 | 1 | -4/+4 |
* | add option to disable db user creation trough environment variable | Robin Appelman | 2023-02-21 | 1 | -36/+38 |
* | Bugfix to support postgres15 | Vitor Mattos | 2022-11-11 | 1 | -0/+11 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -1/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Fix psalm errors | Joas Schilling | 2021-04-27 | 1 | -9/+15 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -5/+5 |
* | Add more previous exceptions to database setup code | Morris Jobke | 2021-01-07 | 1 | -1/+1 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | solve code review | Vitor Mattos | 2019-04-22 | 1 | -1/+1 |
* | Check if database exists and grand permission | Vitor Mattos | 2019-04-21 | 1 | -2/+4 |
* | Bugfix: user is not allowed | Vitor Mattos | 2019-04-21 | 1 | -0/+2 |
* | Cleanup some PHPDoc leftovers and unused variables | Morris Jobke | 2019-03-06 | 1 | -6/+1 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -2/+1 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -5/+0 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+5 |
* | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -5/+4 |
* | Allow to reuse the same name when installing a new instance | Joas Schilling | 2016-12-12 | 1 | -7/+9 |
* | Lower the role name before using it | Joas Schilling | 2016-12-09 | 1 | -1/+1 |
* | Revert "Quote database and role in queries" | Joas Schilling | 2016-12-09 | 1 | -4/+4 |
* | Quote database and role in queries | Lari Tikkanen | 2016-12-07 | 1 | -4/+4 |
* | handle postgres setup when we cant connect as admin | Robin Appelman | 2016-12-05 | 1 | -39/+49 |
* | Use proper ALTER ROLE syntax | Roeland Jago Douma | 2016-09-05 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -4/+5 |
* | 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 | 1 | -103/+82 |
* | Changed the input option for database-port to required when parameter was pro... | Thomas Pulzer | 2016-07-06 | 1 | -2/+2 |
* | Added occ install option for database-port. | Thomas Pulzer | 2016-07-06 | 1 | -4/+7 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -0/+173 |