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

206 Commits

Author SHA1 Message Date
Daniel Berteaud
527ab348b4 On XS screens, display the timecounter in the navbar 2015-01-20 16:36:25 +01:00
Daniel Berteaud
3a3603df1a Move email invitation to the new API handler 2014-10-24 17:28:06 +02:00
Daniel Berteaud
59aadfbbfb Rename the lang switch 2014-10-23 18:01:01 +02:00
Daniel Berteaud
5d7005d1fd Some essential fixes in admin area 2014-10-19 13:10:11 +02:00
Daniel Berteaud
45794f4127 Fix inactivity timeouts
which are now expressed in minutes, not seconds
2014-10-19 13:02:01 +02:00
Daniel Berteaud
1b33dfb9be More cleanups in email invitation handling 2014-10-19 12:38:36 +02:00
Daniel Berteaud
81f1ece9ba CLeanups in invitation response handling 2014-10-19 12:25:03 +02:00
Daniel Berteaud
821516a090 Fix conf key in template 2014-10-15 20:15:13 +02:00
Daniel Berteaud
547159b735 Allow HTML in power_by 2014-10-14 18:31:14 +02:00
Daniel Berteaud
cfb6fddac2 Switch conf parser to Config::Simple
Fix #84
2014-10-12 21:50:39 +02:00
Daniel Berteaud
146d1b7881 Adapt to run vroom under hypnotoad instead of a CGI script
Fix #83
2014-10-12 18:22:02 +02:00
Daniel Berteaud
bee623937b Fix closing button 2014-10-12 17:55:33 +02:00
root
b4497a1e80 Switch to Mojolicious::Plugin::Mail
Close #81
2014-10-11 12:49:46 +02:00
Daniel Berteaud
232125b88c Add lang switch in the toolbar 2014-10-09 21:33:21 +02:00
Daniel Berteaud
8d8dfad3d4 Maintain client localizations on server-side
So locales can be retrieved with a get request, and be cached by the browser
2014-10-09 21:13:06 +02:00
Daniel Berteaud
bc86d9b243 Rename share.png to multi.png
share.png is blocked by addblock
2014-10-09 21:02:01 +02:00
Daniel Berteaud
a289803632 Separate owner password and persistence
Now, persistent rooms will be really persistent (never deleted), but can only be set by an admin
Rooms with an owner password set are now called "reserved" room, and works as before
2014-07-25 12:58:25 +02:00
Daniel Berteaud
8552ac2fdf Use default class for the join btn on the management page 2014-07-20 15:32:49 +02:00
Daniel Berteaud
f75fb45941 Add email invitation suport on the management page 2014-07-20 15:20:36 +02:00
Daniel Berteaud
f2db6be49e Display the number of participants in the management page 2014-07-20 12:22:44 +02:00
Daniel Berteaud
844c60b8a9 Remove locale dup 2014-07-19 15:25:29 +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
dde7079b1c Add buttons to join and delete room on the management page 2014-07-19 12:55:36 +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
4c241186d3 Small typo 2014-07-19 01:17:08 +02:00
Daniel Berteaud
94d186045e Add a basic manage room template 2014-07-19 00:41:03 +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
b3e6f0ebdf Add a simple admin page which list existing rooms 2014-07-18 18:44:38 +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
22ab05ee98 Revamp the invite by email menu 2014-06-28 18:54:06 +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
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
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
561b61704b Some more explanation on terminate room action 2014-06-18 12:58:43 +02:00
Daniel Berteaud
1694d22534 Add a button+modal to terminate call 2014-06-18 12:49:57 +02:00
Daniel Berteaud
da8633c1a3 Fix a typo goodby -> goodbye 2014-06-18 12:49:20 +02:00
Daniel Berteaud
4fb6de7a1d Add cancel buttons on password modal
Both join and owner
2014-06-18 10:34:33 +02:00
Daniel Berteaud
f39b5798a8 More standard line wrap 2014-06-17 23:14:55 +02:00
Daniel Berteaud
8123f53c34 Fix a missing closing div 2014-06-17 23:12:54 +02:00
Daniel Berteaud
37a8cbd4fe Better button layout on goodby page 2014-06-17 23:08:35 +02:00
Daniel Berteaud
4266377454 Better button layout on error page 2014-06-17 23:02:02 +02:00