aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* Support some webfinger API's and real profile and /api/user/<user>/xray72242014-07-221-1/+1
* Support for the comments endpointxray72242014-07-221-2/+10
* Fixes problem where full URL was being used inplace of hostxray72242014-07-221-1/+1
* Use the the slug as the UUID instead of a newly generated UUIDxray72242014-07-221-6/+1
* Add image URL's (thumb & full)Jessica Tallon2014-07-221-0/+6
* Fixes where User id in API would return url rather than hostJessica Tallon2014-07-221-1/+1
* Adds comments for the MediaEntry apiJessica Tallon2014-07-221-5/+16
* Changes serialization to .serialize method on object - MediaEntryJessica Tallon2014-07-221-0/+43
* Make sure new media has a new uuid added onJessica Tallon2014-07-221-0/+4
* Adds migration on MediaEntry to add uuidJessica Tallon2014-07-221-1/+1
* Starts the user (profile) endpoint and lays groundwork for inbox and feed end...Jessica Tallon2014-07-221-1/+25
* Adds seralize on userJessica Tallon2014-07-221-0/+10
* Use unicode for logging commentsTryggvi Bjorgvinsson2014-07-181-1/+1
* Fix #894 - index User.username fieldJessica Tallon2014-07-171-1/+1
* Explicitly set the column names to "user" and "privilege"Christopher Allan Webber2014-06-111-0/+2
* Switch "user_id" to "privilege" and "privilege_id" to "user".Christopher Allan Webber2014-06-101-2/+2
* Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetestChristopher Allan Webber2014-06-101-4/+2
|\
| * Made the columns properly referenced in models and migrations.tilly-Q2014-04-231-4/+2
| * Renamed the columns on core__privileges_users table so that they are unique andtilly-Q2014-04-221-2/+2
* | Set a default value to MediaEntry.media_metadatatilly-Q2014-05-141-1/+2
* | Changed the name of the metadata columntilly-Q2014-04-211-1/+1
* | Moved the metadata column to MediaEntry rather than MediaFiletilly-Q2014-04-211-1/+1
* | In this commit, I added a new column which will be used for RDFa metadata oftilly-Q2014-04-211-0/+1
|/
* I went through the code and just removed some blank spaces. I also looked ittilly-Q2013-11-191-1/+1
* Addressed ticket number 630 by removing MediaEntry.collectedJosie2013-11-181-2/+1
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-12/+227
|\
| * In this commit, I mostly did work on the migrations. Firstly, I droppped thetilly-Q2013-10-031-6/+0
| * At this point, I am very close to done with this code! I made one big change attilly-Q2013-09-231-5/+3
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-121-0/+1
| |\
| * | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom-tilly-Q2013-09-111-50/+28
| * | This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-101-1/+4
| * | This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-2/+2
| * | I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-12/+59
| * | This is a quick commit. I gave admins the ability to ban or unban userstilly-Q2013-08-291-2/+2
| * | This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-30/+30
| * | This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-6/+7
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-12/+75
| |\ \
| * | | This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-201-8/+0
| * | | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-0/+10
| * | | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-12/+120
| |\ \ \
| * | | | This commit had some important milestones in it. The major update is that now Itilly-Q2013-07-271-4/+42
| * | | | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-5/+43
| * | | | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-081-2/+10
| * | | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-16/+16
| * | | | In this commit, I have made a few changes and tightened up some of my modelstilly-Q2013-06-271-27/+58
| * | | | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-241-2/+86
* | | | | remove a blank lineRodney Ewing2013-09-191-1/+0
* | | | | not all JSONEncoded fields should be mutable dictsRodney Ewing2013-09-191-2/+1
* | | | | make all JSONEncoded columns mutableRodney Ewing2013-09-191-1/+3
* | | | | need to use mutation tracking to detect changes in JSONEncoded typesRodney Ewing2013-09-191-2/+4