deleted deprecated auth plugins
commit7a371ad48872e8a22314d3ecda74aeadc443e9d5
authorAndreas Gohr <andi@splitbrain.org>
Fri, 11 May 2018 11:36:05 +0000 (11 13:36 +0200)
committerAndreas Gohr <andi@splitbrain.org>
Fri, 11 May 2018 11:36:05 +0000 (11 13:36 +0200)
treebfad76f13004d76a3c365275a1e2e5e25e8da98d
parent6052ced5ff3cd0530d2acd69b3d7bd3ca50fee1c
deleted deprecated auth plugins

authmysql and authpgsql were replaced by authpdo two releases ago.
101 files changed:
lib/plugins/authmysql/auth.php [deleted file]
lib/plugins/authmysql/conf/default.php [deleted file]
lib/plugins/authmysql/conf/metadata.php [deleted file]
lib/plugins/authmysql/lang/bg/lang.php [deleted file]
lib/plugins/authmysql/lang/bg/settings.php [deleted file]
lib/plugins/authmysql/lang/cs/lang.php [deleted file]
lib/plugins/authmysql/lang/cs/settings.php [deleted file]
lib/plugins/authmysql/lang/cy/lang.php [deleted file]
lib/plugins/authmysql/lang/cy/settings.php [deleted file]
lib/plugins/authmysql/lang/da/lang.php [deleted file]
lib/plugins/authmysql/lang/da/settings.php [deleted file]
lib/plugins/authmysql/lang/de-informal/lang.php [deleted file]
lib/plugins/authmysql/lang/de-informal/settings.php [deleted file]
lib/plugins/authmysql/lang/de/lang.php [deleted file]
lib/plugins/authmysql/lang/de/settings.php [deleted file]
lib/plugins/authmysql/lang/en/lang.php [deleted file]
lib/plugins/authmysql/lang/en/settings.php [deleted file]
lib/plugins/authmysql/lang/eo/lang.php [deleted file]
lib/plugins/authmysql/lang/eo/settings.php [deleted file]
lib/plugins/authmysql/lang/es/lang.php [deleted file]
lib/plugins/authmysql/lang/es/settings.php [deleted file]
lib/plugins/authmysql/lang/eu/lang.php [deleted file]
lib/plugins/authmysql/lang/eu/settings.php [deleted file]
lib/plugins/authmysql/lang/fa/lang.php [deleted file]
lib/plugins/authmysql/lang/fa/settings.php [deleted file]
lib/plugins/authmysql/lang/fi/settings.php [deleted file]
lib/plugins/authmysql/lang/fr/lang.php [deleted file]
lib/plugins/authmysql/lang/fr/settings.php [deleted file]
lib/plugins/authmysql/lang/he/settings.php [deleted file]
lib/plugins/authmysql/lang/hr/lang.php [deleted file]
lib/plugins/authmysql/lang/hr/settings.php [deleted file]
lib/plugins/authmysql/lang/hu/lang.php [deleted file]
lib/plugins/authmysql/lang/hu/settings.php [deleted file]
lib/plugins/authmysql/lang/it/lang.php [deleted file]
lib/plugins/authmysql/lang/it/settings.php [deleted file]
lib/plugins/authmysql/lang/ja/lang.php [deleted file]
lib/plugins/authmysql/lang/ja/settings.php [deleted file]
lib/plugins/authmysql/lang/ko/lang.php [deleted file]
lib/plugins/authmysql/lang/ko/settings.php [deleted file]
lib/plugins/authmysql/lang/lv/settings.php [deleted file]
lib/plugins/authmysql/lang/nl/lang.php [deleted file]
lib/plugins/authmysql/lang/nl/settings.php [deleted file]
lib/plugins/authmysql/lang/no/lang.php [deleted file]
lib/plugins/authmysql/lang/no/settings.php [deleted file]
lib/plugins/authmysql/lang/pl/lang.php [deleted file]
lib/plugins/authmysql/lang/pl/settings.php [deleted file]
lib/plugins/authmysql/lang/pt-br/lang.php [deleted file]
lib/plugins/authmysql/lang/pt-br/settings.php [deleted file]
lib/plugins/authmysql/lang/pt/lang.php [deleted file]
lib/plugins/authmysql/lang/pt/settings.php [deleted file]
lib/plugins/authmysql/lang/ru/lang.php [deleted file]
lib/plugins/authmysql/lang/ru/settings.php [deleted file]
lib/plugins/authmysql/lang/sk/lang.php [deleted file]
lib/plugins/authmysql/lang/sk/settings.php [deleted file]
lib/plugins/authmysql/lang/sl/settings.php [deleted file]
lib/plugins/authmysql/lang/sr/lang.php [deleted file]
lib/plugins/authmysql/lang/sr/settings.php [deleted file]
lib/plugins/authmysql/lang/sv/lang.php [deleted file]
lib/plugins/authmysql/lang/sv/settings.php [deleted file]
lib/plugins/authmysql/lang/tr/lang.php [deleted file]
lib/plugins/authmysql/lang/tr/settings.php [deleted file]
lib/plugins/authmysql/lang/uk/lang.php [deleted file]
lib/plugins/authmysql/lang/zh-tw/settings.php [deleted file]
lib/plugins/authmysql/lang/zh/lang.php [deleted file]
lib/plugins/authmysql/lang/zh/settings.php [deleted file]
lib/plugins/authmysql/plugin.info.txt [deleted file]
lib/plugins/authpgsql/auth.php [deleted file]
lib/plugins/authpgsql/conf/default.php [deleted file]
lib/plugins/authpgsql/conf/metadata.php [deleted file]
lib/plugins/authpgsql/lang/bg/settings.php [deleted file]
lib/plugins/authpgsql/lang/cs/settings.php [deleted file]
lib/plugins/authpgsql/lang/cy/settings.php [deleted file]
lib/plugins/authpgsql/lang/da/settings.php [deleted file]
lib/plugins/authpgsql/lang/de-informal/settings.php [deleted file]
lib/plugins/authpgsql/lang/de/settings.php [deleted file]
lib/plugins/authpgsql/lang/en/settings.php [deleted file]
lib/plugins/authpgsql/lang/eo/settings.php [deleted file]
lib/plugins/authpgsql/lang/es/settings.php [deleted file]
lib/plugins/authpgsql/lang/fa/settings.php [deleted file]
lib/plugins/authpgsql/lang/fr/settings.php [deleted file]
lib/plugins/authpgsql/lang/hr/settings.php [deleted file]
lib/plugins/authpgsql/lang/hu/settings.php [deleted file]
lib/plugins/authpgsql/lang/it/settings.php [deleted file]
lib/plugins/authpgsql/lang/ja/settings.php [deleted file]
lib/plugins/authpgsql/lang/ko/settings.php [deleted file]
lib/plugins/authpgsql/lang/lv/settings.php [deleted file]
lib/plugins/authpgsql/lang/nl/settings.php [deleted file]
lib/plugins/authpgsql/lang/no/settings.php [deleted file]
lib/plugins/authpgsql/lang/pl/settings.php [deleted file]
lib/plugins/authpgsql/lang/pt-br/settings.php [deleted file]
lib/plugins/authpgsql/lang/pt/settings.php [deleted file]
lib/plugins/authpgsql/lang/ru/settings.php [deleted file]
lib/plugins/authpgsql/lang/sk/settings.php [deleted file]
lib/plugins/authpgsql/lang/sl/settings.php [deleted file]
lib/plugins/authpgsql/lang/sr/settings.php [deleted file]
lib/plugins/authpgsql/lang/sv/settings.php [deleted file]
lib/plugins/authpgsql/lang/tr/settings.php [deleted file]
lib/plugins/authpgsql/lang/uk/settings.php [deleted file]
lib/plugins/authpgsql/lang/zh-tw/settings.php [deleted file]
lib/plugins/authpgsql/lang/zh/settings.php [deleted file]
lib/plugins/authpgsql/plugin.info.txt [deleted file]