Releases: H2-invent/jitsi-admin
Releases · H2-invent/jitsi-admin
Add iCal Function
New Feature in 0.67.0
- Add iCal
- A iCal Link can be generated in the profile Menue. Copy the link and add it to your used calendar
- new Startpage for the Jitsi-Admin
Bug fix 0.67.0 - 0.67.2
- when duplicate a room and not making a new room, but making a poll from this clone, tis leads to an issue.
- when duplicate e room, then only my server and the dfault server was shown. not the keycloak stuff
- Some typos on the startpage
Add iCal Function
New Feature in 0.67.0
- Add iCal
- A iCal Link can be generated in the profile Menue. Copy the link and add it to your used calendar
- new Startpage for the Jitsi-Admin
Bug fix 0.67.0
- when duplicate a room and not making a new room, but making a poll from this clone, tis leads to an issue.
- when duplicate e room, then only my server and the dfault server was shown. not the keycloak stuff
Add iCal Function
New Feature in 0.67.0
- Add iCal
- A iCal Link can be generated in the profile Menue. Copy the link and add it to your used calendar
Bug fix 0.67.0
- when duplicate a room and not making a new room, but making a poll from this clone, tis leads to an issue.
Add Darkmode Design
New Feature in 0.66.0
- Add Darkmode
- Switch between darkmode and bright mode
- Change the color of the new Room button
Bug fix 0.66.0-0.66.1
- adresbook was still white
Add Darkmode Design
New Feature in 0.66.0
- Add Darkmode
- Switch between darkmode and bright mode
Bug fix 0.66.0
- no Bugfix in this version
Add waitinglist for public rooms
New Feature in 0.65.0
- Add a waitinglist for public rooms
- Activate the waitinglist feature under the participant limitation
- Move Users from the waitinglist to the participants board. (no automatism)
- Add the possibility to show notifications in toast from a central URL .env.local (laf_notificationUrl)
Bug fix 0.65.0 - 0.65.2
- When no limit in max participants then it was shown that there is a waitinglist
required steps
php bin/console doc:mig:mig
to use the laf_notificationUrl
feature, you need to set the variable to a json file
f.ex. https://www3.h2-invent.com/notification.json
The file shall look like this
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "warning"
},
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "error"
},
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "success"
}
]
Add waitinglist for public rooms
New Feature in 0.65.0
- Add a waitinglist for public rooms
- Activate the waitinglist feature under the participant limitation
- Move Users from the waitinglist to the participants board. (no automatism)
- Add the possibility to show notifications in toast from a central URL .env.local (laf_notificationUrl)
Bug fix 0.65.0 - 0.65.1
- When no limit in max participants then it was shown that there is a waitinglist
required steps
php bin/console doc:mig:mig
to use the laf_notificationUrl
feature, you need to set the variable to a json file
f.ex. https://www3.h2-invent.com/notification.json
The file shall look like this
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "warning"
},
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "error"
},
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "success"
}
]
Add waitinglist for public rooms
New Feature in 0.65.0
- Add a waitinglist for public rooms
- Activate the waitinglist feature under the participant limitation
- Move Users from the waitinglist to the participants board. (no automatism)
- Add the possibility to show notifications in toast from a central URL .env.local (laf_notificationUrl)
Bug fix 0.65.0
required steps
php bin/console doc:mig:mig
to use the laf_notificationUrl feature, you need to set the variable to a json file
The file shouall look like this
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "warning"
},
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "error"
},
{"text": "here comes the text to show ",
"head": "Wartung ",
"type": "success"
}
]
Self Subscription form not showing when no spaces
New Feature in 0.64.0
- the moderator can now see the email of the votes
- When a room is public an have selfsubscription then the roomoverview on the dashboard shows the open spaces
- The modals are not closing when a user click on the black overlay
- When adding a user, then the search entry shows a + to add the user to the TextArea
- New Text on invite participants user button "Einladungsemail jetzt senden"
- New installer with interactive installation
- Self Subscription --> form is not shown when there are no free spaces
Bug fix 0.64.0 - 0.64.1
- Server where not deleted when connected vial kaycloak groups
- A public room with no more space return the wrong snackbar
- Some modals have no X for closing
UI/UX Improvment
New Feature in 0.64.0
- the moderator can now see the email of the votes
- When a room is public an have selfsubscription then the roomoverview on the dashboard shows the open spaces
- The modals are not closing when a user click on the black overlay
- When adding a user, then the search entry shows a + to add the user to the TextArea
- New Text on invite participants user button "Einladungsemail jetzt senden"
- New installer with interactive installation
Bug fix 0.64.0
- Server where not deleted when connected vial kaycloak groups
- A public room with no more space return the wrong snackbar