Commit Graph

85 Commits

Author SHA1 Message Date
0e98cbaba5 ConverseJS upstream update:
* update ConverseJS version
* remove concord theme from settings (and migrate to peertube)
* added cyberpunk theme
* fixed settings localization
2024-09-02 12:11:21 +02:00
c205acbb17 Improved documentation accessibility (#118):
* Adding alts and titles on screenshots. Alts are now descriptive.
2024-08-30 16:21:16 +02:00
9e252193d4 Fix #504: better prosodyctl documentation 2024-08-19 10:58:49 +02:00
e1d1dd94e6 Update documentation. 2024-08-13 10:49:35 +02:00
8e99199f29 New option to use and configure Prosody mod_firewall WIP (#97):
* new setting
* new configuration screen for Peertube admins
* include the mod_firewall module
* load mod_firewall if enabled
* sys admin can disable the firewall config editing by creating a
  special file on the disk
* user documentation
2024-08-13 10:35:47 +02:00
54c31500a3 Fix typo. 2024-08-12 12:09:32 +02:00
b8db486410 Message search results: display original nickname if has changed. 2024-08-06 17:54:07 +02:00
ad5397b3c7 Adding actions on the occupant list. 2024-08-06 17:32:37 +02:00
e665823f5b Message search documentation (#145) 2024-08-05 12:08:45 +02:00
7892fd6c03 Fix doc link + add missing chapter. 2024-07-31 23:19:48 +02:00
3004105b5e Moderator notes WIP (#144):
* user documentation
2024-07-31 22:48:16 +02:00
ebc8fc8797 Option to hide moderator name who made actions WIP (#137). 2024-07-29 15:00:02 +02:00
64f03e5454 Documentation. 2024-07-17 10:53:53 +02:00
9c200a4e46 Moderation delay (#132):
* displaying the remaining time for moderators.
2024-07-10 16:54:54 +02:00
2f98dfa538 Bad english corrections. 2024-07-10 11:55:54 +02:00
ac4234281c Documentation. 2024-07-10 11:25:20 +02:00
a5bcfe61b2 Fix typo. 2024-07-10 11:13:56 +02:00
a37b532793 Moderation delay WIP (#132):
* user documentation
2024-07-09 16:31:32 +02:00
e839fea580 Fix documentation image. 2024-07-05 13:37:15 +02:00
bcb11ecbd7 Poll WIP (#231):
* user documentation
2024-07-05 12:41:02 +02:00
cf89db63bc Emojis doc. 2024-06-25 17:51:02 +02:00
c588a73233 Fix english typo. 2024-06-25 17:23:20 +02:00
c0c835df11 Terms&Conditions (#18) WIP:
* technical documentation
* update user documentation
2024-06-25 13:14:13 +02:00
af04f70611 Terms&Conditions (#18) WIP:
* user documentation
* settings documentation
2024-06-25 12:21:02 +02:00
14b2357b2d Fix doc. 2024-06-21 12:08:04 +02:00
ec36240963 Fix doc. 2024-06-21 12:01:29 +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
252dd04a13 Dock documentation. 2024-06-19 12:17:03 +02:00
257fdbd2c2 Authentication token generation (#98):
* setting to disable the feature (aka "panic button")
2024-06-17 15:25:02 +02:00
79848b7988 Custom emojis: import/export functions documentation. 2024-06-10 19:29:03 +02:00
431862268e Channel custom emojis documentation. 2024-06-07 14:17:28 +02:00
3632bb7cec Matterbridge doc. 2024-05-28 12:05:27 +02:00
1697a956f1 Matterbridge doc. 2024-05-28 11:59:25 +02:00
ece0df56ad Update matterbridge.md
Not actually tested, but it should be mostly correct.
2024-05-27 22:40:44 +00:00
ac1900b34a Fix url. 2024-05-27 17:19:24 +02:00
5a14e3f755 New setting to listen C2S connection on non-localhost interfaces (#377). 2024-05-27 16:32:40 +02:00
345ec0ba56 Fix reuse usage in documentation 2024-05-23 12:34:38 +02:00
d5c327565c Adding SPDX headers (WIP) 2024-05-23 11:42:14 +02:00
e1307878b6 Updating documentation (#385) 2024-05-17 15:56:43 +02:00
02003cd23c Fix english in documentation. 2024-05-13 17:41:49 +02:00
17738b50f3 Merge branch 'main' into patch-1 2024-05-13 17:37:31 +02:00
66c0d207da Fix english in documentation. 2024-05-13 17:16:48 +02:00
280fcaa2e9 Update tasks.md
Hi there - I've taken some liberties with what I think you mean with the text. For example, you had said the word "note" a few times, but I think the word "highlight" might better suit what you mean: "to draw special attention to". I also made a few word order changes which feel more natural to English speakers.

If you have any questions, please feel free to contact me by email or otherwise or on the Fediverse at @ScottStarkey@hoosier.social
2024-05-13 10:31:48 -04:00
4e8a2b6720 Documentation 2024-05-13 12:25:15 +02:00
59f7077e4b Fix english in documentation 2024-05-13 12:10:48 +02:00
13151207a4 Task lists: documentation 2024-05-13 12:02:10 +02:00
acefa9c307 Documentation. 2024-04-22 14:48:23 +02:00
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
3d3bb2bd27 OpenID Connect documentation + cleaning. 2024-04-19 11:03:50 +02:00
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