H2-invent / jitsi-admin

Organize and fully controll your jitsi meet meetings. Make your meeting secure and be sure that only you and your fellows can join your meeting.
https://meetling.de
GNU Affero General Public License v3.0
133 stars 48 forks source link

Teilnehmer lassen sich nicht entfernen #216

Closed timowevel1 closed 3 years ago

timowevel1 commented 3 years ago

Hallo,

ich habe aktuell Jitsi-Admin 2 mal deployed, in der aktuellsten Version habe ich das Problem, dass ich Nutzer nicht mehr aus einem Meeting enfernen kann. Es wird jedes Mal die Mail versendet, dass das Meeting abgesagt wurde, aus der Teilnehmerliste verschwindet er aber nicht.

Ich nutze Mariadb 10.3 und php7.4 mit allen aufgelisteten Extensions.

[2021-06-29T14:47:32.292957+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-29T14:47:42.591964+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /var/www/jitsi-admin/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2021-06-29T14:47:42.592932+02:00] request.INFO: Matched route "room_user_remove". {"route":"room_user_remove","route_parameters":{"_route":"room_user_remove","_controller":"App\Controller\RoomController::roomUserRemove","_locale":"de"},"request_uri":"https://meeting.email4u.at/room/user/remove?room=11&user=3","method":"GET"} [] [2021-06-29T14:47:42.593754+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken"} [] [2021-06-29T14:47:42.597163+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.keycloak_id AS keycloak_id_3, t0.created_at AS created_at_4, t0.username AS username_5, t0.last_login AS last_login_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.register_id AS register_id_9, t0.keycloakGroup AS keycloakGroup_10, t0.uid AS uid_11 FROM fos_user t0 WHERE t0.id = ? [1] [] [2021-06-29T14:47:42.601484+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\Bridge\Doctrine\Security\User\EntityUserProvider","username":""} [] [2021-06-29T14:47:42.601593+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-29T14:47:42.601619+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\Security\GuardServiceKeycloak"} [] [2021-06-29T14:47:42.601639+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\Security\GuardServiceKeycloak"} [] [2021-06-29T14:47:42.603976+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.start AS start_3, t0.enddate AS enddate_4, t0.uid AS uid_5, t0.duration AS duration_6, t0.sequence AS sequence_7, t0.uid_real AS uid_real_8, t0.only_registered_users AS only_registered_users_9, t0.agenda AS agenda_10, t0.dissallow_screenshare_global AS dissallow_screenshare_global_11, t0.dissallow_private_message AS dissallow_private_message_12, t0.public AS public_13, t0.show_room_on_joinpage AS show_room_on_joinpage_14, t0.uid_participant AS uid_participant_15, t0.uid_moderator AS uid_moderator_16, t0.max_participants AS max_participants_17, t0.schedule_meeting AS schedule_meeting_18, t0.waitinglist AS waitinglist_19, t0.repeater_removed AS repeater_removed_20, t0.server_id AS server_id_21, t0.moderator_id AS moderator_id_22, t0.repeater_id AS repeater_id_23, t24.id AS id_25, t24.repetation AS repetation_26, t24.repeat_until AS repeat_until_27, t24.weekday AS weekday_28, t24.weeks AS weeks_29, t24.months AS months_30, t24.days AS days_31, t24.repeat_type AS repeat_type_32, t24.repeater_days AS repeater_days_33, t24.repeater_weeks AS repeater_weeks_34, t24.repeat_montly AS repeat_montly_35, t24.repeat_yearly AS repeat_yearly_36, t24.start_date AS start_date_37, t24.repat_month_relativ_number AS repat_month_relativ_number_38, t24.repat_month_relativ_weekday AS repat_month_relativ_weekday_39, t24.repeat_yearly_relative_number AS repeat_yearly_relative_number_40, t24.repeat_yearly_relative_month AS repeat_yearly_relative_month_41, t24.repeat_yearly_relative_weekday AS repeat_yearly_relative_weekday_42, t24.repeat_monthly_relative_how_often AS repeat_monthly_relative_how_often_43, t24.repeat_yearly_relative_how_often AS repeat_yearly_relative_how_often_44, t24.prototyp_id AS prototyp_id_45 FROM rooms t0 LEFT JOIN repeat t24 ON t24.prototyp_id = t0.id WHERE t0.id = ? LIMIT 1 ["11"] [] [2021-06-29T14:47:42.606142+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.keycloak_id AS keycloak_id_3, t0.created_at AS created_at_4, t0.username AS username_5, t0.last_login AS last_login_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.register_id AS register_id_9, t0.keycloakGroup AS keycloakGroup_10, t0.uid AS uid_11 FROM fos_user t0 WHERE t0.id = ? LIMIT 1 ["3"] [] [2021-06-29T14:47:42.606440+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.url AS url_2, t0.app_id AS app_id_3, t0.app_secret AS app_secret_4, t0.logo_url AS logo_url_5, t0.smtp_host AS smtp_host_6, t0.smtp_port AS smtp_port_7, t0.smtp_password AS smtp_password_8, t0.smtp_username AS smtp_username_9, t0.smtp_encryption AS smtp_encryption_10, t0.smtp_email AS smtp_email_11, t0.smtp_sender_name AS smtp_sender_name_12, t0.slug AS slug_13, t0.privacy_policy AS privacy_policy_14, t0.license_key AS license_key_15, t0.api_key AS api_key_16, t0.static_background_color AS static_background_color_17, t0.show_static_background_color AS show_static_background_color_18, t0.feature_enable_by_jwt AS feature_enable_by_jwt_19, t0.server_email_header AS server_email_header_20, t0.server_email_body AS server_email_body_21, t0.administrator_id AS administrator_id_22 FROM server t0 WHERE t0.id = ? [1] [] [2021-06-29T14:47:42.608140+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.license_key AS license_key_2, t0.license AS license_3, t0.valid_until AS valid_until_4, t0.url AS url_5 FROM license t0 WHERE t0.license_key IS NULL LIMIT 1 [] [] [2021-06-29T14:47:42.609528+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.license_key AS license_key_2, t0.license AS license_3, t0.valid_until AS valid_until_4, t0.url AS url_5 FROM license t0 WHERE t0.license_key IS NULL LIMIT 1 [] [] [2021-06-29T14:47:42.643237+02:00] app.INFO: Mail To: meineemail [] []

holema commented 3 years ago

Hallo @jasonjenssen, Danke für den Bugreport. Ich kümmere mich gerade drum.

holema commented 3 years ago

@jasonjenssen ist gefixt in der PR #217 und in der Version 0.69.4

holema commented 3 years ago

sorry the fix is in version 0.69.5 not in 0.69.4

timowevel1 commented 3 years ago

Updated it 5 min ago, works perfectly, thanks!