95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
{
|
|
"name": "Matrix",
|
|
"author": [
|
|
"[https://github.com/jayktaylor Jayden Bailey]",
|
|
"[https://git.pvv.ntnu.no/Projects Programvareverkstedet]"
|
|
],
|
|
"url": "https://git.pvv.ntnu.no/Projects/mediawiki-matrix-notifs",
|
|
"version": "1.2",
|
|
"descriptionmsg": "matrix-desc",
|
|
"license-name": "MIT",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.40.0"
|
|
},
|
|
"manifest_version": 1,
|
|
"config": {
|
|
"MatrixHomeserverURL": "",
|
|
"MatrixUser": "",
|
|
"MatrixPassword": "",
|
|
"MatrixRooms": [],
|
|
"MatrixNoBots": true,
|
|
"MatrixNoMinor": false,
|
|
"MatrixNoNull": true,
|
|
"MatrixMaxChars": null,
|
|
"MatrixMaxCharsUsernames": 25,
|
|
"MatrixDisabledHooks": [],
|
|
"MatrixDisabledNS": [],
|
|
"MatrixDisabledUsers": [
|
|
"Redirect fixer"
|
|
],
|
|
"MatrixPrependTimestamp": false,
|
|
"MatrixUseEmojis": false,
|
|
"MatrixEmojis": {
|
|
"PageSaveComplete": ":pencil2:",
|
|
"PageDeleteComplete": ":wastebasket:",
|
|
"PageUndeleteComplete": ":wastebasket:",
|
|
"ArticleRevisionVisibilitySet": ":spy:",
|
|
"ArticleProtectComplete": ":lock:",
|
|
"PageMoveComplete": ":truck:",
|
|
"LocalUserCreated": ":wave:",
|
|
"BlockIpComplete": ":no_entry_sign:",
|
|
"UnblockUserComplete": ":no_entry_sign:",
|
|
"UserGroupsChanged": ":people_holding_hands:",
|
|
"UploadComplete": ":inbox_tray:",
|
|
"FileDeleteComplete": ":wastebasket:",
|
|
"FileUndeleteComplete": ":wastebasket:",
|
|
"AfterImportPage": ":books:",
|
|
"ArticleMergeComplete": ":card_box:",
|
|
"ApprovedRevsRevisionApproved": ":white_check_mark:",
|
|
"ApprovedRevsRevisionUnapproved": ":white_check_mark:",
|
|
"ApprovedRevsFileRevisionApproved": ":white_check_mark:",
|
|
"ApprovedRevsFileRevisionUnapproved": ":white_check_mark:",
|
|
"RenameUserComplete": ":people_holding_hands:"
|
|
}
|
|
},
|
|
"AutoloadNamespaces": {
|
|
"MediaWiki\\Extension\\Matrix\\": "src/"
|
|
},
|
|
"MessagesDirs": {
|
|
"mw-matrix": "i18n"
|
|
},
|
|
"HookHandlers": {
|
|
"main": {
|
|
"class": "MediaWiki\\Extension\\Matrix\\MatrixHooks",
|
|
"services": [
|
|
"Matrix.MatrixMessageSender"
|
|
]
|
|
}
|
|
},
|
|
"Hooks": {
|
|
"PageSaveComplete": "main",
|
|
"PageDeleteComplete": "main",
|
|
"PageUndeleteComplete": "main",
|
|
"ArticleRevisionVisibilitySet": "main",
|
|
"ArticleProtectComplete": "main",
|
|
"PageMoveComplete": "main",
|
|
"LocalUserCreated": "main",
|
|
"BlockIpComplete": "main",
|
|
"UnblockUserComplete": "main",
|
|
"UserGroupsChanged": "main",
|
|
"UploadComplete": "main",
|
|
"FileDeleteComplete": "main",
|
|
"FileUndeleteComplete": "main",
|
|
"AfterImportPage": "main",
|
|
"ArticleMergeComplete": "main",
|
|
"ApprovedRevsRevisionApproved": "main",
|
|
"ApprovedRevsRevisionUnapproved": "main",
|
|
"ApprovedRevsFileRevisionApproved": "main",
|
|
"ApprovedRevsFileRevisionUnapproved": "main",
|
|
"RenameUserComplete": "main"
|
|
},
|
|
"ServiceWiringFiles": [
|
|
"src/ServiceWiring.php"
|
|
]
|
|
}
|