aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed the columns on core__privileges_users table so that they are unique andtilly-Q2014-04-221-2/+2
* 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
* | | | | skip image resizing if possibleRodney Ewing2013-09-191-1/+0
* | | | | get and set metadata for a MediaFileRodney Ewing2013-09-191-0/+1
* | | | | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-09-181-0/+29
|\ \ \ \ \
| * | | | | skip image resizing if possibleRodney Ewing2013-08-211-2/+2
| * | | | | get and set metadata for a MediaFileRodney Ewing2013-08-211-0/+29
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'Christopher Allan Webber2013-09-181-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | added user upload limitsRodney Ewing2013-08-261-0/+3
| |/ / /
* / / / add user prefrence for insite notificationsRodney Ewing2013-08-201-0/+1
|/ / /
* | | -update to latest masterRodney Ewing2013-08-191-5/+5
* | | Merge remote-tracking branch 'refs/remotes/tsyesika/master'Christopher Allan Webber2013-08-151-4/+70
|\ \ \ | |_|/ |/| |
| * | Using nonce now, preventing OAuth replay attacksxray72242013-07-141-2/+12
| * | Adds more support for oauth - access_token & decorators still to doxray72242013-07-111-1/+1
| * | Adds oauth support up until authorizationxray72242013-07-111-4/+33
| * | Client registration now supports application/x-www-form-urlencoded nowxray72242013-07-111-4/+8
| * | Working client registrationxray72242013-07-111-1/+24
* | | This was a very simple ticket actually. I created a list called FOUNDATIONS intilly-Q2013-07-291-0/+15
|/ /
* | Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-8/+105
|\ \
| * \ Merge remote-tracking branch 'refs/remotes/joar/notifications'Christopher Allan Webber2013-06-221-5/+105
| |\ \
| | * | New notificationsJoar Wandborg2013-06-091-5/+105
| | |/
| * / modified verification emails to use itsdangerous tokensRodney Ewing2013-05-291-3/+0
| |/
* / changed User model pw_hash field to nullable and added migrationsRodney Ewing2013-05-241-1/+1
|/
* Noting why we don't have an email uniqueness constraint in the db.Christopher Allan Webber2013-05-171-0/+4