Joachim Bauch
da3cb4d0c4
Make the room type configurable through NATS.
10 years ago
Simon Eisenmann
4765b8a98f
Update AngularJS to 1.5.6
10 years ago
Evan Theurer
a47d220807
Fix breaking change: css animation defaults of directive animation classes changed. See 1bebe36aa9 (diff-fc9e96da9f5a9dfda43ef79e695d27ccR155).
10 years ago
Joachim Bauch
96b482827c
Add CSS class with current room type to body including helpers to show/hide elements.
10 years ago
Joachim Bauch
7fbc4449ca
Make mapping of room name to room type configurable.
10 years ago
Simon Eisenmann
14380185a6
Improve misleading log when pipelines API is enabled.
10 years ago
Simon Eisenmann
597d06d764
Pipeline API is now optional and disabled by default.
10 years ago
Simon Eisenmann
1f33a11e51
Hide pipelines web API behind a configuration flag.
10 years ago
Simon Eisenmann
33aa9e4e15
Implement NATS sink outbound encoding.
10 years ago
Simon Eisenmann
96cc6fd64c
Extended Pipeline manager to support Sink creation.
10 years ago
Simon Eisenmann
9ff675bca9
Implement sessionCreate via NATS.
10 years ago
Simon Eisenmann
336f2eda8f
Implemented pipeline for Offer, Candidate and Bye.
10 years ago
Simon Eisenmann
447bc7fe8e
Moved NATS connecting helpers to own submodule.
10 years ago
Simon Eisenmann
e617374095
Refactored structure of Go source code to module and binary.
10 years ago
Simon Eisenmann
27d71da896
Reconnect NATS forever and log NATS connection events.
10 years ago
Simon Eisenmann
41388af8fc
Implemented service discovery .well-known endpoint at /.well-known/spreed-configuration
10 years ago
Irek
8f88a4033a
Added translation for Russian
...
Added VP9 message
Changed some words
Changed some words
Changed some words
Changed some words
Add static/translation/messages-ru.json
Corrected some words
Added author below the translation section
Added messages-ru.json
10 years ago
Simon Eisenmann
85b8725d19
Added support for default and override config.
10 years ago
Simon Eisenmann
336879b818
Trigger NATS events non blocking through buffered channel.
10 years ago
Simon Eisenmann
f3e1d03d8c
Fixed tests to reflect busManager changes.
10 years ago
Simon Eisenmann
d782eb26d8
Added startup bus event and a NATS client id.
10 years ago
Simon Eisenmann
d4f2dc2f86
Removed auth bus event in favour of session bus event.
10 years ago
Simon Eisenmann
ebfe0f58f9
Added docstrings and cleaned up code.
10 years ago
Simon Eisenmann
a2f0830c79
Validate Offer and Answer content, so only events without _token key are triggered as channelling event to bus.
10 years ago
Simon Eisenmann
e33796f83f
Added support for NATS pub/sub messaging to trigger channeling events for external services.
10 years ago
Leon Klingele
067ed1c3e3
cryptoRand.Int / pseudoRand.Intn to generate random integer. Previous way was modulo-biased
10 years ago
Leon Klingele
2cfe8af4df
Add missing characters to random string function, so we use the full upper+lowercase alphabet
10 years ago
Irek
34ec20353f
Added translation for Russian
...
Added VP9 message
Changed some words
Changed some words
Changed some words
Changed some words
Add static/translation/messages-ru.json
Corrected some words
10 years ago
Simon Eisenmann
e07fb42ced
Added support to prefer VP9 video codec (works with Chrome >= 48) as experimental setting.
10 years ago
Simon Eisenmann
6920fcc891
Fix wrong type for syscall.Setrlimit on FreeBSD ( #244 )
...
Values are uint64 on Unix but FreeBSD uses int64 for legacy reasons.
10 years ago
Simon Eisenmann
a6ded93b2f
Fixed jshint latedef and strict errors.
10 years ago
Simon Eisenmann
737a34482d
Fixed test by initializing default room type correctly.
11 years ago
Simon Eisenmann
9e1aedaad3
Avoid to handle the main room as global room.
11 years ago
Simon Eisenmann
944550adbc
Updated translations and translated to German.
11 years ago
Simon Eisenmann
86d740bd51
Improved behavior on small devices.
11 years ago
Simon Eisenmann
f63ab8639e
More improvements to chat usability by colors.
11 years ago
Simon Eisenmann
00499fad15
Improved chat color and increased panel size.
11 years ago
Simon Eisenmann
d1028521be
Use max widths for chat messages.
11 years ago
Simon Eisenmann
71ec7e8b21
Use variable properly.
11 years ago
Simon Eisenmann
61eb329630
Use css to provide ellipsis for buddy subline.
11 years ago
Simon Eisenmann
d7a269d765
Use steps for animation.
11 years ago
Simon Eisenmann
815ee9bb9e
Reduced chat blink animation to 1 step.
11 years ago
Simon Eisenmann
f0ba9f14ee
Fixed chat icon color.
11 years ago
Simon Eisenmann
f9f27bda48
Fixed chat arrows.
11 years ago
Simon Eisenmann
a4844a9a11
Improved settings so OK button is static on top.
11 years ago
Simon Eisenmann
197a3a69be
Rebuilt translation files and updated German.
11 years ago
Simon Eisenmann
77d7860ba1
Moved CSP into HTTP response headers for odf and pdf sandbox and allowed blob: and data: img-src.
11 years ago
Simon Eisenmann
b3d03b819c
Serve odf and pdf sandbox from the server to prepare CSP http header for Firefox compatibility as Firefox does not support CSP in meta tag (see https://bugzilla.mozilla.org/show_bug.cgi?id=663570 ).
11 years ago
Simon Eisenmann
a523d6b783
Improved comments.
11 years ago
Joachim Bauch
5be1eda4ee
Don't return users twice in "Welcome" from global room.
11 years ago