index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
db
/
models.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
added user upload limits
Rodney Ewing
2013-08-26
1
-0
/
+3
*
-update to latest master
Rodney Ewing
2013-08-19
1
-5
/
+5
*
Merge remote-tracking branch 'refs/remotes/tsyesika/master'
Christopher Allan Webber
2013-08-15
1
-4
/
+70
|
\
|
*
Using nonce now, preventing OAuth replay attacks
xray7224
2013-07-14
1
-2
/
+12
|
*
Adds more support for oauth - access_token & decorators still to do
xray7224
2013-07-11
1
-1
/
+1
|
*
Adds oauth support up until authorization
xray7224
2013-07-11
1
-4
/
+33
|
*
Client registration now supports application/x-www-form-urlencoded now
xray7224
2013-07-11
1
-4
/
+8
|
*
Working client registration
xray7224
2013-07-11
1
-1
/
+24
*
|
This was a very simple ticket actually. I created a list called FOUNDATIONS in
tilly-Q
2013-07-29
1
-0
/
+15
|
/
*
Merge remote-tracking branch 'upstream/master' into auth
Rodney Ewing
2013-06-25
1
-8
/
+105
|
\
|
*
Merge remote-tracking branch 'refs/remotes/joar/notifications'
Christopher Allan Webber
2013-06-22
1
-5
/
+105
|
|
\
|
|
*
New notifications
Joar Wandborg
2013-06-09
1
-5
/
+105
|
*
|
modified verification emails to use itsdangerous tokens
Rodney Ewing
2013-05-29
1
-3
/
+0
|
|
/
*
/
changed User model pw_hash field to nullable and added migrations
Rodney Ewing
2013-05-24
1
-1
/
+1
|
/
*
Noting why we don't have an email uniqueness constraint in the db.
Christopher Allan Webber
2013-05-17
1
-0
/
+4
*
Check for duplicate collection slugs and make them unique. Add unique constra...
Rodney Ewing
2013-04-24
1
-1
/
+5
*
Use cascade for comment deletion.
Elrond
2013-04-08
1
-7
/
+13
*
Fix deleting media with attachments.
Elrond
2013-02-18
1
-0
/
+1
*
Drop backward compatibility for media_data backref.
Elrond
2013-02-01
1
-9
/
+1
*
Drop media_data_table property.
Elrond
2013-02-01
1
-6
/
+3
*
Rewrite media_data handling to use relationships
Elrond
2013-02-01
1
-20
/
+21
*
Fix issue 611: Proper (back)relationship on MediaComment.
Elrond
2013-01-29
1
-1
/
+7
*
Use better relationships to delete collections.
Elrond
2013-01-23
1
-5
/
+8
*
Add a license preference field
Mark Holmquist
2013-01-17
1
-0
/
+1
*
import db.sql.util -> db.util
Sebastian Spaeth
2013-01-17
1
-1
/
+1
*
Implement User.delete() (#540)
Sebastian Spaeth
2013-01-17
1
-1
/
+22
*
Implement Collection.delete()
Sebastian Spaeth
2013-01-17
1
-1
/
+10
*
Implement MediaEntry().delete() (#540)
Sebastian Spaeth
2013-01-17
1
-3
/
+36
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
1
-2
/
+1
*
Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypes
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-0
/
+447
*
Move db/models.py -> db/mongo/models.py
Elrond
2011-12-20
1
-363
/
+0
*
Move db/migrations.py -> db/mongo/migrations.py
Elrond
2011-12-20
1
-1
/
+1
*
Move db/util.py -> db/mongo/util.py
Elrond
2011-12-20
1
-1
/
+1
*
Dot-Notation for MediaEntry.media_data
Elrond
2011-12-05
1
-2
/
+2
*
Dot-Notation for MediaEntry.slug
Elrond
2011-12-05
1
-6
/
+6
*
Dot-Notation for MediaEntry.title
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for MediaEntry.uploader
Elrond
2011-12-05
1
-3
/
+3
*
Dot-Notation for Users.pw_hash
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-4
/
+4
*
Rename MediaEntry.uploader() to .get_uploader()
Elrond
2011-11-22
1
-4
/
+4
*
Added parameter ascending to MediaEntry::get_comments, if true, comments
Pablo J. Urbano Santos
2011-11-19
1
-2
/
+7
*
Dot-Notation for "_id"
Elrond
2011-11-15
1
-5
/
+5
*
Enable mongokit's "Dot notation"
Elrond
2011-11-15
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
1
-17
/
+18
|
\
|
*
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-17
/
+18
*
|
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-7
/
+5
*
|
Moved common, translation, template, and url code out of util.py and into too...
Aaron Williamson
2011-10-01
1
-2
/
+2
|
/
*
Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
Christopher Allan Webber
2011-09-08
1
-0
/
+2
|
\
|
*
oops, uses Alejandro's fp_verification_key. my bad.
Caleb Forbes Davis V
2011-08-28
1
-1
/
+1
[next]