Commit Graph

  • 8ecbeb32a6 Do not hardcode stun and turn scheme Instead, read a ful uri from the config, so you can specify turns if you want Daniel Berteaud 2015-02-19 22:25:35 +0100
  • 77c0a43ae3 Update to SimpleWebRTC 1.13.3 Daniel Berteaud 2015-02-19 19:21:47 +0100
  • c1c9810381 Cleanup MOH button Daniel Berteaud 2015-02-19 19:10:28 +0100
  • e71bea9df6 Cleanup etherpad button Daniel Berteaud 2015-02-19 18:49:22 +0100
  • 629805f484 Use bigger buttons on XS screens Daniel Berteaud 2015-02-19 17:33:50 +0100
  • d546404060 Update README Daniel Berteaud 2015-02-19 15:42:17 +0100
  • e70c58f27d Fix buttons state handling Daniel Berteaud 2015-02-18 18:36:13 +0100
  • 79edf07f1d Change overlay action icon for cam suspend Daniel Berteaud 2015-02-18 18:17:27 +0100
  • 116de87a46 Push mute and suspend buttons in the header toolbar on XS screens Fix #88 Daniel Berteaud 2015-02-18 18:13:08 +0100
  • 4d8edee674 Typo in default pid file Daniel Berteaud 2015-02-16 15:01:08 +0100
  • 986651a079 Print correct message if you select no window in Firefox Daniel Berteaud 2015-02-15 22:02:38 +0100
  • cfac2dc3e6 Make sure button content can fit Daniel Berteaud 2015-02-15 21:59:18 +0100
  • f8b85793f3 Update jquery browser plugin ALso include the non minified version Daniel Berteaud 2015-02-15 21:55:23 +0100
  • 89baa452ab Disable screen sharing on mobile platform As on Android devices (some at least) it seems to report it's available but do not work Daniel Berteaud 2015-02-15 21:53:22 +0100
  • 2efadd4d43 PID File is now configurable Daniel Berteaud 2015-02-15 21:53:06 +0100
  • c4b8fccb82 Error if the database isn't available Instead of failing silently later Daniel Berteaud 2015-02-13 17:14:07 +0100
  • dcfc8c174d Check etherpad API is reachable and log an error if it isn't Daniel Berteaud 2015-02-13 10:06:09 +0100
  • 17031d071c Update suspend cam button in overlay Daniel Berteaud 2015-02-12 22:45:30 +0100
  • 79ff17c2a8 Fix toolbar rendering on XS screens Fix #89 Daniel Berteaud 2015-02-12 22:32:35 +0100
  • eef3002a8e Enhance the display name modal Daniel Berteaud 2015-02-12 21:57:10 +0100
  • 01f086e2ee Minor fixes in auth modal dialog Daniel Berteaud 2015-02-12 21:40:49 +0100
  • 89b896424e Make sure URI are https ones in emails Fix #91 Daniel Berteaud 2015-02-12 21:28:48 +0100
  • 411490624d Add notes in help page about screen sharing on Firefox Daniel Berteaud 2015-02-12 19:16:07 +0100
  • ef08fa7b59 Use capabilities to detect feature And allow Firefox to use screen sharing Daniel Berteaud 2015-02-12 19:08:20 +0100
  • 6415c2e9a6 Update to current SimpleWebRTC Daniel Berteaud 2015-02-12 18:47:08 +0100
  • 3c54b6744f Update etherpad.js to current version Daniel Berteaud 2015-02-12 18:34:47 +0100
  • cabf32d255 Split etherpad URI into host and baseUrl So it works in recent FF instead of trying to speak to SignalMaster SocketIO server Daniel Berteaud 2015-02-12 18:23:26 +0100
  • 1ebe4fccc0 Reload room data after creating the etherpad_group Daniel Berteaud 2015-02-12 17:04:49 +0100
  • 98c2096f15 Typo in port number for wstunnel proxypass rule Daniel Berteaud 2015-02-12 16:01:11 +0100
  • a5f44b01c4 Typo in sample conf file Daniel Berteaud 2015-02-12 13:27:31 +0100
  • 01be442490 Fix realm param in sample conf file Daniel Berteaud 2015-02-12 13:26:31 +0100
  • f15419a366 Remove dupplicate create_room handler Daniel Berteaud 2015-02-12 13:24:41 +0100
  • 2186279348 Remove obsolete comment Daniel Berteaud 2015-02-12 13:05:30 +0100
  • a100f6a8d6 Remove leftover Daniel Berteaud 2015-02-12 13:02:20 +0100
  • a6beecdbd4 Adapt httpd_vhost.conf sample Daniel Berteaud 2015-02-12 12:36:11 +0100
  • d0ded1c543 Remove obsolete MySQL resources Daniel Berteaud 2015-02-12 12:35:00 +0100
  • df74d904bc Remove obsolete conf file Daniel Berteaud 2015-02-12 12:34:24 +0100
  • 0c86948739 Hide password inputs in the admin area Daniel Berteaud 2015-02-11 19:09:09 +0100
  • ee5d96debe Remove useless animation Daniel Berteaud 2015-02-11 19:06:05 +0100
  • 6943803cdc Typo in fr locale Daniel Berteaud 2015-02-11 19:03:05 +0100
  • cf7af105f9 Don't maintain a list of string to translate Instead, just translate everything Daniel Berteaud 2015-02-11 18:58:02 +0100
  • 2dde2050a9 Remove now obsolete manage_room template Daniel Berteaud 2015-02-06 16:24:25 +0100
  • 24b2099e1f Add some notes that Apple devices won't work Daniel Berteaud 2015-02-05 22:50:46 +0100
  • 21891bf634 Use Short Stack font Daniel Berteaud 2015-02-05 22:43:00 +0100
  • 6deb8841af Consolidate api error handling in a function Daniel Berteaud 2015-02-05 21:46:02 +0100
  • a8b75f01bd Switch room creation to an API call Daniel Berteaud 2015-02-05 21:28:20 +0100
  • c5b3f557e9 Remove now unused literal "status" in API responses Daniel Berteaud 2015-02-05 19:12:30 +0100
  • 8f3243a075 Last HTTP codes handling on client side Daniel Berteaud 2015-02-05 19:05:18 +0100
  • ff1cda4d4b HTTP codes in delete_room API call Daniel Berteaud 2015-02-05 19:00:13 +0100
  • 1a6722f7b8 HTTP codes in get_pad_session API call Daniel Berteaud 2015-02-05 18:54:54 +0100
  • 3fb6de8afa Fix two syntax err in vroom.pl Daniel Berteaud 2015-02-05 18:52:25 +0100
  • f78f368f23 HTTP codes in wipe_data API call Daniel Berteaud 2015-02-05 18:51:30 +0100
  • 5645ff14c7 HTTP codes in promote_peer API call Daniel Berteaud 2015-02-05 18:48:24 +0100
  • 642ebd1afc HTTP codes for get_peer_role API call Daniel Berteaud 2015-02-04 23:27:30 +0100
  • f57cc57bb1 HTTP codes for get_room_info API call Daniel Berteaud 2015-02-04 23:23:11 +0100
  • 6e93589a75 Hide password fields after authentication Daniel Berteaud 2015-02-04 23:20:14 +0100
  • 34cf709893 More HTTP codes fixes Daniel Berteaud 2015-02-04 23:17:28 +0100
  • 90267dd2e9 HTTP code for set_persistent Daniel Berteaud 2015-02-04 23:10:29 +0100
  • ebae2f0117 HTTP codes fr set_join_pass and set_owner_pass API calls Daniel Berteaud 2015-02-04 23:08:44 +0100
  • fd9dcd006b HTTP codes in update_room_conf API call Daniel Berteaud 2015-02-04 23:04:04 +0100
  • d197d3c96d HTTP codes in lock_room API call Daniel Berteaud 2015-02-04 23:00:09 +0100
  • 1d299dedfc Better error handling in the API Daniel Berteaud 2015-02-04 22:56:19 +0100
  • d50c3b385a HTTP codes for switch_lang Daniel Berteaud 2015-02-04 22:46:07 +0100
  • 2ebe33060b HTTP codes for room creation Daniel Berteaud 2015-02-04 22:44:16 +0100
  • d4db36765a Start using sane HTTP codes in the API Daniel Berteaud 2015-02-04 22:36:28 +0100
  • 4e492de55a Fix email input field handling Daniel Berteaud 2015-02-04 21:58:55 +0100
  • 5d4ef19df2 Reset the invitation form after submit Only if it succeed Daniel Berteaud 2015-02-04 21:36:10 +0100
  • 45d460bd4f Small fix in invitation template Daniel Berteaud 2015-02-04 21:24:39 +0100
  • 8b24c946ba Fix feedback template Daniel Berteaud 2015-02-04 21:20:45 +0100
  • e089583745 Fix circular ref on Chrome when submitting room conf form Daniel Berteaud 2015-02-04 17:16:55 +0100
  • dfda2f03f4 Allow several email addresses for invitations Daniel Berteaud 2015-02-04 16:36:11 +0100
  • 428f7599dd Small animations when adding/removing email fields Daniel Berteaud 2015-02-03 22:01:38 +0100
  • 9b2ea8d78d Add a cancel btn on feedback form Daniel Berteaud 2015-02-03 21:47:06 +0100
  • 1cc63b92b3 Some more localization updates Daniel Berteaud 2015-02-01 23:23:35 +0100
  • a30d341404 Remove unused JS function Daniel Berteaud 2015-02-01 23:11:17 +0100
  • 97ebadd6ab Locale updates Daniel Berteaud 2015-02-01 23:10:14 +0100
  • 5e82b9c529 Manage room persistence in admin area Daniel Berteaud 2015-02-01 22:34:01 +0100
  • 244bafe336 Display create date and last activity in admin area Daniel Berteaud 2015-02-01 22:02:12 +0100
  • 79814f9ce5 Add exception template And fix not_found rendering Daniel Berteaud 2015-02-01 21:47:10 +0100
  • b5957f627b Add not_found template Daniel Berteaud 2015-02-01 21:38:10 +0100
  • 9160fb4aaf Auto reconnect to MySQL server Daniel Berteaud 2015-02-01 21:26:02 +0100
  • 9033568f2c Remove the help modal It's not that usefull and is out of date Daniel Berteaud 2015-01-29 22:47:59 +0100
  • fef300ffd5 Missing LOCK_ROOM locale Daniel Berteaud 2015-01-29 22:38:02 +0100
  • 8c6d66bd19 Respect filter input when loading the initial room list Daniel Berteaud 2015-01-29 22:32:21 +0100
  • 610c486484 Allow empty email address field Daniel Berteaud 2015-01-29 22:22:21 +0100
  • 1fc3091aab Enable client side pagination in the admin area Daniel Berteaud 2015-01-29 22:19:43 +0100
  • 7cd78ebbc9 Import and load bootpag Daniel Berteaud 2015-01-29 22:08:48 +0100
  • 895f7a42b8 Enable search filter in the admin area Daniel Berteaud 2015-01-29 22:05:30 +0100
  • 7c80ca3358 Implement room removal in the admin area Daniel Berteaud 2015-01-29 21:59:30 +0100
  • e14b8e479c fr locale fixe Daniel Berteaud 2015-01-29 21:24:38 +0100
  • 45af90d9a9 Hide lang selector on XS screens Daniel Berteaud 2015-01-29 21:20:25 +0100
  • 11d1cf840e Syntaxe error in en locale Daniel Berteaud 2015-01-29 21:12:45 +0100
  • 22cd6c3e3d Add validation for email notifications before submit Daniel Berteaud 2015-01-23 18:27:55 +0100
  • 333fcd8a0f Make sure email + and - buttons are always correct Daniel Berteaud 2015-01-23 18:02:38 +0100
  • 22b1d69802 Handle configuration changes in the new admin page Daniel Berteaud 2015-01-23 17:47:17 +0100
  • 8fa6fad617 Move passwords hide/unhide code to the global scope So it's also available from the admin interface Daniel Berteaud 2015-01-23 16:34:37 +0100
  • dc0443d32c Handle email notifications on the admin interface Daniel Berteaud 2015-01-23 13:29:11 +0100
  • 7d98c994c9 More fixes for the admin interface Make a new get_room_conf API call which does more or less the same as get_room_info but without trying to get our role Daniel Berteaud 2015-01-23 13:24:50 +0100
  • 22e8dc1ef5 Fix email notification when someone join a room Daniel Berteaud 2015-01-22 22:26:06 +0100
  • e94b6cd955 Only trigger tooltip on hover Not on focus Daniel Berteaud 2015-01-22 22:20:08 +0100