aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
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-222-0/+17
* 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-222-7/+10
* Adds migration on MediaEntry to add uuidJessica Tallon2014-07-222-2/+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-182-2/+2
* Fix #894 - index User.username fieldJessica Tallon2014-07-172-2/+16
* Removing legacy mongo-related docstringChristopher Allan Webber2014-06-231-33/+0
* Adding comments in the migration explaining a bit what's going on.Christopher Allan Webber2014-06-111-0/+2
* Explicitly set the column names to "user" and "privilege"Christopher Allan Webber2014-06-112-2/+6
* Switch "user_id" to "privilege" and "privilege_id" to "user".Christopher Allan Webber2014-06-102-19/+25
* Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetestChristopher Allan Webber2014-06-102-4/+48
|\
| * Made the columns properly referenced in models and migrations.tilly-Q2014-04-232-14/+9
| * Renamed the columns on core__privileges_users table so that they are unique andtilly-Q2014-04-222-2/+47
* | Set a default value to MediaEntry.media_metadatatilly-Q2014-05-142-2/+4
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-131-0/+6
|\|
| * Issue #686: Create User.url_for_self() method.Berker Peksag2014-04-101-0/+6
* | Changed the name of the metadata columntilly-Q2014-04-212-2/+2
* | Moved the metadata column to MediaEntry rather than MediaFiletilly-Q2014-04-212-5/+5
* | In this commit, I added a new column which will be used for RDFa metadata oftilly-Q2014-04-212-0/+13
|/
* Not only the web server starts MediaGoblin app! Better phrasing.Christopher Allan Webber2014-01-021-1/+1
* Merge remote-tracking branch 'refs/remotes/rodney757/dbupdate'Christopher Allan Webber2014-01-021-1/+17
|\
| * check if db is up to dateRodney Ewing2013-09-021-1/+16
* | I went through the code and just removed some blank spaces. I also looked ittilly-Q2013-11-192-4/+3
* | Addressed ticket number 630 by removing MediaEntry.collectedJosie2013-11-182-2/+15
* | Renaming replace_table to replace_table_hack and documenting why it's a hackChristopher Allan Webber2013-10-102-6/+12
* | Actually rename the table back, or else we just lose the old table! ;)Christopher Allan Webber2013-10-101-1/+1
* | Merge remote-tracking branch 'tilly-q/merge-tillyq-moderation' into merge-til...Christopher Allan Webber2013-10-102-21/+31
|\ \
| * | I made some changes in this commit to help out with other people trying to worktilly-Q2013-10-092-21/+31
* | | Fix the create_moderation_tables migration to work with postgresqlChristopher Allan Webber2013-10-101-3/+3
|/ /
* | Fixing migration to account for new fields added to User modelChristopher Allan Webber2013-10-091-1/+5
* | Merge remote-tracking branch 'tilly-q/OPW-Moderation-Update' into merge-tilly...Christopher Allan Webber2013-10-091-5/+9
|\ \
| * | This was a quick update to clean up some of my templates and fix the formattingtilly-Q2013-10-081-5/+9
* | | Adding a comment explaining what vR1 means.Christopher Allan Webber2013-10-081-0/+4
* | | Just fixing the order of migrations and a bit of whitespace.Christopher Allan Webber2013-10-081-38/+48
* | | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-074-17/+426
|\| |
| * | This was a very important update where I fixed a few small but fatal bugs in mytilly-Q2013-10-031-3/+3
| * | In this commit, I mostly did work on the migrations. Firstly, I droppped thetilly-Q2013-10-032-48/+129
| * | This commit was solely to remove unused imports in the code that I have writtentilly-Q2013-09-232-4/+2
| * | At this point, I am very close to done with this code! I made one big change attilly-Q2013-09-232-7/+5
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-122-4/+20
| |\|
| * | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom-tilly-Q2013-09-112-62/+31
| * | This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-102-2/+14