Fix #1010 - Typos in mediagoblin/media_types/image/migrations.py
[mediagoblin.git] / mediagoblin / db /
2014-10-22 Jessica TallonFix problem where duplicate slug would cause an update...
2014-10-21 Jessica TallonMerge branch '984-ai-improvements'
2014-10-21 Jessica TallonFix #984 - Improvements to Activity and ActivityInterme...
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 Berker PeksagAdd initial migration guide.
2014-10-02 Berker PeksagDo not call AlembicMigrationManager.init_tables() for...
2014-10-01 Jessica TallonFix #549 - Deauthorize OAuth applications
2014-09-30 Christopher Allan... Fix migrations on Python 2.
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/moggers87...
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-09-08 Jessica TallonMerge branch '945-well-known'
2014-09-07 Odin Hørthe OmdalAdd __repr__ for Collection and CollectionItem
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 Jessica TallonAdd ActivityIntermediator table and refactor some of...
2014-08-26 Jessica TallonAdd better support for targets on Activities
2014-08-22 Jessica TallonCreate activity model and add activity creation
2014-08-18 Jessica TallonTidy up federation code and add tests to cover more...
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 PeksagProvide a better manager API for Alembic.
2014-08-13 Berker PeksagAdd initial Alembic migrations.
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-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-28 Berker PeksagCleanup mediagoblin._compat and fix translation tests.
2014-07-28 Berker Peksagfunc_name removed in Python 3.
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 TallonAdd unseralize for API objects
2014-07-22 Jessica TallonAdd test for API object endpoint
2014-07-22 Jessica TallonAdd more tests for federation APIs
2014-07-22 Jessica TallonFix issue where create_uuid doesn't exist nor used
2014-07-22 xray7224Refactors api uploading to media managers
2014-07-22 Jessica TallonAdd basic comment support and flesh out some other...
2014-07-22 Jessica TallonAdd static pump_io to API and fix problem where null...
2014-07-22 xray7224Support some webfinger API's and real profile and ...
2014-07-22 xray7224Support for the comments endpoint
2014-07-22 xray7224Fixes problem where full URL was being used inplace...
2014-07-22 xray7224Use the the slug as the UUID instead of a newly generat...
2014-07-22 Jessica TallonAdd image URL's (thumb & full)
2014-07-22 Jessica TallonFixes where User id in API would return url rather...
2014-07-22 Jessica TallonAdds comments for the MediaEntry api
2014-07-22 Jessica TallonChanges serialization to .serialize method on object...
2014-07-22 Jessica TallonMake sure new media has a new uuid added on
2014-07-22 Jessica TallonAdds migration on MediaEntry to add uuid
2014-07-22 Jessica TallonStarts the user (profile) endpoint and lays groundwork...
2014-07-22 Jessica TallonAdds seralize on user
2014-07-18 Tryggvi BjorgvinssonUse unicode for logging comments
2014-07-17 Jessica TallonFix #894 - index User.username field
2014-06-27 Berker PeksagRemove sqlalchemy-migrate imports from the codebase...
2014-06-23 Christopher Allan... Removing legacy mongo-related docstring
2014-06-13 Christopher Allan... Merge remote-tracking branch 'remotes/berker/remove...
2014-06-11 Christopher Allan... Adding comments in the migration explaining a bit what...
2014-06-11 Christopher Allan... Explicitly set the column names to "user" and "privilege"
2014-06-10 Christopher Allan... Switch "user_id" to "privilege" and "privilege_id"...
2014-06-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-05-26 Berker PeksagUse six.iteritems() instead of dict.iteritems().
2014-05-14 tilly-QMerge branch 'metadata'
2014-05-14 tilly-QSet a default value to MediaEntry.media_metadata
2014-05-13 tilly-QMerge branch 'master' of gitorious.org:mediagoblin...
2014-05-08 Berker PeksagContinue to port GMG codebase.
2014-05-08 Berker PeksagFix some compat issues in mediagoblin/db/models.py.
2014-05-01 tilly-QMerge branch 'permission_scheme' of gitorious.org:media...
2014-04-23 tilly-QMade the columns properly referenced in models and...
2014-04-22 tilly-QRenamed the columns on core__privileges_users table...
2014-04-21 tilly-QChanged the name of the metadata column
2014-04-21 tilly-QMoved the metadata column to MediaEntry rather than...
2014-04-21 tilly-QIn this commit, I added a new column which will be...
2014-04-15 tilly-QChanged the name of the metadata column
2014-04-15 tilly-QMoved the metadata column to MediaEntry rather than...
2014-04-10 Berker PeksagIssue #686: Create User.url_for_self() method.
2014-03-23 tilly-QMerge branch 'bulk-upload' into metadata
2014-03-23 tilly-QIn this commit, I added a new column which will be...
2014-01-05 jpopeMerge remote-tracking branch 'upstream/master' into...
2014-01-02 Christopher Allan... Not only the web server starts MediaGoblin app! Better...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-11-24 tilly-QMerge branch 'fix-foundations-warn'
2013-11-19 tilly-QI went through the code and just removed some blank...
2013-11-19 JosieAddressed ticket number 630 by removing MediaEntry...
2013-10-10 Christopher Allan... Renaming replace_table to replace_table_hack and docume...
next