0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 23:34:52 +01:00
gitea/modules
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes (#5668)
* 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
..
auth Allow for user specific themes (#5668) 2019-01-09 12:22:57 -05:00
avatar
base
cache
context Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
cron
generate
highlight
httplib
indexer fix indexer reindex bug when gitea restart (#5563) 2018-12-19 16:37:48 +08:00
lfs Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
log
mailer
markup
metrics
minwinsvc
notification
options
pprof
private fix clone wiki failed via ssh (#5503) 2018-12-11 13:37:32 -05:00
process
public
recaptcha
search
setting Allow for user specific themes (#5668) 2019-01-09 12:22:57 -05:00
ssh
sync
templates Create Progressive Web App (#4730) 2018-11-27 10:18:26 -05:00
test Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
user
util
validation