aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins
Commit message (Expand)AuthorAgeFilesLines
* Update maps copyright notice to OSMOlivier Mehani2016-09-181-2/+3
* Spell-check the entire documentation.Ben Sturmfels2016-09-185-21/+21
* Fix #928 - cleanup to avoid duplicated get_upload_file_limitsLoic Dachary2016-07-252-7/+1
* No length check for login formJonathan Sandoval2016-04-071-1/+1
* Fix #5451 - add_message inconsistenciesAndrew Browning2016-04-021-11/+16
* Only run archivalook migration if the tables aren't there.Christopher Allan Webber2016-03-261-0/+5
* Archivalook plugin initial migration.Christopher Allan Webber2016-03-261-0/+32
* OpenID plugin initial migration.Christopher Allan Webber2016-03-261-0/+54
* Persona plugin initial migration.Christopher Allan Webber2016-03-261-0/+35
* Do not calculate processing info for anonymous userBoris Bobrov2016-02-051-6/+7
* Change `uploader` to `actor`Boris Bobrov2016-02-011-3/+3
* added filtering by entry state in processing panelBoris Bobrov2016-02-011-4/+4
* added a plugin to display information about entries in processingBoris Bobrov2016-02-013-0/+87
* Issue #5394: Wrong url for forgot_password in basic_auth pluginChristopher Allan Webber2016-01-211-1/+2
* Collection changes and migration for federationJessica Tallon2015-10-075-14/+14
* Fix some unit tests and bugsJessica Tallon2015-08-242-2/+2
* Change codebase to query or create correct User modelJessica Tallon2015-08-191-1/+0
* Change codebase to query or create correct User modelJessica Tallon2015-07-316-22/+23
* Fix typos reported in #1102Berker Peksag2015-07-221-2/+2
* Change all unicode() calls with six.text_type().Berker Peksag2015-06-251-2/+5
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-125-21/+21
* Merge remote-tracking branch 'refs/remotes/breton/new_gst10'Christopher Allan Webber2015-02-181-13/+3
|\
| * Add new hook for two-step media type checkingBoris Bobrov2015-02-161-13/+3
* | Remove deprecated oauth 2 pluginJessica Tallon2015-02-1511-1187/+0
* | Remove html5slider Javascript helperAsheesh Laroia2015-02-131-2/+0
|/
* Fix #1005 - location.position is a dictionary so 'value' in dict check neededJessica Tallon2014-10-271-2/+2
* Merge branch 'location'Jessica Tallon2014-10-092-10/+9
|\
| * Add location model and migrationsJessica Tallon2014-10-092-10/+9
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-1640-26/+2567
|\|
| * Avoid "lego translations" on the nothing currently featured stringsChristopher Allan Webber2014-07-291-7/+9
| * Make translatable 'Feature' button in the explanation about how to feature me...Laura Arjona Reina2014-07-291-1/+1
| * Make consistent quotation marks when referring to button labelsLaura Arjona Reina2014-07-291-1/+1
| * Tags can now be passed in for media entries submitted via the api pluginTryggvi Bjorgvinsson2014-07-101-0/+1
| * Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-136-26/+26
| * Fixed another error created by my last fixNatalie Foust-Pilcher2014-06-121-1/+1
| * Fixed a fatal error causing mediagoblin to crash when certain types of mediaNatalie Foust-Pilcher2014-06-121-1/+5
| * Merge branch 'metadata'tilly-Q2014-05-146-0/+191
| |\
| | * Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-132-6/+11
| | |\
| | * | Made the metadata table functional within the new metadata_display plugin andtilly-Q2014-05-126-5/+156
| | * | Merge branch 'metadata' of gitorious.org:mediagoblin/cwebbers-mediagoblin int...tilly-Q2014-05-121-0/+40
| | |\ \
| | | * | Move the metadata display table over to being contained in a pluginChristopher Allan Webber2014-05-121-0/+34
| | |/ /
| * | | Made it so that admins or moderators only would see the feature_management_paneltilly-Q2014-05-131-0/+3
| * | | Added a line to the readmetilly-Q2014-05-131-0/+2
| * | | Removed unused imports and removed development only migrations fromctilly-Q2014-05-133-18/+1
| * | | Added a link to the manage feature screen in the dropdown menu fortilly-Q2014-05-133-0/+76
| * | | Added the new plugin I've been working at all summer at this link:tilly-Q2014-05-1327-0/+2279
| | |/ | |/|
* | | Make sort_keys True to avoid hash randomize feature in Python 3.Berker Peksag2014-08-041-1/+1
* | | Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-1/+1
* | | Remove sqlalchemy-migrate imports from the codebase. Do not touch tests yet.Berker Peksag2014-06-271-4/+0
* | | Use six.text_type instead of unicode().Berker Peksag2014-06-0210-20/+42