aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* 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