Switch print statement to print function
[mediagoblin.git] / mediagoblin /
2014-09-24 Christopher Allan... Switch print statement to print function
2014-09-24 Jessica TallonFix Content-Disposition error for retrieving OAuth...
2014-09-22 Christopher Allan... Making alembic happen with python 3 only... for now.
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-22 Christopher Allan... MediaGoblin 0.7.2 development cycle
2014-09-21 Christopher Allan... MediaGoblin 0.7.1!
2014-09-21 Christopher Allan... Committing extracted and compiled translations
2014-09-21 Christopher Allan... Committing present MediaGoblin translations before...
2014-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/moggers87...
2014-09-19 Christopher Allan... Temporarily disable garbage collection
2014-09-17 Christopher Allan... Comment out the "check if the database is up to date...
2014-09-16 Christopher Allan... Last two issues related to the python 3 merge tests...
2014-09-16 aylephModify deleteuser to fail gracefully
2014-09-16 Christopher Allan... Annnnd another json decode fix for py3! On a roll...
2014-09-16 Christopher Allan... decode to unicode before loading in json again, for py3
2014-09-16 Christopher Allan... Much more nicely formed form error check
2014-09-16 Christopher Allan... Fix error check in test_edit.py for python 3
2014-09-16 Christopher Allan... Fix exception catching on python 3
2014-09-16 Christopher Allan... Fix iteritems usage on python 3
2014-09-16 Matt MolyneauxThe scheduled garbage collection task was not being...
2014-09-16 Christopher Allan... json.loads(request.body) => json.loads(response.body...
2014-09-16 Christopher Allan... Import mock correctly on py3
2014-09-16 Christopher Allan... Simplify things here and use io.open
2014-09-16 Christopher Allan... Fix test_legacy_api.py
2014-09-16 Christopher Allan... Import mock from unittest if on py3
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-09-12 Christopher Allan... Fix unicode error in pdf media type
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 OmdalRaw image mediatype had a non-unicode logging call
2014-09-07 Odin Hørthe OmdalAdd __repr__ for Collection and CollectionItem
2014-09-06 Christopher Allan... Handle cr2 files through the raw_image media type
2014-09-05 Jessica TallonAdd XRD+XML formatting for /.well-known/host-meta
2014-08-27 Christopher Allan... now in the 0.7.1.dev cycle
2014-08-25 Christopher Allan... At version 0.7.0, at last!
2014-08-25 Christopher Allan... Committing extracted and compiled translations
2014-08-25 Christopher Allan... Committing present MediaGoblin translations before...
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 Odin Hørthe OmdalAdd 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 Allan... Fix a python2.6 compatibility issue. Removing a dict...
2014-08-15 Christopher Allan... 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 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 Allan... Elrond keeps pointing out places I should "is not None...
2014-08-08 Christopher Allan... Okay, we don't know that indexes are falsey, so let...
2014-08-08 Christopher Allan... this negation needs parens.
2014-08-08 Christopher Allan... Pull the indexes out of the dictionary directly
2014-08-08 Christopher Allan... If the constraint already exists, roll back to a sane...
2014-08-08 Christopher Allan... Explaining why we're committing mid-migration
2014-08-07 Christopher Allan... Only add the constraint if we need to. Catch an except...
2014-08-07 Christopher Allan... Document both migrations, comment out old migration
2014-08-07 Christopher Allan... Add a new migration which removes/fixes the old migration
2014-08-07 Berker PeksagFix another tests.
2014-08-04 Christopher Allan... Committing extracted and compiled translations
2014-08-04 Christopher Allan... Committing present MediaGoblin translations before...
2014-08-04 Berker Peksagmbox_message.get_payload() returns bytestring.
2014-08-04 Berker PeksagMake sort_keys True to avoid hash randomize feature...
2014-08-04 Jessica TallonAdd more security checks when updating objects and...
2014-08-02 Matt MolyneauxUse the STARTTLS command to upgrade SMTP connections...
2014-08-02 aylephUpdated video thumbnail pipeline to use decodebin2
2014-07-31 Jessica TallonFix some security concerns regrding inpersonation in...
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-29 Jessica TallonFix #923 - add allow_admin to user_has_privilege decorator
2014-07-29 Christopher Allan... Avoid "lego translations" on the nothing currently...
2014-07-29 Christopher Allan... Committing extracted and compiled translations
2014-07-29 Christopher Allan... Committing present MediaGoblin translations before...
2014-07-29 Laura Arjona ReinaMake translatable table columns titles in media process...
2014-07-29 Laura Arjona ReinaMake translatable takeaway privileges actions
2014-07-29 Laura Arjona ReinaMake translatable the titles of TextAreas in moderation...
2014-07-29 Laura Arjona ReinaMake translatable 'Feature' button in the explanation...
2014-07-29 Laura Arjona ReinaMake consistent quotation marks when referring to butto...
2014-07-29 Laura Arjona ReinaMake translatable some strings that weren't i18n'ed
2014-07-28 Berker PeksagUse isinstance and six.text_type to check types of...
2014-07-28 Berker PeksagFix urlparse import.
2014-07-28 Berker PeksagDisable cache support of LazyProxy.
2014-07-28 Berker PeksagCleanup mediagoblin._compat and fix translation tests.
2014-07-28 Berker PeksagSkip test_sql_migrations on Python 3 for now.
2014-07-28 Berker PeksagRemove an usage of deprecated cgi.parse_qs().
2014-07-28 Berker Peksagfunc_name removed in Python 3.
2014-07-25 Christopher Allan... Remove the option about whether or not spectrograms...
2014-07-25 Tryggvi BjorgvinssonAdd __unicode__ representation to Notification and...
2014-07-24 Christopher Allan... Fix by thallian: use correct datetime.strptime
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonSwitch from slug to ID and clean up style to conform...
2014-07-22 Jessica TallonCreate test for garbage collection
2014-07-22 Jessica TallonAdd unseralize for API objects
2014-07-22 Jessica TallonAdd garbage collection task
2014-07-22 Jessica Tallonoops - add decorators for federated APIs
2014-07-22 Jessica TallonAdd test for API object endpoint
next