Daniel Berteaud
a2b1664d8c
Add a drop down menu to set item per page
9 years ago
Daniel Berteaud
689dd4aebf
Fix event filtering
...
When changing dates window while the search input isn't empty
9 years ago
Daniel Berteaud
0166ad5ded
Enhance the connection modal
...
So users know when input (password/name) is required
9 years ago
Daniel Berteaud
a19f617006
Fix hiding password fields when opening the config modal
9 years ago
Daniel Berteaud
f80463cfd7
Fix invitation field missing when notification is set
9 years ago
Daniel Berteaud
c653ba4bc9
Fix video variable conflict
...
And also properly disable the suspend cam button if peer has no video
9 years ago
Daniel Berteaud
44639502be
Fix loading etherpad iFrame the first time
9 years ago
Daniel Berteaud
2ccd74d9e3
Add client and server side validation for the feedback form
9 years ago
Daniel Berteaud
d2fb92a046
use prop instead of attr to disable elements
9 years ago
Daniel Berteaud
ef7b3967b2
Better auth dialog behavior
9 years ago
Daniel Berteaud
52b4dae6a8
Manage localisation fallback on server side only
9 years ago
Daniel Berteaud
980b834da6
Change the way JS localization is done
...
Render a plain JS file and include it as a standard JS script instead of relying on an ajax call
This makes it available immediatly (before that there could be a slight delay), but more importantly, makes sure the response can be cached
Chrome wasn't caching XHR get responses (no matter what the header were)
9 years ago
Daniel Berteaud
28da866efd
Really disable suspend cam btn if no webcam
9 years ago
Daniel Berteaud
64d831f951
Escape using jquery
...
Fix #105
9 years ago
Daniel Berteaud
96557f571a
Cleaner error when neither webcam nor mic are available
9 years ago
Daniel Berteaud
3c0e371910
JS syntaxe change so xgettext can extract strings ID
9 years ago
Daniel Berteaud
2aa4042027
Typo in JS code
9 years ago
Daniel Berteaud
4fe9fb08dc
Remove obsolete tests for screen sharing
9 years ago
Daniel Berteaud
477070baab
JS code cleanups
9 years ago
Daniel Berteaud
a0df933842
Handle API calls in a single function
9 years ago
Daniel Berteaud
9a7f36083f
Prevent empty passwords in room conf
9 years ago
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