Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change codebase to query or create correct User model | Jessica Tallon | 2015-07-31 | 1 | -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 migration | Jessica Tallon | 2015-06-24 | 1 | -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 migrations | Jessica Tallon | 2015-05-26 | 1 | -3/+3 |
| | |||||
* | Remove deprecated fields and fix activity creation in tools | Jessica Tallon | 2015-05-26 | 1 | -2/+2 |
| | |||||
* | Fix #1024 - Correctly set generator on Activities | Jessica Tallon | 2014-12-02 | 1 | -8/+36 |
| | |||||
* | Add __repr__ to Activity and Generator class | Jessica Tallon | 2014-10-07 | 1 | -2/+1 |
| | |||||
* | Fix all the unit tests and clean up code | Jessica Tallon | 2014-10-06 | 1 | -7/+10 |
| | |||||
* | Oops forgot to add medigoblin.tools.federation | Jessica Tallon | 2014-08-27 | 1 | -0/+61 |