aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CleanupAlex Legler2011-10-141-3/+0
* Add manual exception notification in log_errorAlex Legler2011-10-141-0/+1
* Send txt release as text/plain in a new window, include email headers. Redmin...Alex Legler2011-10-101-5/+15
* Use rails-3 template format overrideAlex Legler2011-10-101-9/+8
* glsa_controller: Fix typo in diff codeAlex Legler2011-10-091-1/+1
* Only change status from request to draft when actually setting a submitterAlex Legler2011-10-091-2/+1
* Improve condition that makes an editor submitter of a draft. Fix forced updat...Alex Legler2011-10-091-4/+3
* Implement draft deletionAlex Legler2011-10-091-3/+8
* Match Glsamaker::Bug interface with Bug modelAlex Legler2011-10-091-0/+1
* Sort refrerences when bulk importing, redmine ticket 153Alex Legler2011-10-091-1/+3
* Don't save duplicate bugs, redmine ticket #150Alex Legler2011-10-091-1/+1
* Automatically add URLs for CVE references without URLs explicitly set, Redmin...Alex Legler2011-10-091-0/+6
* Handle errors in diff betterAlex Legler2011-10-091-12/+23
* glsa_controller: Gracefully handle a nil old revisionAlex Legler2011-10-091-11/+16
* glsa_controller: Check for missing referencesAlex Legler2011-10-091-5/+7
* Fix clipboard fail in previous commitAlex Legler2011-10-091-1/+1
* Sort bugs and references while savingAlex Legler2011-10-091-3/+4
* CVETool: Show 1000 entries againAlex Legler2011-10-081-1/+1
* Close bugs when sending advisories. Fixes redmine ticket #137Alex Legler2011-10-061-0/+13
* Archive: Fix issue with decembersAlex Legler2011-10-061-1/+7
* CommentsController: Apply permissionsAlex Legler2011-09-041-0/+5
* Make controllers behave according to the access level specificationsAlex Legler2011-09-041-0/+10
* SearchController: Check user access in GLSA search results. Fail gracefully w...Alex Legler2011-09-011-0/+9
* Extract authorization code into the Authorization module. Changed check_objec...Alex Legler2011-09-013-34/+12
* Adding basic search functionality with ThinkingSphinxAlex Legler2011-08-301-0/+25
* Replacing the (hopefully) last instances of #find with #whereAlex Legler2011-08-291-1/+1
* Only display one month of released advisories on the archive page. Provide a ...Alex Legler2011-08-291-1/+22
* Admin::TemplatesController: Redirect to correct path after updatingAlex Legler2011-08-291-1/+1
* Implement the templating systemAlex Legler2011-08-292-0/+19
* Add Template model and Admin::TemplateController for managing templatesAlex Legler2011-08-281-0/+85
* Admin::UsersController: Use ActiveRecord 3 syntaxAlex Legler2011-08-271-3/+2
* Move admin filter to the Authentication moduleAlex Legler2011-08-273-13/+5
* GLSAController: Minor cleanupAlex Legler2011-08-271-6/+2
* Use proper CamelCase for all CVE related models to adhere to rails standardsAlex Legler2011-08-262-24/+26
* ToolsController: file_req_ajax_info is now bugs_ajax_info; Remove old methodsAlex Legler2011-08-201-57/+1
* Remove addbug{,save} from GLSAControllerAlex Legler2011-08-201-33/+0
* Add BugsController to replace the addbug{,save} hack in GLSAControllerAlex Legler2011-08-201-0/+53
* Move :login_required before_filter to ApplicationControllerAlex Legler2011-08-204-5/+4
* Move check_object_access from glsa_controller to application_controllerAlex Legler2011-08-202-24/+19
* RESTifying Part 1: Comments get their own controller, add glsas resourceAlex Legler2011-08-192-39/+60
* Fix glsa/diff actionAlex Legler2011-08-182-8/+9
* glsa_controller: Log revision creation errorsAlex Legler2011-08-161-0/+1
* First set of rails3 updatesAlex Legler2011-08-141-6/+50
* CVEController: Fix whiteboard detectionAlex Legler2011-06-141-1/+1
* cve_controller: Supply an array of CC list members instead of a stringAlex Legler2011-06-141-1/+1
* cve_controller: WhitespaceAlex Legler2011-06-141-36/+36
* CVETool: Discard whiteboard severity and status if the issue is a Kernel issue.Alex Legler2011-06-141-2/+7
* CVETool: Set status to IN_PROGRESSAlex Legler2011-06-131-0/+1
* CVETool: Set the 'Version' field when filing a bugAlex Legler2011-06-131-0/+1
* CVETool: Logic fixes while building the CC stringAlex Legler2011-06-131-3/+4