forgejo/routers/web/user/setting
6543 e2371743d5
remove util.OptionalBool and related functions (#29513)
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_

(cherry picked from commit a3f05d0d98408bb47333b19f505b21afcefa9e7c)

Conflicts:
	services/repository/branch.go
	trivial context conflict
2024-03-06 12:10:46 +08:00
..
security remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
account.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
account_test.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
adopt.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
applications.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
blocked_users.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
keys.go Allow options to disable user gpg keys configuration from the interface on app.ini (#29486) 2024-03-06 12:10:45 +08:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
oauth2.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
oauth2_common.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
packages.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
profile.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
runner.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
webhooks.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00