aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unicode handling in "gmg addmedia".Berker Peksag2014-11-221-1/+5
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-212-12/+35
* 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-192-6/+16
* Fix User and MediaEntry serialize and add serialize to models which need itJessica Tallon2014-11-041-2/+17
* Fix problem where duplicate slug would cause an update exceptionJessica Tallon2014-10-221-15/+18
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-212-10/+14
* Merge branch 'location'Jessica Tallon2014-10-092-4/+149
|\
| * Add location model and migrationsJessica Tallon2014-10-092-5/+151
* | Merge branch '905-activities'Jessica Tallon2014-10-073-16/+503
|\ \
| * | Add __repr__ to Activity and Generator classJessica Tallon2014-10-072-1/+19
| * | Fix bug where activity.content was not populatedJessica Tallon2014-10-061-2/+6
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-063-43/+53
| * | Only have Model.activity for activity compatable objects/targetsJessica Tallon2014-09-032-85/+47
| * | Fix migrations and refactor object_typeJessica Tallon2014-09-023-89/+155
| * | Add ActivityIntermediator table and refactor some of Activity modelJessica Tallon2014-08-273-220/+364
| * | Add better support for targets on ActivitiesJessica Tallon2014-08-261-43/+80
| * | Create activity model and add activity creationJessica Tallon2014-08-222-3/+249
| |/
* | Add initial migration guide.Berker Peksag2014-10-021-1/+57
* | Do not call AlembicMigrationManager.init_tables() for now.Berker Peksag2014-10-021-6/+8
* | Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-011-0/+4
* | Fix migrations on Python 2.Christopher Allan Webber2014-09-301-0/+3
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-165-67/+409
|\ \