nextcloud/core/Command
Morris Jobke 713f684a8b
Adding tests for 4 byte unicode characters
* success on SQLite and Postgres
* failure on MySQL due to the limited charset that only supports up to 3 bytes

Add config option to update charset of mysql to utf8mb4

* fully optional
* requires additional options set in the database

only disable unicode test on mysql

Fixing ctor call

Adding docker based unit test execution for mysql utf8mb4

Add mysqlmb4 test configuration to Jenkinsfile

fix collation on utf8mb4

Properly setup charset and collation in the doctrine connection

Allow files containing 4-byte chars in case the database supports it

During setup of a mysql database we try to detect if charset 'utf8mb4' can be used

Fix mysql settings

Add console command to migrate the charset

Set ROW_FORMAT before setting collation to mb4

Also select tables with wrong collation

Faster MySQL docker

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-21 16:42:12 -06:00
..
App Check for nextcloud version as well 2016-12-05 22:18:24 +01:00
Background Rename files to be PSR-4 compliant 2016-04-06 11:00:52 +02:00
Config Filter out sensitive appconfig values 2017-01-11 11:42:36 +01:00
Db Adding tests for 4 byte unicode characters 2017-03-21 16:42:12 -06:00
Encryption ownC -> Nextc 2017-03-19 22:02:21 -06:00
Group Update with robin 2016-07-21 18:13:58 +02:00
Integrity Merge pull request #2724 from nextcloud/fix-23591 2016-12-21 13:03:13 +01:00
L10n Autocomplete for l10n:* and twofactorauth:* 2016-09-29 15:57:10 +02:00
Log Add autocomplete for db:* and log:* 2016-09-29 15:57:10 +02:00
Maintenance Use SystemConfig instead of AllConfig for DB stuff 2017-03-19 15:53:49 -06:00
Security Update with robin 2016-07-21 18:13:58 +02:00
TwoFactorAuth Autocomplete for l10n:* and twofactorauth:* 2016-09-29 15:57:10 +02:00
User Disable empty password for user::resetpassword command using CLI 2017-03-20 00:01:12 -06:00
Base.php Add autocomplete for config:* 2016-09-29 15:57:10 +02:00
Check.php Use SystemConfig instead of AllConfig for DB stuff 2017-03-19 15:53:49 -06:00
InterruptedException.php Log files:scan exception, add InterruptedException 2017-03-20 02:24:28 -06:00
Status.php Deprecate getEditionString() 2016-09-06 16:05:28 +02:00
Upgrade.php Remove removed --dry-run command from occ help (#26352) 2016-10-21 16:38:37 +02:00