mediagoblin.git
2014-10-10 Christopher... Conditionally give paste or gunicorn help
2014-10-10 Christopher... Move paste.ini, lazystarter.sh back to the right place
2014-10-10 Christopher... Use python imports to determine whether or not we're...
2014-10-10 Christopher... Add and use paste server selector. Yeah! Smart solutions!
2014-10-10 Christopher... That's right, *append* to the list, don't call it :P
2014-10-10 Christopher... Only install gunicorn on py2
2014-10-10 Christopher... Also remove the include directory
2014-10-10 Christopher... Update lazyserver to use paste or gunicorn conditionally
2014-10-10 Christopher... Various makefile fixes
2014-10-10 Christopher... Moving experimental-bootstrap.sh back to bootstrap.sh
2014-10-10 Christopher... No rule, yet, to clean house.
2014-10-10 Christopher... Users now get an editable copy of mediagoblin.example...
2014-10-10 Christopher... Ignore paste.ini because it's just a symlink to the...
2014-10-10 Christopher... Symlink the appropriate paste.ini
2014-10-10 Christopher... Set USE_PYTHON3 to yes/no depending on whether --with...
2014-10-10 Christopher... No acceptable *python* could be found
2014-10-10 Christopher... Moved where the python init command was
2014-10-10 Christopher... Most of the way to having a desirable `./configure...
2014-10-10 Christopher... Ignore that env file when built
2014-10-10 Christopher... Continuing to iterate toward the right autoconf/make...
2014-10-10 Christopher... Updated MediaGoblin config stuff to latest pyconfigure...
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-09 Jessica TallonAdd location model and migrations
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-10-07 Jessica TallonAdd __repr__ to Activity and Generator class
2014-10-06 Jessica TallonFix bug where activity.content was not populated
2014-10-06 Jessica TallonFix all the unit tests and clean up code
2014-10-02 Jessica TallonFix typo in client registration API for logo_uri
2014-10-02 Berker PeksagInstall ExifRead from GitHub on Python 3.
2014-10-02 Berker PeksagAdd initial migration guide.
2014-10-02 Berker PeksagDo not call AlembicMigrationManager.init_tables() for...
2014-10-02 Berker PeksagPort "gmg batchaddmedia" command to Python 3.
2014-10-02 Christopher... Restore exif-py to tox config, for now...
2014-10-01 Jessica TallonFix #549 - Deauthorize OAuth applications
2014-09-30 Christopher... Fix migrations on Python 2.
2014-09-30 Jessica TallonFix #919 - Use class names in super call not self.__class__
2014-09-30 Jessica TallonFix #952 - Force the footer to the bottom of the page
2014-09-30 Jessica TallonAdd logging to console to gunicorn
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-09-03 Jessica TallonOnly have Model.activity for activity compatable object...
2014-09-02 Jessica TallonFix migrations and refactor object_type
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-27 Jessica TallonOops forgot to add medigoblin.tools.federation
2014-08-27 Jessica TallonAdd ActivityIntermediator table and refactor some of...
2014-08-26 Christopher... Also add git submodule init to the release docs
next