Commit Graph

7 Commits (43c6087b3462a81c6459c80b65a8bab81438aec6)

Author SHA1 Message Date
Barış Soner Uşaklı 4359e5c97c refactor: remove tabs after declaration
Peter Jaszkowiak dab3b23575 chore: eslint no-var, vars-on-top
Peter Jaszkowiak b56d9e12b5 chore: eslint prefer-arrow-callback
Peter Jaszkowiak 707b55b6a5 chore: eslint prefer-template
Julian Lam 5f3d1c76c8
fix: , autoLocale logic not playing nicely with no-refresh auths ()
* fix: , autoLocale logic not playing nicely with no-refresh auths

- on login, req.query.lang is deleted (since it seems to be left over)
- on logout, the middleware.autoLocale is executed, which resets
  req.query.lang
- middleware.autoLocale is new, just refactored existing logic in
  webserver.js into new middleware method.

* style: tests, use lodash

* fix: timeago strings not switching languages on login or out
Barış Soner Uşaklı 7ac031775a locale test change
Peter Jaszkowiak 6432c02ab8 Add tests