aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-282-6/+14
| * | Fix tests on Python 3.Berker Peksag2014-07-141-3/+4
| * | Use six.iteritems() in tools/exif.py.Berker Peksag2014-06-081-1/+1
| * | The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-071-1/+1
| * | Change urllib and urllib import with six.moves.urllib.Berker Peksag2014-06-071-6/+5
| * | Use mediagoblin._compat.{ugettext, ungettext} on Python 3.Berker Peksag2014-06-021-4/+3
| * | Use six.moves.zip instead of itertools.izip.Berker Peksag2014-06-021-2/+4
| * | Add py2_unicode helper to mediagoblin._compat.Berker Peksag2014-06-021-4/+6
| * | Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+3
| * | Add ugettext and ungettext helpers to mediagoblin._compat.Berker Peksag2014-05-261-3/+2
| * | Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-263-4/+9
| * | Continue to port GMG codebase.Berker Peksag2014-05-082-11/+13
* | | Add XRD+XML formatting for /.well-known/host-metaJessica Tallon2014-09-051-3/+4
| |/ |/|
* | Fix #861 - Add unit test and documentation for email_smtp_force_starttlsJessica Tallon2014-08-121-1/+1
* | Use the STARTTLS command to upgrade SMTP connections where possible.Matt Molyneaux2014-08-021-0/+11
* | Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-0/+8
* | Require uploader privileges to upload media to APIJessica Tallon2014-07-221-2/+16
* | Add basic upload image capabilitiesxray72242014-07-221-1/+1
* | Allow crypto.random_string to take optional alphabet paramJessica Tallon2014-07-081-3/+3
* | removing zh and ja from RTL list. medicalwei reports they are not RTL langua...Christopher Allan Webber2014-06-021-1/+1
* | Added 'dc:created' to the list of metadata columns being validated bytilly-Q2014-05-131-0/+4
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-131-1/+1
|\|
* | Move the metadata display table over to being contained in a pluginChristopher Allan Webber2014-05-121-0/+5
* | Splitting up compact_json from compact_and_validateChristopher Allan Webber2014-05-091-7/+20
* | expand_json utility... yet another convenience function :)Christopher Allan Webber2014-05-091-0/+15
* | Compact and validate tools, loading internal json tools, much moreChristopher Allan Webber2014-05-091-7/+86
* | Updating batchaddmedia to use new metadata toolsChristopher Allan Webber2014-05-071-2/+2
* | Starting to add metadata tools, as well as mediagoblin's schemaChristopher Allan Webber2014-05-071-0/+106
|/
* No more EXIF, for real. Use exifread. This should fix recent import EXIF fa...Christopher Allan Webber2014-04-061-4/+1
* Fix Babel version restriction. Onward and upward!Christopher Allan Webber2014-03-221-1/+1
* added new slugify with unidecodeBoris Bobrov2014-03-111-16/+2
* make exif a submoduleAlon Levy2014-03-022-5/+5
* Merge remote-tracking branch 'remotes/jiyda/220_rtl_language_support'Christopher Allan Webber2014-01-022-1/+10
|\
| * Added rtl language supportJiyda Mint Moussa2013-04-292-1/+10
* | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-2/+20
|\ \
| * \ Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-122-13/+15
| |\ \
| * | | I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-2/+2
| * | | This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-4/+7
| * | | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-205-3/+148
| |\ \ \
| * | | | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-1/+1
| * | | | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-294-4/+17
| |\ \ \ \
| * | | | | This commit had some important milestones in it. The major update is that now Itilly-Q2013-07-271-1/+6
| * | | | | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-0/+10
* | | | | | Fix pagination for certain request.GET dataChristopher Allan Webber2013-09-131-2/+6
| |_|_|/ / |/| | | |
* | | | | Fix plugin documentationSebastian Spaeth2013-09-041-1/+1