aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Support some webfinger API's and real profile and /api/user/<user>/xray72242014-07-221-1/+1
| * Support for the comments endpointxray72242014-07-221-2/+10
| * Fixes problem where full URL was being used inplace of hostxray72242014-07-221-1/+1
| * Use the the slug as the UUID instead of a newly generated UUIDxray72242014-07-221-6/+1
| * Add image URL's (thumb & full)Jessica Tallon2014-07-221-0/+6
| * Fixes where User id in API would return url rather than hostJessica Tallon2014-07-221-1/+1
| * Adds comments for the MediaEntry apiJessica Tallon2014-07-221-5/+16
| * Changes serialization to .serialize method on object - MediaEntryJessica Tallon2014-07-221-0/+43
| * Make sure new media has a new uuid added onJessica Tallon2014-07-221-0/+4
| * Adds migration on MediaEntry to add uuidJessica Tallon2014-07-221-1/+1
| * Starts the user (profile) endpoint and lays groundwork for inbox and feed end...Jessica Tallon2014-07-221-1/+25
| * Adds seralize on userJessica Tallon2014-07-221-0/+10
| * Use unicode for logging commentsTryggvi Bjorgvinsson2014-07-181-1/+1
| * Fix #894 - index User.username fieldJessica Tallon2014-07-171-1/+1
| * Explicitly set the column names to "user" and "privilege"Christopher Allan Webber2014-06-111-0/+2
| * Switch "user_id" to "privilege" and "privilege_id" to "user".Christopher Allan Webber2014-06-101-2/+2
| * Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetestChristopher Allan Webber2014-06-101-4/+2
| |\
| | * Made the columns properly referenced in models and migrations.tilly-Q2014-04-231-4/+2
| | * Renamed the columns on core__privileges_users table so that they are unique andtilly-Q2014-04-221-2/+2
| * | Set a default value to MediaEntry.media_metadatatilly-Q2014-05-141-1/+2
| * | Changed the name of the metadata columntilly-Q2014-04-211-1/+1