aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-23 17:53:21 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-04-23 17:53:21 +1000
commit9e391cf500532c4d7d73e7b5bb884535432bf61d (patch)
treebc4a5feeb82266f2d874b217cc1bd93b154efb96
parentec74b6d032ee23f6ebb163bba6005d636d824392 (diff)
downloadmediagoblin-9e391cf500532c4d7d73e7b5bb884535432bf61d.tar.lz
mediagoblin-9e391cf500532c4d7d73e7b5bb884535432bf61d.tar.xz
mediagoblin-9e391cf500532c4d7d73e7b5bb884535432bf61d.zip
Add jgart to authors, mention old persona plugin in pluginwriter docs.
-rw-r--r--AUTHORS1
-rw-r--r--docs/source/pluginwriter/authhooks.rst5
-rw-r--r--docs/source/siteadmin/relnotes.rst1
3 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index adbed0ee..eb11d4ce 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -60,6 +60,7 @@ Thank you!
* jerome
* Jessica Tallon
* Jesús Eduardo Estupiñan Medina
+* Jgart
* Jiyda Mint Moussa
* Jim Campbell
* Joar Wandborg
diff --git a/docs/source/pluginwriter/authhooks.rst b/docs/source/pluginwriter/authhooks.rst
index 66d9b9da..7959af08 100644
--- a/docs/source/pluginwriter/authhooks.rst
+++ b/docs/source/pluginwriter/authhooks.rst
@@ -5,6 +5,11 @@
This documents the hooks that are currently available for authentication
plugins. If you need new hooks for your plugin, go ahead a submit a patch.
+For an example of how to write an authentication plugin, see the ``persona``
+plugin in MediaGoblin up to v0.11.0. This plugin has since been removed as the
+Mozilla Persona was decommissioned.
+
+
What hooks are available?
=========================
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index 498c68fd..ff4ec099 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -35,6 +35,7 @@ This chapter has important information about our current and previous releases.
- Document re-installation of plugins during upgrade [#5611] (Ben Sturmfels)
- Improve usability of report handling page (Rodrigo Martins)
- Removed unused `extlib/flask-wtf` code (Ben Sturmfels)
+- Remove plugin for decommissioned Mozilla Persona (Jgart)
**Bug fixes:**