Last edited one month ago
by Anonymous user

AutoDoc:BlueSpicePrivacy: Difference between revisions

m 1 revision imported
imported>Unknown user
No edit summary
 
Line 13: Line 13:
|mediawiki = {{AutoDocVersion
|mediawiki = {{AutoDocVersion
|name = MediaWiki
|name = MediaWiki
|version = 1.39.0
|version = 1.43.0
}}
}}
|extensions = {{AutoDocVersion
|extensions = {{AutoDocVersion
|name = BlueSpiceFoundation
|name = BlueSpiceFoundation
|version = 4.3
|version = 5.0.0
}}
{{AutoDocVersion
|name = OOJSPlus
|version = 3.0.0
}}
}}
}}
}}
Line 26: Line 30:
}}
}}
{{AutoDocListItem
{{AutoDocListItem
|item = Notifications
|item = NotifyMe
}}
}}
}}
}}
Line 45: Line 49:
{{AutoDocCallback
{{AutoDocCallback
|name = PrivacyPages
|name = PrivacyPages
|callback = \BlueSpice\Privacy\Special\PrivacyPages, Array
|callback = \BlueSpice\Privacy\Special\PrivacyPages
}}
}}
}}
}}
Line 109: Line 113:
|name = bs-privacy
|name = bs-privacy
|callback = \BlueSpice\Privacy\Api\PrivacyApi
|callback = \BlueSpice\Privacy\Api\PrivacyApi
}}
{{AutoDocCallback
|name = bs-privacy-get-all-consents
|callback = \BlueSpice\Privacy\Api\GetAllConsents
}}
}}
{{AutoDocCallback
{{AutoDocCallback
Line 127: Line 127:
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/GetPreferences GetPreferences]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/GetPreferences GetPreferences]
|callback = \BlueSpice\Privacy\Hook\GetPreferences\AddConsentPrefs::callback
|callback = addPreferences
}}
}}
{{AutoDocCallback
{{AutoDocCallback
Line 147: Line 147:
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SpecialPageBeforeExecute SpecialPageBeforeExecute]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SpecialPageBeforeExecute SpecialPageBeforeExecute]
|callback = \BlueSpice\Privacy\Hook\SpecialPageBeforeExecute\RedirectToConsent::callback
|callback = redirectToConsent
}}
}}
{{AutoDocCallback
{{AutoDocCallback
Line 157: Line 157:
|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
}}
}}
==Composer requirements==
{{AutoDocComposer requirements
|mwstake/mediawiki-component-events = ~3
|all-packages = mwstake/mediawiki-component-events
}}
}}



Latest revision as of 14:52, 19 March 2025

DescriptionMsg

Management page for user privacy settings

License

GPL-3.0-only

Requirements

  • MediaWiki: 1.43.0
  • BlueSpiceFoundation: 5.0.0
  • OOJSPlus: 3.0.0

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-requests

Hooks

Hooks

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