-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
31 lines (30 loc) · 1.13 KB
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "MediaWikiShibboleth",
"author": "ULYSSIS VZW, by Joachim Vandersmissen",
"url": "https://docs.ulyssis.org/Securing_MediaWiki_using_Centrale_KU_Leuven_Login/",
"description": "This extension replaces the vanilla login mechanics with a KU Leuven Shibboleth login",
"version": "1.3.3",
"license-name": "GPL-2.0+",
"type": "other",
"AutoloadNamespaces": {
"MediaWikiShibboleth\\": "includes/"
},
"Hooks": {
"SkinTemplateNavigation::Universal": ["MediaWikiShibboleth\\MediaWikiShibboleth::onSkinTemplateNavigationUniversal"],
"SpecialPage_initList": ["MediaWikiShibboleth\\MediaWikiShibboleth::onSpecialPage_initList"],
"UserLogout": ["MediaWikiShibboleth\\MediaWikiShibboleth::onUserLogout"]
},
"SpecialPages": {
"ShibbolethLogin": "MediaWikiShibboleth\\SpecialShibbolethLogin"
},
"SessionProviders": {
"ShibbolethSessionProvider": {
"class": "MediaWikiShibboleth\\ShibbolethSessionProvider",
"args": []
}
},
"MessagesDirs": {
"MediaWikiShibboleth": ["i18n"]
},
"manifest_version": 1
}