Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-25 | Update dependencies and remove vendor folder | 456 | -481227/+0 | ||
2020-03-07 | Add generic OpenID Connect provider (OAuth2) | 5 | -0/+3587 | ||
This adds the oauth2 provider `oidc`. It needs an additional argument, the OIDC discovery endpoint to figure out where the auth and token URLs are. Configuration is similar to setting up the Google Authentication with these changes: * `OAUTH2_PROVIDER = oidc` * `OAUTH2_OIDC_DISCOVERY_ENDPOINT = https://auth.exampe.org/discovery` | |||||
2019-11-15 | Update autocert lib because ACME v1 is EOL | 10 | -257/+5888 | ||
2019-09-05 | Update dependencies | 291 | -23231/+115801 | ||
2019-02-28 | Make parser compatible with Go 1.12 | 2 | -10/+23 | ||
See changes in strings.Map(): https://golang.org/doc/go1.12#strings | |||||
2018-12-09 | Update dependencies | 175 | -1515/+25939 | ||
2018-08-26 | Migrate to go modules (Go 1.11) | 1561 | -628208/+5012 | ||
2018-07-06 | Update vendor dependencies | 498 | -25954/+59486 | ||
2018-02-04 | Add support for Let's Encrypt http-01 challenge | 30 | -276/+1967 | ||
2017-12-16 | Add FeedIcon API call and update dependencies | 235 | -30357/+83859 | ||
2017-11-25 | Add integration tests for feed creation | 37 | -15/+755 | ||
2017-11-22 | Add OAuth2 authentication | 67 | -7/+4583 | ||
2017-11-19 | First commit | 1634 | -0/+884157 | ||