1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/modules/setting
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
..
config
actions_test.go
actions.go
admin.go Add setting to disable user features when user login type is not plain (#29615) 2024-03-29 16:05:41 +01:00
api.go
asset_dynamic.go
asset_static.go
attachment_test.go
attachment.go Update allowed attachment types (#29688) 2024-03-09 12:41:32 +00:00
cache.go
camo.go
config_env_test.go
config_env.go
config_provider_test.go
config_provider.go
config.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go
federation.go
git_test.go
git.go
highlight.go
i18n.go
incoming_email.go
indexer_test.go
indexer.go
lfs_test.go
lfs.go
log_test.go
log.go
mailer_test.go
mailer.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2_test.go
oauth2.go
other.go
packages_test.go
packages.go
path_test.go
path.go
picture.go
project.go
proxy.go
queue.go
repository_archive_test.go
repository_archive.go
repository.go
security.go Remember login for a month by default (#30150) 2024-03-28 03:13:42 +00:00
server.go
service_test.go
service.go
session.go Fix incorrect cookie path for AppSubURL (#29534) 2024-03-03 00:14:12 +00:00
setting_test.go
setting.go Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) 2024-03-14 16:44:49 +08:00
ssh.go
storage_test.go
storage.go
task.go
time.go
ui.go
webhook.go