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
Rowan Bohde 16a7d343d7
Validate OAuth Redirect URIs (#32643)
This fixes a TODO in the code to validate the RedirectURIs when adding
or editing an OAuth application in user settings.

This also includes a refactor of the user settings tests to only create
the DB once per top-level test to avoid reloading fixtures.
3 months ago
..
security Fix: passkey login not working anymore (#32623) 3 months ago
account.go Remove urls from translations (#31950) 6 months ago
account_test.go Move context from modules to services (#29440) 1 year ago
adopt.go Move context from modules to services (#29440) 1 year ago
applications.go Allow disabling authentication related user features (#31535) 8 months ago
block.go Allow disabling authentication related user features (#31535) 8 months ago
keys.go Allow disabling authentication related user features (#31535) 8 months ago
main_test.go make writing main test easier (#27270) 1 year ago
oauth2.go Move context from modules to services (#29440) 1 year ago
oauth2_common.go Validate OAuth Redirect URIs (#32643) 3 months ago
packages.go Allow disabling authentication related user features (#31535) 8 months ago
profile.go Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959) 5 months ago
runner.go Move context from modules to services (#29440) 1 year ago
webhooks.go Allow disabling authentication related user features (#31535) 8 months ago