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

25 Commits

Author SHA1 Message Date
Daniel Berteaud
45794f4127 Fix inactivity timeouts
which are now expressed in minutes, not seconds
2014-10-19 13:02:01 +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
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
1c93335ff2 Fix etherpadBaseDomain config key 2014-10-12 19:04:56 +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
3c5e2c86fd Restrict access to /admin in httpd conf samples 2014-07-19 14:14:03 +02:00
Daniel Berteaud
80968c2dd9 Fix IfModule section (it's .c not .so) 2014-06-18 17:48:08 +02:00
Daniel Berteaud
e8f4df2d9a Add sample httpd conf for etherpad 2014-06-17 12:36:38 +02:00
Daniel Berteaud
75c683b8b4 Enclose wss proxy directives in IfModule
So it should work even if mod_proxy_wstunnel isn't available (socket.io should fallback to another method like xhr-polling)
2014-06-17 12:32:35 +02:00
Daniel Berteaud
109f4380da Add a new etherpadBaseDomain param so you can set the domain for etherpad Cookie 2014-06-13 14:19:02 +02:00
Daniel Berteaud
03252b99b2 Add new settings for etherpad 2014-06-12 21:34:18 +02:00
Daniel Berteaud
49dace5cf4 Update mod_expires conf 2014-05-27 09:43:03 +02:00
Daniel Berteaud
046453c10d Rename httpd.conf to httpd_vhost.conf
Take language suffix into account
Also fix cache indication on resources files using a timestamp in the path
2014-05-26 22:28:33 +02:00
Daniel Berteaud
a5a08048b5 Take langage suffix into account in httpd_alias.conf 2014-05-26 22:26:18 +02:00
Daniel Berteaud
e5308fc7e2 Add a httpd conf using an alias
Which should work out of the box on a Fedora box
Fix #37
2014-05-26 22:15:31 +02:00
Daniel Berteaud
8240453214 Fix a typo in httpd conf 2014-05-26 19:36:04 +02:00
Daniel Berteaud
f53a16b86d Forbid setting an owner password for rooms which uses a common name
This list can be set in the config
2014-05-25 01:12:49 +02:00
Daniel Berteaud
648a5b01a6 Add timestamp in the path, not as a GET param
Fix #35
2014-05-18 17:01:02 +02:00
Daniel Berteaud
596ef48dcb Add a sticky footer div 2014-05-15 16:16:05 +02:00
Daniel Berteaud
6517fb930a Add a new setting to expire persistent rooms
Using a dedicated timeout, so you can set it very high, but still remove very old rooms
Fix #28
2014-05-15 10:30:57 +02:00
Daniel Berteaud
3e23445ea2 Remove baseUrl
It's not used anywhere
2014-05-07 19:16:08 +02:00
Daniel Berteaud
3aa3415a0e Add a feedback form
Add a link to the feedback page in the public toolbar, and the goodby page
Should fix #14
2014-05-07 19:10:59 +02:00
Daniel Berteaud
536143bdf0 Update screen sharing
Since Chrome 34, a new API for screen sharing is available (the previous one using the flag will probably be deprecated soon)
This commit adds:
- Source of a simple Chrome extension to use this new API (which is a perfect copy of the sample extension given by &yet here: https://github.com/HenrikJoreteg/getScreenMedia
- Adapt help page
- New modal dialog to prompt user to install the extension from Google Web Store
- Better error messages if you can't share your screen

Should fix #7
2014-05-01 21:35:07 +02:00
Daniel Berteaud
cef5791a89 Initial import 2014-04-03 17:42:54 +02:00