Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | feat: Filter private repository from the UIv0.0.17 | Gabriel A. Giovanini | |
Now the whole application takes public into account. | |||
11 days | fix: Ignore error log for ErrNoCookie | Gabriel A. Giovanini | |
When an unlogged user request the page it will always return ErrNoCookie. | |||
12 days | feat: Disable auth if passphrase is empty | Gabriel A. Giovanini | |
Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup. | |||
12 days | feat: Add UI/Handler login process | Gabriel 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. |