Robert Vogel (talk | contribs) m (1 revision imported) |
imported>Unknown user No edit summary |
||
Line 26: | Line 26: | ||
}} | }} | ||
{{AutoDocListItem | {{AutoDocListItem | ||
|item = | |item = NotifyMe | ||
}} | }} | ||
}} | }} | ||
Line 45: | Line 45: | ||
{{AutoDocCallback | {{AutoDocCallback | ||
|name = PrivacyPages | |name = PrivacyPages | ||
|callback = \BlueSpice\Privacy\Special\PrivacyPages | |callback = \BlueSpice\Privacy\Special\PrivacyPages | ||
}} | }} | ||
}} | }} | ||
Line 156: | Line 156: | ||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/WebResponseSetCookie WebResponseSetCookie] | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/WebResponseSetCookie WebResponseSetCookie] | ||
|callback = \BlueSpice\Privacy\Hook\WebResponseSetCookie\BlockCookie::callback | |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 | |||
}} | }} | ||
}} | }} | ||
Latest revision as of 16:57, 19 March 2025
DescriptionMsg
Management page for user privacy settings
License
GPL-3.0-only
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
IntegratesInto
- BlueSpicePrivacy
- NotifyMe
SpecialPages
- PrivacyAdmin
- PrivacyCenter
- PrivacyConsent
- PrivacyPages
Permissions
Permissions
Name | Description | Role |
---|---|---|
bs-privacy-admin | Execute Privacy administrative action | admin, accountmanager |
Config
Configuration
Name | Value |
---|---|
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-all-consents
- bs-privacy-get-requests
Hooks
Hooks
- BeforePageDisplay
- GetPreferences
- LoadExtensionSchemaUpdates
- MWStakeCommonUIRegisterSkinSlotComponents
- OutputPageParserOutput
- SkinTemplateNavigation::Universal
- SpecialPageBeforeExecute
- TitleReadWhitelist
- WebResponseSetCookie