aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinxray72242013-07-141-11/+11
|\
| * Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-11/+11
* | Ensures endpoint queries with @oauth_required are validatedxray72242013-07-111-2/+4
* | Adds the decoratorxray72242013-07-111-3/+17
* | Cleans up some of the OAuth codexray72242013-07-111-1/+3
* | Finishes most of oauth, just decorator to completexray72242013-07-111-1/+15
|/
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-1/+34
* Do not encode the next kwarg twiceJoar Wandborg2013-03-021-1/+1
* Simplifying the "id:" url detection, per Elrond's suggestion.Christopher Allan Webber2013-02-261-11/+9
* Replacing several request.matchdict['media'] -> media_slug ... shorter!Christopher Allan Webber2013-02-261-2/+2
* Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u...Christopher Allan Webber2013-02-261-16/+23
* Small PEP-8 compliance fix.Christopher Allan Webber2013-02-261-3/+3
* removed unnecessary collection lookupAndrás Veres-Szentkirályi2013-02-221-4/+0
* user.get('moo') -> user.mooSebastian Spaeth2013-01-221-2/+2
* Shorten Workbench(Manager) method namesSebastian Spaeth2013-01-161-1/+1
* Implement @get_workbench decoratorSebastian Spaeth2013-01-161-0/+12
* Start to use the media_id in "admin" URLs.Elrond2013-01-111-2/+6
* Fix slug lookup regression (#587)Sebastian Spaeth2013-01-081-17/+21
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-12/+10
* Remove InvalidIdSebastian Spaeth2012-12-251-11/+3
* Convert return HttpException to raise HttpExceptionSebastian Spaeth2012-12-231-2/+2
* Remove webobisms from decorators.pySebastian Spaeth2012-12-211-10/+6
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-10/+10
* Create a active_user_from_url decoratorSebastian Spaeth2012-12-051-0/+15
* Added basic collection functionalityAaron Williamson2012-09-181-0/+70
* Fixed ?next=<url> argument for require_active_loginJoar Wandborg2012-09-151-3/+12
* removed _make_safe in favor of functools.wrapsJakob Kramer2012-07-121-16/+12
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-3/+3
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Replace media.get_uploader()._id by media.uploaderElrond2011-12-241-3/+3
* Dot-Notation for Users.is_adminElrond2011-12-051-1/+1
* Dot-Notation for Users.usernameElrond2011-12-051-1/+1
* Update the delete item to use the _id after all... it's the safest way.Christopher Allan Webber2011-12-051-1/+1
* Merge remote-tracking branch 'remotes/lorochka85/bug852_use_media_slug_instea...Christopher Allan Webber2011-12-041-2/+1
|\
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinlora2011-11-191-5/+5
| |\
| * | issue 582: use media.slug instead of media.idlora2011-11-191-2/+1
* | | Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-221-1/+1
| |/ |/|
* | Dot-Notation for "_id"Elrond2011-11-151-3/+3
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-1/+1
|\ \
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-1/+1
* | | i592: Use full path in various placesElrond2011-10-031-1/+1
| |/ |/|
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-1/+1
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Also allow admins to delete other users' media.Christopher Allan Webber2011-08-301-15/+6
* Feature #403 - Ability to delete media entries - Fixes according to feedbackJoar Wandborg2011-08-301-0/+26
* Use render_404 EVERYWHERE!Christopher Allan Webber2011-08-201-8/+8
* require_active_login now redirect's to user's homepage if not email verifiedChristopher Allan Webber2011-07-291-2/+3
* Move InvalidId to db.utilElrond2011-06-201-2/+1
* Create redirect shortcut and use it aroundElrond2011-06-051-3/+3