Fix #5431 - Typo in models
[mediagoblin.git] / mediagoblin / db / models.py
2016-03-01 Andrew BrowningFix #5431 - Typo in models
2016-02-29 Jessica TallonFix #5415 - Deleted comments get removed properly when...
2016-01-06 Jessica TallonFix #5369 - Broken activities cause issues in migrations
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-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 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-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-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-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-05 Jessica TallonFix #1049 - name renamed to displayName for Location
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-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-01 Jessica TallonFix #549 - Deauthorize OAuth applications
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-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-25 Tryggvi BjorgvinssonAdd __unicode__ representation to Notification and...
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 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-13 Christopher Allan... Merge remote-tracking branch 'remotes/berker/remove...
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().
next