Skip to content

Releases: H2-invent/jitsi-admin

Add iCal Function

08 May 18:10
09073df
Compare
Choose a tag to compare
Add iCal Function Pre-release
Pre-release

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

07 May 06:11
4108988
Compare
Choose a tag to compare
Add iCal Function Pre-release
Pre-release

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

05 May 15:17
4bb67a6
Compare
Choose a tag to compare
Add iCal Function Pre-release
Pre-release

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

02 May 13:17
e2be456
Compare
Choose a tag to compare
Add Darkmode Design Pre-release
Pre-release

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

02 May 12:19
14f2aaa
Compare
Choose a tag to compare
Add Darkmode Design Pre-release
Pre-release

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

30 Apr 15:49
2482711
Compare
Choose a tag to compare
Pre-release

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"
      }  
]

The notification is shown on every load of every page.
image

Add waitinglist for public rooms

30 Apr 15:34
46f0579
Compare
Choose a tag to compare
Pre-release

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"
      }  
]

The notification is shown on every load of every page.
image

Add waitinglist for public rooms

30 Apr 13:52
ee711af
Compare
Choose a tag to compare
Pre-release

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"
      }  
]

The notification is shown on every load of every page.
image

Self Subscription form not showing when no spaces

29 Apr 19:28
f9d993f
Compare
Choose a tag to compare

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

27 Apr 18:42
884c48b
Compare
Choose a tag to compare
UI/UX Improvment Pre-release
Pre-release

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