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/modules/setting
KN4CK3R 0e57ff7eee
Add generic set type (#21408)
This PR adds a generic set type to get rid of maps used as sets.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 years ago
..
attachment.go Update default allowed attachment types (#20192) 3 years ago
cache.go
cors.go
cron.go
cron_test.go
database.go Add setting `SQLITE_JOURNAL_MODE` to enable WAL (#20535) 3 years ago
database_sqlite.go
database_test.go
directory.go
federation.go
git.go Use git.HOME_PATH for Git HOME directory (#20114) 3 years ago
i18n.go
indexer.go
indexer_test.go
lfs.go Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) 3 years ago
log.go
mailer.go Rework mailer settings (#18982) 3 years ago
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages.go
picture.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 3 years ago
project.go
proxy.go
queue.go Add generic set type (#21408) 3 years ago
repository.go Add disable download source configuration (#20548) 3 years ago
service.go auth/reverseproxy: Add support for full name (#20776) 3 years ago
session.go
setting.go Add generic set type (#21408) 3 years ago
setting_test.go
storage.go
storage_test.go
task.go
webhook.go