| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -6/+9 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -0/+3 |
* | Fix installing with MySQL 8.0.4+ | Joas Schilling | 2019-11-20 | 1 | -2/+2 |
* | Merge pull request #15187 from vitormattos/bugfix-create-database-user | Roeland Jago Douma | 2019-08-08 | 1 | -0/+4 |
|\ |
|
| * | 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 |
* | | Use specific privileges when creating admin | Oliver Salzburg | 2019-07-16 | 1 | -1/+1 |
|/ |
|
* | Cleanup some PHPDoc leftovers and unused variables | Morris Jobke | 2019-03-06 | 1 | -6/+1 |
* | Use empty instead ?? because dbname is '' sometimes | Daniel Kesselberg | 2018-09-23 | 1 | -2/+7 |
* | Use const for dbname and dbtableprefix defaults | Daniel Kesselberg | 2018-09-23 | 1 | -6/+33 |
* | --database-name or --database-table-prefix are ignored for sqlite | Daniel Kesselberg | 2018-09-23 | 1 | -4/+2 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -4/+5 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 2 | -2/+2 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -10/+14 |
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -6/+8 |
* | cleanup oci setup code | Robin Appelman | 2017-09-06 | 1 | -173/+22 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 5 | -23/+3 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+5 |
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+9 |
* | fix install on mb4 enabled mariadb/mysql | Arthur Schiwon | 2017-06-01 | 1 | -1/+1 |
* | MySQL 4 byte is now detected during setup in any case. | Thomas Müller | 2017-04-28 | 1 | -6/+4 |
* | Add console command to migrate the charset | Thomas Müller | 2017-04-28 | 1 | -23/+7 |
* | During setup of a mysql database we try to detect if charset 'utf8mb4' can be... | Thomas Müller | 2017-04-28 | 1 | -0/+26 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | Fix translations | Joas Schilling | 2017-04-18 | 2 | -2/+2 |
* | use the same oci connectstring in all code paths | Robin Appelman | 2017-04-10 | 1 | -1/+1 |