Simon Eisenmann
c9a92116b4
Fixed compatibility issue, iceServers needs to be an array.
11 years ago
Simon Eisenmann
d12471445d
Improved Firefox support for video layout and make use of object-fit support in FF>=36.
11 years ago
Simon Eisenmann
2e232493eb
Updated translations and translted to German.
11 years ago
Simon Eisenmann
1a65a5a880
Moved CPU overuse detection from experimental to extendend settings and enabled it by default.
11 years ago
Simon Eisenmann
e62ac80216
Fixed styles of youtube and presentation component by no longer centering the text.
11 years ago
Simon Eisenmann
391db21799
Removed shim for MediaStreamTrack.getSources in FF as we do not need it.
11 years ago
Simon Eisenmann
3a50483040
Updated to latest adapter.js - this drops support for Chrome < 34.
11 years ago
Simon Eisenmann
cbe85a6d83
Avoid generating invalid options.
11 years ago
Simon Eisenmann
c578fbb460
Added callbacks to addIceCandidate function to comply with WebRTC API.
11 years ago
Simon Eisenmann
41f58f0ec9
Rebuilt translations and translated to German.
11 years ago
Simon Eisenmann
fff2fef963
Merge pull request #173 from longsleep/send-stereo
...
Bring back send stereo support by processing sdp correctly and disable A...
11 years ago
Simon Eisenmann
5401c566b5
Bring back send stereo support by processing sdp correctly and disable AEC when sendStereo is true. The old stereo option is now always true.
11 years ago
Simon Eisenmann
1edd3b36e2
Merge pull request #172 from fancycode/fix_youtube_integration
...
Fix broken YouTube integration
11 years ago
Simon Eisenmann
8edf08f20d
Merge pull request #171 from theurere/update-travis
...
Update travis npm install.
11 years ago
Joachim Bauch
a2d44431b1
Use "safeApply" as deferred can be resolved inside angular.js.
11 years ago
Evan Theurer
c6c2fbb1d1
Update travis npm install.
11 years ago
Simon Eisenmann
eb1ecce7e0
Avoid the need for another mutex in Client by moving cleanup client checks to Hub.
11 years ago
Simon Eisenmann
02a6ae2a2b
Fixed a problem where replaced sessions got cleaned up i a previous connection was still closing.
11 years ago
Simon Eisenmann
2ccd200de7
No longer install config file in install target to avoid issues with non root installs.
11 years ago
Simon Eisenmann
a1a74f9070
Do not use prefix for config location fixing #161
11 years ago
Simon Eisenmann
f0420da235
Merge branch 'release-0.23' into develop
11 years ago
Simon Eisenmann
488e08c110
0.23.4
11 years ago
Simon Eisenmann
63ed4a3b35
Removed obsolete references to branding and skins.
11 years ago
Simon Eisenmann
1b9ee09d41
Removed isolated scope from menu.
11 years ago
Simon Eisenmann
2c583de0c8
Also add dummy streams to streams mapping.
11 years ago
Simon Eisenmann
35e338af2b
Merge pull request #160 from theurere/update-lodash
...
Update lodash to 3.0.0.
11 years ago
Simon Eisenmann
16f4f7aee0
Ignore vendor javascripts in hound validation.
11 years ago
Evan Theurer
590857f37a
Update lodash to 3.0.0.
11 years ago
Simon Eisenmann
7b4062faf1
Updated translation and translated to German.
11 years ago
Simon Eisenmann
0223270ed4
Implemented client side checks of authorizeRoomJoin flag.
11 years ago
Simon Eisenmann
553323a864
Implemented authorizeRoomJoin flag. Set this to allow only authenticated users to join rooms.
11 years ago
Simon Eisenmann
f8a44d1add
Fixed deadlock when authorizeRoomCreation=true.
11 years ago
Simon Eisenmann
f60cd1fab3
Use same variable name roomID everywhere.
11 years ago
Simon Eisenmann
1610b4aa3f
Fixed a line which was too long.
11 years ago
Simon Eisenmann
076bcdb271
Added modules section to config file to allow to disable screensharing, youtube and presentation support.
11 years ago
Simon Eisenmann
132d84568e
Fixed position text on buddy list.
11 years ago
Simon Eisenmann
480df9f339
Fixed typo in filename.
11 years ago
Simon Eisenmann
8b649d46d5
Changed position of buddy list loader to bottom right.
11 years ago
Simon Eisenmann
0572733def
Merge pull request #159 from deathwish/fix_ghost_sessions
...
Move all session cleanup code to a single code path.
11 years ago
Simon Eisenmann
99ab9df509
Fixed a problem where user data of anonymous user is not loaded when a plugin uses the authorization api.
...
Appdata authorization even now provides the userid.
11 years ago
Lance Cooper
6bcd814c1f
Move all session cleanup code to a single code path.
...
This should resolve any cases where sessions were not removed from the hub
after their connection closed.
Also moves buddy image management entirely into the session and
vastly improves locking around session data. Also allocates less
when sending client left messages and paves the way for session specific
message codecs.
11 years ago
Simon Eisenmann
e251a95398
Added a disconnected marker to sessions.
11 years ago
Simon Eisenmann
65c2ca2275
Removed duplicated log detail.
11 years ago
Simon Eisenmann
f992f50d49
Moved heartbeat time to controller.
11 years ago
Simon Eisenmann
74a6e604aa
Make sure to apply room changes.
11 years ago
Simon Eisenmann
0e656d2add
Make sure to show buddies which never set a status.
11 years ago
Simon Eisenmann
90250d9139
Moved unload handler to controller.
11 years ago
Simon Eisenmann
c2e204fb0b
Updated r.js to 2.1.15.
11 years ago
Simon Eisenmann
42b59dc101
Use minified require.js.
11 years ago
Simon Eisenmann
8e3bb1fad5
Make sure to reset prior room name when the default room is disabled.
11 years ago