1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00
Commit Graph

159 Commits

Author SHA1 Message Date
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
050549cb39 Fix uninit var when etherpad is disabled 2015-08-07 18:26:47 +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
da5e1a4f83 Update popup on auth button 2015-07-26 19:39:38 +02:00
Daniel Berteaud
4ebdf173c3 Fix textaerea containing spaces 2015-07-25 13:29:16 +02:00
Daniel Berteaud
6c2cf3e60a Big templates cleanup 2015-07-23 14:15:30 +02:00
Daniel Berteaud
1a054c8c52 Better img placement 2015-07-21 18:47:55 +02:00
Daniel Berteaud
96557f571a Cleaner error when neither webcam nor mic are available 2015-07-21 18:43:05 +02:00
Daniel Berteaud
cb712f43cd Update templates syntaxe so gettext.pl can extract strings 2015-07-17 12:26:16 +02:00
Daniel Berteaud
4fb913d0f1 Check if etherpad is enabled with the get_opt_features helper
Instead of stashing the value
2015-07-17 10:07:14 +02:00
Daniel Berteaud
305b6cf5eb Some big changes arround password and authentication handling 2015-06-25 19:20:22 +02:00
Daniel Berteaud
506b6f12db Prompt for a password in a niver popup
Fix #97
2015-06-22 22:27:04 +02:00
Daniel Berteaud
9e20d9208f Combine all JS files in one template 2015-03-18 09:35:59 +01:00
Daniel Berteaud
5a832da7a2 Remove get_url wrapper 2015-03-17 23:13:18 +01:00
Daniel Berteaud
a6f94946b3 Replace img tag with taghelper 2015-03-17 22:53:41 +01:00
Daniel Berteaud
63bccc1cb8 Replace URI with Mojo::URL
Plus some cleanups in URI handling
2015-03-17 22:34:30 +01:00
Daniel Berteaud
5b7123744c Typo in locale label 2015-03-06 17:15:16 +01:00
Daniel Berteaud
962e2b5c66 Cleanup toolbar on XS screens
Remove Etherpad and chat on XS screens, they are just not usable
2015-03-06 17:13:18 +01:00
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
2015-03-06 16:54:06 +01:00
Daniel Berteaud
e1a9d97dd9 Fix displyname and webcam modal not appearing
They are now merged into the connecting modal
same for no webrtc support
2015-03-06 16:50:31 +01:00
Daniel Berteaud
71867c0f0d Remove the MOH popover
I just find it anoying
2015-02-27 14:24:39 +01:00
Daniel Berteaud
b8f6f7313f Better instructions for screensharing on FF
in the help page
2015-02-27 14:09:00 +01:00
Daniel Berteaud
78d150c071 Small typo on the class tag 2015-02-27 13:06:32 +01:00
Daniel Berteaud
fd77acbae8 Add explanation for screen sharing on Firefox
Fix #94
2015-02-27 13:05:53 +01:00
Daniel Berteaud
83356a2248 Don't show MOH popover if the button isn't displayed 2015-02-24 22:23:05 +01:00
Daniel Berteaud
700636532b Use larger buttons 2015-02-24 18:46:58 +01:00
Daniel Berteaud
e0f32571c2 Pretify MOH popup 2015-02-20 18:10:52 +01:00
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
2015-02-20 14:47:10 +01:00
Daniel Berteaud
34f92c019b Possibility to set fixed credentials for turn server 2015-02-20 12:01:50 +01:00
Daniel Berteaud
7614232561 Change the glyph for screen sharing button 2015-02-20 10:22:54 +01:00
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
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
e70c58f27d Fix buttons state handling 2015-02-18 18:45:17 +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
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
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
9033568f2c Remove the help modal
It's not that usefull and is out of date
2015-01-29 22:47:59 +01:00
Daniel Berteaud
2013c85c28 Completly remove screen share button if not supported
and move the MOH button in its own btn-group
2015-01-22 18:07:01 +01:00
Daniel Berteaud
6bc6c0dde7 Completly hide the help dialog on XS screens 2015-01-22 17:28:25 +01:00
Daniel Berteaud
4e455d1caa Replace the dropdown auth menu with a modal dialog 2015-01-22 15:54:08 +01:00
Daniel Berteaud
2a3468d7ec Push the logout button and time counter to the navbar on XS screens 2015-01-22 15:45:04 +01:00
Daniel Berteaud
bac285b055 Remove group actions
They aren't that useful and just make trhe interface less clear
2015-01-22 15:18:04 +01:00
Daniel Berteaud
4f7ce39d6b CHange the glyph for webcam 2015-01-22 15:11:46 +01:00
Daniel Berteaud
2b0b0bf609 Huge cleanup, remove all old config stuff 2015-01-22 13:43:58 +01:00
Daniel Berteaud
8c5d67c5a6 First round of the config menu revamp 2015-01-21 18:39:20 +01:00
Daniel Berteaud
432f6521e4 Simplify invite menu 2015-01-20 17:07:57 +01:00
Daniel Berteaud
a329c59d91 Hide MOH button on XS screens 2015-01-20 16:45:19 +01:00