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
Jack Hay 59d4aadba5
Add setting to disable user features when user login type is not plain (#29615)
## Changes
- Adds setting `EXTERNAL_USER_DISABLE_FEATURES` to disable any supported
user features when login type is not plain
- In general, this is necessary for SSO implementations to avoid
inconsistencies between the external account management and the linked
account
- Adds helper functions to encourage correct use
10 months ago
..
setting Add setting to disable user features when user login type is not plain (#29615) 10 months ago
avatar.go Move context from modules to services (#29440) 11 months ago
code.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
home.go Refactor StringsToInt64s (#29967) 11 months ago
home_test.go Add an trailing slash to dashboard links (#29555) 11 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Refactor StringsToInt64s (#29967) 11 months ago
package.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
profile.go Remove AddParamIfExist(AddParam) (#29841) 11 months ago
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
stop_watch.go Move context from modules to services (#29440) 11 months ago
task.go Move context from modules to services (#29440) 11 months ago