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

1151 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
531eff3ca3 Fix sending invitations with UTF-8 chars 2015-10-01 11:34:01 +02:00
Daniel Berteaud
765670338c Update locales 2015-09-18 14:15:02 +02:00
Daniel Berteaud
04885aa0d0 Update main script name 2015-09-18 14:14:39 +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
2decea27e7 One last get_url
replaced with url_for
2015-08-31 22:55:17 +02:00
Daniel Berteaud
a932c6c668 Fix event types in doc
Which isn't a panel
2015-08-31 11:28:45 +02:00
Daniel Berteaud
f94b5d6a91 Only create session when needed 2015-08-27 13:54:02 +02:00
Daniel Berteaud
ac02b3f122 Update doc URL 2015-08-07 18:27:35 +02:00
Daniel Berteaud
050549cb39 Fix uninit var when etherpad is disabled 2015-08-07 18:26:47 +02:00
Daniel Berteaud
660d84247b Fix event when join notifications are on 2015-08-07 18:00:28 +02:00
Daniel Berteaud
71ba31b773 Fix install dependencies doc 2015-08-07 17:56:27 +02:00
Daniel Berteaud
1f83ed6a9a Add missing closing quote 2015-08-07 17:40:27 +02:00
Daniel Berteaud
fa4c3b29fc Fix subimting the invitation form when hiting enter 2015-08-07 13:05:06 +02:00
Daniel Berteaud
5c3090302d Do not broadcast signaling message if not needed 2015-08-07 12:01:18 +02:00
Daniel Berteaud
b8a9ac97fe Add I18N plugin in components 2015-08-07 11:23:00 +02:00
Daniel Berteaud
d79fc35f4c Add I18N plugin in doc 2015-08-07 11:21:41 +02:00
Daniel Berteaud
db7fdd5660 Remove renamed file 2015-08-07 11:11:58 +02:00
Daniel Berteaud
4d981caf70 Rename vroom.pl to vroom 2015-08-07 11:11:40 +02:00
Daniel Berteaud
f9fdfaf7be Add more components 2015-08-07 11:11:26 +02:00
Daniel Berteaud
01e7a596bd Add keepalive to proxypass 2015-08-07 10:23:39 +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
5b0fc34888 Fix checking invitation reponse 2015-08-07 08:45:22 +02:00
Daniel Berteaud
44639502be Fix loading etherpad iFrame the first time 2015-08-06 18:54:13 +02:00
Daniel Berteaud
2a71e95b3b Add doc for redis 2015-08-06 18:41:33 +02:00
Daniel Berteaud
8dd6b4293a Add new dependencies in the doc
for redis and perl(Mojo::Redis2)
2015-08-06 18:24:11 +02:00
Daniel Berteaud
6b9b6a8d86 Add redis to the list of components 2015-08-06 18:17:41 +02:00
Daniel Berteaud
24751b0fbe Send SocketIO msg when broadcasting 2015-08-06 18:08:07 +02:00
Daniel Berteaud
6396da021e Switch signaling to redis pubsub
instead of relying on a global var
2015-08-06 16:43:11 +02:00
Daniel Berteaud
0fcd630d82 Use an uri for redis server 2015-08-06 16:39:58 +02:00
Daniel Berteaud
9b45c7173e Fix invitation response form 2015-07-29 14:50:29 +02:00
Daniel Berteaud
513cf87136 Remove the global $peers hashref 2015-07-28 13:15:34 +02:00
Daniel Berteaud
16ad1b61f2 Remove websocket ending on logout 2015-07-28 12:37:40 +02:00
Daniel Berteaud
3ee0c353e0 Add basic helper to manipulate peers in redis 2015-07-28 12:36:11 +02:00
Daniel Berteaud
a7b90b2b6b Load Redis plugin 2015-07-28 11:09:24 +02:00
Daniel Berteaud
95efab95a4 Event when sending join notif 2015-07-26 21:38:42 +02:00
Daniel Berteaud
29fe78db45 Update locales 2015-07-26 19:48:23 +02:00
Daniel Berteaud
8f59f846be Check for too comon room name in update_room_conf 2015-07-26 19:47:36 +02:00
Daniel Berteaud
da5e1a4f83 Update popup on auth button 2015-07-26 19:39:38 +02:00
Daniel Berteaud
f13082827b One more API action which doesn't exist anymore 2015-07-26 19:39:19 +02:00
Daniel Berteaud
49f3bfae11 Big code cleanup
Inclusing removing old, unused API actions
2015-07-26 19:32:30 +02:00
Daniel Berteaud
f5d876455d Only switch lang if required 2015-07-26 18:41:28 +02:00
Daniel Berteaud
091cea369e Update locales 2015-07-26 18:33:02 +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
b096c9b1e6 Don't include the email line if email is absent 2015-07-26 18:30:54 +02:00
Daniel Berteaud
8c80309184 Mere get/post routes for the feedback form 2015-07-26 17:48:51 +02:00
Daniel Berteaud
adf3e3b73a Feedback form must use POST 2015-07-26 17:48:38 +02:00