aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * -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 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 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
| |/
* | 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
|/
* Noting why we don't have an email uniqueness constraint in the db.Christopher Allan Webber2013-05-171-0/+4
* Check for duplicate collection slugs and make them unique. Add unique constra...Rodney Ewing2013-04-241-1/+5
* Use cascade for comment deletion.Elrond2013-04-081-7/+13
* Fix deleting media with attachments.Elrond2013-02-181-0/+1
* Drop backward compatibility for media_data backref.Elrond2013-02-011-9/+1
* Drop media_data_table property.Elrond2013-02-011-6/+3
* Rewrite media_data handling to use relationshipsElrond2013-02-011-20/+21
* Fix issue 611: Proper (back)relationship on MediaComment.Elrond2013-01-291-1/+7
* Use better relationships to delete collections.Elrond2013-01-231-5/+8
* Add a license preference fieldMark Holmquist2013-01-171-0/+1
* import db.sql.util -> db.utilSebastian Spaeth2013-01-171-1/+1
* Implement User.delete() (#540)Sebastian Spaeth2013-01-171-1/+22
* Implement Collection.delete()Sebastian Spaeth2013-01-171-1/+10
* Implement MediaEntry().delete() (#540)Sebastian Spaeth2013-01-171-3/+36
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-2/+1
* Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-071-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-0/+447
* Move db/models.py -> db/mongo/models.pyElrond2011-12-201-363/+0
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-1/+1
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-1/+1