1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-18 12:19:13 +02:00
Commit Graph

1185 Commits

Author SHA1 Message Date
Daniel Berteaud
8ecbeb32a6 Do not hardcode stun and turn scheme
Instead, read a ful uri from the config, so you can specify turns if you want
2015-02-19 22:25:35 +01:00
Daniel Berteaud
77c0a43ae3 Update to SimpleWebRTC 1.13.3 2015-02-19 19:21:47 +01:00
Daniel Berteaud
c1c9810381 Cleanup MOH button 2015-02-19 19:10:28 +01:00
Daniel Berteaud
e71bea9df6 Cleanup etherpad button 2015-02-19 18:49:22 +01:00
Daniel Berteaud
629805f484 Use bigger buttons on XS screens 2015-02-19 17:33:50 +01:00
Daniel Berteaud
d546404060 Update README 2015-02-19 15:42:17 +01:00
Daniel Berteaud
e70c58f27d Fix buttons state handling 2015-02-18 18:45:17 +01:00
Daniel Berteaud
79edf07f1d Change overlay action icon for cam suspend 2015-02-18 18:17:27 +01:00
Daniel Berteaud
116de87a46 Push mute and suspend buttons in the header toolbar on XS screens
Fix #88
2015-02-18 18:13:08 +01:00
Daniel Berteaud
4d8edee674 Typo in default pid file 2015-02-16 15:01:08 +01:00
Daniel Berteaud
986651a079 Print correct message if you select no window in Firefox 2015-02-15 22:02:38 +01:00
Daniel Berteaud
cfac2dc3e6 Make sure button content can fit 2015-02-15 21:59:18 +01:00
Daniel Berteaud
f8b85793f3 Update jquery browser plugin
ALso include the non minified version
2015-02-15 21:55:23 +01:00
Daniel Berteaud
89baa452ab Disable screen sharing on mobile platform
As on Android devices (some at least) it seems to report it's available but do not work
2015-02-15 21:53:22 +01:00
Daniel Berteaud
2efadd4d43 PID File is now configurable 2015-02-15 21:53:06 +01:00
Daniel Berteaud
c4b8fccb82 Error if the database isn't available
Instead of failing silently later
2015-02-13 17:14:07 +01:00
Daniel Berteaud
dcfc8c174d Check etherpad API is reachable and log an error if it isn't 2015-02-13 10:06:09 +01:00
Daniel Berteaud
17031d071c Update suspend cam button in overlay 2015-02-12 22:45:30 +01:00
Daniel Berteaud
79ff17c2a8 Fix toolbar rendering on XS screens
Fix #89
2015-02-12 22:32:35 +01:00
Daniel Berteaud
eef3002a8e Enhance the display name modal 2015-02-12 21:57:10 +01:00
Daniel Berteaud
01f086e2ee Minor fixes in auth modal dialog 2015-02-12 21:41:58 +01:00
Daniel Berteaud
89b896424e Make sure URI are https ones in emails
Fix #91
2015-02-12 21:28:48 +01:00
Daniel Berteaud
411490624d Add notes in help page about screen sharing on Firefox 2015-02-12 19:16:07 +01:00
Daniel Berteaud
ef08fa7b59 Use capabilities to detect feature
And allow Firefox to use screen sharing
2015-02-12 19:08:20 +01:00
Daniel Berteaud
6415c2e9a6 Update to current SimpleWebRTC 2015-02-12 18:47:08 +01:00
Daniel Berteaud
3c54b6744f Update etherpad.js to current version 2015-02-12 18:34:47 +01:00
Daniel Berteaud
cabf32d255 Split etherpad URI into host and baseUrl
So it works in recent FF instead of trying to speak to SignalMaster SocketIO server
2015-02-12 18:23:26 +01:00
Daniel Berteaud
1ebe4fccc0 Reload room data after creating the etherpad_group 2015-02-12 17:04:49 +01:00
Daniel Berteaud
98c2096f15 Typo in port number for wstunnel proxypass rule 2015-02-12 16:01:11 +01:00
Daniel Berteaud
a5f44b01c4 Typo in sample conf file 2015-02-12 13:27:31 +01:00
Daniel Berteaud
01be442490 Fix realm param in sample conf file 2015-02-12 13:26:31 +01:00
Daniel Berteaud
f15419a366 Remove dupplicate create_room handler 2015-02-12 13:24:41 +01:00
Daniel Berteaud
2186279348 Remove obsolete comment 2015-02-12 13:05:30 +01:00
Daniel Berteaud
a100f6a8d6 Remove leftover 2015-02-12 13:02:20 +01:00
Daniel Berteaud
a6beecdbd4 Adapt httpd_vhost.conf sample 2015-02-12 12:36:11 +01:00
Daniel Berteaud
d0ded1c543 Remove obsolete MySQL resources 2015-02-12 12:35:00 +01:00
Daniel Berteaud
df74d904bc Remove obsolete conf file 2015-02-12 12:34:24 +01:00
Daniel Berteaud
0c86948739 Hide password inputs in the admin area 2015-02-11 19:09:09 +01:00
Daniel Berteaud
ee5d96debe Remove useless animation 2015-02-11 19:06:05 +01:00
Daniel Berteaud
6943803cdc Typo in fr locale 2015-02-11 19:03:05 +01:00
Daniel Berteaud
cf7af105f9 Don't maintain a list of string to translate
Instead, just translate everything
2015-02-11 18:58:02 +01:00
Daniel Berteaud
2dde2050a9 Remove now obsolete manage_room template 2015-02-06 16:24:25 +01:00
Daniel Berteaud
24b2099e1f Add some notes that Apple devices won't work 2015-02-05 22:50:46 +01:00
Daniel Berteaud
21891bf634 Use Short Stack font 2015-02-05 22:43:00 +01:00
Daniel Berteaud
6deb8841af Consolidate api error handling in a function 2015-02-05 21:46:02 +01:00
Daniel Berteaud
a8b75f01bd Switch room creation to an API call 2015-02-05 21:28:20 +01:00
Daniel Berteaud
c5b3f557e9 Remove now unused literal "status" in API responses 2015-02-05 19:12:30 +01:00
Daniel Berteaud
8f3243a075 Last HTTP codes handling on client side 2015-02-05 19:05:18 +01:00
Daniel Berteaud
ff1cda4d4b HTTP codes in delete_room API call 2015-02-05 19:00:13 +01:00
Daniel Berteaud
1a6722f7b8 HTTP codes in get_pad_session API call 2015-02-05 18:54:54 +01:00