aboutsummaryrefslogtreecommitdiff
path: root/pkg/ext
AgeCommit message (Collapse)Author
11 daysfix: Ignore error log for ErrNoCookieGabriel A. Giovanini
When an unlogged user request the page it will always return ErrNoCookie.
12 daysfeat: Disable auth if passphrase is emptyGabriel A. Giovanini
Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup.
12 daysfeat: Add UI/Handler login processGabriel A. Giovanini
It adds the whole workflow to store and handle login on both UI and handler level. With that the login information should be available at any point given the context.
2024-07-05feat: Add user-agent to logsv0.0.10Gabriel A. Giovanini
2024-06-23ref: User correct err namingGabriel A. Giovanini
2024-06-23fix: Ignore tar files when compressingGabriel A. Giovanini
2024-06-22feat: Add archive capabilityGabriel A. Giovanini
2024-06-08feat: Add encoding and size to logGabriel A. Giovanini
2024-06-08feat: Add error handlingGabriel A. Giovanini
2024-06-07feat: Add compressionGabriel A. Giovanini