Commit Graph

472 Commits

Author SHA1 Message Date
7892fd6c03 Fix doc link + add missing chapter. 2024-07-31 23:19:48 +02:00
48763e6173 Moderator notes WIP (#144):
Displaying the nickname at time of note creation if it changed.
2024-07-31 22:48:16 +02:00
70f702f78e Fix: clicking on the current user nickname in message history was failing to open the profile modal. 2024-07-31 22:48:16 +02:00
1c749f68bc Fix new task order + fix notes order. 2024-07-31 22:48:15 +02:00
074e688ed8 New moderator app WIP:
* #144: moderator notes WIP,
* plugin size: adding an API,
* refactoring the code from the task app, to create a new MUC App
  system.
2024-07-31 22:48:14 +02:00
ebc8fc8797 Option to hide moderator name who made actions WIP (#137). 2024-07-29 15:00:02 +02:00
b7c595214b Updated mod_muc_moderation to upstream. 2024-07-29 15:00:01 +02:00
80d458c445 Changelog. 2024-07-26 10:58:26 +02:00
c6c365abf0 Avatar set for anonymous users: new 'none' choice (that will fallback to Converse new colorized avatars). 2024-07-25 15:34:27 +02:00
099ff28c76 Merge branch 'release/10.3.x' 2024-07-25 12:17:20 +02:00
e57d39c8ab Fix #481:
* Moderation bot was not able to connect when remote chat was disabled.
* Some cleaning in code generating Prosody configuration file.
* Bump version 10.3.3
2024-07-25 12:09:55 +02:00
b40b3a2716 Changelog. 2024-07-25 11:12:49 +02:00
bdc11cb92e Merge branch 'release/10.3.x' 2024-07-18 10:29:12 +02:00
db1993f97e Fix #477: ended polls never disappear when archiving is disabled (and no more than 20 new messages). 2024-07-18 10:24:54 +02:00
522265db5c Changelog. 2024-07-17 10:48:14 +02:00
5fb50b9221 Merge branch 'release/10.3.x' 2024-07-16 12:14:51 +02:00
e8dc9a01fe Bump v10.3.1. 2024-07-16 12:10:01 +02:00
6b54580f91 Fix «create new poll» icon. 2024-07-16 12:05:27 +02:00
cc51bb2c70 Moderation delay: fix accessibility on the timer shown to moderators. 2024-07-16 12:05:13 +02:00
00960652fe Fix «create new poll» icon. 2024-07-16 12:01:51 +02:00
2f69e45b26 Changelog. 2024-07-15 18:15:45 +02:00
9679aec739 Moderation delay: fix accessibility on the timer shown to moderators. 2024-07-11 15:42:12 +02:00
31646beac3 Bump v10.3.0. 2024-07-11 09:40:44 +02:00
25a8ca4cdc Fix #465: don't send markers, even if requested by the sender. 2024-07-11 09:37:00 +02:00
2f98dfa538 Bad english corrections. 2024-07-10 11:55:54 +02:00
a37b532793 Moderation delay WIP (#132):
* user documentation
2024-07-09 16:31:32 +02:00
7a54594967 Moderation delay WIP (#132):
* default channel value for moderation delay
2024-07-09 16:15:07 +02:00
7606a0ec7e Changelog 2024-07-09 09:32:30 +02:00
5eb0ae414d Bump version v10.2.0. 2024-07-08 12:08:28 +02:00
bcb11ecbd7 Poll WIP (#231):
* user documentation
2024-07-05 12:41:02 +02:00
934c07e34e Fix #449: Remove the constraint for custom emojis shortnames to have ":" at the beginning and at the end. 2024-06-25 17:12:46 +02:00
2316c6b1fe Update changelog. 2024-06-25 12:24:37 +02:00
45a63eaecd Terms&Conditions (#18):
* new settings for instance's terms
* new channel option for channel's terms
2024-06-25 12:21:01 +02:00
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
1be95f01b1 Fix: clicking on the import custom emojis button, without selected any file, was resulting in a state with all action button disabled. 2024-06-20 14:39:15 +02:00
d19a84a645 Release v10.1.1. 2024-06-20 11:49:17 +02:00
ef998d49f8 Changelog and fix sk lang file. 2024-06-20 11:48:19 +02:00
48905dd70d Fix #437: removing last line if empty when importing emojis. 2024-06-20 11:45:36 +02:00
a0b4b5f61a Fix: the emojis import function could add more entries than max allowed emoji count.
+ another minor fix.
2024-06-20 11:38:04 +02:00
83dd3130a1 Fix #436: Saving emojis per batch, to avoid hitting max payload limit. 2024-06-20 11:14:00 +02:00
01b93c1887 Release 10.1.0. 2024-06-19 13:07:01 +02:00
68209ed1a7 Reordering changelog. 2024-06-19 12:52:49 +02:00
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
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
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
75dd2e4d59 Rewriting Share modal WIP:
Using lit to entirely rewrite the share chat modal.
2024-06-14 14:22:17 +02:00
990ff2385a Refactoring: merge video-watch scope into common.
In order to be able to use lit in videowatch related code, we have to
merge these scopes.
2024-06-13 16:36:16 +02:00
ad27a76fab Deregister prosodyctl interval callback when spawn.stdin disappears
To avoid running into "write EPIPE" errors.
2024-06-11 22:45:00 +02:00
92cf83dcdf Custom channel emoticons WIP (#130): fix CSS 2024-06-07 14:08:35 +02:00
1b9ecea443 Custom channel emoticons WIP (#130): tabs 2024-06-07 13:45:07 +02:00