Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Relicense the project from the standard GPL3 to the Affero version of
the license, requiring source code disclosure for modifications made
on instances of Converse that are serving users over the network.
|
|
|
|
|
|
|
|
Adds a middleware that automatically redirects users to the login page
if they don't have an active session (i.e. 'author' set).
|
|
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.
|