Commit Graph

44 Commits

Author SHA1 Message Date
John Livingston d6030afabc
ConverseJS: in readonly mode, don't show any info messages (except when disconnected).
Related to #111 #133 #134
2023-01-16 18:04:20 +01:00
John Livingston f1fe010409
ConverseJS: remove browser notifications, and browser tab message count. 2023-01-12 11:53:12 +01:00
John Livingston 0545a1034a
ConverseJS optimization:
* ConverseJS: Don't send state notifications. #134
* ConverseJS: Don't show join/leave messages. #134
2023-01-12 11:46:02 +01:00
John Livingston 3f47c3c65a
Refactoring and simplification (#122) 2023-01-11 18:05:18 +01:00
John Livingston a25cdb44ef
Fix WS timeouts:
Nginx as also a timeout. Seems to be 30s. So we ping every 25s, and set an intermediate timeout for Prosody.
2022-11-01 11:58:02 +01:00
John Livingston 90e86a130a
Fix Websocket timeouts:
* defining a ping_interval in ConverseJS
* defining a longer c2s_close_timeout in Prosody configuration
2022-11-01 11:37:24 +01:00
John Livingston 7944567b33
Fix ConverseJS v10.0.0: dark_theme should be equal to theme. 2022-10-31 18:03:40 +01:00
John Livingston 6f8c7b8a93
Websocket for builtin Prosody. WIP 2022-10-13 10:47:33 +02:00
John Livingston 75c1cd8ee5
ConverseJS livechatDisconnectOnUnloadPlugin (commented code, does not work). 2022-01-16 20:05:09 +01:00
John Livingston 2704a1a327
Builtin Prosody: using ConverseJS clear_cache_on_logout=true and allow_user_trust_override=false parameters 2022-01-16 19:29:20 +01:00
John Livingston 80ac08bd18
Transparent background + fix
* Builtin Prosody, Share chat url: option to have a transparent background (for streaming integration).
* Builtin Prosody, Share chat url: fixed new day hidding when no scrollbar in readonly mode.
2022-01-16 17:50:11 +01:00
John Livingston 91c1c35649
Shorter random nickname. 2022-01-10 03:06:16 +01:00
John Livingston 9a4608863b
Auto viewer mode (WIP). 2022-01-07 19:20:28 +01:00
John Livingston 7e13f61aa7
Revert v5.2.1, as it was not the bug. 2022-01-07 01:40:35 +01:00
John Livingston 563e42c640
Fix errors. 2022-01-04 17:49:41 +01:00
John Livingston 04b1945239
Builtin Prosody, Share chat url: ability to show/hide the scrollbar in readonly mode. 2022-01-04 17:42:03 +01:00
John Livingston 5296de6a91
Fix ConverseJS: livechatWindowTitlePlugin was broken. 2022-01-04 04:23:13 +01:00
John Livingston a3484ac963
Trying to fix an OBS cache problem, where OBS can't connect to the chat after a plugin update. 2022-01-03 18:27:56 +01:00
John Livingston 365e2630e2
ConverseJS: Remove spoilers as it is buggy. 2022-01-03 17:20:39 +01:00
John Livingston 79876e1750
ConverseJS 9.0.0: first attempt to integrate. 2022-01-03 14:13:58 +01:00
John Livingston 148b28ef84
ConverseJS Readonly mode. Changing muc_mention_autocomplete_min_chars. 2021-12-14 13:02:15 +01:00
John Livingston c19db4dc9c
Builtin ConverseJS mode: fix advanced controls hiding. 2021-12-14 11:59:36 +01:00
John Livingston 7f6a2cd7ee
ConverseJS: document title set to the room name. 2021-11-26 17:42:45 +01:00
John Livingston 6119225c2d
ConverseJS: removed inline image display
Two reasons:
- security (can leak IP, ...)
- avoid visual glitchs when picture is too big
2021-11-24 15:59:28 +01:00
John Livingston 74236028ac
Fix iframe unwanted horizontal scrollbar. 2021-11-23 18:10:01 +01:00
John Livingston 9b20042aad
ConverseJS: theme settings. 2021-11-18 11:08:12 +01:00
John Livingston 77975ffdb6
CSS Work In Progress
* new peertube theme for ConverseJS
* CSS linting
* splash screen
* defining CSS variables
2021-11-09 17:45:54 +01:00
John Livingston 523269a392
Some comments. 2021-08-06 17:52:32 +02:00
John Livingston 2d3726a087 Refactoring. 2021-05-18 19:13:47 +02:00
John Livingston c1db044133 ConverseJS is using sessionStorage rather than localStorage. 2021-05-18 19:09:29 +02:00
John Livingston 4a644aafae Try to tweak the ConverseJS keepalive parameter to avoid some bugs. 2021-05-18 19:00:26 +02:00
John Livingston afb27bacc6 Adding a try/catch for debugging purpose. 2021-05-18 18:48:19 +02:00
John Livingston 3c5d74cc1a Change some ConverseJS parameters. 2021-05-06 12:34:42 +02:00
John Livingston 61dfa0b79f WIP. 2021-05-05 18:35:28 +02:00
John Livingston c895778175 Comment. 2021-05-05 18:16:59 +02:00
John Livingston 1fe320a59d Removing auto_reconnect, because it cant work without prebind login mode. 2021-05-05 18:13:15 +02:00
John Livingston 24a036925b Fix auto_focus. 2021-05-05 18:09:33 +02:00
John Livingston 0cc9570e58 Fix allow_message_corrections. 2021-05-05 18:03:38 +02:00
John Livingston 5a82f9aa93 ConverseJS: show the toolbar when in fullscreen. 2021-05-05 17:32:50 +02:00
John Livingston e5d5da4d07 Builtin Prosody: allow moderation operations. 2021-05-05 17:20:06 +02:00
John Livingston ad2d7742e9 Prosody: use the user nickname. 2021-05-04 16:33:32 +02:00
John Livingston 76adc7124f Prosody auth, first working code:
* generated password on an api call
* use this password to authenticate on prosody
* using helper getAuthUser when available, else fallback to custom code
2021-05-04 13:00:44 +02:00
John Livingston 4a4ffaae2d Prosody auth WIP. 2021-05-03 20:37:23 +02:00
John Livingston a74954a0cb Builtin conversejs: using typescript. 2021-05-03 18:30:02 +02:00