nodebb/src/middleware
Julian Lam d81e0a5f5b fix: Better RTL handling on (de-)authentication
- RTL is applied (or unapplied) on login and logout depending on
  user language/guest-detected language.
- config is automatically saved into res.locals.config whenever
  loadConfig is called
- On login/logout, buildHeader is called instead of getting config
- On logout, req.uid is deleted instead of set to 0
..
admin.js remove parseInts
header.js fix: Better RTL handling on (de-)authentication
headers.js feat: give names to more middlewares
index.js feat: give names to more middlewares
maintenance.js feat: give names to middlewares
ratelimit.js ESlint lines-around-directive
render.js feat: give the rest of the middlewares names
user.js fix: loop