0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-17 00:40:16 +01:00
forgejo/routers/user/setting
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes ()
* add migration and basic UI for changing a user's theme

* update user themem

* use right text on button

* load theme based on users' selection

* load theme based on users' selection in pwa too

* update sample config

* delete older theme loading

* implement AfterLoad to set users' theme properly

* set up default theme when creating a user. This uses the installation wide theme

* use flash messages for error

* set default theme when creating a user from the cli

* fix @lunny review
2019-01-09 12:22:57 -05:00
..
account.go Allow for user specific themes () 2019-01-09 12:22:57 -05:00
account_test.go
applications.go
keys.go
main_test.go
profile.go Make cookies HttpOnly and obey COOKIE_SECURE flag () 2018-08-14 23:16:37 +03:00
security.go
security_openid.go
security_twofa.go
security_u2f.go