v0.0.17 New: - UI elements for login - Take into account public property - Make use of previous user setup, passphrase and aeskey - Allow multiples scan configuration - Disable auth if passphrase is empty Fix: - Add missing trailing slash to avoid unnecessary redirects. Chore: - Update dependencies
v0.0.15 Refactor: - Updated packages - More info about how to contribute and build cerrado - Faster makefile rules - Warning is less disruptive Fix: - Fixed path for template files New: - Passphrase and aes-key generation command (not useful yet) - New install rule for makefile - Syntax-highlight to configure chroma theme - Aes-key and passphrase to configure login and authentication (not used yet) Removed: - Config page is gone, since it is not longer useful
v0.0.13 Add: - Link to tar.gz from the commit page - Anchor to line in the code viewer Refactor: - Remove the extra space from the pre tag margin.
docs: Add more documentation to the config example
ref: Better log errors Some error were being ignored and not logged, making debugging what failed impossible.
feat: Filter private repository from the UI Now the whole application takes public into account.
feat: Add private label to the UI Now private repository will have a private label on the list.
fix: Ignore error log for ErrNoCookie When an unlogged user request the page it will always return ErrNoCookie.
feat: Allow multiples scan configuration Now it allow to register multiples scan configuration
chore: Update dependencies
feat: Disable auth if passphrase is empty Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup.
fix: Add leading slash to avoid redirect
feat: Add login redirect Now login will return to page before the user clicked on login