summaryrefslogtreecommitdiff
path: root/pecan/secure.py
Commit message (Expand)AuthorAgeFilesLines
* Improve pecan documentation and correct intersphinx references.Ryan Petrello2014-01-191-1/+5
* Respect security for generic controllers.Ryan Petrello2013-10-161-3/+2
* Fix a Py3 compatability bug in `pecan.jsonify`.Ryan Petrello2013-04-301-40/+60
* Remove `basestring` references for PY3 support.Ryan Petrello2013-04-301-3/+5
* Correct relative imports.Ryan Petrello2013-04-301-2/+2
* wraps methods before applying security in SecurceControllerMark McClain2012-12-071-3/+19
* pep8 complianceRyan Petrello2012-10-291-4/+5
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-10/+32
* full test coverage on secure.pyMark McClain2011-01-201-33/+31
* big changes to secure()Mark McClain2011-01-201-19/+118
* cleaned up __all__Mark McClain2011-01-151-3/+1
* Permissions are now checked as routing moves between controllersMark McClain2011-01-141-54/+47
* Added `UnlockedControllerMeta`, a controller metaclass which can be used to f...Ryan Petrello2011-01-031-1/+32
* Some reorganization, more tests, improved handling of errors, andJonathan LaCour2010-09-301-1/+0
* A bunch of changes from last night, late:Jonathan LaCour2010-09-291-0/+50