John Livingston
5a455fff93
New option to only allow registered users to speak WIP ( #233 ):
...
* Prosody mod_muc_peertubelivechat_roles module
* Fix ConverseJS to disable the message field when room is unmoderated
and user is visitor
* Mute/voice anonymous users when changing room configuration.
* Display a specific message to muted anonymous users.
* Default value for mute_anonymous in channel options.
* Feature documentation
2024-06-21 11:37:06 +02:00
John Livingston
83dd3130a1
Fix #436 : Saving emojis per batch, to avoid hitting max payload limit.
2024-06-20 11:14:00 +02:00
John Livingston
8a2d556d4e
Replace github documentation link by framagit ones + fix some links
2024-06-19 11:06:11 +02:00
John Livingston
257fdbd2c2
Authentication token generation ( #98 ):
...
* setting to disable the feature (aka "panic button")
2024-06-17 15:25:02 +02:00
John Livingston
6bb29d79f8
Authentication token generation WIP ( #98 )
...
* fix stored data format
* implement user_exists and check_password
2024-06-17 12:44:26 +02:00
John Livingston
90afdafbd9
Authentication token generation WIP ( #98 )
...
You can now generate links to join chatrooms with your current user. This can be used to create Docks in OBS for example. This could also be used to generate authentication token to join the chat from 3rd party tools.
2024-06-17 11:43:59 +02:00
John Livingston
9e8e2a2572
Reading livechat-active parameter on live creation API endpoint:
...
So that the Android Peertube Live app can pass the parameter withing the first (and only) API call.
Implements #400 .
2024-06-14 17:56:22 +02:00
John Livingston
ae2d45b007
Enable the chat by default when a live is created:
...
So that lives created by the Android Peertube Live app will have chat by default.
Fix #400 .
2024-06-14 17:33:49 +02:00
John Livingston
7312297e25
Missing SPDX.
2024-06-12 10:53:14 +02:00
OPNA2608
ad27a76fab
Deregister prosodyctl interval callback when spawn.stdin disappears
...
To avoid running into "write EPIPE" errors.
2024-06-11 22:45:00 +02:00
John Livingston
f1cf98921f
Custom channel emoticons WIP ( #130 ):
...
* fix reset when opening multiple chat
* disable default converseJs custom icons
2024-06-07 13:45:07 +02:00
John Livingston
200d21d5a6
Custom channel emoticons WIP ( #130 ): federation
2024-06-07 13:45:06 +02:00
John Livingston
3c65aa3fd3
Custom channel emoticons WIP ( #130 ): cache
2024-06-07 13:45:06 +02:00
John Livingston
a777c7ac8d
Custom channel emoticons WIP ( #130 )
2024-06-07 13:45:06 +02:00
John Livingston
893708d93a
Custom channel emoticons WIP ( #130 ) + Fix cleanup on channel deletion.
2024-06-07 13:45:05 +02:00
John Livingston
92e9d6d1af
Custom channel emoticons WIP ( #130 )
2024-06-07 13:45:05 +02:00
John Livingston
04403225fb
Custom channel emoticons WIP ( #130 ) + various fix
2024-06-07 13:45:04 +02:00
John Livingston
688ab4f029
Custom channel emoticons WIP ( #130 )
2024-06-07 13:45:04 +02:00
John Livingston
dad29a941f
Custom channel emoticons WIP ( #130 )
2024-06-07 13:45:04 +02:00
Mehdi Benadel
2c81d9a052
lint update
2024-05-28 13:43:07 +02:00
Mehdi Benadel
9ff4abfce4
added attempt at dynamic listing
2024-05-28 13:43:07 +02:00
John Livingston
5a14e3f755
New setting to listen C2S connection on non-localhost interfaces ( #377 ).
2024-05-27 16:32:40 +02:00
John Livingston
d5c327565c
Adding SPDX headers (WIP)
2024-05-23 11:42:14 +02:00
John Livingston
5f4ac233af
Fix colors in old fullpage mode ( #139 )
2024-05-21 15:22:09 +02:00
John Livingston
4afc6ec4c6
Slow mode (related to #385 ):
...
The slow mode duration on the channel option page is now a default value for new rooms. Streamers can change the value room per room in the room's configuration.
2024-05-17 15:32:31 +02:00
John Livingston
da75765bdb
Changing defaults MUC affiliation ( #385 ):
...
* For Peertube moderators/admins, we add a button "Promote". Clicking on it will promote them as MUC owner.
2024-05-17 15:18:32 +02:00
John Livingston
5745e8c8a3
Changing defaults MUC affiliation ( #385 ):
...
* video/channel owner is MUC owner
* the bot is MUC owner
* the bot is admin on the MUC component
* Peertube moderators/admins have no more special access (by default)
* migration script to update all existing rooms
2024-05-17 11:47:37 +02:00
John Livingston
7608f7c14b
Task lists WIP:
...
* first shot for the pubsub module that will handle tasks.
2024-05-13 10:52:32 +02:00
John Livingston
a026c57cc3
The livechat plugin broke the federation with Peertube >= 6.1.0.
2024-05-05 13:51:10 +02:00
John Livingston
0a492d1921
Adding some standard OpenID Connect providers (Google, Facebook) (WIP):
...
* frontend
2024-04-22 14:28:55 +02:00
John Livingston
024186ba2c
Adding some standard OpenID Connect providers (Google, Facebook) (WIP):
...
* refactoring, to allow several OIDC singletons
* settings for google and facebook
* backend code
2024-04-22 13:03:31 +02:00
John Livingston
3d3bb2bd27
OpenID Connect documentation + cleaning.
2024-04-19 11:03:50 +02:00
John Livingston
7afcbcf1a2
Refactoring: better naming, to prepare other external authent.
2024-04-19 09:58:36 +02:00
John Livingston
cfc5e98d90
Improving the pruning mechanism.
2024-04-19 09:58:36 +02:00
John Livingston
ce2d8ed123
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 )
...
Pruning external users periodically.
2024-04-19 09:58:36 +02:00
John Livingston
a9a0925ac0
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 )
...
Default avatar for external accounts.
2024-04-19 09:58:36 +02:00
John Livingston
8a65f447c8
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 )
...
Get avatar from remote service.
2024-04-19 09:58:35 +02:00
John Livingston
2334a5f861
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
...
Sign out button for external accounts.
2024-04-19 09:58:35 +02:00
John Livingston
131d9ac22d
Fix.
2024-04-19 09:58:35 +02:00
John Livingston
3efbfbc12b
Possibility to configure an OpenID Connect provider on the instance
...
level WIP (#128 )
Fix chat federation.
2024-04-19 09:58:35 +02:00
John Livingston
c3d7102d4a
Possibility to configure an OpenID Connect provider on the instance
...
level WIP (#128 ):
Small fixes, so it works with Google accounts.
2024-04-19 09:58:34 +02:00
John Livingston
a4e42a11b9
Fix controller.
2024-04-19 09:58:33 +02:00
John Livingston
6c13d2e377
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:33 +02:00
John Livingston
3a5f27e751
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:33 +02:00
John Livingston
8574ab581d
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:33 +02:00
John Livingston
6c75863472
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:32 +02:00
John Livingston
43d0fba274
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:32 +02:00
John Livingston
669b260307
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:32 +02:00
John Livingston
e646ebfd69
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:32 +02:00
John Livingston
514cc1d159
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:32 +02:00