nodebb/public
Julian Lam 84433f29ab
Do not require a full refresh on login/logout ()
* no-refresh login as well, plus lots of fixes for missing config on login

* replace config with new set on logout as well

* passing new payload data into new action:app.loggedIn hook, and old action:app.loggedOut hook

* fixed issues with socket.io not properly representing uid on server

* some light refactoring and cleanup

* minor cleanup, fixed spa logout not working after login

* have reconnection handler for socket.io wait 2s to confirm disconnection before reporting -- stops flicker if reconnecting immediately

* Dynamically replace chat and slideout menu on updateHeader()

... instead of just the menu items.

* more efficient calls to Benchpress and translator /cc @pitaj

* fix: chats and notification handlers not working after login

* fix: accidentally calling cb multiple times
..
images updated digest header
language Latest translations and fallbacks
less closes
src Do not require a full refresh on login/logout ()
uploads tweak gitignores, closes
vendor Fix ACP alerts to use same system as client ()
.eslintrc Remove public eslint `templates` global
.jshintrc ESlint no-undef, remove global comments
503.html fix mixed content warning on 503 status page and installer
favicon.ico
js-enabled.css fixes
logo.png Pass tests