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

12 Commits

Author SHA1 Message Date
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