1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-01 12:06:09 +02:00
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
2024-03-29 16:05:41 +01:00
..
setting Add setting to disable user features when user login type is not plain (#29615) 2024-03-29 16:05:41 +01:00
avatar.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
code.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
home.go Refactor StringsToInt64s (#29967) 2024-03-21 15:07:35 +00:00
home_test.go Add an trailing slash to dashboard links (#29555) 2024-03-04 01:02:51 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
notification.go Refactor StringsToInt64s (#29967) 2024-03-21 15:07:35 +00:00
package.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
profile.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
stop_watch.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
task.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00