Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-14 | feat: License project under GPLv3 | Vincent Ambo | 1 | -0/+16 | |
2018-04-08 | feat(handlers): Use cookie session backend to store author info | Vincent Ambo | 1 | -2/+12 | |
2018-04-08 | feat(oidc): Implement initial OIDC actor | Vincent Ambo | 1 | -0/+9 | |
Implements an actor that can perform OAuth2 logins (not really OIDC-compliant yet because Rust doesn't have an easy to use JWT library that supports JWKS, and I don't have time for that right now). Currently this hardcodes some Office365-specific stuff. | |||||
2018-04-08 | feat(errors): Introduce error module with custom error type | Vincent Ambo | 1 | -0/+75 | |
Introduces an error type using the failure crate. This type has foreign error links established to various errors that can occur within Converse. |