0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-29 13:14:25 +01:00
gitea/modules/setting
delvh 0d5abe3454
Remember login for a month by default (#30150)
Previously, the default was a week.
As most instances don't set the setting, this leads to a bad user
experience by default.

## ⚠️ Breaking

If your instance requires a high level of security,
you may want to set `[security].LOGIN_REMEMBER_DAYS` so that logins are
not valid as long.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
2024-03-28 03:13:42 +00:00
..
config Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
actions.go
actions_test.go
admin.go Allow options to disable user ssh keys configuration from the interface on app.ini (#29447) 2024-03-04 07:50:21 +00:00
api.go
asset_dynamic.go
asset_static.go
attachment.go Update allowed attachment types (#29688) 2024-03-09 12:41:32 +00:00
attachment_test.go
cache.go
camo.go
config.go Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
config_env.go
config_env_test.go
config_provider.go Remove unnecessary parameter (#29092) 2024-02-08 12:31:38 +00:00
config_provider_test.go
cors.go
cron.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
cron_test.go
database.go Add slow SQL query warning (#27545) 2024-02-23 00:57:24 +00:00
database_sqlite.go
database_test.go
federation.go
git.go
git_test.go
highlight.go
i18n.go
incoming_email.go
indexer.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
indexer_test.go
lfs.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
lfs_test.go
log.go
log_test.go
mailer.go
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
oauth2_test.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
other.go
packages.go
packages_test.go
path.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
path_test.go
picture.go
project.go
proxy.go
queue.go
repository.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
repository_archive.go
repository_archive_test.go
security.go Remember login for a month by default (#30150) 2024-03-28 03:13:42 +00:00
server.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
service.go
service_test.go
session.go Fix incorrect cookie path for AppSubURL (#29534) 2024-03-03 00:14:12 +00:00
setting.go Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) 2024-03-14 16:44:49 +08:00
setting_test.go
ssh.go
storage.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
storage_test.go
task.go
time.go
ui.go
webhook.go