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/web/user/setting
zeripath 036fb7861f
Clean up WebAuthn javascript code and remove JQuery code (#22697)
There were several issues with the WebAuthn registration and testing
code and the style
was very old javascript with jquery callbacks.

This PR uses async and fetch to replace the JQuery code.

Ref #22651

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

---------

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: silverwind <me@silverwind.io>
2 years ago
..
security Clean up WebAuthn javascript code and remove JQuery code (#22697) 2 years ago
account.go Split "modules/context.go" to separate files (#24569) 2 years ago
account_test.go Merge setting.InitXXX into one function with options (#24389) 2 years ago
adopt.go Fix unclear `IsRepositoryExist` logic (#24374) 2 years ago
applications.go Redesign Scoped Access Tokens (#24767) 2 years ago
keys.go Improve error report when user passes a private key (#22726) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
oauth2.go Implement FSFE REUSE for golang files (#21840) 2 years ago
oauth2_common.go Add ability to set multiple redirect URIs in OAuth application UI (#25072) 2 years ago
packages.go Add Chef package registry (#22554) 2 years ago
profile.go Refactor rename user and rename organization (#24052) 2 years ago
runner.go Add user level action runners (#24995) 2 years ago
webhooks.go Add user webhooks (#21563) 2 years ago