Fix #5462 - attempt to change email without login
[mediagoblin.git] / mediagoblin / db /
2016-03-29 Christopher Allan... migrations: Only don't import "migrate" if it's not...
2016-03-26 Christopher Allan... Only run sqlalchemy-migrate migrations if we have to...
2016-03-26 Christopher Allan... Switch initial_revision alembic migration to make table...
2016-03-26 Christopher Allan... Set target_metadata in alembic's env.py to Base.metadata
2016-03-26 Christopher Allan... Update out script.py mako template to support branch_labels
2016-03-26 Christopher Allan... dbupdate updates to use plugin migrations if available
2016-03-26 Christopher Allan... Add build_alembic_config, use it to add plugin migratio...
2016-03-03 Christopher Allan... typo fix: Set sqlalchemy.url, not qlalchemy.url
2016-03-02 Christopher Allan... Remove old hack to support pre-0.7.5 Alembic versions
2016-03-01 Jessica TallonFix #5376 - Ensure links have correct ID
2016-03-01 Andrew BrowningFix #5431 - Typo in models
2016-02-29 Jessica TallonFixes #5421 - Ensures Report.object_id is nullable
2016-02-29 Jessica TallonMigration for #5415 - I forgot it, Doh!
2016-02-29 Jessica TallonFix a typo in consolidate_reports migration
2016-02-29 Jessica TallonFix #5415 - Deleted comments get removed properly when...
2016-02-29 Jessica TallonSimply for the Notification.object_id migration
2016-02-29 Jessica TallonMissing perens
2016-02-29 Jessica TallonFixed issue introduced in previous migration
2016-02-29 Jessica TallonChange Notification.object_id to be ID of Comemnt not...
2016-02-23 Boris Bobrovdo not show error message when it's not a exception
2016-02-23 Boris BobrovCatch import error when text is used as a reason instea...
2016-02-23 Andrew BrowningFix issue #5411 sqlite connection closes
2016-02-05 Boris BobrovDisplay type icon in thumbnails
2016-01-20 Jessica TallonFix #5398 and #5395 - Fix tests failing due to problem...
2016-01-20 Jessica TallonFix #5390 - Create migration to delete Notifications...
2016-01-18 Jessica TallonUse inspect_table inplace of redefining them all
2016-01-18 Jessica TallonFix #5391 - Alembic migrations would only work for...
2016-01-15 Jessica TallonFix #5382 - Add migration and fix so tombstones are...
2016-01-11 Boris BobrovInitial alembic migration to base other migrations on
2016-01-11 Boris BobrovEnable alembic as the main tool for migrations
2016-01-06 Jessica TallonFix #5369 - Broken activities cause issues in migrations
2015-12-29 Jessica TallonFix a exception db closed exception in migrations
2015-12-29 Jessica TallonFix migrations of activity intermediators
2015-12-29 Jessica TallonFix #5368 - Improve test efficiancy
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-11-25 Jessica TallonFix #5363 - Collections don't serialize correctly
2015-11-23 Jessica TallonFix #5354 & #5355 - Fix Graveyard.serialize
2015-11-19 aylephUse urljoin to create proper feed media URLs
2015-10-20 Jessica TallonMerge branch 'comments'
2015-10-20 Jessica TallonComment changes for federation
2015-10-07 Jessica TallonAdd public_id fixes throughout the code
2015-10-07 Jessica TallonAdd Graveyard model
2015-10-07 Jessica TallonAdd the __model_args__ deletion code
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-08-21 Jessica TallonFix #5344 - OAuth NotImplemented exception
2015-08-20 Jessica TallonFix serialization after model changes
2015-08-19 Jessica TallonChange structure of MediaEntry and add migration
2015-07-31 Jessica TallonAdd the user models to the MODELS list
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-07-31 Jessica TallonAdd polymorphic properties to User
2015-07-31 Jessica TallonAdd LocalUser and RemoteUser and migration
2015-06-24 Jessica TallonMerge branch Generic Foreign Key changes
2015-06-24 Jessica TallonFix removal of ActivityIntermediatory migration
2015-05-26 Jessica TallonFix some problems with activity mixins and migrations
2015-05-26 Jessica TallonAdd a more verbose GenericForeignKey implementation
2015-05-26 Jessica TallonRemove deprecated fields and fix activity creation...
2015-05-26 Jessica TallonMore fixed recommended by Elrond
2015-05-26 Jessica TallonAdd some fixes Elrond suggested and doc strings
2015-05-26 Jessica TallonAdd migration to remove ActivityIntermediator
2015-05-26 Jessica TallonFix the GenericForeignKey implementation
2015-05-26 Jessica TallonMigrate Activity to using the new GenericForeignKey
2015-05-26 Jessica TallonAdd GenericForeignKey field and reference helper model
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2015-02-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/breton/new_g...
2015-02-18 Christopher Allan... Fix the token issues in the migration
2015-02-18 Christopher Allan... acess_token->access_token
2015-02-18 Christopher Allan... Fixing typo: notifiction->notification
2015-02-18 Christopher Allan... This one should be dt_to_utc, not db_to_utc, I believe
2015-02-15 Jessica TallonFix #1065 - Migrate from native datetimes to UTC
2015-02-15 Jessica TallonChange 'federation' name to 'api' which is more suitable
2015-01-27 Jessica TallonFix #1052 - Make activity cascade delete work when...
2014-12-22 Jessica TallonFix 1e0c938 by allowing target to be translatable in...
2014-12-22 Jessica TallonAllow Activity.content to be fully translatable
2014-12-16 Jessica TallonFix #1077 - Fix updating comment via API and add test
2014-12-11 Jessica TallonFix #1053 - Add height and width attributes and Metadat...
2014-12-08 Jessica TallonFix #1054 - Add missing attributes to Activity.serialize
2014-12-05 Jessica TallonFix #1049 - name renamed to displayName for Location
2014-12-03 Christopher Allan... There's absolutely no reason for a Session().commit...
2014-12-03 Christopher Allan... Make all mixin methods ignore mg_globals and use self...
2014-12-03 Christopher Allan... Attach the MediaGoblinApp to the engine, and provide...
2014-12-03 Christopher Allan... Adding query property to DatabaseMaster for forward...
2014-12-03 Christopher Allan... Attach the base models to sessions and the DatabaseMast...
2014-12-03 Christopher Allan... Only conditionally import Session in db/util.py
2014-12-03 Christopher Allan... Move the scoped_session, sessionmaker imports
2014-12-03 Christopher Allan... Some docstrings
2014-12-03 Christopher Allan... Return DatabaseManager or DatabaseMaster depending...
2014-12-03 Christopher Allan... Oops, got the boolean backwards :P
2014-12-03 Christopher Allan... Adding DatabaseManager as an alternative to DatabaseMaster
2014-12-03 Christopher Allan... An environment variable to transition towards removing...
2014-12-03 Christopher Allan... Give our sqlalchemy objects access to their own session
2014-12-01 jpope777Merge branch 'master' of gitorious.org:mediagoblin...
2014-11-27 Jessica TallonFix #1040 - Comments should have published attribute
2014-11-22 Berker PeksagFix unicode handling in "gmg addmedia".
2014-11-21 Jessica TallonFix #1025 - Make API IDs IRIs
2014-11-20 Jessica TallonFix #1039 - Fix typo in user model 'oublished' to ...
2014-11-19 Jessica TallonFix #1023 - Make timestamps in API timezone aware
next