1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-29 15:03:41 +02:00
Commit Graph

184 Commits

Author SHA1 Message Date
Daniel Berteaud
11dda5d0a9 Remove ping API permission 2015-06-25 23:19:17 +02:00
Daniel Berteaud
305b6cf5eb Some big changes arround password and authentication handling 2015-06-25 19:20:22 +02:00
Daniel Berteaud
a108b81e3a Update authenticate method
so it can be called anonymously
2015-06-22 21:32:23 +02:00
Daniel Berteaud
98439ac100 Move conf loading in it's own pm 2015-06-19 14:57:18 +02:00
Daniel Berteaud
25b1e5beab Typo in en locale 2015-06-17 19:08:50 +02:00
Daniel Berteaud
097b7726f0 Typo in fr locale 2015-06-17 17:49:53 +02:00
Daniel Berteaud
7b594cbc9c Update fr message when browser do not support webrtc 2015-03-17 23:22:15 +01:00
Daniel Berteaud
6773c19138 Notify on p2p failure
And terminate conenction with this peer
Fix #95
2015-03-17 18:21:07 +01:00
Daniel Berteaud
f2a2e877a6 Remove the old rfc5766-turn-server auth method as it doesn't brings anything
Compared to the new TURN REST API
2015-03-17 14:30:31 +01:00
Daniel Berteaud
e99d91610a Move some technical info into the doc page instread of about 2015-03-13 18:23:56 +01:00
Daniel Berteaud
5dce440094 Small cleanups and fix scrollspy 2015-03-12 23:07:23 +01:00
Daniel Berteaud
452c36a63f Add tocjs plugin 2015-03-12 17:54:22 +01:00
Daniel Berteaud
4259c7c617 Link to GH page in the footer 2015-03-12 13:14:29 +01:00
Daniel Berteaud
fd1f38ebc5 Add a new "demo" mode
And when enabled, display a new "Who's behind VROOM" part in the about page
2015-03-12 13:10:31 +01:00
Daniel Berteaud
0d0b6afbf1 Make the member limit configurable per room
And fix #96
2015-03-11 11:45:55 +01:00
Daniel Berteaud
ea73a4009d Add a global members limit 2015-03-10 19:10:06 +01:00
Daniel Berteaud
69c3cd3b5a Display number of members in room in the admin area
The number should be quite accurate, as it's now counting socket.io peers
2015-03-06 18:30:03 +01:00
Daniel Berteaud
5c16330671 Typo in API action get_pad_session 2015-03-06 17:27:33 +01:00
Daniel Berteaud
5b7123744c Typo in locale label 2015-03-06 17:15:16 +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
ff48f7ec30 Remove SignalMaster as it's not used anymore 2015-03-06 12:07:06 +01:00
Daniel Berteaud
b54e652e37 Drop table room_participants 2015-03-06 11:51:01 +01:00
Daniel Berteaud
07107e5d39 Increase peer_id size 2015-03-04 18:30:04 +01:00
Daniel Berteaud
63dbf66b89 Check DB version when starting
Also do not run checks on each page rendering, just once at startup
2015-02-27 16:37:29 +01:00
Daniel Berteaud
2b861dba96 Add a script skeleton to update the database 2015-02-27 15:51:26 +01:00
Daniel Berteaud
eff9565144 Re-arrange the admin page so we can have several sub-pages
The first and only one for now being the room management
2015-02-27 14:52:01 +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
fd77acbae8 Add explanation for screen sharing on Firefox
Fix #94
2015-02-27 13:05:53 +01:00
Daniel Berteaud
779542d516 Reduce powered by length so it better fit small screens 2015-02-24 18:53:55 +01:00
Daniel Berteaud
28a23a2d41 Fix broken en locale file 2015-02-23 09:47:05 +01:00
Daniel Berteaud
2dace775e6 Tooltip on configuration menu 2015-02-20 17:57:26 +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
f5c50a68f8 Better explanation of supported devices 2015-02-20 10:19:30 +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
01f086e2ee Minor fixes in auth modal dialog 2015-02-12 21:41:58 +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
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
24b2099e1f Add some notes that Apple devices won't work 2015-02-05 22:50:46 +01:00
Daniel Berteaud
a8b75f01bd Switch room creation to an API call 2015-02-05 21:28:20 +01:00
Daniel Berteaud
1d299dedfc Better error handling in the API 2015-02-04 22:56:19 +01:00
Daniel Berteaud
dfda2f03f4 Allow several email addresses for invitations 2015-02-04 16:36:11 +01:00
Daniel Berteaud
1cc63b92b3 Some more localization updates 2015-02-01 23:23:35 +01:00
Daniel Berteaud
97ebadd6ab Locale updates 2015-02-01 23:10:14 +01:00
Daniel Berteaud
79814f9ce5 Add exception template
And fix not_found rendering
2015-02-01 21:47:10 +01:00
Daniel Berteaud
b5957f627b Add not_found template 2015-02-01 21:38:10 +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
fef300ffd5 Missing LOCK_ROOM locale 2015-01-29 22:38:02 +01:00
Daniel Berteaud
7cd78ebbc9 Import and load bootpag 2015-01-29 22:08:48 +01:00
Daniel Berteaud
7c80ca3358 Implement room removal in the admin area 2015-01-29 21:59:30 +01:00