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
/
decorators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
xray7224
2013-07-14
1
-11
/
+11
|
\
|
*
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
1
-11
/
+11
*
|
Ensures endpoint queries with @oauth_required are validated
xray7224
2013-07-11
1
-2
/
+4
*
|
Adds the decorator
xray7224
2013-07-11
1
-3
/
+17
*
|
Cleans up some of the OAuth code
xray7224
2013-07-11
1
-1
/
+3
*
|
Finishes most of oauth, just decorator to complete
xray7224
2013-07-11
1
-1
/
+15
|
/
*
merge --squash openid branch to take care of a false merge commit in the
Rodney Ewing
2013-07-03
1
-1
/
+34
*
Do not encode the next kwarg twice
Joar Wandborg
2013-03-02
1
-1
/
+1
*
Simplifying the "id:" url detection, per Elrond's suggestion.
Christopher Allan Webber
2013-02-26
1
-11
/
+9
*
Replacing several request.matchdict['media'] -> media_slug ... shorter!
Christopher Allan Webber
2013-02-26
1
-2
/
+2
*
Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u...
Christopher Allan Webber
2013-02-26
1
-16
/
+23
*
Small PEP-8 compliance fix.
Christopher Allan Webber
2013-02-26
1
-3
/
+3
*
removed unnecessary collection lookup
András Veres-Szentkirályi
2013-02-22
1
-4
/
+0
*
user.get('moo') -> user.moo
Sebastian Spaeth
2013-01-22
1
-2
/
+2
*
Shorten Workbench(Manager) method names
Sebastian Spaeth
2013-01-16
1
-1
/
+1
*
Implement @get_workbench decorator
Sebastian Spaeth
2013-01-16
1
-0
/
+12
*
Start to use the media_id in "admin" URLs.
Elrond
2013-01-11
1
-2
/
+6
*
Fix slug lookup regression (#587)
Sebastian Spaeth
2013-01-08
1
-17
/
+21
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Remove ObjectId from the tree
Sebastian Spaeth
2012-12-25
1
-12
/
+10
*
Remove InvalidId
Sebastian Spaeth
2012-12-25
1
-11
/
+3
*
Convert return HttpException to raise HttpException
Sebastian Spaeth
2012-12-23
1
-2
/
+2
*
Remove webobisms from decorators.py
Sebastian Spaeth
2012-12-21
1
-10
/
+6
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-10
/
+10
*
Create a active_user_from_url decorator
Sebastian Spaeth
2012-12-05
1
-0
/
+15
*
Added basic collection functionality
Aaron Williamson
2012-09-18
1
-0
/
+70
*
Fixed ?next=<url> argument for require_active_login
Joar Wandborg
2012-09-15
1
-3
/
+12
*
removed _make_safe in favor of functools.wraps
Jakob Kramer
2012-07-12
1
-16
/
+12
*
Prevent non-Unicode SQLAlchemy warnings in most submission tests.
Brett Smith
2012-07-08
1
-3
/
+3
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Replace media.get_uploader()._id by media.uploader
Elrond
2011-12-24
1
-3
/
+3
*
Dot-Notation for Users.is_admin
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-1
/
+1
*
Update the delete item to use the _id after all... it's the safest way.
Christopher Allan Webber
2011-12-05
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/lorochka85/bug852_use_media_slug_instea...
Christopher Allan Webber
2011-12-04
1
-2
/
+1
|
\
|
*
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
lora
2011-11-19
1
-5
/
+5
|
|
\
|
*
|
issue 582: use media.slug instead of media.id
lora
2011-11-19
1
-2
/
+1
*
|
|
Rename MediaEntry.uploader() to .get_uploader()
Elrond
2011-11-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Dot-Notation for "_id"
Elrond
2011-11-15
1
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
1
-1
/
+1
|
\
\
|
*
|
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-1
/
+1
*
|
|
i592: Use full path in various places
Elrond
2011-10-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-1
/
+1
|
/
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
Also allow admins to delete other users' media.
Christopher Allan Webber
2011-08-30
1
-15
/
+6
*
Feature #403 - Ability to delete media entries - Fixes according to feedback
Joar Wandborg
2011-08-30
1
-0
/
+26
*
Use render_404 EVERYWHERE!
Christopher Allan Webber
2011-08-20
1
-8
/
+8
*
require_active_login now redirect's to user's homepage if not email verified
Christopher Allan Webber
2011-07-29
1
-2
/
+3
*
Move InvalidId to db.util
Elrond
2011-06-20
1
-2
/
+1
*
Create redirect shortcut and use it around
Elrond
2011-06-05
1
-3
/
+3
[next]