log

age author description
2014-10-24 Benoît Allard Remove pointless check if the uploaded file ends in .xml
2014-10-24 Benoît Allard Add possibility for parseDate to return None, shouldn't happen since we also do client-side validation.
2014-10-24 Benoît Allard Move parseVersion flashing one level higher
2014-10-23 Benoît Allard Add a regex for dates
2014-10-23 Benoît Allard Harden server-side version parsing
2014-10-23 Benoît Allard Add (optional) regex matching to our input fields
2014-10-23 Benoît Allard Update look-and-feel
2014-10-28 Benoît Allard Update artwork
2014-10-17 Benoît Allard Added tag 0.2.2 for changeset eb790c2848c3
2014-10-17 Benoît Allard Prepare the release of Farol 0.2.2 0.2.2
2014-10-17 Benoît Allard merged
2014-10-17 Benoît Allard Don't forget the 'cache' templates either
2014-10-17 Benoît Allard Added tag 0.2.1 for changeset 5d19b3158538
2014-10-17 Benoît Allard Prepare for 0.2.1 release 0.2.1
2014-10-17 Benoît Allard merged
2014-10-17 Benoît Allard Don't forget the 'document' templates
2014-10-17 Benoît Allard Added tag 0.2 for changeset 631852daa991
2014-10-17 Benoît Allard Prepare for 0.2 release 0.2
2014-10-15 Benoît Allard Add the flower to the welcome page
2014-10-15 Benoît Allard Style update
2014-10-15 Benoît Allard merged
2014-10-15 Benoît Allard Only allow producttree deletion if possible
2014-10-15 Benoît Allard Some styling
2014-10-15 Benoît Allard merged
2014-10-15 Benoît Allard Add artwork
2014-10-14 Benoît Allard Show where a Product is referenced in the Document.
2014-10-14 Benoît Allard Unify the add / edit / delete buttons
2014-10-14 Benoît Allard Make the delete_button be a real button, and not a danger label in an anchor
2014-10-14 Benoît Allard Don't allow a GET request to modify the server state
2014-10-14 Benoît Allard Spawn a Modal when loading a doc, and another one is already loaded
2014-10-14 Benoît Allard Introduce a POST_button macro and use it in the delete_button one.
2014-10-10 Benoît Allard Be more permissive when parsing dates
2014-10-09 Benoît Allard Add deletion of the whole Product Tree
2014-10-09 Benoît Allard Add deletion of Vulnerabilities as a whole
2014-10-09 Benoît Allard Add deletion of Vulnerability's Acknowledgments
2014-10-09 Benoît Allard Add deletion of Vulnerability's References
2014-10-09 Benoît Allard Add deletion of Remediations
2014-10-09 Benoît Allard Add deletion of CVSS
2014-10-09 Benoît Allard Add deletion of Threats
2014-10-09 Benoît Allard Add deletion of Product Statuses
2014-10-09 Benoît Allard Add deletion of CWEs
2014-10-09 Benoît Allard Add deletion of Involvements
2014-10-09 Benoît Allard Add deletion of Vulnerabilities'Notes
2014-10-09 Benoît Allard Add deletion of Groups
2014-10-09 Benoît Allard Add deletion of (orphaned) relationships
2014-10-09 Benoît Allard Fix issue when relation are defined
2014-10-09 Benoît Allard Don't create a branch only to have empty name
2014-10-09 Benoît Allard Allow deletion of Products
2014-10-09 Benoît Allard Fix issue from a previous commit
2014-10-09 Benoît Allard Update to latest farolluz (unlink/link)
2014-10-09 Benoît Allard Update CHANGES
2014-10-09 Benoît Allard Allow deletion of (orphaned) Branches
2014-10-09 Benoît Allard Fix broken test
2014-10-09 Benoît Allard More input validation
2014-10-09 Benoît Allard Product better HTML
2014-10-09 Benoît Allard Remove possibility to view and edit a product (edit from the view page) and set url relative
2014-10-09 Benoît Allard Add tests
2014-10-09 Benoît Allard Add deletion of Acknowledgments
2014-10-09 Benoît Allard Fix delete urls
2014-10-09 Benoît Allard Add possibility to delete References
2014-10-09 Benoît Allard Improve design of the delete_button
2014-10-09 Benoît Allard Allow deletion of Notes
2014-10-09 Benoît Allard Move the delete_button to the common macros
2014-10-09 Benoît Allard Improve deletion of revisions (input validation)
2014-10-09 Benoît Allard Allow deletion of revisions
2014-10-09 Benoît Allard Don't allow to add a revision without tracking information
2014-10-08 Benoît Allard Small fix to the page title
2014-10-08 Benoît Allard Add support for Acknowledgments with multiple names and organizations
2014-10-08 Benoît Allard Define a split_fields function to split fields, and use it
2014-10-08 Benoît Allard Make pyflafes a happier
2014-10-08 Benoît Allard Unify reference update/creation from forms
2014-10-08 Benoît Allard Unify acknowledgments update/creation from forms
2014-10-08 Benoît Allard Make use of the new getNote methods on CVRFVulnerability
2014-10-08 Benoît Allard Unify note update/creation from forms
2014-10-08 Benoît Allard Unify the edit_acknowledgment pages
2014-10-08 Benoît Allard Unify the edit_reference pages
2014-10-08 Benoît Allard Add Descriptions to the Remediation fields
2014-10-08 Benoît Allard Add Descriptions for the CVSS fields
2014-10-07 Benoît Allard Add Descriptions for the Threat fields
2014-10-07 Benoît Allard Add Description in edit_productstatus
2014-10-07 Benoît Allard Add Description in edit_cwe
2014-10-07 Benoît Allard Add Descriptions for edit_involvement
2014-10-07 Benoît Allard Unify the edit_note page
2014-10-07 Benoît Allard Add Description to the vulnerability/edit fields
2014-10-07 Benoît Allard Add description fields to edit_group and edit_relationship
2014-10-07 Benoît Allard Add description fields for edit_product and edit_branch
2014-10-07 Benoît Allard Move the Display of the ProductTree to its own page
2014-10-07 Benoît Allard Some macro cleanups
2014-10-06 Benoît Allard Add global descriptions about some containers
2014-10-06 Benoît Allard Add the Description fields for th edit_acknowledgments fields
2014-10-06 Benoît Allard Add Descriptions for the edit_reference fields
2014-10-06 Benoît Allard Replace lists with definition lists in descriptions
2014-10-06 Benoît Allard Add Descriptions for the edit_distribution and edit_severity
2014-10-06 Benoît Allard Add Descriptions for the edit_note fields
2014-10-06 Benoît Allard Add Description fields for the edit_revision fields
2014-10-06 Benoît Allard Add Descriptions for the fields of the edit_tracking section
2014-10-06 Benoît Allard Add Descriptions to the fields of the edit_publisher page
2014-10-06 Benoît Allard Add macro to display a description for the input fields
2014-10-06 Benoît Allard Use FarolLuz method to get a document ID (increase dependency version)
2014-10-02 Benoît Allard Replace the (%d)s with badges
2014-10-02 Benoît Allard Improve the display of the history
2014-10-02 Benoît Allard Update the CHANGES
2014-10-02 Benoît Allard Offer to download the rendered document.
2014-10-02 Benoît Allard Rework the 'new' page
2014-10-02 Benoît Allard Display the id of the current document when asking to save it
2014-10-02 Benoît Allard Use the navbar-inverse theme to come closer to greenbone, and apply it to footer also
2014-10-02 Benoît Allard Move the 'Save' to the cache menu, only show render when a document is loaded
2014-10-02 Benoît Allard Fix url to add a cvss vector
2014-10-02 Benoît Allard Switch text on welcome and about page
2014-10-02 Benoît Allard Fix producttree urls
2014-10-01 Benoît Allard Create the tmp dir if not present.
2014-10-01 Benoît Allard Redirect to 'welcome' when no document is there.
2014-10-01 Benoît Allard Fix issue in text import, Improve display of running versions
2014-09-30 Benoît Allard Add more and more error handling in the /new page.
2014-09-30 Benoît Allard Add more error handling in the /new page.
2014-09-30 Benoît Allard Add more error handling in the caching system
2014-09-30 Benoît Allard Display sessionID in about page as well as various versions
2014-09-30 Benoît Allard Add a warning when saving to a private cache
2014-09-30 Benoît Allard Always log exceptions to file.
2014-09-30 Benoît Allard Implement three kind of caches
2014-09-29 Benoît Allard main: Fix parsing of cisco id
2014-09-29 Benoît Allard Fix a few links
2014-09-29 Benoît Allard Get rid of the custom Proxy, gunicorn does it for us, add Logging to file
2014-09-25 Benoît Allard Ease the import of new documents
2014-09-25 Benoît Allard Move the Document management routines to a document Blueprint
2014-09-25 Benoît Allard Add the Greenbone Logo to the footer.
2014-09-25 Michael Wiegand * farol/templates/about.j2: Fix typo.
2014-09-24 Benoît Allard Added tag 0.1 for changeset 3478e20885fd
2014-09-24 Benoît Allard Add a ReverseProxy and fix the cache path everywhere 0.1
2014-09-24 Benoît Allard Add forgotten configuration module
2014-09-24 Benoît Allard Add Configuration support, warning when in DEBUG mode, and Deployment instruction
2014-09-24 Benoît Allard Initial Release

http://farol.wald.intevation.org