2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed links to rest_cherrypy More... about 11 years ago
Updated link on docs home to describe installation not development More... about 11 years ago
Added installation instructions for packages More... about 11 years ago
Merge pull request #68 from holmboe/docfix-logout-url More... about 11 years ago
Fix logout URL in release notes. More... about 11 years ago
Add default if ``debug`` is not set in config More... about 11 years ago
Added requirements.txt to MANIFEST.in More... about 11 years ago
Added release notes for 0.8.0 More... about 11 years ago
Bumped version number to 0.8.0 More... about 11 years ago
Fixed docstring for consistency with the actual file name More... about 11 years ago
Use yaml.safe_dump instead of yaml.dump to coerce Python objects More... about 11 years ago
Added salt import; removed unused salt.output import More... about 11 years ago
Moved loading the auth module from the method to the class __init__ More... about 11 years ago
Content-Length value is a string More... about 11 years ago
Replace the current session after expiring it More... about 11 years ago
Do not process the request body if Content-Length is empty or missing More... about 11 years ago
Added decorator to optionally call the Content-Type processors More... about 11 years ago
Added decorator to optionally call the Content-Type processors More... about 11 years ago
Remove explicitly adding 'static' into global opts More... about 11 years ago
Login return should be contained in a list for consistency More... about 11 years ago
Pulled CherryPy into opt_requirements.txt More... about 11 years ago
Merge pull request #63 from holmboe/requirements More... about 11 years ago
Added /run to docs More... about 11 years ago
Removed stray debugging statement More... about 11 years ago
Conditionally add 'token' to the lowstate if we have one to add More... about 11 years ago
Added a central check so that Salt's eauth is always run More... about 11 years ago
Add convenience URL to bypass CherryPy session handling More... about 11 years ago
Added versionadded to Logout docs More... about 11 years ago
Added Logout view to docs More... about 11 years ago
Added /logout URL More... about 11 years ago