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
Simon Eisenmann
4a2cdbe46b
Split up styles make target to make it possible to build stuff seperately.
11 years ago
Simon Eisenmann
f6820482e1
Rebuilt translations and completed German translation.
11 years ago
Simon Eisenmann
5707d1dd18
Fixed scss issues found by Hound.
11 years ago
Simon Eisenmann
af77cc0033
Improved onlyaudio styles.
11 years ago
Simon Eisenmann
dbe78d34f7
Implemented audio only styles for own video.
11 years ago
Simon Eisenmann
6c1e9791d5
Added renegotiation configuration to server.
11 years ago
Joachim Bauch
964b5b71c7
Don't use "id" selectors in directives.
11 years ago
Simon Eisenmann
2f85b039ed
Handle slow loads of web fonts and rebuilt styles.
11 years ago
Joachim Bauch
dd6d11dd53
Run WebODF rendering inside sandboxed iframe.
11 years ago
Joachim Bauch
f91084ed96
Changed ordering (found by Hound).
11 years ago
Joachim Bauch
c973103c31
Run pdf.js rendering inside sandboxed iframe.
11 years ago
Joachim Bauch
02bda0367d
Merge rule (found by Hound).
11 years ago
Joachim Bauch
7cc196f4e0
Move sandbox code to own file, refactor common sandboxing code to service.
11 years ago
Simon Eisenmann
2be68c554c
Moved default room type to config.
11 years ago
Simon Eisenmann
856a23faca
Correct some errors found by golint.
11 years ago
Simon Eisenmann
beff7439b8
Bumped copyright to 2015.
11 years ago
Simon Eisenmann
d6f5dcac9e
Moved from Sleepy to Sloth.
11 years ago
Simon Eisenmann
e0fa8c8b43
Allow slashes unquoted in room names. This brings nested rooms.
11 years ago
Simon Eisenmann
69db76290d
Added server side ApiVersion returned with self to distinguish client and server API version support.
11 years ago
Simon Eisenmann
8d4ff54505
Updated tests to new room name with type api.
11 years ago
Simon Eisenmann
0a44f596bf
Implemented room types.
11 years ago
Simon Eisenmann
1d031b71ca
Fixed missing chat envelope which got lost in 56aa603293.
11 years ago
Simon Eisenmann
84abb28cbe
Rebuilt translations and completed German translation.
11 years ago
Evan Theurer
4f9e0abb36
Fix scss-lint error IdSelector.
11 years ago