7afcbcf1a2
Refactoring: better naming, to prepare other external authent.
2024-04-19 09:58:36 +02:00
8a65f447c8
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 )
...
Get avatar from remote service.
2024-04-19 09:58:35 +02:00
2334a5f861
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
...
Sign out button for external accounts.
2024-04-19 09:58:35 +02:00
c3d7102d4a
Possibility to configure an OpenID Connect provider on the instance
...
level WIP (#128 ):
Small fixes, so it works with Google accounts.
2024-04-19 09:58:34 +02:00
a4e42a11b9
Fix controller.
2024-04-19 09:58:33 +02:00
6c13d2e377
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:33 +02:00
3a5f27e751
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:33 +02:00
8574ab581d
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:33 +02:00
6c75863472
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:32 +02:00
43d0fba274
Possibility to configure an OpenID Connect provider on the instance level WIP ( #128 ).
2024-04-19 09:58:32 +02:00
0719d25f35
Fix #48 : Proper 404 and 403 pages when trying to open non-existant chatroom (WIP).
2024-04-04 14:58:24 +02:00
e5e6c6f953
Room list: using new chat page
2024-04-03 12:13:44 +02:00
bd695bdb27
New fullscreen chat WIP:
...
* Fullscreen chat: now uses a custom page (in other words: when opening the chat in a new tab, you will have the Peertube menu). WIP
* some code refactoring (getBaseRoute moved to util/uri, ...)
2024-03-26 11:09:46 +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
4dd4f18965
Fix #87 : updating chat room title when video/channel title is changed:
...
* renaming module list_rooms to manage_rooms
* added some API to update room info
* when a video or a channel is updated, sending an API call to update
the room
2024-03-07 16:22:14 +01:00
3d9237624d
Naming:
...
* changing delay by duration for slow mode options
* better labels
2024-02-16 17:35:55 +01:00
cf179d7f72
Slow mode WIP ( #192 ):
...
* default delay is configurable in channel's chat rooms options.
2024-02-16 17:35:53 +01:00
5d4bfceb73
Hidden force_default_hide_muc_participants query parameter, for testing
...
purpose.
2024-01-31 18:12:53 +01:00
353f2d03f3
Fix disabling bot
2023-09-26 14:37:56 +02:00
aa71a302f6
Channel Configuration UI WIP
2023-09-22 16:45:08 +02:00
cc673bd3cb
Refactoring.
2023-09-22 16:45:08 +02:00
59c0c0c89b
removing unecessary await
2023-09-22 16:45:05 +02:00
a8c71fbadf
Store Bot configuration
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
1a1b246d45
refactoring.
2023-09-22 16:45:03 +02:00
d410d4e08e
Settings to disable the bot and the advances channel configuration
2023-09-22 16:45:02 +02:00
5373fb1570
Renaming 'moderation' pages to 'configuration'.
2023-09-22 16:45:02 +02:00
7e89e430d0
Moderation configuration screen: store options.
2023-09-22 16:45:02 +02:00
0987a036a0
Moderation configuration screen: WIP.
2023-09-22 16:45:01 +02:00
cb6decfa84
Fix: only local channels.
2023-09-22 16:45:01 +02:00
a25c4822fa
Moderation configuration screen: WIP.
2023-09-22 16:45:01 +02:00
02728bb38d
Moderation configuration screen: WIP.
2023-09-22 16:45:01 +02:00
64668733c8
Code refactoring:
...
Splitting API code in several files.
2023-09-07 17:20:01 +02:00
f7a32e95d4
Code refactoring:
...
Cleaning some backend code, for a better readability.
2023-08-01 18:42:24 +02:00
d33795f7a1
Code refactoring WIP:
...
Cleaning the way ConverseJS parameters are given to the full page.
2023-08-01 17:01:09 +02:00
efdf01cef2
Fix condition.
2023-05-31 16:52:50 +02:00
e719dc3079
Chat Federation: fetch remote server information when missing.
2023-05-31 16:52:50 +02:00
6ed69d2c2f
Chat Federation: refactoring ActivityPub data:
...
The data format used by plugin v6.3.0 was not well suited.
Here comes a new data format, with S2S informations.
The plugin can automatically upgrade old format.
It also continues to provide the old format, so than remote instance
that did not update the plugin will still work.
2023-05-31 16:52:50 +02:00
b38d9a6426
Cleaning an aborted PoC
2023-05-31 16:52:49 +02:00
9a2da60b7d
Chat Federation (and a lot more) WIP:
...
Note: websocket s2s is not working yet, still WIP.
New Features
* Chat Federation:
* You can now connect to a remote chat with your local account.
* This remote connection is done using a custom implementation of [XEP-0468: WebSocket S2S](https://xmpp.org/extensions/xep-0468.html ), using some specific discovering method (so that it will work without any DNS configuration).
Minor changes and fixes
* Possibility to debug Prosody in development environments.
* Using process.spawn instead of process.exec to launch Prosody (safer, and more optimal).
* Prosody AppImage: fix path mapping: we only map necessary /etc/ subdir, so that the AppImage can access to /etc/resolv.conf, /etc/hosts, ...
* Prosody AppImage: hidden debug mode to disable lua-unbound, that seems broken in some docker dev environments.
2023-05-31 16:52:47 +02:00
3bc05d88df
Chat Federation: using S2S if available.
...
* if both local and remote instance have external XMPP connections enabled, the user joins the remote room with his local account
* some code refactoring (builtin.ts)
Note: documentation and settings descriptions are to do.
Related to #112
2023-05-31 16:52:47 +02:00
4a02f74563
Fix cross domain BOSH.
2023-04-21 18:49:15 +02:00
5d323b2dfd
Chat Federation, connection to remote chat:
...
Front-end connect using BOSH or WS directly on the remote server.
If use is logged-in, his nickname is use as default nickname.
2023-04-21 16:56:48 +02:00
333590defd
Chat Federation: send the information to the frontend.
2023-04-21 12:02:52 +02:00
115fcd8484
Chat federation: add metadata in ActivityPub. WIP
2023-04-19 19:07:08 +02:00
310419ad66
Fix Peertube crash:
...
Peertube could crash when someone attemps to connect to Websocket endpoint during plugin initialization.
2023-04-17 11:14:41 +02:00
38023df6be
XMPP clients connections WIP + fix mod_muc_http_defaults
2023-04-14 11:33:41 +02:00
3f47c3c65a
Refactoring and simplification ( #122 )
2023-01-11 18:05:18 +01:00