Simon Eisenmann
856a23faca
Correct some errors found by golint.
10 years ago
Simon Eisenmann
beff7439b8
Bumped copyright to 2015.
10 years ago
Simon Eisenmann
d6f5dcac9e
Moved from Sleepy to Sloth.
10 years ago
Simon Eisenmann
e0fa8c8b43
Allow slashes unquoted in room names. This brings nested rooms.
10 years ago
Simon Eisenmann
69db76290d
Added server side ApiVersion returned with self to distinguish client and server API version support.
10 years ago
Simon Eisenmann
8d4ff54505
Updated tests to new room name with type api.
10 years ago
Simon Eisenmann
0a44f596bf
Implemented room types.
10 years ago
Simon Eisenmann
1d031b71ca
Fixed missing chat envelope which got lost in 56aa603293
.
10 years ago
Simon Eisenmann
84abb28cbe
Rebuilt translations and completed German translation.
10 years ago
Evan Theurer
4f9e0abb36
Fix scss-lint error IdSelector.
10 years ago
Simon Eisenmann
3da4f79470
Improved bash fu.
10 years ago
Evan Theurer
b5f4893173
Do not let globally set scss-lint IdSelectors affect display of errors in other files.
10 years ago
Lance Cooper
dcf1cc687a
Rename MakeSelf to HandleSelf as it now conforms to handler usage.
10 years ago
Lance Cooper
56aa603293
Add guards for NPE's when processing channelling API messages.
...
This also refactors the channelling API for better clarity
as well as introducing the following functional changes:
* All Hello requests will now receive a Welcome or Error return.
* The message sent in response to a successful authentication
request now uses the Iid provided with the originating request.
* Responses to requests for the Self document now use the Iid
provided with the originating request.
* Failed authentication requests now receive an error return.
* Malformed requests for the Hello, Authentication, Sessions,
and Rooms documents will now receive an error return.
* Requests for the Sessions document which cannot be processed
now receive an error return.
* Requests for the Users document will receive an error return
if the requesting session has not joined a room.
10 years ago
Simon Eisenmann
3804c74277
Make sure to send session close messages to subscriptions too to notify both ways.
10 years ago
Simon Eisenmann
d5323d2610
Fixed an issue where replaced sessions cannot receive data from contacts in other rooms.
10 years ago
Evan Theurer
c9bc20d3dc
Fix scss-lint error MergeableSelector.
10 years ago
Simon Eisenmann
bf516b5423
Make sure to send session close messages to subscriptions too to notify both ways.
10 years ago
Simon Eisenmann
e967ff5907
Fixed an issue where replaced sessions cannot receive data from contacts in other rooms.
10 years ago
Evan Theurer
f7b0f4228c
Update translations to reflect new jed api.
10 years ago
Evan Theurer
63324502c3
Update jed.js to 1.1.0
10 years ago
Simon Eisenmann
9c8a2af107
Detect full screen exit properly and use :fullscreen style instead of custom class to get black background.
11 years ago
Simon Eisenmann
56b2aa093e
Ignore incoming channelling messages larger than 1MB.
11 years ago
Evan Theurer
ee5b9af4e1
Fix scss-lint error SelectorDepth.
11 years ago
Simon Eisenmann
dafb0ccd83
Avoid broken video layout if local camera captures wrong aspect ratio.
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
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
Evan Theurer
58c3a50c08
Fix scss-lint error NestingDepth.
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
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
c333c7bf0a
Added support for scss-lint in Hound and Makefile.
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
e62ac80216
Fixed styles of youtube and presentation component by no longer centering the text.
11 years ago
Simon Eisenmann
41f58f0ec9
Rebuilt translations and translated to German.
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
7b4062faf1
Updated translation and translated to German.
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
076bcdb271
Added modules section to config file to allow to disable screensharing, youtube and presentation support.
11 years ago