forgejo/modules/setting
2022-12-27 18:20:06 +01:00
..
attachment.go Update default allowed attachment types (#20192) 2022-07-01 15:42:20 +02:00
cache.go
cors.go
cron.go
cron_test.go
database.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
database_sqlite.go
database_test.go
directory.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
federation.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
git.go Use git.HOME_PATH for Git HOME directory (#20114) 2022-07-08 16:09:07 +08:00
i18n.go Remove support for sr-SP (#20155) 2022-06-27 14:50:30 -05:00
indexer.go
indexer_test.go
lfs.go Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) 2022-10-02 01:26:33 +08:00
log.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
mailer.go Correct the fallbacks for mailer configuration (#21945) (#21953) 2022-11-27 19:45:59 +00:00
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages.go
picture.go Add system setting table with cache and also add cache supports for user setting (#18058) 2022-10-17 07:29:26 +08:00
project.go
proxy.go
queue.go Add generic set type (#21408) 2022-10-12 13:18:26 +08:00
repository.go Rebrand default config settings for new installs (#140) 2022-12-24 12:41:12 +01:00
service.go auth/reverseproxy: Add support for full name (#20776) 2022-08-16 14:30:27 +08:00
session.go
setting.go Add Forgejo light, dark, and auto themes 2022-12-27 18:20:06 +01:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go