aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-25Update dependencies and remove vendor folderGravatar Frédéric Guillot 456-481227/+0
2020-03-07Add generic OpenID Connect provider (OAuth2)Gravatar Patrick 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-15Update autocert lib because ACME v1 is EOLGravatar Frédéric Guillot 10-257/+5888
2019-09-05Update dependenciesGravatar Frédéric Guillot 291-23231/+115801
2019-02-28Make parser compatible with Go 1.12Gravatar Frédéric Guillot 2-10/+23
See changes in strings.Map(): https://golang.org/doc/go1.12#strings
2018-12-09Update dependenciesGravatar Frederic Guillot 175-1515/+25939
2018-08-26Migrate to go modules (Go 1.11)Gravatar Frédéric Guillot 1561-628208/+5012
2018-07-06Update vendor dependenciesGravatar Frédéric Guillot 498-25954/+59486
2018-02-04Add support for Let's Encrypt http-01 challengeGravatar Frédéric Guillot 30-276/+1967
2017-12-16Add FeedIcon API call and update dependenciesGravatar Frédéric Guillot 235-30357/+83859
2017-11-25Add integration tests for feed creationGravatar Frédéric Guillot 37-15/+755
2017-11-22Add OAuth2 authenticationGravatar Frédéric Guillot 67-7/+4583
2017-11-19First commitGravatar Frédéric Guillot 1634-0/+884157