aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/PostgreSQL.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* fix: use `$this->tryCreateDbUser` conditionHailong Wang2024-08-161-12/+13
* fix: postgresql GRANT user's permission after createDatabase, ensure database...Hailong Wang2024-08-161-11/+14
* Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-301-26/+5
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-241-25/+4
| * fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
| * feat: rename users to account or personVincent Petry2024-02-131-1/+1
* | Refactor `OC\Server::getSecureRandom`Andrew Summers2023-08-291-1/+1
|/
* postgresql - add quotes around user namesSimon L2023-03-081-4/+4
* add option to disable db user creation trough environment variableRobin Appelman2023-02-211-36/+38
* Bugfix to support postgres15Vitor Mattos2022-11-111-0/+11
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Fix psalm errorsJoas Schilling2021-04-271-9/+15
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-5/+5
* Add more previous exceptions to database setup codeMorris Jobke2021-01-071-1/+1
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* solve code reviewVitor Mattos2019-04-221-1/+1
* Check if database exists and grand permissionVitor Mattos2019-04-211-2/+4
* Bugfix: user is not allowedVitor Mattos2019-04-211-0/+2
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-6/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-2/+1
* Install from migrationsJoas Schilling2017-07-251-5/+0
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+5
* Fix translationsJoas Schilling2017-04-181-1/+1
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-5/+4
* Allow to reuse the same name when installing a new instanceJoas Schilling2016-12-121-7/+9
* 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-051-39/+49
* Use proper ALTER ROLE syntaxRoeland Jago Douma2016-09-051-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-4/+5
* Prevent syntax error when creating user or changing passwordJoas Schilling2016-07-181-3/+3
* use pdo for postgres setupRobin Appelman2016-07-121-103/+82
* Changed the input option for database-port to required when parameter was pro...Thomas Pulzer2016-07-061-2/+2
* Added occ install option for database-port.Thomas Pulzer2016-07-061-4/+7
* Update license headersLukas Reschke2016-05-261-0/+1
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-221-0/+173