You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
David Jimenez fa8b8c055d
Don't panic if we fail to parse U2FRegistration data (#17304)
* Don't panic if we fail to parse a U2FRegistration data

Downgrade logging statement from Fatal to Error so that errors parsing
U2FRegistration data does not panic; instead, the invalid key will be
skipped and we will attempt to parse the next one, if available.

Signed-off-by: David Jimenez <dvejmz@sgfault.com>
3 years ago
..
api/v1 [API] Add endpount to get user org permissions (#17232) 3 years ago
common Move db related basic functions to models/db (#17075) 4 years ago
install Move db related basic functions to models/db (#17075) 4 years ago
private refactor: move from io/ioutil to io and os package (#17109) 3 years ago
utils just add some unit tests (#16291) 4 years ago
web Don't panic if we fail to parse U2FRegistration data (#17304) 3 years ago
init.go Always emit the configuration path (#17036) 4 years ago