GDPR: Difference between revisions

From Freephile Wiki
add References section at bottom
update with recent info
Line 1: Line 1:
What is the GDPR, and how does it impact sites running MediaWiki software?
Privacy Legislation coming into effect on May 25th 2018 from the European Union.
Privacy Legislation coming into effect on May 25th 2018 from the European Union.


Line 22: Line 24:
; Code
; Code
* [https://github.com/search?q=GDPR&type=Topics Search GitHub topics for "GDPR"]
* [https://github.com/search?q=GDPR&type=Topics Search GitHub topics for "GDPR"]
 
{{#ev|youtube|uxTIpr4Ybcg}}


== GDPR and MediaWiki ==
== GDPR and MediaWiki ==
* [https://www.mediawiki.org/wiki/Extension:Privacy The Privacy extension] provides users with a means to maintain their privacy and enables site maintainers to comply with the GDPR.
* Wikia has developed an extension to "[https://github.com/Wikia/app/tree/dev/extensions/wikia/DownloadYourData Download Your Data]"<ref>Keep in mind that they run on REL 1_19, so it will need to be ported to a recent release</ref>
* Wikia has developed an extension to "[https://github.com/Wikia/app/tree/dev/extensions/wikia/DownloadYourData Download Your Data]"<ref>Keep in mind that they run on REL 1_19, so it will need to be ported to a recent release</ref>
* Wikia has developed a JavaScript project (using [https://yarnpkg.com/en/ yarn for package management]) for [https://github.com/Wikia/tracking-opt-in tracking opt-in]
* Wikia has developed a JavaScript project (using [https://yarnpkg.com/en/ yarn for package management]) for [https://github.com/Wikia/tracking-opt-in tracking opt-in]
Line 30: Line 33:
* https://etherpad.wikimedia.org/p/gdpr
* https://etherpad.wikimedia.org/p/gdpr
*  [https://docs.google.com/presentation/d/1TYbJoZ8SRUe_37mYjIvnVDwpyrrpUNwk6d7ShG3A7Bk/edit#slide=id.g3b288d9cf5_0_11 Marcus Glaser's presentation at Wikimedia Hackathon - Barcelona 2018/05/19]
*  [https://docs.google.com/presentation/d/1TYbJoZ8SRUe_37mYjIvnVDwpyrrpUNwk6d7ShG3A7Bk/edit#slide=id.g3b288d9cf5_0_11 Marcus Glaser's presentation at Wikimedia Hackathon - Barcelona 2018/05/19]
* https://www.youtube.com/watch?v=uxTIpr4Ybcg
* [[mw:Topic:Ud7xbwbzxcgyfgzm How to make a MediaWiki website "more" compliant to GDPR?]]
* [[mw:Topic:Ucy8sfl44i6n6i51 GDPR Compliance Discussion on MW.org]]
* [[mw:GDPR (General Data Protection Regulation) and MediaWiki software|GDPR (General Data Protection Regulation) and MediaWiki software]]


== Links ==
== Links ==
* [https://gdpr-info.eu/ GDPR legislation]
* [https://gdpr-info.eu/ GDPR legislation]
* [https://iapp.org/news/a/how-to-navigate-the-software-development-life-cycle-under-the-gdpr/ Useful compliation of hotspots]
* [https://iapp.org/news/a/how-to-navigate-the-software-development-life-cycle-under-the-gdpr/ Useful compilation of hotspots]
* [https://www.mediawiki.org/wiki/Topic:Ucy8sfl44i6n6i51 Discussion on MW.org]


{{References}}
{{References}}

Revision as of 15:44, 13 September 2023

What is the GDPR, and how does it impact sites running MediaWiki software?

Privacy Legislation coming into effect on May 25th 2018 from the European Union.

Main issues:

  • Right to access and be informed
  • Right to rectification
  • Right to be forgotten
  • Right to data portability
  • Right to restrict / object processing
  • Breach notification


What others do[edit]

Position papers
Plugins, modules or extensions to the core software
Adopt core software
  • EasyRedmine
Code

{{#ev|youtube|uxTIpr4Ybcg}}

GDPR and MediaWiki[edit]

Links[edit]

References[edit]

  1. Keep in mind that they run on REL 1_19, so it will need to be ported to a recent release