3 Commits (4fc84e9f5cbb2df8d7fc33da7f94bd467af04b7b)

Author SHA1 Message Date
Julian Lam 5f3d1c76c8
fix: #7038, autoLocale logic not playing nicely with no-refresh auths (#7059)
* fix: #7038, 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
7 years ago
Barış Soner Uşaklı 7ac031775a locale test change 8 years ago
Peter Jaszkowiak 6432c02ab8 Add tests 8 years ago