Commit Graph

35 Commits

Author SHA1 Message Date
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
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
688ab4f029 Custom channel emoticons WIP (#130) 2024-06-07 13:45:04 +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
66c0d207da Fix english in documentation. 2024-05-13 17:16:48 +02:00
b273d0a1b7 Task list: Technical documentation. 2024-05-13 13:45:44 +02:00
0b299883b1 fix typo 2024-02-28 15:52:40 +01:00
131711a9e9 link to xep draft. 2024-02-28 15:50:08 +01:00
6bbea26da0 Slow Mode XEP WIP (XEP-0143 compliance). 2024-02-26 11:04:24 +01:00
7c5b67ef99 Slow Mode XEP WIP (RFC 2119 compliance). 2024-02-23 17:57:31 +01:00
ec442fbd2b Slow Mode XEP WIP (including comments from XSF discussion room). 2024-02-23 15:32:44 +01:00
6e9e99ec19 Slow Mode XEP WIP. 2024-02-23 15:04:55 +01:00
1ac1b24e65 Slow Mode XEP WIP (including comments from XSF discussion room). 2024-02-23 14:54:56 +01:00
fbae210832 Slow Mode XEP WIP. 2024-02-23 12:56:44 +01:00
f1a4908e20 Slow Mode XEP WIP. 2024-02-23 12:18:40 +01:00
93e95123ae Slow Mode XEP WIP. 2024-02-23 12:14:44 +01:00
3d7c2099a2 Slow Mode XEP WIP. 2024-02-23 12:12:35 +01:00
5783f262d8 Slow Mode XEP WIP. 2024-02-23 12:07:25 +01:00
c0407ceb3f Slow Mode XEP WIP. 2024-02-22 18:18:38 +01:00
8a400d2d9f New abstract avatars 2024-02-12 16:50:08 +01:00
91ef261c16 Fenec avatars. 2024-02-09 15:35:40 +01:00
fbeffef34b Bird avatars. 2024-02-09 15:12:48 +01:00
9561f36b93 Cats avatars. 2024-02-09 13:17:12 +01:00
19fca3891a New avatars:
* moving files in better directory structure
* new bot avatar
2024-02-09 11:16:29 +01:00
b9b0eb41d9 New avatars set WIP:
* adding new avatars by David Revoy
* replacing old avatars to test

TODO: add a settings to choose between legacy and new avatars.
TODO: generate a bot avatar.
2024-02-08 18:49:49 +01:00
8419a8429f Doc label changes. 2023-09-26 12:07:31 +02:00
f97e54d499 Moderation Bot integration WIP:
* Start and stop the bot WIP
* Prosody: removing the BOSH module from the global scope (must only be present on relevant virtualhosts)
* Some refactoring
2023-09-22 16:45:06 +02:00
35c9494ed7 Store bot configuration WIP 2023-09-22 16:45:04 +02:00
e4683cf282 WIP: store and get relation between rooms and channels:
* rebuildData
* handling video update (to check for channel changes)
2023-09-22 16:45:04 +02:00
c900d2d1d4 WIP: store and get relation between rooms and channels (refactoring) 2023-09-22 16:45:04 +02:00
32b52adebb WIP: store and get relation between rooms and channels 2023-09-22 16:45:03 +02:00
b4db6be7c0 Documentation. 2023-09-22 16:45:03 +02:00
b165364748 Some technical documentation. 2023-09-07 12:53:07 +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