pleroma-fe/src/modules
slice a67881b096
Check for websocket token before connecting to chat
Closes #403. Previously, a socket to the chat channel would be opened if
chat is enabled, regardless if the user is logged in or not. This patch
only allows a connection to be opened if a wsToken (websocket token) is
present, which prevents websocket errors from unauthenticated users.
2019-03-10 01:54:26 -08:00
..
api.js Check for websocket token before connecting to chat 2019-03-10 01:54:26 -08:00
chat.js Show chat only if channel is joined. 2018-02-01 19:18:47 +02:00
config.js Fix #399 Make max attachments configurable 2019-02-27 14:38:58 +00:00
errors.js Use Array.reduce instead of lodash.reduce 2018-12-05 13:44:12 +04:00
instance.js Load post status content type from instance config 2019-03-04 21:29:56 -08:00
interface.js Merge commit 'e443716bcd616ad61efae161624dd970841a935c' into feature/push-subscriptions 2018-12-13 18:22:15 +07:00
media_viewer.js Add escape button support 2019-01-16 17:27:23 +02:00
oauth.js Move login to oauth. 2018-10-26 15:16:23 +02:00
oauth_tokens.js Add OAuth Tokens management to settings 2019-02-28 04:04:26 +03:00
statuses.js Merge branch 'issue-392-other-user-stale-data' into 'develop' 2019-03-07 16:33:22 +00:00
users.js Merge branch 'issue-392-other-user-stale-data' into 'develop' 2019-03-07 16:33:22 +00:00