Commit Graph

152 Commits

Author SHA1 Message Date
John Livingston
752fafe376
Peertube theme: underline links in chat messages. 2021-11-23 19:07:20 +01:00
John Livingston
74236028ac
Fix iframe unwanted horizontal scrollbar. 2021-11-23 18:10:01 +01:00
John Livingston
8e0613622f
Peertube theme: fix login form background colors. 2021-11-23 17:30:12 +01:00
John Livingston
3e3e5dd980
Peertube theme: fix moderation/affiliations colors. 2021-11-23 17:20:36 +01:00
John Livingston
f334f17e8d
Peertube theme: fix title and login form colors. 2021-11-23 17:05:23 +01:00
John Livingston
8412c225d4
Peertube theme: fix secondary buttons colors. 2021-11-23 16:53:52 +01:00
John Livingston
eb3155c2a1
Peertube theme: fix form background color. 2021-11-23 16:46:01 +01:00
John Livingston
1b6e8f0822
Peertube theme: fix modal close button color. 2021-11-23 16:39:49 +01:00
John Livingston
49ea8a70a8
Peertube theme: fix secondary buttons colors. 2021-11-23 16:35:31 +01:00
John Livingston
09c2b676ba
Peertube theme: fix modal background color. 2021-11-23 16:32:13 +01:00
John Livingston
c56003264f
CSS: fix converse-chat-toolbar colors. 2021-11-23 16:10:02 +01:00
John Livingston
12b9b80871
CSS: margin when avatar hidden. 2021-11-23 15:21:02 +01:00
John Livingston
d45893a22c
ConverseJS theme: Fix margin when hidding avatars. 2021-11-22 14:50:55 +01:00
John Livingston
8999133dcc
Autocolors
WIP on a new feature: trying to guess current Peertube theme's colors,
and apply them to ConverseJS.
2021-11-19 16:45:10 +01:00
John Livingston
9b20042aad
ConverseJS: theme settings. 2021-11-18 11:08:12 +01:00
John Livingston
8b41fa7a20
ConverseJS Peertube theme: bigger occupants sidebar when width is not big enough. 2021-11-17 11:57:52 +01:00
John Livingston
63111a0687
Fixing some colors. 2021-11-17 11:48:43 +01:00
John Livingston
d5b212712b
Peertube theme: hide avatars when width<576px. 2021-11-17 11:34:01 +01:00
John Livingston
b593d4fc76
CSS: trying to map ConverseJS vars to peertube colors. 2021-11-10 17:35:35 +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
aa156d3c06
New splash screen. 2021-11-09 16:13:11 +01:00
John Livingston
ab8dac1bba
Better CSS customization. 2021-11-09 16:10:33 +01:00
John Livingston
af55d50c93
Fix typo. 2021-11-09 16:10:33 +01:00
John Livingston
65845fe9f6
New ConverseJS entry point. Using it to add custom CSS. 2021-11-09 16:10:32 +01:00
John Livingston
9e640dd5bc
Adding custom webpack file for ConverseJS. 2021-11-09 16:10:32 +01:00
John Livingston
679992146b
Building ConverseJS ourself. 2021-11-09 16:10:25 +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
d4b8c8b2e2 Using getBaseStaticRoute for index.html urls. 2021-05-18 18:17:13 +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
John Livingston
84723ee261 Fix converseJS: show the participant list when not in iframe. 2021-05-02 14:41:54 +02:00
John Livingston
3dd8718744 Eslint: configure for standard-typescript (backend), and separate configurations depending on folders. 2021-04-07 17:20:28 +02:00
John Livingston
8246e12297 ConverseJS fixes and documentation:
* using version 7.0.4
* update documentation and example files
* disable discover_connection_methods option
2021-02-21 16:13:48 +01:00
John Livingston
765542ef31 Fix some html attributes and add a content-type. 2021-02-21 15:21:30 +01:00
John Livingston
40d6ade8b6 Look & feel for builtin chat. 2021-02-20 23:29:07 +01:00
John Livingston
409f9358e9 Fix missing CSS. 2021-02-20 23:18:49 +01:00
John Livingston
39ab460d68 Rewriting the way ConverseJS is builtin. 2021-02-20 23:12:12 +01:00
John Livingston
d9e461f984 Builtin ConverseJS:
* Building with webpack. TODO: include assets.
* Page template
2021-02-20 20:42:41 +01:00