1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00
Commit Graph

546 Commits

Author SHA1 Message Date
Daniel Berteaud
9e93ce75d1 Newer Firefox changed the error name when screensharing is not allowed
Update this so the screen sharing help modal dialog opens correctly
2016-06-02 14:41:21 +02:00
Daniel Berteaud
de3f25808a Update jquery browser plugin to 0.1.0 2015-11-26 17:05:58 +01:00
Daniel Berteaud
15728713fc Update notifyjs 2015-11-26 17:03:40 +01:00
Daniel Berteaud
3c6f35a68b Update to bootstrap 3.3.6 2015-11-26 16:56:14 +01:00
Daniel Berteaud
a2b1664d8c Add a drop down menu to set item per page 2015-10-29 11:32:40 +01:00
Daniel Berteaud
e321a4dd01 Update bootstrap-datepicker to 1.5 2015-10-29 09:36:17 +01:00
Daniel Berteaud
ef34f62bc5 Update FIleSaver to 1.1.20151003 2015-10-29 09:08:38 +01:00
Daniel Berteaud
689dd4aebf Fix event filtering
When changing dates window while the search input isn't empty
2015-10-13 09:27:39 +02:00
Daniel Berteaud
0166ad5ded Enhance the connection modal
So users know when input (password/name) is required
2015-10-12 11:39:08 +02:00
Daniel Berteaud
5599a49925 Update SimpleWebRTC to 1.19.1 2015-09-18 14:11:43 +02:00
Daniel Berteaud
304109e153 Update bootstrap datepicker 2015-09-18 14:08:24 +02:00
Daniel Berteaud
a19f617006 Fix hiding password fields when opening the config modal 2015-09-16 17:17:18 +02:00
Daniel Berteaud
f80463cfd7 Fix invitation field missing when notification is set 2015-09-16 17:06:19 +02:00
Daniel Berteaud
c653ba4bc9 Fix video variable conflict
And also properly disable the suspend cam button if peer has no video
2015-08-07 09:25:35 +02:00
Daniel Berteaud
44639502be Fix loading etherpad iFrame the first time 2015-08-06 18:54:13 +02:00
Daniel Berteaud
2ccd74d9e3 Add client and server side validation for the feedback form 2015-07-26 18:31:45 +02:00
Daniel Berteaud
d2fb92a046 use prop instead of attr to disable elements 2015-07-25 15:51:33 +02:00
Daniel Berteaud
ef7b3967b2 Better auth dialog behavior 2015-07-25 15:44:23 +02:00
Daniel Berteaud
dd93818f53 Remove obsolete CSS rule for drop-down menus
we're not using them anymore in rooms, and it breask date-picker drop-downs
2015-07-25 15:35:03 +02:00
Daniel Berteaud
52b4dae6a8 Manage localisation fallback on server side only 2015-07-25 15:16:14 +02:00
Daniel Berteaud
f685fdbc78 Add missing mic.png 2015-07-22 15:44:44 +02:00
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)
2015-07-22 13:57:42 +02:00
Daniel Berteaud
28da866efd Really disable suspend cam btn if no webcam 2015-07-22 00:00:32 +02:00
Daniel Berteaud
64d831f951 Escape using jquery
Fix #105
2015-07-21 19:17:06 +02:00
Daniel Berteaud
96557f571a Cleaner error when neither webcam nor mic are available 2015-07-21 18:43:05 +02:00
Daniel Berteaud
bb81780076 Update jquery.browser.js 2015-07-19 11:53:34 +02:00
Daniel Berteaud
1deda170fb Update FileSaver.js 2015-07-19 11:51:58 +02:00
Daniel Berteaud
3c0e371910 JS syntaxe change so xgettext can extract strings ID 2015-07-19 10:54:56 +02:00
Daniel Berteaud
2aa4042027 Typo in JS code 2015-07-19 10:50:06 +02:00
Daniel Berteaud
4fe9fb08dc Remove obsolete tests for screen sharing 2015-07-18 16:37:24 +02:00
Daniel Berteaud
477070baab JS code cleanups 2015-07-18 16:36:03 +02:00
Daniel Berteaud
a0df933842 Handle API calls in a single function 2015-07-18 12:02:42 +02:00
Daniel Berteaud
9a7f36083f Prevent empty passwords in room conf 2015-07-18 11:09:19 +02:00
Daniel Berteaud
c18c02ead1 Export events in XLSX
Fix #102
2015-07-16 22:47:22 +02:00
Daniel Berteaud
01b18937af downloadContent takes type as 2nd arg 2015-07-15 22:14:02 +02:00
Daniel Berteaud
6448732b82 Fix column view on XS screens 2015-07-13 22:26:41 +02:00
Daniel Berteaud
de2bd1e9b8 Loads of fixes for datepickers 2015-07-13 19:30:22 +02:00
Daniel Berteaud
3439395499 Revert to default font 2015-07-13 18:54:12 +02:00
Daniel Berteaud
fe5b1766c2 Switch to stable 1.4.0 bootstrap-datepicker 2015-07-13 18:46:05 +02:00
Daniel Berteaud
5131984d4a Import bootstrap-datepicker 2015-07-08 23:11:55 +02:00
Daniel Berteaud
6662c0a9e8 Basic audit viewer 2015-07-08 23:07:29 +02:00
Daniel Berteaud
90df86724f Add basic template for the audit page 2015-07-08 22:28:55 +02:00
Daniel Berteaud
190f28ab11 Remove escapeJqSelector as it's not used anymore 2015-06-27 13:58:29 +02:00
Daniel Berteaud
bb1324a36d Code and comment cleanups in JS code 2015-06-27 13:57:52 +02:00
Daniel Berteaud
43dc149050 Fix notification when we get promoted to owner
As getPeerRole is async now
2015-06-26 16:27:28 +02:00
Daniel Berteaud
761f9035d5 Get rid of the ping API call, useless now 2015-06-25 23:18:18 +02:00
Daniel Berteaud
003e4ed8a5 Hide the password msg once auth is done 2015-06-25 22:44:46 +02:00
Daniel Berteaud
305b6cf5eb Some big changes arround password and authentication handling 2015-06-25 19:20:22 +02:00
Daniel Berteaud
b962a9e384 Move capabilities detection earlier 2015-06-23 14:32:53 +02:00
Daniel Berteaud
b5a87581d5 Make roomInfo a global var 2015-06-23 12:40:42 +02:00