Skip to content

Commit ad6891b

Browse files
committed
Merge branch 'release-0.24'
2 parents 1e86a62 + 777f09a commit ad6891b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+922
-378
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ go:
1010
- tip
1111

1212
env:
13-
- GEM_HOME=/var/lib/gems/1.9.1
13+
- GEM_HOME=/var/lib/gems/1.9.1 USE_GODEPS=0
14+
- GEM_HOME=/var/lib/gems/1.9.1 USE_GODEPS=1
1415

1516
before_install:
1617
- sudo add-apt-repository -y ppa:chris-lea/node.js
@@ -21,11 +22,13 @@ install:
2122
- sudo gem1.9.1 install compass
2223
- sudo gem1.9.1 install scss-lint
2324
- npm install
25+
- if [ "$USE_GODEPS" = "1" ]; then wget https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm && chmod +x gpm && sudo mv gpm /usr/local/bin; fi
2426

2527
script:
2628
- ./autogen.sh
2729
- ./configure
28-
- make get
30+
- if [ "$USE_GODEPS" = "0" ]; then make get; fi
31+
- if [ "$USE_GODEPS" = "1" ]; then make gpm; fi
2932
- make styleshint
3033
# TODO(fancycode): enable styleslint once all styles have been fixed
3134
# - make styleslint

Godeps

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
github.com/gorilla/context 215affda49addc4c8ef7e2534915df2c8c35c6cd
2+
github.com/gorilla/mux ba336c9cfb43552c90de6cb2ceedd3271c747558
3+
github.com/gorilla/securecookie aeade84400a85c6875264ae51c7a56ecdcb61751
4+
github.com/gorilla/websocket 6eb6ad425a89d9da7a5549bc6da8f79ba5c17844
5+
github.com/longsleep/pkac 0.0.1
6+
github.com/satori/go.uuid afe1e2ddf0f05b7c29d388a3f8e76cb15c2231ca
7+
github.com/strukturag/goacceptlanguageparser goacceptlanguageparser_v100
8+
github.com/strukturag/httputils httputils_v012
9+
github.com/strukturag/phoenix phoenix_v0131
10+
github.com/strukturag/sloth v0.9.2
11+
code.google.com/p/goconf/... a4db5c465ed1

Makefile.am

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DIST_BIN := $(DIST)/bin
4242

4343
all: build
4444

45-
build: binary assets
45+
build: get binary assets
4646

4747
gopath:
4848
@echo GOPATH=$(GOPATH)
@@ -59,7 +59,11 @@ endif
5959

6060
getupdate: vendorclean get
6161

62-
binary: get
62+
gpm:
63+
@if [ "$(GPM)" = "" ]; then echo "Command 'gpm' not found"; exit 1; fi
64+
$(GPM) install
65+
66+
binary:
6367
$(GO) build $(GOBUILDFLAGS) -o bin/$(EXENAME) -ldflags '$(LDFLAGS)' app/$(EXENAME)
6468

6569
binaryrace: GOBUILDFLAGS := $(GOBUILDFLAGS) -race

configure.ac

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ AC_PROG_AWK
5757

5858
AC_PATH_PROGS([FIND],[find])
5959

60+
AC_PATH_PROGS([GPM],[gpm])
61+
if test x"${GPM}" != x"" ; then
62+
AC_MSG_CHECKING([for version of gpm])
63+
GPM_VERSION=`$GPM version 2>&1 | $SED 's/^>> gpm v//'`
64+
AC_MSG_RESULT([$GPM_VERSION])
65+
fi
66+
6067
AC_PATH_PROG([JSHINT],jshint, [], [$PWD/node_modules/.bin$PATH_SEPARATOR$PATH])
6168
if test x"${JSHINT}" != x"" ; then
6269
AC_MSG_CHECKING([for version of jshint])

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
spreed-webrtc-server (0.24.3) precise; urgency=low
2+
3+
* Removed deprecated API to fix Chromium 47 compatibility.
4+
* Improved UI usability for smaller devices.
5+
* Increased the width of buddy list and chat.
6+
* Cleaned up sized, borders and default colors.
7+
* Cleaned up chat ui.
8+
* Chat animations no longer comnsume GPU power.
9+
* Chat icons are now shown in their proper color again.
10+
* Chat arrows are displayed properly again.
11+
* Updated WebRTC adapter to latest version (fixing Chromium 45).
12+
* Fixed CSP example for Chromium 45 and later.
13+
* Added GPM Godebs file to track Golang dependencies.
14+
* Fixed a problem where screen sharing streams were not cleaned up.
15+
* Added support for custom type dialogs.
16+
17+
-- Simon Eisenmann <[email protected]> Tue, 28 Jul 2015 19:22:28 +0200
18+
119
spreed-webrtc-server (0.24.2) precise; urgency=low
220

321
* Fixed javascript load order, so compiled scripts load properly.

server.conf.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ serverRealm = local
118118
; img-src 'self' data: blob:;
119119
; connect-src 'self' wss://server:port/ws blob:;
120120
; font-src 'self' data: blob:;
121+
; media-src 'self' blob:;
121122
;contentSecurityPolicy =
122123
; Content-Security-Policy-Report-Only HTTP response header value. Use this
123124
; to test your CSP before putting it into production.

src/i18n/messages-de.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Spreed WebRTC 1.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2015-04-30 19:22+0200\n"
12-
"PO-Revision-Date: 2015-04-30 19:27+0100\n"
11+
"POT-Creation-Date: 2015-07-08 11:02+0200\n"
12+
"PO-Revision-Date: 2015-07-08 11:02+0100\n"
1313
"Last-Translator: Simon Eisenmann <[email protected]>\n"
1414
"Language-Team: struktur AG <[email protected]>\n"
1515
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -365,6 +365,9 @@ msgstr "Standard Raum"
365365
msgid "Set alternative room to join at start."
366366
msgstr " Raum wird beim Start automatisch betreten."
367367

368+
msgid "Notification sounds"
369+
msgstr "Klänge"
370+
368371
msgid "Desktop notification"
369372
msgstr "Desktop-Benachrichtigung"
370373

src/i18n/messages-ja.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Spreed WebRTC 1.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2015-04-30 19:22+0200\n"
11+
"POT-Creation-Date: 2015-07-08 11:02+0200\n"
1212
"PO-Revision-Date: 2014-04-23 22:25+0100\n"
1313
"Last-Translator: Curt Frisemo <[email protected]>\n"
1414
"Language-Team: Curt Frisemo <[email protected]>\n"
@@ -357,6 +357,10 @@ msgstr "デフォルト・ルーム"
357357
msgid "Set alternative room to join at start."
358358
msgstr "スタート時に別のルームに参加する."
359359

360+
#, fuzzy
361+
msgid "Notification sounds"
362+
msgstr "デスクトップ通知"
363+
360364
msgid "Desktop notification"
361365
msgstr "デスクトップ通知"
362366

src/i18n/messages-ko.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Spreed WebRTC 1.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2015-04-30 19:22+0200\n"
11+
"POT-Creation-Date: 2015-07-08 11:02+0200\n"
1212
"PO-Revision-Date: 2014-04-13 20:30+0900\n"
1313
"Last-Translator: Curt Frisemo <[email protected]>\n"
1414
"Language-Team: Curt Frisemo <[email protected]>\n"
@@ -357,6 +357,10 @@ msgstr "기본 방"
357357
msgid "Set alternative room to join at start."
358358
msgstr "시작시에 다른 방에 합류하도록 설정 되었습니다"
359359

360+
#, fuzzy
361+
msgid "Notification sounds"
362+
msgstr "데스크탑에 통보"
363+
360364
msgid "Desktop notification"
361365
msgstr "데스크탑에 통보"
362366

src/i18n/messages-zh-cn.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Spreed WebRTC 1.0\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2015-04-30 19:22+0200\n"
11+
"POT-Creation-Date: 2015-07-08 11:02+0200\n"
1212
"PO-Revision-Date: 2014-05-21 09:54+0800\n"
1313
"Last-Translator: Michael P.\n"
1414
"Language-Team: Curt Frisemo <[email protected]>\n"
@@ -357,6 +357,10 @@ msgstr "系统默认房间"
357357
msgid "Set alternative room to join at start."
358358
msgstr "重设初始默认房间"
359359

360+
#, fuzzy
361+
msgid "Notification sounds"
362+
msgstr "桌面提醒"
363+
360364
msgid "Desktop notification"
361365
msgstr "桌面提醒"
362366

0 commit comments

Comments
 (0)