Commit Graph

416 Commits

Author SHA1 Message Date
John Livingston 0e14ec6649
Removed the settings «Chats are only available for local videos».
From now on, webchat can only be activated for local videos.
It will never be displayed on remote videos.
This is because an incompatibility with a new feature (webchat per channel).
Moreover this feature was very limited: the webchat was not shared with the remote instance (this will probably be achieved in a future release).
2021-08-05 18:45:06 +02:00
John Livingston 14a87be859
Updating changelog and co. 2021-08-05 18:37:40 +02:00
John Livingston 3dcbba57e6
Room list: force channel or video room. 2021-08-05 18:34:38 +02:00
John Livingston e9d1e55084
Room list: handle channel rooms. 2021-08-05 18:25:27 +02:00
John Livingston 855ed51251
Updating Roadmap. 2021-08-05 17:18:53 +02:00
John Livingston 5c0b274f39
Builtin Prosody: adding the prosody-room-type settings to allow rooms to be per channel or per video. WIP. 2021-08-05 15:41:49 +02:00
John Livingston 5237c20332
Adding markdownlint file. 2021-08-05 11:58:31 +02:00
John Livingston 3ca97fcf0e
Fix #63: On some old Peertube installations, there can be usernames with upper-case letters. Adding a toLowerCase() for the XMPP jid. 2021-08-05 11:51:16 +02:00
John Livingston e14007f2e9
External webchat tool: new placeholder CHANNEL_ID in the webchat url. 2021-08-04 17:38:26 +02:00
John Livingston 523a5f35ab
Fix. 2021-08-04 17:32:47 +02:00
John Livingston b2b489af6e
Adding debug information in the diagnostic screen. 2021-08-04 17:15:58 +02:00
John Livingston ddaf57b5d5
Minor fix + code refactoring. 2021-08-04 00:57:14 +02:00
John Livingston 5300992806
Fix doc. 2021-08-04 00:56:31 +02:00
John Livingston a3579abb81
Builtin ConverseJS on external XMPP server: new placeholders for the room name: CHANNEL_ID, CHANNEL_NAME. 2021-08-04 00:22:19 +02:00
John Livingston 98a9515a50
Adding a contribution guide, and an email contact. 2021-08-02 18:14:56 +02:00
John Livingston 0cc160240f
Code of conduct. 2021-08-02 17:49:20 +02:00
John Livingston 8bbcd3c851
Ref to changelog. 2021-07-20 10:40:58 +02:00
John Livingston a4b501e305
Ref to changelog. 2021-07-20 10:40:07 +02:00
John Livingston 537897e1ed
Merge branch 'release/3.2.0' into main 2021-07-20 02:57:14 +02:00
John Livingston 40ad9629fc
Fix broken API diagnostic.
* Moving http_peertubelivechat_test module in muc component, as the
global config has no http_host.
* Adding Host HTTP Header to API call from Peertube to Prosody
2021-07-20 02:52:58 +02:00
John Livingston 2d659b6522
Fix changelog. 2021-07-20 01:50:10 +02:00
John Livingston b54370a62c
Roadmap. 2021-07-20 01:21:39 +02:00
John Livingston 226abcbc0e
Some styles. 2021-07-20 01:18:01 +02:00
John Livingston b64d9730d0
Adding last activity informations. 2021-07-19 16:51:51 +02:00
John Livingston b65d6ddde7
Fix identation. 2021-07-19 16:19:06 +02:00
John Livingston 8674ee3f99
Fix identation. 2021-07-19 16:17:34 +02:00
John Livingston 91ade27d81
Changing labels. 2021-07-19 15:47:18 +02:00
John Livingston 4a775b1df5
Room list: retrieving video metadata. 2021-07-19 15:45:57 +02:00
John Livingston eda07f7687
Roadmap update. 2021-07-19 14:40:18 +02:00
John Livingston e50cfa6a8b
Moving setting prosody-peertube-uri in advanced settings. 2021-07-14 19:22:25 +02:00
John Livingston b6269d7ca3
Changelog 2021-07-14 19:21:56 +02:00
John Livingston 446ebc0de9
Merge branch 'release/3.2.0' into prosody_room_list 2021-07-14 19:11:09 +02:00
John Livingston e6f23e660e
Changelog. 2021-07-14 18:48:24 +02:00
John Livingston ed718d7d27
Rewriting some c2s code. 2021-07-14 18:46:08 +02:00
John Livingston fbf9ef3eac
Rearrange documentation. 2021-07-14 18:35:46 +02:00
John Livingston c30a2b6243
Merge branch 'tytan652-localhost_c2s' into release/3.2.0 2021-07-14 18:27:59 +02:00
tytan652 3b51bf2946 Add localhost c2s connections 2021-07-13 20:18:32 +02:00
John Livingston 98c5518059
Fix muc component http_host. 2021-07-06 11:26:37 +02:00
John Livingston 499ecffe62
Roadmap update. 2021-06-23 12:01:01 +02:00
John Livingston 9a65da50e5 FIXME. 2021-06-22 14:57:57 +02:00
John Livingston 47bf53bafb Merge branch 'release/3.2.0' into prosody_room_list 2021-06-22 13:47:39 +02:00
John Livingston 25e41338c8 Initializing v3.2.0. 2021-06-22 13:42:34 +02:00
John Livingston 67f330017d Diagnostic tool: correctly parse Prosody nightly build versions. 2021-06-22 13:28:15 +02:00
John Livingston 6608480826 Builtin Prosody: optional settings to change the url for Prosody's API calls. 2021-06-22 13:23:01 +02:00
John Livingston a526feac19 Diagnostic tool: testing API communication from Prosody to Peertube. 2021-06-22 12:57:24 +02:00
John Livingston 7279761c66 Diagnostic tool: testing API communication between Peertube and Prosody. 2021-06-22 10:26:45 +02:00
John Livingston 350a9fa833 Merge branch 'main' into release/3.1.0 2021-06-22 09:48:52 +02:00
John Livingston 0da24a95b0 Update issue templates 2021-06-21 09:30:47 +02:00
John Livingston e6d4b0f663 Merge branch 'release/3.1.0' into prosody_room_list 2021-06-17 10:48:12 +02:00
John Livingston ef0b5c9e3d 3.1.0 init. 2021-06-17 10:45:04 +02:00