mediagoblin.git
2014-09-29 Jessica TallonMerge branch '942-default-location'
2014-09-29 Jessica TallonAdd documentation on changing data dir and Fix stylisti...
2014-09-26 Alon Levypdf tests: use our own pdf doc as GOOD_PDF
2014-09-25 Christopher... .gitignore celerybeat-schedule.
2014-09-24 Christopher... Updated config_spec.ini to add %(data_basedir)s and...
2014-09-24 Christopher... defaults now pulled from a mashup of mediagoblin.ini...
2014-09-24 Christopher... Avoid doing python setup.py sdist, use setup.py develop...
2014-09-24 Christopher... Switch print statement to print function
2014-09-24 Christopher... removing exif-py line
2014-09-24 Jessica TallonFix Content-Disposition error for retrieving OAuth...
2014-09-22 Christopher... Making alembic happen with python 3 only... for now.
2014-09-22 Christopher... Merge branch 'merge-python3-port'
2014-09-22 Christopher... MediaGoblin 0.7.2 development cycle
2014-09-21 Christopher... Fixing bullet points, sigh
2014-09-21 Christopher... MediaGoblin 0.7.1!
2014-09-21 Christopher... Adding Low Kian Seong to AUTHORS
2014-09-21 Christopher... Updated the release notes
2014-09-21 Christopher... Committing extracted and compiled translations
2014-09-21 Christopher... Committing present MediaGoblin translations before...
2014-09-19 Christopher... download url removed
2014-09-19 Christopher... Merge remote-tracking branch 'refs/remotes/moggers87...
2014-09-19 Christopher... Temporarily disable garbage collection
2014-09-17 Christopher... Comment out the "check if the database is up to date...
2014-09-16 Christopher... Last two issues related to the python 3 merge tests...
2014-09-16 aylephModify deleteuser to fail gracefully
2014-09-16 Christopher... Annnnd another json decode fix for py3! On a roll...
2014-09-16 Christopher... decode to unicode before loading in json again, for py3
2014-09-16 Christopher... Much more nicely formed form error check
2014-09-16 Christopher... Fix error check in test_edit.py for python 3
2014-09-16 Christopher... Fix exception catching on python 3
2014-09-16 Christopher... Fix iteritems usage on python 3
2014-09-16 Matt MolyneauxThe scheduled garbage collection task was not being...
2014-09-16 Christopher... json.loads(request.body) => json.loads(response.body...
2014-09-16 Christopher... Import mock correctly on py3
2014-09-16 Christopher... Simplify things here and use io.open
2014-09-16 Christopher... Fix test_legacy_api.py
2014-09-16 Christopher... Import mock from unittest if on py3
2014-09-16 Christopher... Merge branch 'master' into merge-python3-port
2014-09-15 Christopher... Temporarily disabling the mediagoblin errors middleware
2014-09-15 Christopher... No reason to wrap the rest of the options in a quote
2014-09-15 Christopher... Upgrading gunicorn. Referenced issue is resolved.
2014-09-12 Christopher... py2.7 compatibility with open(..., encoding="utf-8...
2014-09-12 Christopher... Explicitly open READMEFILE as utf-8
2014-09-12 Christopher... Fix unicode error in pdf media type
2014-09-12 Christopher... Set up tox.ini to run more properly:
2014-09-08 Jessica TallonMerge branch '945-well-known'
2014-09-08 Jessica TallonAdd /.well-known/webfinger API to lookup user hrefs
2014-09-07 Odin Hørthe... Raw image mediatype had a non-unicode logging call
2014-09-07 Odin Hørthe... Add __repr__ for Collection and CollectionItem
2014-09-07 Christopher... Slight tweak to the description wording
2014-09-07 Low Kian SeongUpdate setup.py
2014-09-06 Christopher... Handle cr2 files through the raw_image media type
2014-09-05 Jessica TallonFixes navbar for sandyseventiesspeedboat
2014-09-05 Jessica TallonAdd XRD+XML formatting for /.well-known/host-meta
2014-08-27 Christopher... now in the 0.7.1.dev cycle
2014-08-27 Christopher... Correcting, host-meta not webfinger.
2014-08-27 Christopher... Run the following to fix the missing git submodule...
2014-08-26 Christopher... Also add git submodule init to the release docs
2014-08-25 Christopher... At version 0.7.0, at last!
2014-08-25 Christopher... Committing extracted and compiled translations
2014-08-25 Christopher... Committing present MediaGoblin translations before...
2014-08-25 Christopher... Updating release notes.
2014-08-22 Christopher... not yet, anyway.
2014-08-22 Christopher... Blog media type doc
2014-08-22 Christopher... updating ayleph to Andrew Browning
2014-08-22 Christopher... Updating the AUTHORS file for this release
2014-08-22 Christopher... eek, should be python2 not python22
2014-08-19 Jessica TallonMake blog_post_listing easier to read
2014-08-19 aylephList blogs by URL user rather than request user
2014-08-18 ElrondAdd docs on collection_add_media hook.
2014-08-18 ElrondStart for documenting core hooks.
2014-08-18 Odin Hørthe... Add new hook 'collection_add_media'
2014-08-18 Jessica TallonTidy up federation code and add tests to cover more...
2014-08-18 Jessica TallonUse oauthlib's safe characters when generating client_k...
2014-08-18 Christopher... Fix a python2.6 compatibility issue. Removing a dict...
2014-08-15 Christopher... Always remove the session when running check_db_up_to_d...
2014-08-15 Berker PeksagImplement ServeCommand.{loadserver, loadapp}.
2014-08-15 Berker PeksagAdd an initial "gmg serve" implementation.
2014-08-15 Berker PeksagRestore different server options.
2014-08-15 Berker PeksagImprove mediagoblin._compat.py2_unicode.
2014-08-15 Berker PeksagMove the AlembicMigrationManager to top of the module.
2014-08-15 Berker PeksagProvide a better manager API for Alembic.
2014-08-13 Berker PeksagAdd initial Alembic migrations.
2014-08-13 Berker PeksagFix dict.keys() in Python 3.
2014-08-13 Berker PeksagFix a comment.
2014-08-12 Jessica TallonForgot to add starttls_config.ini
2014-08-12 Jessica TallonFix #861 - Add unit test and documentation for email_sm...
2014-08-08 Christopher... Elrond keeps pointing out places I should "is not None...
2014-08-08 Christopher... Okay, we don't know that indexes are falsey, so let...
2014-08-08 Christopher... this negation needs parens.
2014-08-08 Christopher... Pull the indexes out of the dictionary directly
2014-08-08 Christopher... If the constraint already exists, roll back to a sane...
2014-08-08 Christopher... Explaining why we're committing mid-migration
2014-08-07 Christopher... Only add the constraint if we need to. Catch an except...
2014-08-07 Christopher... Document both migrations, comment out old migration
2014-08-07 Christopher... Add a new migration which removes/fixes the old migration
2014-08-07 Berker PeksagUpdate TODOs in setup.py.
2014-08-07 Berker PeksagFix another tests.
2014-08-04 Christopher... Committing extracted and compiled translations
2014-08-04 Christopher... Committing present MediaGoblin translations before...
next