aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Comment changes for federationJessica Tallon2015-10-204-157/+501
* Add public_id fixes throughout the codeJessica Tallon2015-10-073-23/+70
* Add Graveyard modelJessica Tallon2015-10-073-124/+126
* Add the __model_args__ deletion codeJessica Tallon2015-10-073-2/+148
* Collection changes and migration for federationJessica Tallon2015-10-075-50/+235
* Fix some unit tests and bugsJessica Tallon2015-08-243-25/+27
* Fix #5344 - OAuth NotImplemented exceptionJessica Tallon2015-08-211-0/+59
* Fix serialization after model changesJessica Tallon2015-08-202-10/+11
* Change structure of MediaEntry and add migrationJessica Tallon2015-08-193-13/+70
* Add the user models to the MODELS listJessica Tallon2015-07-312-16/+37
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-0/+1
* Add polymorphic properties to UserJessica Tallon2015-07-312-3/+25
* Add LocalUser and RemoteUser and migrationJessica Tallon2015-07-312-58/+217
* Fix removal of ActivityIntermediatory migrationJessica Tallon2015-06-241-2/+19
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-263-21/+21
* Add a more verbose GenericForeignKey implementationJessica Tallon2015-05-262-67/+38
* 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-262-59/+12
* Fix the GenericForeignKey implementationJessica Tallon2015-05-261-22/+36
* Migrate Activity to using the new GenericForeignKeyJessica Tallon2015-05-262-47/+166
* Add GenericForeignKey field and reference helper modelJessica Tallon2015-05-262-2/+93
* Fix the token issues in the migrationChristopher Allan Webber2015-02-171-3/+3
* acess_token->access_tokenChristopher Allan Webber2015-02-171-1/+1
* Fixing typo: notifiction->notificationChristopher Allan Webber2015-02-171-1/+1
* This one should be dt_to_utc, not db_to_utc, I believeChristopher Allan Webber2015-02-171-1/+1
* Fix #1065 - Migrate from native datetimes to UTCJessica Tallon2015-02-152-20/+146
* Change 'federation' name to 'api' which is more suitableJessica Tallon2015-02-152-9/+9
* Fix #1052 - Make activity cascade delete work when deleting a userJessica Tallon2015-01-271-1/+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 #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 #1054 - Add missing attributes to Activity.serializeJessica Tallon2014-12-081-0/+5
* Fix #1049 - name renamed to displayName for LocationJessica Tallon2014-12-051-3/+3
* There's absolutely no reason for a Session().commit object mirrored onto Sess...Christopher Allan Webber2014-12-031-4/+0
* Make all mixin methods ignore mg_globals and use self._app insteadChristopher Allan Webber2014-12-031-4/+3
* Attach the MediaGoblinApp to the engine, and provide a way for models to accessChristopher Allan Webber2014-12-032-1/+10
* Adding query property to DatabaseMaster for forward compatibilityChristopher Allan Webber2014-12-031-0/+4
* Attach the base models to sessions and the DatabaseMaster for backwards compa...Christopher Allan Webber2014-12-031-2/+14
* Only conditionally import Session in db/util.pyChristopher Allan Webber2014-12-031-1/+5
* Move the scoped_session, sessionmaker importsChristopher Allan Webber2014-12-031-1/+1
* Some docstringsChristopher Allan Webber2014-12-031-0/+13
* Return DatabaseManager or DatabaseMaster depending on DISABLE_GLOBALSChristopher Allan Webber2014-12-031-2/+6
* Oops, got the boolean backwards :PChristopher Allan Webber2014-12-031-1/+1
* Adding DatabaseManager as an alternative to DatabaseMasterChristopher Allan Webber2014-12-031-25/+77
* An environment variable to transition towards removing global variablesChristopher Allan Webber2014-12-031-5/+9
* Give our sqlalchemy objects access to their own sessionChristopher Allan Webber2014-12-031-0/+6
* Fix #1040 - Comments should have published attributeJessica Tallon2014-11-271-1/+4