Commit Graph

30 Commits (2fa68e3b1a706ec0c323eab1f0ffa1031e075723)

Author SHA1 Message Date
Barış Soner Uşaklı e59b907d7c fix:
Baris Usakli 69e0dbbf4a fix: ,
Peter Jaszkowiak ba619c7ec8 style(eslint): match operator-linebreak preferences
Peter Jaszkowiak 89c025d102 feat: close , console message if mismatched origins
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
Barış Soner Uşaklı 245e1a9159 closes
Julian Lam a4a961639d only triggering forum updated messaging if hostname matches, fixes
Julian Lam 73d4517d27 Revert "fixes #5894"
This reverts commit e2b40ddf34.
Julian Lam 9d2bf4746c Revert "fix reload loop for guests"
This reverts commit a67a0b0a08.
Julian Lam a67a0b0a08 fix reload loop for guests
Julian Lam e2b40ddf34 fixes
psychobunny b3bd70235a refactor ban messaging; add ban duration to message; use bootbox instead of alert
Peter Jaszkowiak b227297ef3 ESlint no-use-before-define
Peter Jaszkowiak 1493afee2a ESlint indent
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak feb8405f95 ESlint eol-last
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces
Peter Jaszkowiak b09b3aef7f ESlint no-undef, remove global comments
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli ce9be7e694 closes
Julian Lam f97f45a138 logic to show a modal to banned users when they try to log in via SSO
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
barisusakli f7540a7edc closes
Julian Lam e26166a45b closes
barisusakli 1cf2b81f3d Revert "herp derp"
This reverts commit 9c9d805a32.
barisusakli 9c9d805a32 herp derp
barisusakli 767c798b2f log self account delete, logout on self account delete
barisusakli 0d23c56281 removed event:disconnect
barisusakli bac2a0d959 removed event:connect use socket.io connect event duh
barisusakli fbfb39f967 moved socket connection out of app.js