trac#687: Add unit tests for `redirect` and `redirect_obj`.
[mediagoblin.git] / mediagoblin / db /
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
2014-11-04 Jessica TallonFix User and MediaEntry serialize and add serialize...
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
next