1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 09:49:18 +02:00
Commit Graph

645 Commits

Author SHA1 Message Date
Daniel Berteaud
3c5e2c86fd Restrict access to /admin in httpd conf samples 2014-07-19 14:14:03 +02:00
Daniel Berteaud
b994a46d6e Don't dup localization 2014-07-19 13:50:44 +02:00
Daniel Berteaud
6ae16a3680 Remove room ID from admin page
And add a button to join
2014-07-19 13:50:19 +02:00
Daniel Berteaud
d51e6b8d2d Fix room deletion 2014-07-19 12:58:46 +02:00
Daniel Berteaud
dde7079b1c Add buttons to join and delete room on the management page 2014-07-19 12:55:36 +02:00
Daniel Berteaud
e1753fab12 Implement missing settings handling in manage room page 2014-07-19 11:37:13 +02:00
Daniel Berteaud
d25d7f8e7e Change some id to prevent conflicts 2014-07-19 11:34:07 +02:00
Daniel Berteaud
b34153fc0f Include password modals dialog in manage room
And fix another copy/paste error
2014-07-19 01:52:25 +02:00
Daniel Berteaud
7fe7a8f292 Move passwords modal in separated templates
so they can be reused
2014-07-19 01:40:01 +02:00
Daniel Berteaud
3dca5678ab Remove auth token and persistent from manage room page
Also fix a couple of copy/paste error
2014-07-19 01:32:50 +02:00
Daniel Berteaud
5124024c03 React on switch changes on the manage room page
Only lock and askForName implemented for now
2014-07-19 01:30:05 +02:00
Daniel Berteaud
4c241186d3 Small typo 2014-07-19 01:17:08 +02:00
Daniel Berteaud
3a6106aac4 Convert unix timestamp to localized date string on manage room page 2014-07-19 00:41:23 +02:00
Daniel Berteaud
94d186045e Add a basic manage room template 2014-07-19 00:41:03 +02:00
Daniel Berteaud
387048cfc0 Make the /action handler accessible under /admin
And bypass auth check when accessed through /admin/action
2014-07-19 00:23:50 +02:00
Daniel Berteaud
34d8649e3e Add bootstrap-switch CSS and JS
It will be used on the management page
2014-07-18 19:28:55 +02:00
Daniel Berteaud
9f9b4cc8b5 Add a route to manage rooms 2014-07-18 19:27:21 +02:00
Daniel Berteaud
b3e6f0ebdf Add a simple admin page which list existing rooms 2014-07-18 18:44:38 +02:00
Daniel Berteaud
f2594248c7 Add a get_all_rooms helper
And expire rooms before entering the admin page
2014-07-18 18:35:58 +02:00
Daniel Berteaud
85cd946587 Add a route for the admin page 2014-07-18 17:55:53 +02:00
Daniel Berteaud
e5f25a93c9 Do not try to remove the participant if the session name isn't defined 2014-07-09 08:00:21 +02:00
Daniel Berteaud
2affe56392 Lowercase room name on create 2014-07-05 14:43:15 +02:00
Daniel Berteaud
d9561698df Revamp displaynamepre form and add a cancel button which redirect to the front page 2014-07-04 16:09:13 +02:00
Daniel Berteaud
6f7c51d9c8 Update notifyjs 2014-07-02 16:20:38 +02:00
Daniel Berteaud
28f01743d8 Update FileSaver 2014-07-02 16:18:06 +02:00
Daniel Berteaud
87c6cdc62c Don't reload etherpad iFrame on wipe if it wasn't loaded before 2014-07-02 15:58:52 +02:00
Daniel Berteaud
d2e54b0dfb Update to SimpleWebRTC 1.9.1 2014-07-02 15:56:20 +02:00
Daniel Berteaud
f32a6af965 Get ride of Data::UUID dependency 2014-07-02 15:48:36 +02:00
Daniel Berteaud
32210908ce Typo in signalmaster console log 2014-07-01 21:36:16 +02:00
Daniel Berteaud
0a27d9f6d7 Rise socket.io timeout 2014-07-01 18:52:21 +02:00
Daniel Berteaud
ccc26fb7fb Fix signalmaster crash if vroomsession isn't found 2014-07-01 18:46:42 +02:00
Daniel Berteaud
22ab05ee98 Revamp the invite by email menu 2014-06-28 18:54:06 +02:00
Daniel Berteaud
451cfa5e49 Rise a bit signalmaster timeout to prevent disconnections 2014-06-28 15:49:03 +02:00
Daniel Berteaud
c12115de3e Fix centering element on disconnected modal 2014-06-28 15:46:41 +02:00
Daniel Berteaud
871b1c3388 Fix etherpad iframe not loading 2014-06-28 15:42:15 +02:00
Daniel Berteaud
62d525ed5a Fix invitations responses not being processed 2014-06-28 15:32:54 +02:00
Daniel Berteaud
12b6e41d6d Remove all the hardcoded <center> horrors
Replaced with text-center or center-block class
Plus other minor HTML cleanups
2014-06-28 15:19:16 +02:00
Daniel Berteaud
45d6130fc4 Revert "Update bootstrap to 3.2.0"
As it doesn't provide significant improvement, and actually breaks forms alignment

This reverts commit 25016b2b58.
2014-06-28 14:31:07 +02:00
Daniel Berteaud
2347f2b1fa Don't reload etherpad iframe when setting name if etherpad hasn't been loaded yet 2014-06-27 19:01:58 +02:00
Daniel Berteaud
8978968a32 Use h1 for the index page title 2014-06-27 17:23:58 +02:00
Daniel Berteaud
9176b37350 Add a description meta 2014-06-27 17:19:44 +02:00
Daniel Berteaud
21a5640065 Reduce images size with optipng 2014-06-27 17:03:12 +02:00
Daniel Berteaud
ee7ca249a9 Add the lang tag in HTML element 2014-06-27 16:15:54 +02:00
Daniel Berteaud
0dc838e4bb Fix form alignment on index page 2014-06-27 15:46:39 +02:00
Daniel Berteaud
25016b2b58 Update bootstrap to 3.2.0 2014-06-27 15:33:40 +02:00
Daniel Berteaud
a9eda212e2 Pause mic and webcam when opening the quitModal dialog
Resume in we cancel
Dont change previous state (if it was already paused, don't resume)
Fix #77
2014-06-24 17:11:15 +02:00
Daniel Berteaud
8559b5f100 Rewrite signalmaster auth part
Actually check the auth (previous way didn't worked correctly)
Also escape queries (even if input was validated before)
2014-06-24 11:59:05 +02:00
Daniel Berteaud
dd17af3190 Reduce timeout, so disconnected peer will be kicked earlier 2014-06-18 18:04:38 +02:00
Daniel Berteaud
80968c2dd9 Fix IfModule section (it's .c not .so) 2014-06-18 17:48:08 +02:00
Daniel Berteaud
a4cacdddb6 Use the leaveRoom method to leave 2014-06-18 16:20:16 +02:00