Simon Eisenmann
|
0610a6b0f4
|
Merge pull request #182 from theurere/fix-scss-lint-qualifyingelement
Fix scss-lint error QualifyingElement
|
11 years ago |
Evan Theurer
|
b95b715441
|
Fix scss-lint error QualifyingElement.
|
11 years ago |
Simon Eisenmann
|
a64e977aa6
|
Fixed authentication success userid log.
|
11 years ago |
Simon Eisenmann
|
84c7be8fe3
|
Close websocket connection outside connection lock.
|
11 years ago |
Simon Eisenmann
|
8e9c97d09b
|
Let the browser handle close of websocket connection on unload.
|
11 years ago |
Simon Eisenmann
|
7b418e2c2c
|
Avoid to defer replace and close.
|
11 years ago |
Simon Eisenmann
|
c49331bd7d
|
Avoid beeing stuck in hub lock when a client gets replaced but the old connection does not hang on close.
|
11 years ago |
Simon Eisenmann
|
6fc87c19e8
|
Removed obsolete code and avoid to lose ttlTimeout on room join.
|
11 years ago |
Simon Eisenmann
|
ecb3649fe7
|
Improved reconnect logic which failed in various networking szenarios.
|
11 years ago |
Simon Eisenmann
|
4a9859d95a
|
Added missing semicolon.
|
11 years ago |
Simon Eisenmann
|
576f657f99
|
Merge pull request #179 from theurere/fix-scss-lint-selectorformat
Fix scss-lint error SelectorFormat
|
11 years ago |
Simon Eisenmann
|
e9ed431f9b
|
Rebuilt styles.
|
11 years ago |
Simon Eisenmann
|
398cbcbcb2
|
Merge pull request #169 from theurere/update-sjcl-js
Update sjcl.js to 1.0.2.
|
11 years ago |
Simon Eisenmann
|
7c89b6fc37
|
Merge pull request #177 from theurere/fix-scss-lint-warnings
Fix scss lint warnings and errors.
|
11 years ago |
Evan Theurer
|
c99e4562f0
|
Remove require shim for sjcl.
|
11 years ago |
Evan Theurer
|
46920c8b7c
|
Update sjcl.js to 1.0.2.
|
11 years ago |
Evan Theurer
|
c31fc362db
|
Fix scss-lint error SelectorFormat.
|
11 years ago |
Evan Theurer
|
2fc0778e78
|
Fixup @keyframes.
|
11 years ago |
Evan Theurer
|
a4937c7685
|
Fix scss-lint error UnnecessaryParentReference.
|
11 years ago |
Evan Theurer
|
e62eb6793c
|
Fix scss-lint errors BorderZero ColorKeyword DeclarationOrder DuplicateProperty EmptyLineBetweenBlocks FinalNewline HexNotation ImportPath Indentation LeadingZero PropertySortOrder PropertySpelling Shorthand SingleLinePerSelector SpaceAfterComma SpaceAfterPropertyColon SpaceBeforeBrace StringQuotes TrailingSemicolon UnnecessaryParentReference UrlQuotes ZeroUnit.
|
11 years ago |
Simon Eisenmann
|
c4a411fd82
|
Point hound to correct config.
|
11 years ago |
Simon Eisenmann
|
afee7b0ff4
|
Merge branch 'release-0.23' into develop
|
11 years ago |
Simon Eisenmann
|
19feadde66
|
0.23.6
|
11 years ago |
Simon Eisenmann
|
c2dc5dfae7
|
Merge pull request #174 from longsleep/contacts-module-disable
Contacts can now be disabled on server module level (server.conf).
|
11 years ago |
Simon Eisenmann
|
0e2f660d55
|
Fixed SCSS lint warnings.
|
11 years ago |
Simon Eisenmann
|
457eabf23f
|
Contacts can now be disabled on server module level (server.conf).
|
11 years ago |
Simon Eisenmann
|
d36f19f968
|
Ignore used HTML5 compass mixins.
|
11 years ago |
Simon Eisenmann
|
a201a1f9ce
|
Merge branch 'master' into develop
|
11 years ago |
Simon Eisenmann
|
3d367cd89f
|
Fix building in Travis.
|
11 years ago |
Simon Eisenmann
|
d767e05839
|
Use Ruby 1.9 in travis.
|
11 years ago |
Simon Eisenmann
|
428c9b3f4c
|
Improved formatting.
|
11 years ago |
Simon Eisenmann
|
4a98326011
|
Fixed formatting.
|
11 years ago |
Simon Eisenmann
|
c333c7bf0a
|
Added support for scss-lint in Hound and Makefile.
|
11 years ago |
Simon Eisenmann
|
b4b2403804
|
Use button style for account buttons instead of link style.
|
11 years ago |
Simon Eisenmann
|
02e9f9fa20
|
Merge pull request #168 from theurere/update-text-js
Update text.js to 2.0.13
|
11 years ago |
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 |
Evan Theurer
|
e1af7b6e1f
|
Update travis npm install.
|
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 |