aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-9/+9
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-44/+39
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-121-2/+3
|\
| * Add main_transcoding_progress column migrationvijeth-aradhya2017-08-221-0/+1
| * Fix percentage reportingvijeth-aradhya2017-08-101-2/+2
* | Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-101-1/+26
|\ \
| * | Subtitle built over attachments : workingsaksham11152016-07-191-1/+26
* | | Added tags in API (view them and edit them)Romain Porte2017-11-121-1/+10
| |/ |/|
* | Revert "fixed bug #728"Boris Bobrov2016-08-161-3/+3
* | Do not try to get private attributes for commentsBoris Bobrov2016-08-081-1/+8
* | Adding compatibility stuff for themesBoris Bobrov2016-07-311-11/+32
* | fixed bug #728Boris Bobrov2016-07-251-3/+3
|/
* Fix #5376 - Ensure links have correct IDJessica Tallon2016-03-011-13/+2
* Fix #5431 - Typo in modelsAndrew Browning2016-03-011-1/+1
* Fix #5415 - Deleted comments get removed properly when tombstonesJessica Tallon2016-02-291-0/+11
* Fix #5369 - Broken activities cause issues in migrationsJessica Tallon2016-01-061-1/+1
* Fix #5363 - Collections don't serialize correctlyJessica Tallon2015-11-251-1/+1
* Fix #5354 & #5355 - Fix Graveyard.serializeJessica Tallon2015-11-231-7/+14
* Use urljoin to create proper feed media URLsayleph2015-11-191-2/+3
* Comment changes for federationJessica Tallon2015-10-201-149/+138
* Add public_id fixes throughout the codeJessica Tallon2015-10-071-1/+3
* Add Graveyard modelJessica Tallon2015-10-071-24/+66
* Add the __model_args__ deletion codeJessica Tallon2015-10-071-1/+28
* Collection changes and migration for federationJessica Tallon2015-10-071-39/+81
* Fix some unit tests and bugsJessica Tallon2015-08-241-21/+22
* Fix serialization after model changesJessica Tallon2015-08-201-4/+6
* Change structure of MediaEntry and add migrationJessica Tallon2015-08-191-10/+9
* Add the user models to the MODELS listJessica Tallon2015-07-311-7/+7
* 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