Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DONE] Remove BBB module and add sipmediagw feature #1190

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f5678c9
Removal of the old BBB module (replaced by the meetings module)
LoicBonavent Aug 26, 2024
4f7d63a
Removal of references to the PHP script for BBB, now useless
LoicBonavent Aug 26, 2024
50b48e2
CSS modification for correct message handling
LoicBonavent Aug 26, 2024
186fda0
Change classes for correct message handling
LoicBonavent Aug 26, 2024
1085315
Add end date for BBB module and MEETING_WEBINAR_SIPMEDIAGW_URL / MEET…
LoicBonavent Aug 26, 2024
4a161b8
Correct background when message sent for a webinar
LoicBonavent Aug 26, 2024
3bc1044
Removal of the old BBB module parameters
LoicBonavent Aug 26, 2024
420652b
Removal of routes from the old BBB module
LoicBonavent Aug 26, 2024
8bbf374
Removal of tasks from the old BBB module
LoicBonavent Aug 26, 2024
d2f8de3
Removal of links from the old BBB module
LoicBonavent Aug 26, 2024
3f99151
Removal of MEETING_WEBINAR_SIPMEDIAGW_URL and MEETING_WEBINAR_SIPMEDI…
LoicBonavent Aug 26, 2024
604a771
Add sipmediagw_server_url to live gateway admin class
LoicBonavent Aug 26, 2024
55c2c22
Add sipmediagw_server_url and to live gateway class
LoicBonavent Aug 26, 2024
84d3eb1
Manage request URLs from SIPMediaGW server (hashkey with a / before t…
LoicBonavent Aug 26, 2024
8507156
Removal of the old BBB module (replaced by the meetings module)
LoicBonavent Aug 26, 2024
0a8b8d9
Add needed translations for webinars and remove useless translations …
LoicBonavent Aug 26, 2024
a9d5b35
Remove totally useless translations (BBB module)
LoicBonavent Aug 26, 2024
f74dcbd
FIX pa11y-ci, see #1189
LoicBonavent Aug 26, 2024
435589e
Manage JSON response text from SIPMediaGW server
LoicBonavent Sep 3, 2024
f7e968b
Fixup. Format code with Black
invalid-email-address Sep 5, 2024
06509e8
Fix conflict
LoicBonavent Sep 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ omit = pod/*settings*.py
*/migrations/*
pod/recorder/plugins/type_*.py
pod/*/forms.py
scripts/bbb-pod-live/*.*
pod/live/pilotingInterface.py
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pod/custom/*
pod/main/static/custom/img
!pod/custom/settings_local.py.example
settings_local.py
scripts/bbb-pod-live/docker-compose.yml
transcription/*

# Unit test utilities #
Expand Down
Empty file removed pod/bbb/__init__.py
Empty file.
85 changes: 0 additions & 85 deletions pod/bbb/admin.py

This file was deleted.

6 changes: 0 additions & 6 deletions pod/bbb/apps.py

This file was deleted.

86 changes: 0 additions & 86 deletions pod/bbb/bbb.py

This file was deleted.

91 changes: 0 additions & 91 deletions pod/bbb/forms.py

This file was deleted.

Empty file removed pod/bbb/management/__init__.py
Empty file.
Empty file.
Loading
Loading