aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Dot-Notation for MediaEntry.media_dataElrond2011-12-051-2/+2
* Dot-Notation for MediaEntry.slugElrond2011-12-051-6/+6
* Dot-Notation for MediaEntry.titleElrond2011-12-051-1/+1
* Dot-Notation for MediaEntry.uploaderElrond2011-12-051-3/+3
* Dot-Notation for Users.pw_hashElrond2011-12-051-1/+1
* Dot-Notation for Users.usernameElrond2011-12-051-4/+4
* Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-221-4/+4
* Added parameter ascending to MediaEntry::get_comments, if true, commentsPablo J. Urbano Santos2011-11-191-2/+7
* Dot-Notation for "_id"Elrond2011-11-151-5/+5