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

523 Commits

Author SHA1 Message Date
Daniel Berteaud
867df625e8 Adapt httpd sample conf to work with the new hypnotoad way 2014-10-12 19:35:24 +02:00
Daniel Berteaud
cf3e6a28b1 Use Mojolicious::Plugin::Database to connect to the DB
Fix #86
2014-10-12 19:29:28 +02:00
Daniel Berteaud
1c93335ff2 Fix etherpadBaseDomain config key 2014-10-12 19:04:56 +02:00
Daniel Berteaud
e09c70e62c Switch to Session::Token to generate random names
Fix #85
2014-10-12 18:44:53 +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
Daniel Berteaud
4d90bb4e41 Small typo 2014-10-12 16:52:44 +02:00
root
98b81d2520 Use a prepared statement to create etherpad group 2014-10-12 16:51:14 +02:00
Daniel Berteaud
111344fb58 Don't load unused modules 2014-10-11 12:52:52 +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
695491e8c1 Small typos in fr locale 2014-09-20 12:26:40 +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
a2b19cbeb8 Remove unused jquery.linkify.min.js file 2014-07-25 12:09:18 +02:00
Daniel Berteaud
f4a90fa9b4 Another fix in room expiration logic
Before that, only one room could be expired each time we called delete_rooms helper
2014-07-21 15:44:06 +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
7d02133483 Fix participant cleanup logic 2014-07-20 12:53:57 +02:00
Daniel Berteaud
b8576f687b Code cleanup 2014-07-20 12:48:57 +02:00
Daniel Berteaud
f2db6be49e Display the number of participants in the management page 2014-07-20 12:22:44 +02:00
Daniel Berteaud
819ac83f63 Cleanup participant table after 10 min instead of 2 hours 2014-07-20 12:15:14 +02:00
Daniel Berteaud
9f8908657c Some code cleanup 2014-07-20 12:10:31 +02:00
Daniel Berteaud
22afd16b15 Fix case in components name 2014-07-20 11:51:17 +02:00
Daniel Berteaud
4f6040226e Add date and time in filename when saving chat history 2014-07-20 11:35:28 +02:00
Daniel Berteaud
098dd94f16 Add localization for the new pages 2014-07-19 15:30:20 +02:00
Daniel Berteaud
844c60b8a9 Remove locale dup 2014-07-19 15:25:29 +02:00
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