gitea/routers/web/user/setting
qwerty287 01fc24c78c
Add appearance section in settings (#17433)
* Add appearance section in settings

* Fix lint

* Fix lint

* Apply suggestions from code review

Co-authored-by: Lauris BH <lauris@nix.lv>

Co-authored-by: Lauris BH <lauris@nix.lv>
2021-10-27 23:40:08 +08:00
..
account.go Add appearance section in settings (#17433) 2021-10-27 23:40:08 +08:00
account_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
adopt.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
applications.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
keys.go Fix wrong i18n keys (#17150) 2021-09-25 16:27:01 +02:00
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
oauth2.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
profile.go Add appearance section in settings (#17433) 2021-10-27 23:40:08 +08:00
security.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00
security_openid.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
security_twofa.go Fix wrong i18n keys (#17150) 2021-09-25 16:27:01 +02:00
security_u2f.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00