Daniel Berteaud
c18c02ead1
Export events in XLSX
...
Fix #102
9 years ago
Daniel Berteaud
01b18937af
downloadContent takes type as 2nd arg
9 years ago
Daniel Berteaud
6448732b82
Fix column view on XS screens
9 years ago
Daniel Berteaud
de2bd1e9b8
Loads of fixes for datepickers
9 years ago
Daniel Berteaud
6662c0a9e8
Basic audit viewer
9 years ago
Daniel Berteaud
190f28ab11
Remove escapeJqSelector as it's not used anymore
9 years ago
Daniel Berteaud
bb1324a36d
Code and comment cleanups in JS code
9 years ago
Daniel Berteaud
43dc149050
Fix notification when we get promoted to owner
...
As getPeerRole is async now
9 years ago
Daniel Berteaud
761f9035d5
Get rid of the ping API call, useless now
9 years ago
Daniel Berteaud
003e4ed8a5
Hide the password msg once auth is done
9 years ago
Daniel Berteaud
305b6cf5eb
Some big changes arround password and authentication handling
9 years ago
Daniel Berteaud
b962a9e384
Move capabilities detection earlier
9 years ago
Daniel Berteaud
b5a87581d5
Make roomInfo a global var
9 years ago
Daniel Berteaud
506b6f12db
Prompt for a password in a niver popup
...
Fix #97
9 years ago
Daniel Berteaud
a108b81e3a
Update authenticate method
...
so it can be called anonymously
9 years ago
Daniel Berteaud
5ca9f916f6
One ping every 2 minutes will be enough now
...
AS it's only used to update the last activity field of a room
10 years ago
Daniel Berteaud
d9c8904c14
Manage invitation responses in the signaling heartbeat
...
Instead of the ping API call, which results in almost instantaneous responses
And now the ping API is only used to update room activity timestamp, and will be able to get removed soon
10 years ago
Daniel Berteaud
5162d598b8
Update SimpleWebRTC to 1.18.0
10 years ago
Daniel Berteaud
15c3980792
Don't send notified emails to non owner
10 years ago
Daniel Berteaud
1edd844272
Some changes in the way peer role is handled
10 years ago
Daniel Berteaud
a2c65ad26c
Small changes regarding static resources caching
10 years ago
Daniel Berteaud
f30a1e4de5
Fix doc TOC height and adapt it on window resize
10 years ago
Daniel Berteaud
f8257889b3
Mark active page as such in the toolbar
10 years ago
Daniel Berteaud
e67df85111
Use lg buttons in admin area
10 years ago
Daniel Berteaud
fb3f5fa05f
Send JSON bool for room conf
10 years ago
Daniel Berteaud
98b332c4de
Fix the no webrtc support modal
10 years ago
Daniel Berteaud
6773c19138
Notify on p2p failure
...
And terminate conenction with this peer
Fix #95
10 years ago
Daniel Berteaud
1566a6b80b
Make the documentation TOC scrollable
10 years ago
Daniel Berteaud
bc544256da
The main div isn't hidden anymore on XS screens
...
And since a long time
10 years ago
Daniel Berteaud
56d4d40b10
Keep our local video muted to prevent feedback
10 years ago
Daniel Berteaud
75238a2631
Fallback to en if current locale is not complete
10 years ago
Daniel Berteaud
c9495df2c9
Use a function for JS localizations
10 years ago
Daniel Berteaud
c9e37c8ab8
Stop using async ajax requests
10 years ago
Daniel Berteaud
c3bee91b58
webkitAudioContext is now deprecated
10 years ago
Daniel Berteaud
5dce440094
Small cleanups and fix scrollspy
10 years ago
Daniel Berteaud
32b87ae4c1
Start writing some documentation
...
There're still some issues with TOC not scrolling
10 years ago
Daniel Berteaud
7c42333af4
Ping only after joining the room
...
Fix #98
10 years ago
Daniel Berteaud
0d0b6afbf1
Make the member limit configurable per room
...
And fix #96
10 years ago
Daniel Berteaud
69c3cd3b5a
Display number of members in room in the admin area
...
The number should be quite accurate, as it's now counting socket.io peers
10 years ago
Daniel Berteaud
deb53b2e93
Remove wipe data and terminate call support
...
They were already disabled since last GUI revamp. Might come back one day, but they were just not very useful as is, and just made the UI messy
10 years ago
Daniel Berteaud
e1a9d97dd9
Fix displyname and webcam modal not appearing
...
They are now merged into the connecting modal
same for no webrtc support
10 years ago
Daniel Berteaud
eff9565144
Re-arrange the admin page so we can have several sub-pages
...
The first and only one for now being the room management
10 years ago
Daniel Berteaud
71867c0f0d
Remove the MOH popover
...
I just find it anoying
10 years ago
Daniel Berteaud
fd77acbae8
Add explanation for screen sharing on Firefox
...
Fix #94
10 years ago
Daniel Berteaud
83356a2248
Don't show MOH popover if the button isn't displayed
10 years ago
Daniel Berteaud
e0f32571c2
Pretify MOH popup
10 years ago
Daniel Berteaud
2dace775e6
Tooltip on configuration menu
10 years ago
Daniel Berteaud
c1a9092505
Get SimpleWebRTC conf from the API
...
Instead of printing it in a JS scriplet inline. Also add a modal popup while the initial connection is being established
Also make the max frame rate to be configured
10 years ago
Daniel Berteaud
c1c9810381
Cleanup MOH button
10 years ago
Daniel Berteaud
e71bea9df6
Cleanup etherpad button
10 years ago