-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #450 from H2-invent/feature/development
Feature/development
- Loading branch information
Showing
180 changed files
with
5,755 additions
and
1,867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ SYMFONY_DEPRECATIONS_HELPER=999999 | |
PANTHER_APP_ENV=panther | ||
|
||
DATABASE_URL=mysql://jitsiadmintest:password@localhost:3306/jitsiadmintest | ||
#DATABASE_URL=postgres://jtisiadmin:[email protected]:5432/jitsiadminTest | ||
DATABSE_SERVER=<mariadb-10.4.6> | ||
MAILER_DSN=smtp://smtpUsername:smtpPassword@smtpHost:578 | ||
emailSenderIsModerator=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,42 @@ | ||
## New Features: | ||
- Start/Pause Function in a Multiframe: Users can now start and stop conferences in a multiframe, providing more control over conference management. | ||
- Automatic Pause of Conferences: When there are two conferences running simultaneously, the top conference will be active while all other conferences will automatically pause. This ensures efficient utilization of resources. | ||
- Redesigned UI/UX: The user interface and user experience have been completely redesigned to enhance usability and visual appeal. Check out the new look in the screenshots below: | ||
![FuRSXgoX0AAyAza](https://user-images.githubusercontent.com/22790152/233959277-c9df3fca-fe21-4246-9548-0aee91471fc4.jpg) | ||
![2023-04-22 00_02_06-Developer Maschine - VMware Workstation](https://user-images.githubusercontent.com/22790152/233959361-e22bdf73-167e-4015-a438-ecbcc5e6376a.png) | ||
- Deputy Functionality: Users can now assign a deputy who can create conferences on their behalf. This is useful when the primary user is unavailable or wishes to delegate conference creation tasks. | ||
- Deputies via LDAP: Deputies can be organized by a support team through LDAP integration, providing centralized management and streamlined administration. | ||
# Release Notes - Version 0.77.x | ||
|
||
## New Features: | ||
- **Default End-to-End Encryption (E2E):** Enhance your security and privacy with the ability to enable End-to-End Encryption by default. Each server can now configure this feature individually, giving you control over the level of encryption applied to your communications. | ||
- **Transparent Background for Videoconference Tags:** Responding to your feedback, we've introduced a feature that allows you to set tags in videoconferences with a transparent background. This creates a more immersive videoconference experience by maximizing the display area, making your meetings more engaging and effective. | ||
- Set `LAF_SHOW_TAG_TRANSPARENT_BACKGROUND=1` to display tags in the conference with a transparent background. | ||
- **UI Improvement:** The application now adopts a Flat-UI and Material Design 3 approach with a green background indicating an ongoing meeting, enhancing user experience. | ||
- **Quick Actions:** Added quick actions to swiftly change the camera settings. | ||
- **Conference Mapper:** The conference mapper now selects the user and adds the username instead of the caller ID into the JWT sent to the prosody. | ||
- **Limit Participants in a Conference:** Added the ability to set a maximum number of participants in a conference, imposing a hard limit for better management. | ||
- **IP Restriction:** Admins can now set IP and IP range restrictions for accessing conferences on a Jitsi admin server. | ||
- **Pro Features:** Opened up Pro features for all users, expanding access and functionality. | ||
- **Multiframe Border Color:** Multiframe border color now matches the tag background color for a cohesive visual experience. | ||
- **Add Chrome Plugin API:** Introduced the initial API for the new Chrome browser plugin, enhancing plugin integration. | ||
- **Send Protocol:** Send the conference protocol from the options menu to all participants, improving communication and documentation. | ||
- **Jitsi-Event-Sync Relais Function:** Introduced a Jitsi-Event-Sync relay function for internal purposes, aiding conference mapper requests to another Jitsi admin, saving Jitsi event sync stats. | ||
- **Adding Category for Each Server:** Categories for a meeting can now be bound to a specific server, streamlining category selection based on the chosen server. | ||
- **Enterprise functionality for all:** We open the enterprise functionality to all users. So in the server menu you will see a new enterprise feature button. Feel free to play with it | ||
- Set a SMTP-server for each jitsi server | ||
- Set the background-color and background image for every server join page | ||
- Enable jitsi-admin API | ||
- Add data privacy url for each server | ||
- Set jigasi settings for each jitsi server and use the jitsi admin conference mapper | ||
|
||
## Improvements: | ||
- Migration to Keycloak > 16 Ready: The application has been prepared for seamless migration to Keycloak version 16 or higher, ensuring compatibility with the latest authentication and authorization features. | ||
- Upgrade to Symfony 6.2: The application has been upgraded to Symfony version 6.2, taking advantage of the latest enhancements and optimizations in the framework. Please note that PHP 8.1 is required for this upgrade. | ||
- Updated mdbootstrap to the latest version for enhanced performance and compatibility. | ||
- Added WebSocket in Docker behind the `/ws` route instead of a subdomain, improving routing efficiency. | ||
- Migrated all routing paramconverters into new paramconverters for a more streamlined and efficient application. | ||
- Added the option to show "Add New Participants" in the dropdown option menu, simplifying participant management. | ||
- Implemented the ability to add a category via a command, allowing for settings to be sent directly via the command as parameters. | ||
|
||
## Bugs: | ||
- A lot of bugfixes | ||
|
||
## Discussion: | ||
We welcome any additional ideas or suggestions for the new version. Please feel free to contribute to the discussion and share your thoughts on how we can further improve the application. | ||
We highly value your input and continuously strive to improve our application with each release. We invite you to join the discussion and share your ideas, suggestions, or any issues you've encountered in this new version. Your feedback is invaluable in helping us shape the future of our platform. | ||
|
||
Thank you for your unwavering support, and for being an essential part of our community! | ||
|
||
Best regards, | ||
|
||
Thank you for your continued support and feedback! | ||
Your Meeting Team at H2 Invent GmbH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.