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
config.js Fix #399 Make max attachments configurable 2019-02-27 14:38:58 +00:00
errors.js
instance.js Load post status content type from instance config 2019-03-04 21:29:56 -08:00
interface.js
media_viewer.js
oauth.js
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