From 42c57af9f883984429ae1c529855eeeed7013588 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 24 May 2017 20:52:23 +0200 Subject: better link --- appinfo/info.xml | 2 +- appinfo/install.php | 18 ------------------ appinfo/update.php | 2 -- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 appinfo/install.php delete mode 100644 appinfo/update.php (limited to 'appinfo') diff --git a/appinfo/info.xml b/appinfo/info.xml index fae408c05..00ceb5aab 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises. **Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]> - 11.0.2 + 11.0.3 agpl Bernhard Posselt Alessandro Cosentino diff --git a/appinfo/install.php b/appinfo/install.php deleted file mode 100644 index 3bf3cde1f..000000000 --- a/appinfo/install.php +++ /dev/null @@ -1,18 +0,0 @@ -getDatabaseConnection()->getParams()['charset']; -$platform = OC::$server->getDatabaseConnection()->getDatabasePlatform(); -if ($platform instanceof MySqlPlatform && $charset !== 'utf8mb4') { - $msg = 'App can not be installed because database MySql/MariaDb uses a ' . - 'non UTF8 charset: ' . $charset .'. Learn more on how to migrate ' . - 'your database to utf8mb4 after making a backup at ' . - 'https://dba.stackexchange.com/a/21684'; - throw new Exception($msg); -} \ No newline at end of file diff --git a/appinfo/update.php b/appinfo/update.php deleted file mode 100644 index 7f0a9a4c5..000000000 --- a/appinfo/update.php +++ /dev/null @@ -1,2 +0,0 @@ -