Browse Source

Merge fb1ad779b3 into 92a885ebc7

pull/466/merge
BlockMD-Admin 7 years ago committed by GitHub
parent
commit
4ed3a94496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 2
      Dockerfile.build
  3. 4
      Makefile.am
  4. 16
      README.md
  5. 4
      build/build.js
  6. 6
      configure.ac
  7. 2
      doc/APACHE.txt
  8. 4
      doc/CHANNELING-API.txt
  9. 2
      doc/NGINX.txt
  10. 10
      doc/REST-API.txt
  11. 4
      doc/plugin-example.js
  12. 4
      doc/plugin-test-authorize.js
  13. 4
      go/buffercache/buffercache.go
  14. 4
      go/channelling/api.go
  15. 4
      go/channelling/api/api.go
  16. 4
      go/channelling/api/api_test.go
  17. 4
      go/channelling/api/handle_authentication.go
  18. 4
      go/channelling/api/handle_chat.go
  19. 4
      go/channelling/api/handle_conference.go
  20. 4
      go/channelling/api/handle_hello.go
  21. 4
      go/channelling/api/handle_leave.go
  22. 4
      go/channelling/api/handle_room.go
  23. 4
      go/channelling/api/handle_self.go
  24. 4
      go/channelling/api/handle_sessions.go
  25. 4
      go/channelling/api/handle_users.go
  26. 4
      go/channelling/bus.go
  27. 4
      go/channelling/bus_manager.go
  28. 4
      go/channelling/client.go
  29. 4
      go/channelling/clientstats.go
  30. 4
      go/channelling/codec.go
  31. 4
      go/channelling/common_test.go
  32. 4
      go/channelling/connection.go
  33. 4
      go/channelling/contact.go
  34. 4
      go/channelling/contact_manager.go
  35. 4
      go/channelling/context.go
  36. 4
      go/channelling/data.go
  37. 4
      go/channelling/hub.go
  38. 4
      go/channelling/imagecache.go
  39. 4
      go/channelling/pipeline.go
  40. 4
      go/channelling/pipeline_manager.go
  41. 4
      go/channelling/room_manager.go
  42. 4
      go/channelling/room_manager_test.go
  43. 4
      go/channelling/roomworker.go
  44. 4
      go/channelling/roomworker_test.go
  45. 4
      go/channelling/server/api.go
  46. 6
      go/channelling/server/config.go
  47. 4
      go/channelling/server/pipelines.go
  48. 4
      go/channelling/server/rooms.go
  49. 4
      go/channelling/server/sessions.go
  50. 4
      go/channelling/server/stats.go
  51. 4
      go/channelling/server/tokens.go
  52. 4
      go/channelling/server/users.go
  53. 4
      go/channelling/session.go
  54. 4
      go/channelling/session_manager.go
  55. 4
      go/channelling/sessionattestation.go
  56. 4
      go/channelling/sessioncreator.go
  57. 4
      go/channelling/sessionstore.go
  58. 4
      go/channelling/sessiontoken.go
  59. 4
      go/channelling/sessionupdate.go
  60. 4
      go/channelling/sink.go
  61. 4
      go/channelling/stats_manager.go
  62. 4
      go/channelling/tickets.go
  63. 4
      go/channelling/tickets_test.go
  64. 4
      go/channelling/tokenprovider.go
  65. 4
      go/channelling/turndata.go
  66. 4
      go/channelling/unicaster.go
  67. 4
      go/channelling/user.go
  68. 4
      go/channelling/userstore.go
  69. 4
      go/randomstring/randomstring.go
  70. 2
      scripts/docker_entrypoint.sh
  71. 6
      server.conf.in
  72. 4
      src/app/spreed-webrtc-server/handler_image.go
  73. 4
      src/app/spreed-webrtc-server/handler_main.go
  74. 4
      src/app/spreed-webrtc-server/handler_room.go
  75. 4
      src/app/spreed-webrtc-server/handler_sandbox.go
  76. 4
      src/app/spreed-webrtc-server/handler_wellknown.go
  77. 4
      src/app/spreed-webrtc-server/handler_ws.go
  78. 4
      src/app/spreed-webrtc-server/main.go
  79. 4
      src/i18n/Makefile.am
  80. 10
      src/i18n/messages-de.po
  81. 8
      src/i18n/messages-ja.po
  82. 8
      src/i18n/messages-ko.po
  83. 10
      src/i18n/messages-ru.po
  84. 8
      src/i18n/messages-zh-cn.po
  85. 8
      src/i18n/messages-zh-tw.po
  86. 8
      src/i18n/messages.pot
  87. 4
      src/styles/Makefile.am
  88. 4
      src/styles/_shame.scss
  89. 4
      src/styles/components/_audiolevel.scss
  90. 4
      src/styles/components/_audiovideo.scss
  91. 4
      src/styles/components/_bar.scss
  92. 4
      src/styles/components/_buddylist.scss
  93. 4
      src/styles/components/_buddypicturecapture.scss
  94. 4
      src/styles/components/_buddypictureupload.scss
  95. 4
      src/styles/components/_chat.scss
  96. 4
      src/styles/components/_contactsmanager.scss
  97. 4
      src/styles/components/_fileinfo.scss
  98. 4
      src/styles/components/_presentation.scss
  99. 4
      src/styles/components/_rightslide.scss
  100. 4
      src/styles/components/_roombar.scss
  101. Some files were not shown because too many files have changed in this diff Show More

2
CHANGELOG.md

@ -593,7 +593,7 @@ @@ -593,7 +593,7 @@
## 0.18.0
* The project is now named Spreed WebRTC. All reference to the old
* The project is now named BlockMD Telehealth. All reference to the old
name Spreed Speak Freely have been replaced.
* Cleanup of Javascript code to match coding guide lines.
* Added various new targets to make to check javascript and scss code.

2
Dockerfile.build

@ -21,6 +21,8 @@ FROM ubuntu:xenial @@ -21,6 +21,8 @@ FROM ubuntu:xenial
MAINTAINER Simon Eisenmann <simon@struktur.de>
# Set locale.
RUN apt-get clean && apt-get update
RUN apt-get install locales
RUN locale-gen --no-purge en_US.UTF-8
ENV LC_ALL en_US.UTF-8

4
Makefile.am

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
#
# Spreed WebRTC.
# BlockMD Telehealth.
# Copyright (C) 2013-2014 struktur AG
#
# This file is part of Spreed WebRTC.
# This file is part of BlockMD Telehealth.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by

16
README.md

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
Spreed WebRTC
BlockMD Telehealth
===================
Spreed WebRTC implements a WebRTC audio/video call and conferencing server
BlockMD Telehealth implements a WebRTC audio/video call and conferencing server
and web client.
The latest source of Spreed WebRTC can be found on [GitHub](https://github.com/strukturag/spreed-webrtc). If you are a user, just wanting a secure and private alternative for online communication make sure to check out the [Spreedbox](http://spreedbox.com), providing a ready to use hardware with Spreed WebRTC included.
The latest source of BlockMD Telehealth can be found on [GitHub](https://github.com/strukturag/spreed-webrtc). If you are a user, just wanting a secure and private alternative for online communication make sure to check out the [Spreedbox](http://spreedbox.com), providing a ready to use hardware with BlockMD Telehealth included.
## Build prerequisites
@ -17,7 +17,7 @@ The latest source of Spreed WebRTC can be found on [GitHub](https://github.com/s @@ -17,7 +17,7 @@ The latest source of Spreed WebRTC can be found on [GitHub](https://github.com/s
## Runtime dependencies
Spreed WebRTC compiles directly to native code and has no
BlockMD Telehealth compiles directly to native code and has no
external runtime dependencies. See [here](http://golang.org/doc/faq#How_is_the_run_time_support_implemented)
for details.
@ -121,7 +121,7 @@ and CSS reload directly. @@ -121,7 +121,7 @@ and CSS reload directly.
## Running for production
Spreed WebRTC should be run through a SSL frontend proxy with
BlockMD Telehealth should be run through a SSL frontend proxy with
support for Websockets. Example configuration for Nginx can be
found in `doc/NGINX.txt`.
@ -144,8 +144,8 @@ We provide official Docker images at https://hub.docker.com/r/spreed/webrtc/. Of @@ -144,8 +144,8 @@ We provide official Docker images at https://hub.docker.com/r/spreed/webrtc/. Of
course you can build the Docker image yourself as well. Check the Dockerfiles in
this repository for details and instructions.
Use the following command to run a Spreed WebRTC Docker container with the
default settings from our official Spreed WebRTC Docker image.
Use the following command to run a BlockMD Telehealth Docker container with the
default settings from our official BlockMD Telehealth Docker image.
```
docker run --rm --name my-spreed-webrtc -p 8080:8080 -p 8443:8443 \
@ -180,4 +180,4 @@ or reload in order for it to take affect. @@ -180,4 +180,4 @@ or reload in order for it to take affect.
## License
`Spreed WebRTC` uses the AGPL license, see our `LICENSE` file.
`BlockMD Telehealth` uses the AGPL license, see our `LICENSE` file.

4
build/build.js

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

6
configure.ac

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
#
# Spreed WebRTC.
# BlockMD Telehealth.
# Copyright (C) 2013-2014 struktur AG
#
# This file is part of Spreed WebRTC.
# This file is part of BlockMD Telehealth.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@ -24,7 +24,7 @@ AC_PREREQ([2.53]) @@ -24,7 +24,7 @@ AC_PREREQ([2.53])
AC_INIT([spreed-webrtc],[unknown],[opensource@struktur.de],[],[https://github.com/strukturag/spreed-webrtc])
I18N_VERSION="1.0"
I18N_PROJECT="Spreed WebRTC"
I18N_PROJECT="BlockMD Telehealth"
I18N_COPYRIGHT="struktur AG"
I18N_BUG_ADDRESS="simon@struktur.de"
AC_SUBST(I18N_VERSION)

2
doc/APACHE.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
## Apache HTTP Server configuration for Spreed WebRTC
## Apache HTTP Server configuration for BlockMD Telehealth
Apache supports websocket proxy starting with 2.4.5.

4
doc/CHANNELING-API.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Spreed WebRTC Channeling API v1.4.0
BlockMD Telehealth Channeling API v1.4.0
=================================================
(c)2015 struktur AG
@ -1037,7 +1037,7 @@ File sharing data channel protocol @@ -1037,7 +1037,7 @@ File sharing data channel protocol
End of Channeling API.
For latest version of Spreed WebRTC check
For latest version of BlockMD Telehealth check
https://github.com/strukturag/spreed-webrtc
For questions, contact mailto:opensource@struktur.de.

2
doc/NGINX.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
## Nginx HTTP server configuration for Spreed WebRTC
## Nginx HTTP server configuration for BlockMD Telehealth
In general Nginx with websocket support is required (Nginx >= 1.3).

10
doc/REST-API.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Spreed WebRTC REST API v1.0.0
BlockMD Telehealth REST API v1.0.0
===============================================
(c)2016 struktur AG
@ -22,8 +22,8 @@ Available end points with request methods and content-type: @@ -22,8 +22,8 @@ Available end points with request methods and content-type:
/.well-known/spreed-configuration
The well-known end points can be used to discover the base addresses for
other end points. Spreed WebRTC provides this for compatibility with
larger setups so clients using this can find the Spreed WebRTC end point.
other end points. BlockMD Telehealth provides this for compatibility with
larger setups so clients using this can find the BlockMD Telehealth end point.
GET application/x-www-form-urlencoded
No parameters.
@ -42,7 +42,7 @@ Available end points with request methods and content-type: @@ -42,7 +42,7 @@ Available end points with request methods and content-type:
No parameters.
Response 200:
{
"Title": "Spreed WebRTC",
"Title": "BlockMD Telehealth",
"S": "static/ver=1399302670",
"B": "/",
"Token": "i-did-not-change-the-public-token-boo",
@ -186,7 +186,7 @@ Available end points with request methods and content-type: @@ -186,7 +186,7 @@ Available end points with request methods and content-type:
End of REST API.
For latest version of Spreed WebRTC check
For latest version of BlockMD Telehealth check
https://github.com/strukturag/spreed-webrtc
For questions, contact mailto:opensource@struktur.de.

4
doc/plugin-example.js

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
doc/plugin-test-authorize.js

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/buffercache/buffercache.go vendored

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/api.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/api_test.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_authentication.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_chat.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_conference.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_hello.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_leave.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2016 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_room.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_self.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_sessions.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/api/handle_users.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/bus.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/bus_manager.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/client.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/clientstats.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/codec.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/common_test.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/connection.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/contact.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/contact_manager.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/context.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/data.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/hub.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/imagecache.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/pipeline.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/pipeline_manager.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/room_manager.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/room_manager_test.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/roomworker.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/roomworker_test.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/server/api.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

6
go/channelling/server/config.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@ -119,7 +119,7 @@ func NewConfig(container phoenix.Container, tokens bool) (*channelling.Config, e @@ -119,7 +119,7 @@ func NewConfig(container phoenix.Container, tokens bool) (*channelling.Config, e
}
return &channelling.Config{
Title: container.GetStringDefault("app", "title", "Spreed WebRTC"),
Title: container.GetStringDefault("app", "title", "BlockMD Telehealth"),
Ver: ver,
S: fmt.Sprintf("static/ver=%s", ver),
B: basePath,

4
go/channelling/server/pipelines.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/server/rooms.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/server/sessions.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/server/stats.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/server/tokens.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/server/users.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/session.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/session_manager.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/sessionattestation.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/sessioncreator.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/sessionstore.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/sessiontoken.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/sessionupdate.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/sink.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/stats_manager.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/tickets.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/tickets_test.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2016 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/tokenprovider.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/turndata.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/unicaster.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/user.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/channelling/userstore.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
go/randomstring/randomstring.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

2
scripts/docker_entrypoint.sh

@ -42,5 +42,5 @@ fi @@ -42,5 +42,5 @@ fi
echo "Server secrets:"
cat /srv/secrets.conf
echo "Staring Spreed WebRTC server ..."
echo "Staring BlockMD Telehealth server ..."
exec /srv/spreed-webrtc/spreed-webrtc-server "$@"

6
server.conf.in

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
; Spreed WebRTC server example configuration
; BlockMD Telehealth server example configuration
[http]
; HTTP listener in format ip:port.
@ -35,7 +35,7 @@ listen = 127.0.0.1:8080 @@ -35,7 +35,7 @@ listen = 127.0.0.1:8080
[app]
; HTML page title
;title = Spreed WebRTC
;title = BlockMD Telehealth
; Version string to use for static resources. This defaults to the server
; version and should only be changed when you use your own way to invalidate
; long cached static resources.
@ -117,7 +117,7 @@ serverRealm = local @@ -117,7 +117,7 @@ serverRealm = local
;extra.d = /usr/share/spreed-webrtc-server/extra.d
;plugin = extra/static/myplugin.js
; Content-Security-Policy HTTP response header value.
; Spreed WebRTC requires inline styles, WebSocket connection to itself and
; BlockMD Telehealth requires inline styles, WebSocket connection to itself and
; data: URL for images.
; The currently recommended CSP is:
; default-src 'self';

4
src/app/spreed-webrtc-server/handler_image.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-webrtc-server/handler_main.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-webrtc-server/handler_room.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-webrtc-server/handler_sandbox.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-webrtc-server/handler_wellknown.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-webrtc-server/handler_ws.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-webrtc-server/main.go

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/i18n/Makefile.am

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
#
# Spreed WebRTC.
# BlockMD Telehealth.
# Copyright (C) 2013-2014 struktur AG
#
# This file is part of Spreed WebRTC.
# This file is part of BlockMD Telehealth.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by

10
src/i18n/messages-de.po

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
# German translations for Spreed WebRTC.
# German translations for BlockMD Telehealth.
# Copyright (C) 2014 struktur AG
# This file is distributed under the same license as Spreed WebRTC
# This file is distributed under the same license as BlockMD Telehealth
# project.
# Simon Eisenmann <simon@struktur.de>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: Spreed WebRTC 1.0\n"
"Project-Id-Version: BlockMD Telehealth 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2016-02-17 14:15+0100\n"
"PO-Revision-Date: 2016-02-17 14:16+0100\n"
@ -823,11 +823,11 @@ msgid "Ok" @@ -823,11 +823,11 @@ msgid "Ok"
msgstr "OK"
msgid ""
"Screen sharing requires a browser extension. Please add the Spreed WebRTC"
"Screen sharing requires a browser extension. Please add the BlockMD Telehealth"
" screen sharing extension to Chrome and try again."
msgstr ""
"Die Bildschrimfreigabe benötigt eine Browser-Erweiterung. Bitte fügen Sie"
" die \"Spreed WebRTC screen sharing\" Erweiterung zu Chrome hinzu."
" die \"BlockMD Telehealth screen sharing\" Erweiterung zu Chrome hinzu."
msgid "Access code required"
msgstr "Bitte Zugriffscode eingeben"

8
src/i18n/messages-ja.po

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
# Japanese translations for Spreed WebRTC.
# Japanese translations for BlockMD Telehealth.
# Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed WebRTC
# This file is distributed under the same license as the BlockMD Telehealth
# project.
# Curt Frisemo <curt.frisemo@spreed.com>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Spreed WebRTC 1.0\n"
"Project-Id-Version: BlockMD Telehealth 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2016-02-17 14:15+0100\n"
"PO-Revision-Date: 2014-04-23 22:25+0100\n"
@ -792,7 +792,7 @@ msgid "Ok" @@ -792,7 +792,7 @@ msgid "Ok"
msgstr "OK"
msgid ""
"Screen sharing requires a browser extension. Please add the Spreed WebRTC"
"Screen sharing requires a browser extension. Please add the BlockMD Telehealth"
" screen sharing extension to Chrome and try again."
msgstr ""

8
src/i18n/messages-ko.po

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
# Korean translations for Spreed WebRTC.
# Korean translations for BlockMD Telehealth.
# Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed WebRTC
# This file is distributed under the same license as the BlockMD Telehealth
# project.
# Curt Frisemo <curt.frisemo@spreed.com>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Spreed WebRTC 1.0\n"
"Project-Id-Version: BlockMD Telehealth 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2016-02-17 14:15+0100\n"
"PO-Revision-Date: 2014-04-13 20:30+0900\n"
@ -792,7 +792,7 @@ msgid "Ok" @@ -792,7 +792,7 @@ msgid "Ok"
msgstr "오케이"
msgid ""
"Screen sharing requires a browser extension. Please add the Spreed WebRTC"
"Screen sharing requires a browser extension. Please add the BlockMD Telehealth"
" screen sharing extension to Chrome and try again."
msgstr ""

10
src/i18n/messages-ru.po

@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
# Russian translations for Spreed WebRTC.
# Russian translations for BlockMD Telehealth.
# Copyright (C) 2016 struktur AG
# This file is distributed under the same license as the Spreed WebRTC
# This file is distributed under the same license as the BlockMD Telehealth
# project.
# Irek Zaripov <iazaripov@gmail.com> , 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Spreed WebRTC 1.0\n"
"Project-Id-Version: BlockMD Telehealth 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2016-02-17 14:15+0100\n"
"PO-Revision-Date: 2016-02-18 16:03+0500\n"
@ -823,11 +823,11 @@ msgid "Ok" @@ -823,11 +823,11 @@ msgid "Ok"
msgstr "Ok"
msgid ""
"Screen sharing requires a browser extension. Please add the Spreed WebRTC"
"Screen sharing requires a browser extension. Please add the BlockMD Telehealth"
" screen sharing extension to Chrome and try again."
msgstr ""
"Совместное использование экрана требует расширение для браузера. "
"Пожалуйста, добавьте расширение Spreed WebRTC в Chrome и повторите "
"Пожалуйста, добавьте расширение BlockMD Telehealth в Chrome и повторите "
"попытку."
msgid "Access code required"

8
src/i18n/messages-zh-cn.po

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
# Chinese (China) translations for Spreed WebRTC.
# Chinese (China) translations for BlockMD Telehealth.
# Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed WebRTC
# This file is distributed under the same license as the BlockMD Telehealth
# project.
# Curt Frisemo <curt.frisemo@spreed.com>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Spreed WebRTC 1.0\n"
"Project-Id-Version: BlockMD Telehealth 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2016-02-17 14:15+0100\n"
"PO-Revision-Date: 2014-05-21 09:54+0800\n"
@ -791,7 +791,7 @@ msgid "Ok" @@ -791,7 +791,7 @@ msgid "Ok"
msgstr "Ok"
msgid ""
"Screen sharing requires a browser extension. Please add the Spreed WebRTC"
"Screen sharing requires a browser extension. Please add the BlockMD Telehealth"
" screen sharing extension to Chrome and try again."
msgstr ""

8
src/i18n/messages-zh-tw.po

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
# Chinese (Taiwan) translations for Spreed WebRTC.
# Chinese (Taiwan) translations for BlockMD Telehealth.
# Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed WebRTC
# This file is distributed under the same license as the BlockMD Telehealth
# project.
# Curt Frisemo <curt.frisemo@spreed.com>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Spreed WebRTC 1.0\n"
"Project-Id-Version: BlockMD Telehealth 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2016-02-17 14:15+0100\n"
"PO-Revision-Date: 2014-05-21 09:55+0800\n"
@ -791,7 +791,7 @@ msgid "Ok" @@ -791,7 +791,7 @@ msgid "Ok"
msgstr "Ok"
msgid ""
"Screen sharing requires a browser extension. Please add the Spreed WebRTC"
"Screen sharing requires a browser extension. Please add the BlockMD Telehealth"
" screen sharing extension to Chrome and try again."
msgstr ""

8
src/i18n/messages.pot

@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
# Translations template for Spreed WebRTC.
# Translations template for BlockMD Telehealth.
# Copyright (C) 2016 struktur AG
# This file is distributed under the same license as the Spreed WebRTC
# This file is distributed under the same license as the BlockMD Telehealth
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Spreed WebRTC 1.0\n"
"Project-Id-Version: BlockMD Telehealth 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2016-02-17 14:15+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
@ -773,7 +773,7 @@ msgid "Ok" @@ -773,7 +773,7 @@ msgid "Ok"
msgstr ""
msgid ""
"Screen sharing requires a browser extension. Please add the Spreed WebRTC"
"Screen sharing requires a browser extension. Please add the BlockMD Telehealth"
" screen sharing extension to Chrome and try again."
msgstr ""

4
src/styles/Makefile.am

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
#
# Spreed WebRTC.
# BlockMD Telehealth.
# Copyright (C) 2013-2014 struktur AG
#
# This file is part of Spreed WebRTC.
# This file is part of BlockMD Telehealth.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by

4
src/styles/_shame.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_audiolevel.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_audiovideo.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_bar.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_buddylist.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_buddypicturecapture.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_buddypictureupload.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_chat.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_contactsmanager.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_fileinfo.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_presentation.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_rightslide.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_roombar.scss

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
* Spreed WebRTC.
* BlockMD Telehealth.
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
* This file is part of BlockMD Telehealth.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save