nextcloud/core
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
..
Command Adding tests for 4 byte unicode characters 2017-03-21 16:42:12 -06:00
Controller Merge pull request #2606 from temparus/master 2017-02-15 21:47:47 +01:00
Middleware prevent infinite redirect loops if the there is no 2fa provider to pass 2016-08-24 10:49:23 +02:00
ajax Check that set_time_limit is not disabled before calling it 2017-03-11 17:04:21 +01:00
css Merge pull request #3530 from nextcloud/scss-variables 2017-03-20 19:49:53 +01:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img add screensharing icon 2017-02-14 20:58:49 +01:00
js Merge pull request #3950 from nextcloud/downstream-27149 2017-03-20 11:44:57 +01:00
l10n [tx-robot] updated from transifex 2017-03-21 01:08:16 +00:00
search Remove single quotes around search query like in user search 2017-03-15 12:53:44 +01:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
templates Merge pull request #3951 from nextcloud/menu-firefox-fixes 2017-03-20 13:15:43 +01:00
vendor Apply DOMPurify over HTML 2017-01-13 18:58:18 +01:00
Application.php Use correct theming when returning the defaults 2017-01-19 16:55:09 +01:00
register_command.php Adding tests for 4 byte unicode characters 2017-03-21 16:42:12 -06:00
routes.php unify endpoints form core and the the provisioning api 2017-01-25 11:20:35 +01:00
shipped.json Add nextcloud_announcements to shipped.json 2016-11-25 09:39:57 +01:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00