forgejo/routers/web/admin
Loïc Dachary df68ae9d1f
[BRANDING] alias {FORGEJO,GITEA}_{CUSTOM,WORK_DIR}
FORGEJO_* environment variables are set to the corresponding GITEA_*
variable when the cli starts. This approach is intended to minimize
the conflicts on rebase. All occurences of GITEA_* are left untouched
in the codebase and they are only changed to FORGEJO_* if exposed to
the user.

(cherry picked from commit e466f9d10e)
(cherry picked from commit e33e95931b)
(cherry picked from commit 5f528f0a25)
(cherry picked from commit 65146bfbcd)
(cherry picked from commit 393eede84a)
2023-04-12 01:22:27 +02:00
..
admin.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
admin_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
applications.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
auths.go Fix 500 error if there is a name conflict when edit authentication source (#23832) (#23852) 2023-03-31 12:53:25 -04:00
config.go [BRANDING] alias {FORGEJO,GITEA}_{CUSTOM,WORK_DIR} 2023-04-12 01:22:27 +02:00
emails.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
hooks.go Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
notice.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
orgs.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
packages.go Display unreferenced packages total size in package admin panel (#22498) 2023-01-18 09:52:04 -06:00
repos.go Show empty repos in Admin Repository Management page (#23114) (#23130) 2023-02-24 20:17:21 +00:00
runners.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
users.go Fix incorrect visibility dropdown list in add/edit user page (#23804) (#23833) 2023-03-31 16:25:21 +08:00
users_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00