| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -2/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -2/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -13/+13 |
* | fix: use `$this->tryCreateDbUser` condition | Hailong Wang | 2024-08-16 | 1 | -12/+13 |
* | fix: postgresql GRANT user's permission after createDatabase, ensure database... | Hailong Wang | 2024-08-16 | 1 | -11/+14 |
* | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 5 | -135/+36 |
|\ |
|
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 5 | -122/+20 |
| * | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 4 | -7/+7 |
| * | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 4 | -7/+7 |
| * | fix: Avoid using replicas during setup | Julius Härtl | 2023-12-28 | 1 | -3/+5 |
| * | enh: Implement PrimaryReadReplicaConnection | Julius Härtl | 2023-12-16 | 1 | -1/+1 |
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
| * | fix(install): Make installing more verbose | Joas Schilling | 2023-11-03 | 1 | -2/+3 |
| * | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
* | | Refactor `OC\Server::getSecureRandom` | Andrew Summers | 2023-08-29 | 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 | 3 | -44/+53 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Bugfix to support postgres15 | Vitor Mattos | 2022-11-11 | 1 | -0/+11 |
* | Do not store generated mysql password if it was not used | Julius Härtl | 2022-09-20 | 1 | -0/+3 |
* | l10n: Correct error messages | Valdnet | 2022-09-16 | 1 | -3/+3 |
* | l10n: Correct error messages | Valdnet | 2022-09-16 | 1 | -4/+4 |
* | Create more secure passwords by default | Joas Schilling | 2022-08-12 | 1 | -4/+10 |
* | Recover installation when creating the user failed | Joas Schilling | 2022-08-12 | 1 | -0/+7 |
* | Use {$var} instead of ${var} for PHP 8.2 compatibility | Côme Chilliet | 2022-06-14 | 1 | -1/+1 |
* | Fix return type for createSpecificUser | Daniel Kesselberg | 2022-05-19 | 1 | -2/+1 |
* | Rename userName to username to align with child classes | Daniel Kesselberg | 2022-05-19 | 1 | -2/+2 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 2 | -2/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -7/+1 |
* | Fix PHP CS | Joas Schilling | 2021-04-27 | 1 | -1/+0 |
* | Fix psalm errors | Joas Schilling | 2021-04-27 | 2 | -13/+20 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 2 | -12/+9 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Only use alphanumeric chars for mysql password | Joas Schilling | 2021-01-18 | 1 | -1/+2 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 3 | -29/+28 |
* | Add more previous exceptions to database setup code | Morris Jobke | 2021-01-07 | 3 | -4/+4 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -2/+1 |
* | Revert "Revert "Installation goes brrrr"" | Joas Schilling | 2020-11-11 | 1 | -1/+1 |
* | Revert "Installation goes brrrr" | Christoph Wurst | 2020-11-11 | 1 | -1/+1 |
* | Only update the schema when we install anyway | Joas Schilling | 2020-11-11 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -6/+6 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -1/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -8/+7 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -5/+5 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -1/+3 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 3 | -13/+13 |
* | Check the new connection on setup like with PostgreSQL and Oracle | Joas Schilling | 2020-02-05 | 1 | -0/+10 |
* | Only provide the auth method for MySQL 8.0+ to not break MariaDB | Joas Schilling | 2020-02-05 | 1 | -4/+13 |