forgejo/modules
zeripath e74c4e1be9
Add option to increase provided OAuth2 token maximum size (#11180)
Some OAuth2 providers return quite large structured tokens >32767 bytes.
Gitea currently has a fixed maximum of 32767 bytes for these and
unfortunately due to the convoluted nature of the dependent libraries the
error returned is rather opaque.

Here we manage the error a little better - detecting the rather opaque
github.com/gorilla/securecookie.errEncodedValueTooLong and converting
it to a more readable error.

Further we provide a configurable option to increase the maximum size of
the provided OAuth2 tokens.

Fix #9907

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-04-23 00:47:23 +02:00
..
analyze Migrate to go-enry new version (#10906) 2020-04-15 20:40:39 +03:00
auth Add option to increase provided OAuth2 token maximum size (#11180) 2020-04-23 00:47:23 +02:00
avatar
base Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00
cache make avatar lookup occur at image request (#10540) 2020-03-27 14:34:39 +02:00
charset
context Fix release counter on API repository info (#10968) 2020-04-06 19:42:30 +01:00
convert Prevent merge of outdated PRs on protected branches (#11012) 2020-04-16 22:00:36 -03:00
cron
generate Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00
git Fix submodule paths when AppSubUrl is not root (#11098) 2020-04-22 11:34:50 +01:00
gitgraph
graceful
highlight
httplib
indexer Log the indexer path on failure (#11172) 2020-04-22 16:16:58 -04:00
lfs Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00
log
markup enable ENABLE_HARD_LINE_BREAK by default (#11162) 2020-04-21 23:13:56 +01:00
metrics
migrations When migrating from Gitlab map Approvals to approving Reviews (#11147) 2020-04-20 13:30:46 +01:00
notification add request review from specific reviewers feature in pull request (#10756) 2020-04-06 19:33:34 +03:00
options Rename scripts to build and add revive command as a new build tool command (#10942) 2020-04-03 22:29:12 +03:00
password
pprof
private Upgrade golangci-lint to 1.24.0 (#10894) 2020-03-30 21:52:45 +03:00
process Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00
public Send 404 immediately for known public requests (#11117) 2020-04-18 22:01:06 +01:00
queue Improve config logging when WrappedQueue times out (#11174) 2020-04-22 13:38:40 +01:00
recaptcha
references
repofiles Avoid 0 new commits messages to be send (#11082) 2020-04-18 21:02:59 +01:00
repository Fix forked repo has no icon and language stat. (#10791) 2020-04-08 15:13:04 +03:00
secret
session
setting Add option to increase provided OAuth2 token maximum size (#11180) 2020-04-23 00:47:23 +02:00
ssh log.Fatal on failure to listen to SSH port (#10795) 2020-03-23 07:59:38 +00:00
structs Add support for migrating from Gitlab (#9084) 2020-04-19 23:44:11 +08:00
sync
task
templates Rename scripts to build and add revive command as a new build tool command (#10942) 2020-04-03 22:29:12 +03:00
test Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
timeutil
upload
user Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00
util
validation [API] Get a single commit via Ref (#10915) 2020-04-07 22:54:46 -04:00
webhook Add Matrix webhook (#10831) 2020-03-28 15:09:55 +02:00