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

546 Commits

Author SHA1 Message Date
Daniel Berteaud
88315e6423 Small cleanup 2014-10-14 19:33:53 +02:00
Daniel Berteaud
e9bb0e1137 Update logout helper to return a hashref 2014-10-14 19:31:53 +02:00
Daniel Berteaud
b5d483645c Update login helper to return a hashref 2014-10-14 19:30:55 +02:00
Daniel Berteaud
798102117e Add a new generic modify_room helper 2014-10-14 19:26:10 +02:00
Daniel Berteaud
d7175b70b6 Cleanup SQL query in signalmaster 2014-10-14 19:12:12 +02:00
Daniel Berteaud
437512e5bd Fix signalmaster query after table renaming 2014-10-14 19:04:48 +02:00
Daniel Berteaud
cb56f6a935 Define constants in a separated package 2014-10-14 19:02:21 +02:00
Daniel Berteaud
946a9a749f Rename a few DB tables 2014-10-14 18:43:09 +02:00
Daniel Berteaud
547159b735 Allow HTML in power_by 2014-10-14 18:31:14 +02:00
Daniel Berteaud
eda5ada45b Fix invitations handling 2014-10-14 18:30:24 +02:00
Daniel Berteaud
2b5f5208e6 Remove useless bind variable 2014-10-14 18:25:14 +02:00
Daniel Berteaud
c380c4812c Fix signalmaster query to check participant 2014-10-14 18:24:56 +02:00
Daniel Berteaud
85da128bff Fix participant last_activity 2014-10-13 20:22:35 +02:00
Daniel Berteaud
6a92875ae0 Another round of SQL queries updates 2014-10-13 20:17:51 +02:00
root
918065abd2 Alter startup script to be able to choose between morbo and hypnotoad 2014-10-13 19:56:19 +02:00
Daniel Berteaud
7370977481 Start adaptation to the new DB schema 2014-10-12 23:16:39 +02:00
Daniel Berteaud
6b96806c04 First draft of a new DB schema 2014-10-12 23:16:21 +02:00
Daniel Berteaud
b9dbc3c9fd Rename get_room to get_room_by_name 2014-10-12 22:45:06 +02:00
Daniel Berteaud
53e5fbdcca Remove obsolete TODO.txt file 2014-10-12 22:16:05 +02:00
Daniel Berteaud
8b01ca6fe9 Some more prepared queries 2014-10-12 22:13:38 +02:00
Daniel Berteaud
3e3f6e09f8 Remove support for language selection with url suffix 2014-10-12 21:59:53 +02:00
Daniel Berteaud
008e90a927 Directly render the feedback_thanks template
Instead of redirecting to a new route
2014-10-12 21:59:16 +02:00
Daniel Berteaud
cfb6fddac2 Switch conf parser to Config::Simple
Fix #84
2014-10-12 21:50:39 +02:00
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