Commit Graph

44 Commits

Author SHA1 Message Date
d081c0eed1 Fix doc. 2024-03-07 18:10:50 +01:00
de15b7d480 Slow mode duration:
* channel option is no more a default value, but the current value
* changing naming in accordance
* changing labels and documentation
2024-03-07 17:56:27 +01:00
f5b9ffe616 Temporary security fix for #332: rollback of v8.3.1:
* Setting video owner as room owner as side effects. Like leaking the instance moderator/admin list. And maybe others.
  * So we rollback this feature, waiting for a better way to allow room admins/moderators to change room settings.
  * As a consequence, users that are not Peertube moderator/administrator can't change the slow mode configuration without deleting/recreating the room. This will be fixed in a later plugin version.
2024-03-01 15:25:29 +01:00
e9d6bd04fb Fix typo 2024-02-17 08:10:59 +01:00
3f8d1bfe9c Documentation: slow mode + several fix + screenshot updates. 2024-02-16 18:09:55 +01:00
8a400d2d9f New abstract avatars 2024-02-12 16:50:08 +01:00
2f311cfc56 Fix typo. 2024-02-12 09:55:56 +01:00
8a3e046386 doc:translate 2024-02-09 15:38:32 +01:00
70563200fe New avatars:
* new settings to change the avatar set
* user documentation
2024-02-09 12:41:05 +01:00
28adf29626 Documentation: link to ConverseJS weblate and translations documentation. 2024-02-07 17:41:02 +01:00
99ac4f696a Fix doc typo. 2024-02-07 17:05:18 +01:00
2b1e0fd3e9 Fix typo: improvment/improvement 2024-01-31 18:25:19 +01:00
5cfa177413 Documentation: talk about the bot in the intro 2023-12-27 10:38:12 +01:00
6f1cca0c5b Documentation: livechat-perf-test repository. 2023-12-07 11:03:10 +01:00
af2798366c Renaming "pre-recorded messages" to "timers" 2023-09-26 14:41:46 +02:00
5747d6220d Documentation. 2023-09-26 10:45:33 +02:00
e4bbac3ab7 Fix typo. 2023-09-25 18:48:00 +02:00
6fe3900de2 Documentation 2023-09-22 20:42:14 +02:00
0ed934a8da doc:translate. 2023-09-22 20:15:55 +02:00
64f775c312 Documentation. 2023-09-22 20:15:16 +02:00
0fcc12f26c doc:translate 2023-09-22 16:46:39 +02:00
22f7d8fcef Fix #200: externalizing the Prosody AppImage build:
The build process for the Prosody AppImage only worked on Debian based
stations.
See: https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200

With this commit, the Prosody AppImage is no more built in this plugin, but downloaded from [prosody-appimage](https://github.com/JohnXLivingston/prosody-appimage).
2023-08-07 16:59:06 +02:00
9f8a9ae5ae Fix typo. 2023-08-07 10:19:42 +02:00
609b9e99ec Fix #100: API endpoint enhancement
Bypassing Nginx for API call originated from Prosody (if Peertube >=5.1).
Can also fix some Docker setup, which needed to set the prosody-peertube-uri settings.
2023-08-02 17:08:42 +02:00
f8ad15d324 Documentation: fix typo. 2023-07-27 13:15:32 +02:00
c66c15fa76 Some documentation. 2023-07-27 11:43:31 +02:00
c78b137b70 Fix typo 2023-07-27 10:45:06 +02:00
f0bff2352e Fix typo. 2023-07-26 18:53:43 +02:00
8db4f10584 Improving Documentation (#220)
Documentation improvement (Related to https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/117)

* new introduction and homepage
* Fix livechat_label shortcode: no line breaks
* refactoring/rewriting user documentation
* troubleshooting section
* Updating documentation po files
* ...
2023-07-25 18:00:41 +02:00
080642c968 po4a run 2023-07-19 08:50:41 +02:00
f5b3b68c4f Fix documentation: translate doc not translated:
The example of livechatnotranslation usage in the page was triggering
the doc-translate script... So the page was marked as "don't translate".
2023-07-17 17:09:39 +02:00
c9bf187299 Fix typo. 2023-07-17 16:56:24 +02:00
9fba92001f po4a version 2023-07-17 16:51:19 +02:00
9d3c7eef65 No markdown table in documentation, not compatible with po4a. 2023-07-17 16:01:00 +02:00
d8d0b48e60 Doc. 2023-07-17 15:40:55 +02:00
c972dd2d48 Fixing newlines handling by documentation translations. 2023-07-17 15:14:27 +02:00
3ba3a7cc5f Fix doc typo. 2023-07-17 13:26:19 +02:00
591f52c493 Still trying to resync Weblate. 2023-07-17 13:17:32 +02:00
2d6dc95193 Trying to sync weblate again. 2023-07-17 13:14:08 +02:00
996cd7efc0 Fix translation conflict. 2023-07-17 13:08:40 +02:00
6ba9e0af7c Translated using Weblate (Czech)
Currently translated at 10.0% (30 of 298 strings)

Translation: PeerTube LiveChat/Peertube Plugin Livechat Documentation
Translate-URL: https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/cs/
2023-07-17 13:01:45 +02:00
732344a37c Update develop documentation, with correct dependencies. 2023-07-17 12:47:42 +02:00
a7a62e76b6 Fix doc. 2023-07-14 19:56:21 +02:00
56df985745 Documentation translation (#199)
Documentation translation using weblate.

* Use po4a to generate .po files from the english markdowns, then to generate translated files
* Some pages can be marked as «english only» (for technical documentation for example)
* New Hugo shortcode to use application strings in documentation (for example for settings names)
* The code of conduct is no more translated, but there is a link to official Contributor Covenant translations
* Adding all plugin's supported languages

Related to https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/117
2023-07-14 19:15:30 +02:00