Joachim Bauch
659ecb4337
Check .po files before committing.
9 years ago
Joachim Bauch
410ab9dc10
Added script to check style of .po files.
...
Also changed Makefile so it runs during "make build-i18n".
9 years ago
Joachim Bauch
10387754d9
Fixed various style issues in .po files.
9 years ago
Leon Klingele
1a33e4fe1c
Use proper variable for extra.d folder detection
9 years ago
Simon Eisenmann
ab47f59fe9
Fix syntax error from previous commit
9 years ago
Simon Eisenmann
e6c5046201
Add support for symlinks inside extra.d
9 years ago
Simon Eisenmann
a51131b3e3
Stop to use window.alert() for load errors
...
Load errors are now shown as simple inline messages, replacing the
loader. This avoids annoying browser alert windows.
9 years ago
Simon Eisenmann
cfec82384a
Add support for extra.d directory
...
To allow muliple plugins, sorted plugin load and general extensibility
of the web client, the server now supports to load an extra.d folder on
startup.
Sub folders inside extra.d, are loaded in alphabetic order and searched
for head.html and body.html, making it possible to append additional
html code into the <head> and <body> elements for the web client.
Example:
```
extra.d/
└── my-plugin
├── body.html
├── head.html
└── static
├── css
│ └── my-plugin.css
└── js
└── my-plugin.js
```
Example head.html:
```
<link rel="stylesheet" href="<%.S%>/css/my-plugin.css">
```
Example body.html:
```
<script data-plugin="<%.S%>/js/my-plugin.js"></script>
```
This makes it possible to extend the web client with additional
components and/or overwrite existing.
9 years ago
Joachim Bauch
da3cb4d0c4
Make the room type configurable through NATS.
9 years ago
Simon Eisenmann
4765b8a98f
Update AngularJS to 1.5.6
9 years ago
Evan Theurer
a47d220807
Fix breaking change: css animation defaults of directive animation classes changed. See 1bebe36aa9 (diff-fc9e96da9f5a9dfda43ef79e695d27ccR155)
.
9 years ago
Joachim Bauch
96b482827c
Add CSS class with current room type to body including helpers to show/hide elements.
9 years ago
Joachim Bauch
7fbc4449ca
Make mapping of room name to room type configurable.
9 years ago
Simon Eisenmann
14380185a6
Improve misleading log when pipelines API is enabled.
9 years ago
Simon Eisenmann
597d06d764
Pipeline API is now optional and disabled by default.
9 years ago
Simon Eisenmann
1f33a11e51
Hide pipelines web API behind a configuration flag.
9 years ago
Simon Eisenmann
33aa9e4e15
Implement NATS sink outbound encoding.
9 years ago
Simon Eisenmann
96cc6fd64c
Extended Pipeline manager to support Sink creation.
9 years ago
Simon Eisenmann
9ff675bca9
Implement sessionCreate via NATS.
9 years ago
Simon Eisenmann
336f2eda8f
Implemented pipeline for Offer, Candidate and Bye.
9 years ago
Simon Eisenmann
447bc7fe8e
Moved NATS connecting helpers to own submodule.
9 years ago
Simon Eisenmann
e617374095
Refactored structure of Go source code to module and binary.
9 years ago
Simon Eisenmann
27d71da896
Reconnect NATS forever and log NATS connection events.
9 years ago
Simon Eisenmann
41388af8fc
Implemented service discovery .well-known endpoint at /.well-known/spreed-configuration
9 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.
10 years ago
Simon Eisenmann
9e1aedaad3
Avoid to handle the main room as global room.
10 years ago
Simon Eisenmann
944550adbc
Updated translations and translated to German.
10 years ago
Simon Eisenmann
86d740bd51
Improved behavior on small devices.
10 years ago
Simon Eisenmann
f63ab8639e
More improvements to chat usability by colors.
10 years ago
Simon Eisenmann
00499fad15
Improved chat color and increased panel size.
10 years ago
Simon Eisenmann
d1028521be
Use max widths for chat messages.
10 years ago
Simon Eisenmann
71ec7e8b21
Use variable properly.
10 years ago
Simon Eisenmann
61eb329630
Use css to provide ellipsis for buddy subline.
10 years ago
Simon Eisenmann
d7a269d765
Use steps for animation.
10 years ago
Simon Eisenmann
815ee9bb9e
Reduced chat blink animation to 1 step.
10 years ago