hw>Unknown user Keine Bearbeitungszusammenfassung |
imported>Unknown user Keine Bearbeitungszusammenfassung |
||
(15 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpicePrivacy | ||
|desc = {{int:bs-privacy-desc | |||
{{ | }} | ||
}} | |||
{{ | ==License== | ||
{{ | {{AutoDocLicense | ||
|name = GPL-3.0-only | |||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.43.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 5.0.0 | |||
}} | |||
{{AutoDocVersion | |||
|name = OOJSPlus | |||
|version = 3.0.0 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpicePrivacy | |||
}} | |||
{{AutoDocListItem | |||
|item = NotifyMe | |||
}} | |||
}} | |||
==SpecialPages== | |||
{{AutoDocSpecialPages | |||
|SpecialPages = {{AutoDocCallback | |||
|name = PrivacyAdmin | |||
|callback = \BlueSpice\Privacy\Special\PrivacyAdmin | |||
}} | |||
{{AutoDocCallback | |||
|name = PrivacyCenter | |name = PrivacyCenter | ||
| | |callback = \BlueSpice\Privacy\Special\PrivacyCenter | ||
}} | |||
{{ | {{AutoDocCallback | ||
|name = PrivacyConsent | |name = PrivacyConsent | ||
| | |callback = \BlueSpice\Privacy\Special\PrivacyConsent | ||
}} | |||
{{ | {{AutoDocCallback | ||
|name = PrivacyPages | |||
{{ | |callback = \BlueSpice\Privacy\Special\PrivacyPages | ||
{{ | }} | ||
| | }} | ||
==Permissions== | |||
{{AutoDocPermissions | |||
|permissions = {{AutoDocPermission | |||
|name = bs-privacy-admin | |||
|type = global | |type = global | ||
|roles = admin,< | |roles = admin, accountmanager | ||
| | |desc = {{int:right-bs-privacy-admin | ||
}} | |||
{{ | }} | ||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = PrivacyConsentTypes | |||
|value = <nowiki>array ( | |||
'privacy-policy' => 'bs-privacy-prefs-consent-privacy-policy', | |||
'terms-of-service' => 'bs-privacy-prefs-consent-tos', | |||
)</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyCookieAcceptMandatory | |||
|value = <nowiki>true</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyCookieConsentProvider | |||
|value = <nowiki>'native-mw'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyDeleteUsername | |||
|value = <nowiki>'DeletedUser'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyEnableRequests | |||
|value = <nowiki>true</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyPrivacyPolicyLink | |||
|value = <nowiki>''</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyPrivacyPolicyMandatory | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyPrivacyPolicyOnLogin | |||
|value = <nowiki>true</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyRequestDeadline | |||
|value = <nowiki>30</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = PrivacyTermsOfServiceLink | |||
|value = <nowiki>''</nowiki> | |||
}} | |||
}} | |||
==ApiModules== | |||
{{AutoDocApiModules | |||
|APIModules = {{AutoDocCallback | |||
|name = bs-privacy | |||
|callback = \BlueSpice\Privacy\Api\PrivacyApi | |||
}} | |||
{{AutoDocCallback | |||
|name = bs-privacy-get-requests | |||
|callback = \BlueSpice\Privacy\Api\GetRequests | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | |||
|callback = addCookieConsent | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/GetPreferences GetPreferences] | |||
|callback = addPreferences | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/LoadExtensionSchemaUpdates LoadExtensionSchemaUpdates] | |||
|callback = \BlueSpice\Privacy\Hook\LoadExtensionSchemaUpdates\AddPrivacyRequestTable::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/MWStakeCommonUIRegisterSkinSlotComponents MWStakeCommonUIRegisterSkinSlotComponents] | |||
|callback = common-user-interface | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/OutputPageParserOutput OutputPageParserOutput] | |||
|callback = redirectToConsent | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateNavigation::Universal SkinTemplateNavigation::Universal] | |||
|callback = addPrivacyUrls | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SpecialPageBeforeExecute SpecialPageBeforeExecute] | |||
|callback = redirectToConsent | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/TitleReadWhitelist TitleReadWhitelist] | |||
|callback = \BlueSpice\Privacy\Hook\TitleReadWhitelist\AddWhitelistPages::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/WebResponseSetCookie WebResponseSetCookie] | |||
|callback = \BlueSpice\Privacy\Hook\WebResponseSetCookie\BlockCookie::callback | |||
}} | |||
}} | |||
==Notifications== | |||
{{AutoDocNotifications | |||
|notifications = {{AutoDocNotification | |||
|name = bs-privacy-anonymization-done | |||
|buckets = personal | |||
}} | |||
{{AutoDocNotification | |||
|name = bs-privacy-anonymization-rejected | |||
|buckets = personal | |||
}} | |||
{{AutoDocNotification | |||
|name = bs-privacy-deletion-rejected | |||
|buckets = personal | |||
}} | |||
{{AutoDocNotification | |||
|name = bs-privacy-deletion-failed | |||
|buckets = personal | |||
}} | |||
{{AutoDocNotification | |||
|name = bs-privacy-request-submitted | |||
|buckets = personal | |||
}} | |||
}} | |||
==Composer requirements== | |||
{{AutoDocComposer requirements | |||
|mwstake/mediawiki-component-events = ~3 | |||
|all-packages = mwstake/mediawiki-component-events | |||
}} | |||
Aktuelle Version vom 19. März 2025, 14:54 Uhr
DescriptionMsg
Verwaltungsseite für die Datenschutzeinstellungen für Benutzer
License
GPL v3
Requirements
- MediaWiki: 1.43.0
- BlueSpiceFoundation: 5.0.0
- OOJSPlus: 3.0.0
IntegratesInto
- BlueSpicePrivacy
- NotifyMe
SpecialPages
- PrivacyAdmin
- PrivacyCenter
- PrivacyConsent
- PrivacyPages
Permissions
Rechte
Name | Beschreibung | Rollen |
---|---|---|
bs-privacy-admin | Datenschutzadministrative Aktionen ausführen | admin, accountmanager |
Config
Konfiguration
Name | Wert |
---|---|
PrivacyConsentTypes | array ( 'privacy-policy' => 'bs-privacy-prefs-consent-privacy-policy', 'terms-of-service' => 'bs-privacy-prefs-consent-tos', ) |
PrivacyCookieAcceptMandatory | true |
PrivacyCookieConsentProvider | 'native-mw' |
PrivacyDeleteUsername | 'DeletedUser' |
PrivacyEnableRequests | true |
PrivacyPrivacyPolicyLink | '' |
PrivacyPrivacyPolicyMandatory | false |
PrivacyPrivacyPolicyOnLogin | true |
PrivacyRequestDeadline | 30 |
PrivacyTermsOfServiceLink | '' |
ApiModules
API Modules
- bs-privacy
- bs-privacy-get-requests
Hooks
Hooks
- BeforePageDisplay
- GetPreferences
- LoadExtensionSchemaUpdates
- MWStakeCommonUIRegisterSkinSlotComponents
- OutputPageParserOutput
- SkinTemplateNavigation::Universal
- SpecialPageBeforeExecute
- TitleReadWhitelist
- WebResponseSetCookie
Notifications
Name | Buckets |
---|---|
bs-privacy-anonymization-done | personal |
bs-privacy-anonymization-rejected | personal |
bs-privacy-deletion-rejected | personal |
bs-privacy-deletion-failed | personal |
bs-privacy-request-submitted | personal |
Composer requirements
all-packages | mwstake/mediawiki-component-events |
---|