Commit Graph

67 Commits

Author SHA1 Message Date
87431327e6 update copyright notice 2025-05-12 12:03:42 +02:00
a129a9bc4c Fix shebangs 2025-05-12 12:03:42 +02:00
f35bb5c8ac Fix #618: Fix custom emojis vs upper/lower case. 2024-12-05 19:46:47 +01:00
9b01d8ed09 Update ConverseJS. 2024-12-03 17:29:14 +01:00
583f581192 Update ConverseJS + CSS fix. 2024-09-17 10:03:57 +02:00
8944bb95d8 New features: announcements WIP (#518). 2024-09-11 19:27:02 +02:00
0b196805b2 Updating ConverseJS (v11 WIP) with latest fixes. 2024-09-11 11:54:50 +02:00
1a75b30c50 Emoji only mode WIP 2024-09-05 18:28:54 +02:00
2f78b901e3 v11.0.1:
* Fix "send message" button that was sending the message twice.
* Bump v11.0.1
2024-09-03 15:28:57 +02:00
575703a7e5 Bump v11.0.0 + npm audit fix. 2024-09-03 14:42:14 +02:00
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
c6d012cfb4 Including Converse accessibility fixes. 2024-08-29 11:28:30 +02:00
3177c31b08 Improved accessibility (#118):
* Fix autocomplete vs tab key
2024-08-20 16:59:08 +02:00
cee42b4bcc Improved accessibility (#118):
* adding role="button" or type="button" where missing.
2024-08-20 15:30:45 +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
62caa63dc5 ConverseJS: using a version with the occupant actions on the right. 2024-08-12 11:57:31 +02:00
ad5397b3c7 Adding actions on the occupant list. 2024-08-06 17:32:37 +02:00
49e11d2b6b Include a Converse fix. 2024-08-06 15:50:40 +02:00
df7981f896 Including a Converse Fix. 2024-08-06 12:25:26 +02:00
003cb24dd8 Updating Converse upstream (with bootstrap5):
* bootstrap 5 compatibility
* other Converse updates integration
* hack to get the sidebar work as with Converse v10.
* modal onHide was renamed close.
* fix slow mode infobox margin.
* fix margin
* shorter action label, for better dropdown UX.
2024-08-06 12:04:28 +02:00
a46425d51f Moderator notes WIP (#144) 2024-07-31 22:48:15 +02:00
e81a7c90b8 Adding the commit id for jcbrand/bootstrap5 (commented) 2024-07-31 22:48:15 +02:00
31c4e5a646 Updating Converse upstream. 2024-07-31 22:48:15 +02:00
ed0b2eb913 ConverseJS merge. 2024-07-18 10:39:40 +02:00
8b0d72bf13 Fix Converse bug. 2024-07-17 11:48:43 +02:00
22daa45b92 Converse update. 2024-07-17 10:47:30 +02:00
712d2bcdcb Converse Fix. 2024-07-16 11:35:26 +02:00
1226162b50 Converse upstream WIP. 2024-07-15 17:35:26 +02:00
d0ab3d94ae Converse upstream updates. 2024-07-15 12:09:25 +02:00
51b603c894 Switch from Converse v10.1.6 to upstream (unreleased v11):
* various WIP to change the Converse version
2024-07-11 17:53:50 +02:00
01b93c1887 Release 10.1.0. 2024-06-19 13:07:01 +02:00
dad29a941f Custom channel emoticons WIP (#130) 2024-06-07 13:45:04 +02:00
d5c327565c Adding SPDX headers (WIP) 2024-05-23 11:42:14 +02:00
8518292900 Bump version 10.0.0 2024-05-20 11:01:48 +02:00
ff976ee0ad Task lists WIP:
* fix mod pubsub
* front-end WIP
2024-05-13 10:52:32 +02:00
d19d8d7391 Task lists WIP:
* initializing some code parts
* mechanism to add font-awesome icons to the defaults one that
  ConverseJS uses
* new way to override ConverseJS index.js (to add new custom plugins,
  that are directly build into ConverseJS)
2024-05-13 10:52:29 +02:00
913560842d Release 9.0.0 2024-04-22 15:19:08 +02:00
922edbe5b3 New "npm run build:conversejs-no-loc" to build more quickly when
developing.
2024-04-10 18:47:27 +02:00
8fc8e3032b Log in with external Peertube account (#348):
* For anonymous users: new "log in using an external account" dialog, with the "remote Peertube account" options
* ConverseJS: using global vars for custom localized string (injected
  using Webpack)
2024-04-09 16:46:55 +02:00
17bd8a0716 Better XEP-0392 implementation 2024-03-15 16:08:42 +01:00
4b4864bb56 Better XEP-0392 implementation 2024-03-15 15:39:43 +01:00
3b5cd59949 fix 2024-03-14 16:52:19 +01:00
2408d9cf72 Implement #143: User colors
Implementing [XEP-0392](https://xmpp.org/extensions/xep-0392.html) to have random colors on users nicknames.
2024-03-14 16:07:12 +01:00
0fd94e7a44 Slow Mode: infobox translation. 2024-02-22 12:43:41 +01:00
9efd53b2a7 Fix ConverseJS: room information not correctly refreshed when modifications are made by other users 2024-02-16 17:35:55 +01:00
7a7129e105 Fix ConverseJS build: translations were missing, and only english was available. 2024-02-15 15:12:58 +01:00
fb8a2144c4 Version 8.2.0 2024-02-12 16:26:11 +01:00
7b8c961faf Fix inconsistency between browsers on textarea outlines (#311) 2024-02-08 11:06:35 +01:00
87997826c5 Bump version 8.1.0 + npm audit fix 2024-02-07 16:22:06 +01:00
13135f6df0 Destroy room: remove the challenge, and the new JID 2024-02-07 16:13:40 +01:00