GDPR: Difference between revisions

From Freephile Wiki
Add Download Your Data extension developed at Wikia
No edit summary
 
(3 intermediate revisions by 2 users not shown)
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 20: Line 22:
; Adopt core software
; Adopt core software
* EasyRedmine
* EasyRedmine
; Code
* [https://github.com/search?q=GDPR&type=Topics Search GitHub topics for "GDPR"]




== GDPR and MediaWiki ==
== GDPR and MediaWiki ==
{{#ev:youtube|uxTIpr4Ybcg|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 - Presentation slides]
* [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]
* https://phabricator.wikimedia.org/T194901
* https://phabricator.wikimedia.org/T194901
* 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]
* [[mw:Topic:Ud7xbwbzxcgyfgzm How to make a MediaWiki website "more" compliant to GDPR?]]
* https://www.youtube.com/watch?v=uxTIpr4Ybcg
* [[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}}


[[Category:Company]]
[[Category:Company]]
[[Category:Privacy]]
[[Category:Privacy]]

Latest revision as of 15:49, 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


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