aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mixin.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-15/+15
* Fix saving original of the videoBoris Bobrov2018-07-131-2/+2
* nitpickingBoris Bobrov2018-07-131-1/+1
* Change webm to webm_video in media_size checkvijeth-aradhya2017-08-141-2/+2
* Add get_all_media() in MediaEntryMixinvijeth-aradhya2017-07-161-0/+27
* do not show error message when it's not a exceptionBoris Bobrov2016-02-231-1/+1
* Catch import error when text is used as a reason instead of pathBoris Bobrov2016-02-231-1/+11
* Display type icon in thumbnailsBoris Bobrov2016-02-051-4/+13
* Comment changes for federationJessica Tallon2015-10-201-3/+66
* Add public_id fixes throughout the codeJessica Tallon2015-10-071-22/+38
* Collection changes and migration for federationJessica Tallon2015-10-071-8/+8
* Fix some unit tests and bugsJessica Tallon2015-08-241-3/+3
* Fix serialization after model changesJessica Tallon2015-08-201-6/+5
* Change structure of MediaEntry and add migrationJessica Tallon2015-08-191-0/+19
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-5/+4
* Change 'federation' name to 'api' which is more suitableJessica Tallon2015-02-151-2/+2
* Fix 1e0c938 by allowing target to be translatable in Activity.contentJessica Tallon2014-12-221-9/+17
* Allow Activity.content to be fully translatableJessica Tallon2014-12-221-2/+19
* Fix #1054 - Add missing attributes to Activity.serializeJessica Tallon2014-12-081-0/+5
* Make all mixin methods ignore mg_globals and use self._app insteadChristopher Allan Webber2014-12-031-4/+3
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-211-1/+7
* Fix #1023 - Make timestamps in API timezone awareJessica Tallon2014-11-191-2/+5
* Fix problem where duplicate slug would cause an update exceptionJessica Tallon2014-10-221-15/+18
* Add __repr__ to Activity and Generator classJessica Tallon2014-10-071-1/+1
* Fix all the unit tests and clean up codeJessica Tallon2014-10-061-9/+9
* Fix migrations and refactor object_typeJessica Tallon2014-09-021-1/+14
* Add ActivityIntermediator table and refactor some of Activity modelJessica Tallon2014-08-271-1/+108
* Add __unicode__ representation to Notification and MediaCommentMixinTryggvi Bjorgvinsson2014-07-251-1/+8
* Fix by thallian: use correct datetime.strptimeChristopher Allan Webber2014-07-241-1/+1
* Add image URL's (thumb & full)Jessica Tallon2014-07-221-0/+11
* Use unicode for logging commentsTryggvi Bjorgvinsson2014-07-181-1/+1
* Issue #686: Create User.url_for_self() method.Berker Peksag2014-04-101-0/+6
* Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-8/+16
|\
| * Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-121-1/+1
| * Fix the last bit preventing all the unit tests from passing in media types->p...Christopher Allan Webber2013-07-121-1/+2
| * fixed some typos and enabled media_type plugins in testsRodney Ewing2013-07-021-1/+2
| * modified gmg to use plugin media_types and converted image media_type to new ...Rodney Ewing2013-07-021-9/+6
| * New notificationsJoar Wandborg2013-06-091-0/+9
* | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-081-1/+0
|/
* created a check_login_simple functionRodney Ewing2013-05-281-8/+0
* Cleaned up EXIF viewJoar Wandborg2013-05-231-9/+23
* Only calculate aperture if fnumber is providedJoar Wandborg2013-05-201-7/+6
* Take into account incomplete EXIF dataJoar Wandborg2013-05-201-9/+18
* Modifies EXIF section with Camera Info, display toggle and template stylingGabriel Saldana2013-05-201-0/+27
* Changes to display all EXIF informationGabriel Saldana2013-05-201-5/+3
* MediaManager: Use .foo instead of ['foo'].Elrond2013-04-171-1/+1
* First step towards a MediaManager class: Compat one.Elrond2013-04-171-1/+1
* Better docs for GenerateSlugMixin.Elrond2013-04-061-1/+9
* Use GenerateSlugMixin for collections.Elrond2013-04-061-12/+3
* Refactor generate_slug into a mixin.Elrond2013-04-061-9/+13