Tunc Kayikcioglu
aaca9c21a2
Update messages-fr.json
8 years ago
Tunc Kayikcioglu
838992555c
Update messages-fr.json
8 years ago
Tunc Kayikcioglu
9e04e6c9fb
Update messages-fr.json
8 years ago
Tunc Kayikcioglu
f436ed952f
French translation introduced.
8 years ago
Tunc Kayikcioglu
a4cc84a523
Update server.conf.in
8 years ago
Tunc Kayikcioglu
4f45633825
Update messages-de.json
8 years ago
Tunc Kayikcioglu
21ed3973ac
Create messages-fr.json
8 years ago
Simon Eisenmann
92a885ebc7
Merge pull request #425 from cguentherTUChemnitz/patch-1
...
fix broken docker build
9 years ago
cguentherTUChemnitz
dccbbaebf3
fix broken docker build
...
Current docker build output: /bin/sh: 1: locale-gen: not found
Locale-gen is not provided anymore by ubuntu base image, so it must be installed beforehand.
9 years ago
Simon Eisenmann
e483679f05
Merge pull request #360 from leonklingele/docker-dev-urandom
...
Docker: Use /dev/urandom instead of /dev/random
10 years ago
Simon Eisenmann
dfaead90bc
Merge pull request #368 from oparoz/patch-2
...
Don't run target binary before get is run
10 years ago
Olivier Paroz
d9e60b31d2
Don't run target binary before get is run
...
Fixes #367
10 years ago
Leon Klingele
172ac704e3
Docker: Use /dev/urandom instead of /dev/random
10 years ago
Simon Eisenmann
9bb842663a
Merge branch 'release-0.28'
10 years ago
Simon Eisenmann
e39602036c
0.28.1
10 years ago
Simon Eisenmann
fa7385e1df
Filter rtx support from remote SDP for Chrone <= 38
...
Chrome 52 started to send rtx support with their SDP which is not supported on Chrome 38 which is the lowest supported version. This change removes rtx from the remote SDP before setting it as remote description when run on Chrome <= 38.
10 years ago
Simon Eisenmann
49a050de00
Fix Go 1.4 detection for minor versions
10 years ago
Simon Eisenmann
cafca134c7
Merge branch 'release-0.28'
10 years ago
Simon Eisenmann
66b2d66c43
Bump minimal Go version
10 years ago
Simon Eisenmann
b416c648ce
Merge branch 'release-0.28'
10 years ago
Simon Eisenmann
24517c9a91
Fix Go 1.4 release target
10 years ago
Simon Eisenmann
acb0a08c29
Allow dist_gopath to fail
10 years ago
Simon Eisenmann
ea731b8a54
Check if system GOPATH exists
10 years ago
Simon Eisenmann
0c39bcd73b
Add make tarball to travis
...
This also checks the release make targets, as those use parameters which currently are broken with Go 1.4 :/
10 years ago
Simon Eisenmann
59727942e7
Merge branch 'release-0.28'
10 years ago
Simon Eisenmann
33356f49f3
0.28.0
10 years ago
Simon Eisenmann
335b5e311f
Merge branch 'master' into release-0.28
10 years ago
Simon Eisenmann
eb425a3df5
Merge branch 'develop' into release-0.28
10 years ago
Simon Eisenmann
ce1780f37a
Merge pull request #338 from fancycode/i18n_check_fixes
...
Fix i18n check when used from commit hook.
10 years ago
Joachim Bauch
bc25d998d7
Add special "hook" mode to polint to fix language detection.
...
The language is detected from the filename which doesn't work when
called from the hook where a temporary file is processed.
10 years ago
Joachim Bauch
dc4585080d
Support multiline message ids.
10 years ago
Joachim Bauch
d833abd23b
Added missing trailing dot.
10 years ago
Simon Eisenmann
957c221989
0.28.0
10 years ago
Simon Eisenmann
d689a58c9a
0.27.2
10 years ago
Simon Eisenmann
eacc7671f0
Merge pull request #327 from strukturag/docker-minimal-build
...
Add Dockerfiles to build minimal Docker
10 years ago
Simon Eisenmann
60a5e020d9
Update -X arguments syntax
10 years ago
Simon Eisenmann
39a920e845
Add Docker instructions to README.md
10 years ago
Simon Eisenmann
bcffe326f2
Add Dockerfiles to build minimal Docker
...
To reduce the Docker image size a seperate build Dockerfile is
introduced. This Docker image produces a tarball of the released and
compiled software which can when be piped into the Dockerfile.run build
process. The result is a minimal image only containing Spreed WebRTC and
the gear to run OpenSSL.
First create the builder image:
```
docker build -t spreed-webrtc-builder -f Dockerfile.build .
```
Next run the builder container, piping its output into the creation of
the runner container:
```
docker run --rm spreed-webrtc-builder | docker build -t spreed-webrtc -f
Dockerfile.run -
```
Afterwards run the container like this:
```
docker run --rm --name my-spreed-webrtc -p 8080:8080 -p 8443:8443 \
-v `pwd`:/srv/extra -i -t spreed-webrtc
```
10 years ago
Joachim Bauch
31260c397a
Merge pull request #333 from fancycode/ci-i18n
...
Run automated validation on .po files
10 years ago
Joachim Bauch
659ecb4337
Check .po files before committing.
10 years ago
Joachim Bauch
410ab9dc10
Added script to check style of .po files.
...
Also changed Makefile so it runs during "make build-i18n".
10 years ago
Joachim Bauch
10387754d9
Fixed various style issues in .po files.
10 years ago
Simon Eisenmann
2dee813c0d
Allow custom GOROOT to make Travis happy
10 years ago
Simon Eisenmann
0b051e7fae
Unset GOROOT and GOBIN in Makefile
...
To avoid issues with existing environment variables while building Go
sources the Makefile now removes existing GOROOT and GOBIN environment
variables. This should fix issues like #324 where the environment
already contains some sort of Go settings.
10 years ago
Simon Eisenmann
9f3376bcee
Update Dockerfile to make sense
10 years ago
Simon Eisenmann
6b9c2c9c12
Update Dockerfile to make sense
10 years ago
Simon Eisenmann
f19c38fa2c
Bump go.uuid to 1.1.0
10 years ago
Simon Eisenmann
4a9d0c85fa
Add Go tip to travis (allowed to fail)
10 years ago
Simon Eisenmann
21b58e1b16
Bump Go requirement to 1.4
10 years ago
Simon Eisenmann
39469786c9
Update gorilla websocket build dependency
10 years ago