summaryrefslogtreecommitdiff
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Add the initial version of the rewritten glsamakerMax Magorsch2020-04-1818-3952/+0
| | | | | | | | The glsamaker has been completly rewritten in go. It is using postgres instead of mysql now. The look and feel is based on tyrian. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Use HTTPS where availableThomas Deutschmann2018-01-141-29/+29
|
* Wording. Thanks again to craigAlex Legler2011-10-141-1/+1
|
* Improve fatal errors. Thanks to craig for the suggestion.Alex Legler2011-10-144-4/+11
|
* Remove old UKI themes and stylesheetsAlex Legler2011-08-2962-1306/+0
|
* Migrate user administration to rails 3Alex Legler2011-08-271-55/+0
|
* Migrate CVEController to rails3Alex Legler2011-08-201-23/+0
|
* Sayonara bundled prototypeAlex Legler2011-08-165-7386/+0
|
* Move assets from public/ to app/assets/Alex Legler2011-08-16110-9908/+0
|
* First set of rails3 updatesAlex Legler2011-08-143-56/+44
| | | | .rails2 backups are still there, to be merged and removed on completion.
* Adapt add bugs functionality to the new handlingAlex Legler2011-06-132-1/+7
|
* Update modalbox to latest HEADAlex Legler2011-05-222-398/+445
|
* Extract comment box into an own partial. Add dock ability.Alex Legler2011-05-033-0/+38
|
* update iconAlex Legler2011-03-151-0/+0
|
* Merge branch 'master' of git+ssh://gogo/proj/glsamakerAlex Legler2011-03-159-0/+3049
|\
| * Add a whole bunch of xsl files to make browsers happy.Tobias Heinlein2011-03-158-0/+1034
| |
| * Add guide.xslTobias Heinlein2011-03-151-0/+2015
| |
* | glsa_controller: Add diff UI and link to it from the show viewAlex Legler2011-03-151-0/+0
| |
* | Mark restricted drafts a little more visibly on the show viewAlex Legler2011-03-151-0/+4
| |
* | CSS: flash error message fixesAlex Legler2011-03-151-5/+7
|/
* GLSA model/controller: Finish 'Prepare Release' pageAlex Legler2011-03-141-2/+29
| | | | * Bug cache updating gets a parameter for redirecting back
* Add some xsl stuff to make browers happyAlex Legler2011-02-272-0/+813
|
* Implement importing references to a draftAlex Legler2011-02-251-0/+6
|
* Simplify removing packages and referencesAlex Legler2011-02-202-26/+46
|
* Simplify adding and deleting bugs from a draftAlex Legler2010-12-301-0/+35
| | | | | | The hack via the session is gone now. Bug numbers are now done via hidden input fields that get simply thrown out of the DOM when a bug is removed.
* Implement get-bugready-state-from-bugzillaAlex Legler2010-10-015-1/+16
| | | * Move status to secbug_status to avoid overriding the status property of the bug
* CVETool: Implement the info popupAlex Legler2010-09-281-1/+1
|
* Update UKI to 0.3.8.Alex Legler2010-09-271-70/+73
| | | | | Fixes a bug in unbind() http://github.com/voloko/uki/commit/ba59175ede8ccf5e1bbeaea8425b21d290418242
* CVETool: Major UI updateAlex Legler2010-09-253-1/+28
| | | | | | | * Split list.erb into single templates * Add colorize method to a CVE * Filter said colorization in JS (cvepopup()) * Use full window width (resizing TBD) * Make quicksearch search cve_id and description fields
* glsamaker.js: use locals, make undefined values uppercase (suggestion by solar)Alex Legler2010-09-211-9/+17
|
* Start the text viewAlex Legler2010-09-181-0/+0
|
* Layout: Make footer a bit smallerAlex Legler2010-09-171-1/+1
|
* CleanupAlex Legler2010-09-171-5/+5
| | | | * Removing not yet implemented features * CSS fixes
* Revamp GLSA show actionAlex Legler2010-09-162-5/+3
|
* Make fonts a slight bit bigger againAlex Legler2010-09-161-1/+1
|
* Implement the Authorization system in GLSA:editAlex Legler2010-09-163-0/+4
|
* Properly implement the list pagesAlex Legler2010-09-1617-13/+29
| | | | | * The GLSA model gets a few more query functions * CSS fixes * New icons
* GLSA edit view: style -> class, minor HTML fixesAlex Legler2010-09-161-0/+6
|
* Adding new comments now works.Tobias Heinlein2010-08-161-0/+4
|
* Comment read status can now be toggled. Also fixed stylesheet.Tobias Heinlein2010-08-162-1/+17
|
* Fix last commit.Tobias Heinlein2010-08-151-0/+1
|
* Initial comment display.Tobias Heinlein2010-08-153-2/+5
|
* Merge branch 'local' into master2Alex Legler2010-08-1572-1/+9578
|\
| * Starting the CVETool \o/Alex Legler2010-08-155-1/+28
| |
| * Update a couple of imagesAlex Legler2010-08-155-0/+0
| |
| * Add the UKI javascript library for the CVETool uiAlex Legler2010-08-1562-0/+9550
| |
* | GLSA metadata can now be saved. Right pane 10% wider now.Tobias Heinlein2010-08-151-1/+1
| |
* | Extend resolution boilerplate (bug #109).Tobias Heinlein2010-08-151-2/+22
| | | | | | | | | | | | Added support for suggesting to unmerge packages that don't have an unaffected version. This now behaves essentially the same as the old GLSAMaker.
* | Redesigned Package model.Tobias Heinlein2010-08-151-9/+10
|/ | | | | | | The previous Package model was fail by design. A given unaffected package version may have one or multiple associated vulnerable versions. As such, vulnerable and unaffected versions cannot be saved in a single instance. These have been split now.
* Boilerplates.Tobias Heinlein2010-05-171-0/+51
| | | | | | - Fixed workaround poilerplate. - Implemented resolution poilerplate. - Implemented new mini description boilerplate.