Daniel Berteaud
8b01ca6fe9
Some more prepared queries
10 years ago
Daniel Berteaud
3e3f6e09f8
Remove support for language selection with url suffix
10 years ago
Daniel Berteaud
008e90a927
Directly render the feedback_thanks template
...
Instead of redirecting to a new route
10 years ago
Daniel Berteaud
cfb6fddac2
Switch conf parser to Config::Simple
...
Fix #84
10 years ago
Daniel Berteaud
867df625e8
Adapt httpd sample conf to work with the new hypnotoad way
10 years ago
Daniel Berteaud
cf3e6a28b1
Use Mojolicious::Plugin::Database to connect to the DB
...
Fix #86
10 years ago
Daniel Berteaud
1c93335ff2
Fix etherpadBaseDomain config key
10 years ago
Daniel Berteaud
e09c70e62c
Switch to Session::Token to generate random names
...
Fix #85
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
Daniel Berteaud
4d90bb4e41
Small typo
10 years ago
root
98b81d2520
Use a prepared statement to create etherpad group
10 years ago
Daniel Berteaud
111344fb58
Don't load unused modules
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
695491e8c1
Small typos in fr locale
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
a2b19cbeb8
Remove unused jquery.linkify.min.js file
10 years ago
Daniel Berteaud
f4a90fa9b4
Another fix in room expiration logic
...
Before that, only one room could be expired each time we called delete_rooms helper
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
7d02133483
Fix participant cleanup logic
10 years ago
Daniel Berteaud
b8576f687b
Code cleanup
10 years ago
Daniel Berteaud
f2db6be49e
Display the number of participants in the management page
10 years ago
Daniel Berteaud
819ac83f63
Cleanup participant table after 10 min instead of 2 hours
10 years ago
Daniel Berteaud
9f8908657c
Some code cleanup
10 years ago
Daniel Berteaud
22afd16b15
Fix case in components name
10 years ago
Daniel Berteaud
4f6040226e
Add date and time in filename when saving chat history
10 years ago
Daniel Berteaud
098dd94f16
Add localization for the new pages
10 years ago
Daniel Berteaud
844c60b8a9
Remove locale dup
10 years ago
Daniel Berteaud
3c5e2c86fd
Restrict access to /admin in httpd conf samples
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
d51e6b8d2d
Fix room deletion
10 years ago
Daniel Berteaud
dde7079b1c
Add buttons to join and delete room on the management page
10 years ago
Daniel Berteaud
e1753fab12
Implement missing settings handling in manage room 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
5124024c03
React on switch changes on the manage room page
...
Only lock and askForName implemented for now
10 years ago
Daniel Berteaud
4c241186d3
Small typo
10 years ago
Daniel Berteaud
3a6106aac4
Convert unix timestamp to localized date string on manage room page
10 years ago
Daniel Berteaud
94d186045e
Add a basic manage room template
10 years ago
Daniel Berteaud
387048cfc0
Make the /action handler accessible under /admin
...
And bypass auth check when accessed through /admin/action
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
9f9b4cc8b5
Add a route to manage rooms
10 years ago
Daniel Berteaud
b3e6f0ebdf
Add a simple admin page which list existing rooms
10 years ago