Daniel Berteaud
cfb6fddac2
Switch conf parser to Config::Simple
...
Fix #84
10 years ago
Daniel Berteaud
146d1b7881
Adapt to run vroom under hypnotoad instead of a CGI script
...
Fix #83
10 years ago
Daniel Berteaud
bee623937b
Fix closing button
10 years ago
root
b4497a1e80
Switch to Mojolicious::Plugin::Mail
...
Close #81
10 years ago
Daniel Berteaud
232125b88c
Add lang switch in the toolbar
10 years ago
Daniel Berteaud
8d8dfad3d4
Maintain client localizations on server-side
...
So locales can be retrieved with a get request, and be cached by the browser
10 years ago
Daniel Berteaud
bc86d9b243
Rename share.png to multi.png
...
share.png is blocked by addblock
10 years ago
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
10 years ago
Daniel Berteaud
8552ac2fdf
Use default class for the join btn on the management page
10 years ago
Daniel Berteaud
f75fb45941
Add email invitation suport on the management page
10 years ago
Daniel Berteaud
f2db6be49e
Display the number of participants in the management page
10 years ago
Daniel Berteaud
844c60b8a9
Remove locale dup
10 years ago
Daniel Berteaud
b994a46d6e
Don't dup localization
10 years ago
Daniel Berteaud
6ae16a3680
Remove room ID from admin page
...
And add a button to join
10 years ago
Daniel Berteaud
dde7079b1c
Add buttons to join and delete room on the management page
10 years ago
Daniel Berteaud
d25d7f8e7e
Change some id to prevent conflicts
10 years ago
Daniel Berteaud
b34153fc0f
Include password modals dialog in manage room
...
And fix another copy/paste error
10 years ago
Daniel Berteaud
7fe7a8f292
Move passwords modal in separated templates
...
so they can be reused
10 years ago
Daniel Berteaud
3dca5678ab
Remove auth token and persistent from manage room page
...
Also fix a couple of copy/paste error
10 years ago
Daniel Berteaud
4c241186d3
Small typo
10 years ago
Daniel Berteaud
94d186045e
Add a basic manage room template
10 years ago
Daniel Berteaud
34d8649e3e
Add bootstrap-switch CSS and JS
...
It will be used on the management page
10 years ago
Daniel Berteaud
b3e6f0ebdf
Add a simple admin page which list existing rooms
10 years ago
Daniel Berteaud
d9561698df
Revamp displaynamepre form and add a cancel button which redirect to the front page
10 years ago
Daniel Berteaud
22ab05ee98
Revamp the invite by email menu
10 years ago
Daniel Berteaud
c12115de3e
Fix centering element on disconnected modal
10 years ago
Daniel Berteaud
871b1c3388
Fix etherpad iframe not loading
10 years ago
Daniel Berteaud
62d525ed5a
Fix invitations responses not being processed
10 years ago
Daniel Berteaud
12b6e41d6d
Remove all the hardcoded <center> horrors
...
Replaced with text-center or center-block class
Plus other minor HTML cleanups
10 years ago
Daniel Berteaud
8978968a32
Use h1 for the index page title
11 years ago
Daniel Berteaud
9176b37350
Add a description meta
11 years ago
Daniel Berteaud
ee7ca249a9
Add the lang tag in HTML element
11 years ago
Daniel Berteaud
0dc838e4bb
Fix form alignment on index page
11 years ago
Daniel Berteaud
561b61704b
Some more explanation on terminate room action
11 years ago
Daniel Berteaud
1694d22534
Add a button+modal to terminate call
11 years ago
Daniel Berteaud
da8633c1a3
Fix a typo goodby -> goodbye
11 years ago
Daniel Berteaud
4fb6de7a1d
Add cancel buttons on password modal
...
Both join and owner
11 years ago
Daniel Berteaud
f39b5798a8
More standard line wrap
11 years ago
Daniel Berteaud
8123f53c34
Fix a missing closing div
11 years ago
Daniel Berteaud
37a8cbd4fe
Better button layout on goodby page
11 years ago
Daniel Berteaud
4266377454
Better button layout on error page
11 years ago
Daniel Berteaud
64fdb9bf33
Do not hide the main div on XS screen
...
Instead, reduce the previews size (up to 4 previews in a row), and place the main div just under, using all the available width
Not perfect yet, but much better than before, so fix #73
11 years ago
Daniel Berteaud
a36ba57b8d
Add missing close button on wipe data dialog
11 years ago
Daniel Berteaud
953b9486c0
Add a confirm dialog when quiting
...
Fix #69
11 years ago
Daniel Berteaud
d43d387b8c
Add localization for the new wipe data feature
11 years ago
Daniel Berteaud
023b6e47f7
Better look for the wipe confirm dialog
11 years ago
Daniel Berteaud
acbf3a6ba5
Add the wipe data button in the help modal
11 years ago
Daniel Berteaud
8b6be5c14a
Add the wipe modal and implement logic to wipe data
...
Both chatHistory (client side only) and etherpad (needs server side) are handled
Fix #68
11 years ago
Daniel Berteaud
d094539207
Add a new "wipe data" button in the conf menu
11 years ago
Daniel Berteaud
136a92efa6
Hide etherpad button on XS screens
...
Fix #70
11 years ago