This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/setting
Lunny Xiao 9b4746967c
Only request write when necessary (#18657) (#19422)
* Only request write when necessary

- Only request write for `INTERNAL_TOKEN_URI` when no token was found.
- Resolves #18655

* Fix perm

* Update setting.go

* Update setting.go

* Update setting.go

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
2022-04-19 12:10:24 -04:00
..
attachment.go Add MP4 as default allowed attachment type (#18170) 2022-01-04 04:36:47 +01:00
cache.go
cors.go
cron.go
cron_test.go
database.go Refactor install page (db type) (#17919) 2021-12-07 13:44:08 +08:00
database_sqlite.go Refactor install page (db type) (#17919) 2021-12-07 13:44:08 +08:00
database_test.go
directory.go
federation.go
git.go Enable partial clone by default (#18195) 2022-01-06 06:38:38 +01:00
i18n.go
indexer.go
indexer_test.go
lfs.go
log.go Handle email address not exist (#19089) (#19121) 2022-03-19 11:35:23 +00:00
mailer.go Add option to convert CRLF to LF line endings for sendmail (#18075) 2022-01-06 01:43:45 +01:00
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
picture.go Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) 2021-12-16 10:18:38 +08:00
project.go
proxy.go
queue.go
repository.go
service.go
session.go
setting.go Only request write when necessary (#18657) (#19422) 2022-04-19 12:10:24 -04:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go