aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #5513 - Can't delete blog post draftsayleph2017-08-151-2/+1
* Fix #5433 - Typo in decoratorsAndrew Browning2016-03-011-1/+1
* Comment changes for federationJessica Tallon2015-10-201-6/+8
* Fix #5353 - Bug in OAuth which referenced "user"Jessica Tallon2015-10-171-1/+1
* Collection changes and migration for federationJessica Tallon2015-10-071-5/+5
* Fix #1066 - OAuth Invalid signature errorJessica Tallon2015-08-201-1/+1
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-8/+8
* Fix #1066 - Fix OAuth issue when using GET paramsJessica Tallon2014-12-181-1/+1
* Fix #1024 - Correctly set generator on ActivitiesJessica Tallon2014-12-021-3/+3
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-7/+18
|\
| * Fix #923 - add allow_admin to user_has_privilege decoratorJessica Tallon2014-07-291-4/+8
| * Add basic upload image capabilitiesxray72242014-07-221-1/+1
| * Add basic comment support and flesh out some other endpointsJessica Tallon2014-07-221-1/+8
| * Starts the user (profile) endpoint and lays groundwork for inbox and feed end...Jessica Tallon2014-07-221-1/+1
* | Use six.moves.urllib.parse instead of the urlparse module.Berker Peksag2014-05-261-1/+2
|/
* Weird indentation issue, fixing!Christopher Allan Webber2013-11-131-2/+3
* This commit was solely to remove unused imports in the code that I have writtentilly-Q2013-09-231-2/+1
* At this point, I am very close to done with this code! I made one big change attilly-Q2013-09-231-0/+15
* I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-42/+67
* This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-2/+2
* Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-10/+48
|\
| * Fixes problem with headers pointing to old federation dirxray72242013-07-291-2/+2
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinxray72242013-07-141-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
* | | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-15/+6
* | | This commit was the work I did fixing errors that cropped up from the merge.tilly-Q2013-07-311-5/+7
* | | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-16/+44
|\ \ \ | | |/ | |/|
| * | Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-11/+11
| |/
| * merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-1/+34
* | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-6/+29
* | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-081-1/+0
* | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-11/+9
* | In this commit, I have made a few changes and tightened up some of my modelstilly-Q2013-06-271-1/+44
* | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-241-1/+19
|/
* 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