aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/federation.py
Commit message (Collapse)AuthorAgeFilesLines
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-1/+0
| | | | | | | The code base had many references to User.username and other specific to LocalUser attributes as that was the way it use to exist. This updates those to query on the generic User model but filtering by attributes on the LocalUser.
* Fix removal of ActivityIntermediatory migrationJessica Tallon2015-06-241-0/+4
| | | | | | | | | | The migration had a problem where other tables still referenced the migration as well as a typo in an earlier migration. They have both been fixed and tested on PostgreSQL and SQLite3. This also fixes a bug where sometimes when creating an activity it'd raise an Exception as the object hadn't got an ID. This has been fixed globally with a fix to the create_activity federation tool.
* Fix some problems with activity mixins and migrationsJessica Tallon2015-05-261-3/+3
|
* Remove deprecated fields and fix activity creation in toolsJessica Tallon2015-05-261-2/+2
|
* Fix #1024 - Correctly set generator on ActivitiesJessica Tallon2014-12-021-8/+36
|
* Add __repr__ to Activity and Generator classJessica Tallon2014-10-071-2/+1
|
* Fix all the unit tests and clean up codeJessica Tallon2014-10-061-7/+10
|
* Oops forgot to add medigoblin.tools.federationJessica Tallon2014-08-271-0/+61