aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools
Commit message (Expand)AuthorAgeFilesLines
* finally fix url validatorBoris Bobrov2018-07-121-2/+2
* fix typoBoris Bobrov2018-07-111-1/+1
* fix auth error and simplify url and email checksBoris Bobrov2018-07-111-17/+9
* Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-102-0/+27
|\
| * Modified get_path function in tools/subtitles.pysaksham11152016-07-191-9/+6
| * Saing subtitle after editsaksham11152016-07-191-1/+10
| * Removed ast and fixed commentssaksham11152016-07-191-16/+4
| * Opening ths subtitle using absolute path and open functionsaksham11152016-07-191-2/+18
| * Converting the path to subtitle into a tuplesaksham11152016-07-191-0/+10
| * Subtitle built over attachments : workingsaksham11152016-07-191-0/+7
* | Add Creative Commons 4.0 licenses [#955]Dpg2018-05-241-10/+27
* | Fix EXIF rotation to make the image portrait on demandchrysn2017-11-291-4/+9
* | Fix #5524 Zero division error in exif.pyAndrew Browning2017-09-201-8/+4
* | Add Python 3 support in pagination.Ben Sturmfels2016-09-161-4/+3
* | Fixing themesBoris Bobrov2016-07-311-5/+3
* | Include original error in debug logJonathan Sandoval2016-04-081-4/+4
* | Custom exception in mail.Jonathan Sandoval2016-04-081-4/+28
|/
* Fix #5451 - add_message inconsistenciesAndrew Browning2016-04-021-1/+3
* Email debug mode on Python 3 was printing bytestring representation for subje...Christopher Allan Webber2016-02-251-1/+1
* Fix another python 3 and unicode issueChristopher Allan Webber2016-02-111-1/+2
* .iteritems() doesn't exist in Python 3, converted to .items()Christopher Allan Webber2016-02-111-1/+1
* Fix #5079 - tags unicity is on the slug, not the nameLoic Dachary2016-02-061-6/+6
* trac#5397: Allow decode_request to parse content-type headers with extra opti...Ben Sturmfels2016-01-211-2/+5
* Use six.itervalues() in delete_media_files宋文武2016-01-141-1/+3
* Fix urlparse import in tools/routing.pyBerker Peksag2015-08-011-1/+1
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-1/+0
* Merge branch Generic Foreign Key changesJessica Tallon2015-06-241-5/+9
|\
| * Fix removal of ActivityIntermediatory migrationJessica Tallon2015-06-241-0/+4
| * Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-3/+3
| * Remove deprecated fields and fix activity creation in toolsJessica Tallon2015-05-261-2/+2
* | Import urlparse from six.moves to work on both Python 2 and 3.Berker Peksag2015-06-051-1/+3
|/
* #5314 Prevent ZeroDivisionError in exif.pyChristopher Allan Webber2015-04-271-3/+8
* Use UTC for all timesince comparisonsayleph2015-03-121-13/+1
* Fix #1056 - Add flag to accept URLs without a trailing slashJessica Tallon2014-12-121-3/+10
* Reforming get_jinja_env to make better use of the MediaGoblinAppChristopher Allan Webber2014-12-031-6/+5
* Starting to deprecate the app_config, global_config by attaching stuff to appChristopher Allan Webber2014-12-031-3/+3
* An environment variable to transition towards removing global variablesChristopher Allan Webber2014-12-031-0/+21
* Fix #1024 - Correctly set generator on ActivitiesJessica Tallon2014-12-021-8/+36
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-211-0/+15
* Clarifying the json processing callbacks even furtherChristopher Allan Webber2014-10-301-2/+2
* Fix misleading log message reported in #985.Rodrigo Rodrigues da Silva2014-10-301-2/+2
* Merge branch '905-activities'Jessica Tallon2014-10-071-0/+63
|\
| * Add __repr__ to Activity and Generator classJessica Tallon2014-10-071-2/+1
| * Fix all the unit tests and clean up codeJessica Tallon2014-10-061-7/+10
| * Oops forgot to add medigoblin.tools.federationJessica Tallon2014-08-271-0/+61
* | Merge branch 'merge-python3-port'Christopher Allan Webber2014-09-2212-45/+65
|\ \
| * | Simplify things here and use io.openChristopher Allan Webber2014-09-161-1/+2
| * | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-166-7/+262
| |\|
| * | Fix another tests.Berker Peksag2014-08-071-1/+1
| * | Disable cache support of LazyProxy.Berker Peksag2014-07-281-3/+3