aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bugs controller: Explicitly render JavaScript using respond_toAlex Legler2012-08-241-0/+5
| | | | | This might be a new 'Feature' or bug. Without this change, the Accept: header of an AJAX request was discarded and text/html returned.
* Match Glsamaker::Bug interface with Bug modelAlex Legler2011-10-091-0/+1
|
* Extract authorization code into the Authorization module. Changed ↵Alex Legler2011-09-011-1/+1
| | | | | | | check_object_access semantics check_object_access only returns true/false now check_object_access! denies the request
* Add BugsController to replace the addbug{,save} hack in GLSAControllerAlex Legler2011-08-201-0/+53