aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* Add polymorphic properties to UserJessica Tallon2015-07-311-0/+16
* Add LocalUser and RemoteUser and migrationJessica Tallon2015-07-311-58/+97
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-13/+14
* Add a more verbose GenericForeignKey implementationJessica Tallon2015-05-261-65/+36
* Remove deprecated fields and fix activity creation in toolsJessica Tallon2015-05-261-9/+0
* More fixed recommended by ElrondJessica Tallon2015-05-261-11/+8
* Add some fixes Elrond suggested and doc stringsJessica Tallon2015-05-261-14/+41
* Add migration to remove ActivityIntermediatorJessica Tallon2015-05-261-56/+0
* Fix the GenericForeignKey implementationJessica Tallon2015-05-261-22/+36
* Migrate Activity to using the new GenericForeignKeyJessica Tallon2015-05-261-46/+26
* Add GenericForeignKey field and reference helper modelJessica Tallon2015-05-261-2/+78
* Fix #1065 - Migrate from native datetimes to UTCJessica Tallon2015-02-151-20/+20
* Change 'federation' name to 'api' which is more suitableJessica Tallon2015-02-151-7/+7
* Fix #1052 - Make activity cascade delete work when deleting a userJessica Tallon2015-01-271-1/+2
* Fix #1077 - Fix updating comment via API and add testJessica Tallon2014-12-161-22/+16
* Fix #1053 - Add height and width attributes and MetadataProcess taskJessica Tallon2014-12-111-0/+16
* Fix #1049 - name renamed to displayName for LocationJessica Tallon2014-12-051-3/+3
* Fix #1040 - Comments should have published attributeJessica Tallon2014-11-271-1/+4
* Fix unicode handling in "gmg addmedia".Berker Peksag2014-11-221-1/+5
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-211-11/+28
* Fix #1039 - Fix typo in user model 'oublished' to 'published'Jessica Tallon2014-11-201-1/+1
* Fix #1023 - Make timestamps in API timezone awareJessica Tallon2014-11-191-4/+11
* Fix User and MediaEntry serialize and add serialize to models which need itJessica Tallon2014-11-041-2/+17
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-211-8/+9
* Merge branch 'location'Jessica Tallon2014-10-091-4/+112
|\
| * Add location model and migrationsJessica Tallon2014-10-091-5/+114
* | Merge branch '905-activities'Jessica Tallon2014-10-071-13/+189
|\ \
| * | Add __repr__ to Activity and Generator classJessica Tallon2014-10-071-0/+18
| * | Fix bug where activity.content was not populatedJessica Tallon2014-10-061-2/+6
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-061-2/+2
| * | Only have Model.activity for activity compatable objects/targetsJessica Tallon2014-09-031-62/+34
| * | Fix migrations and refactor object_typeJessica Tallon2014-09-021-45/+36
| * | Add ActivityIntermediator table and refactor some of Activity modelJessica Tallon2014-08-271-182/+148
| * | Add better support for targets on ActivitiesJessica Tallon2014-08-261-43/+80
| * | Create activity model and add activity creationJessica Tallon2014-08-221-3/+191
| |/
* | Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-011-0/+4
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-19/+201
|\ \
| * | Add __repr__ for Collection and CollectionItemOdin Hørthe Omdal2014-09-071-1/+15
| |/
| * Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-10/+3
| * Add a new migration which removes/fixes the old migrationChristopher Allan Webber2014-08-071-1/+1
| * Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-1/+11
| * Fix #923 - add allow_admin to user_has_privilege decoratorJessica Tallon2014-07-291-14/+15
| * Add __unicode__ representation to Notification and MediaCommentMixinTryggvi Bjorgvinsson2014-07-251-0/+8
| * Switch from slug to ID and clean up style to conform to PEP-8Jessica Tallon2014-07-221-2/+2
| * Add unseralize for API objectsJessica Tallon2014-07-221-0/+31
| * Add test for API object endpointJessica Tallon2014-07-221-0/+11
| * Add more tests for federation APIsJessica Tallon2014-07-221-3/+12
| * Refactors api uploading to media managersxray72242014-07-221-12/+10
| * Add basic comment support and flesh out some other endpointsJessica Tallon2014-07-221-8/+1
| * Add static pump_io to API and fix problem where null appeared in profileJessica Tallon2014-07-221-2/+13