diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2c30b0..bad350d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Dockerfile.build b/Dockerfile.build index 89332695..e11fbea7 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -21,6 +21,8 @@ FROM ubuntu:xenial MAINTAINER Simon Eisenmann # 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 diff --git a/Makefile.am b/Makefile.am index 6d288d33..01585566 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/README.md b/README.md index b46eeb0a..a72ee45e 100644 --- a/README.md +++ b/README.md @@ -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 ## 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. ## 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 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. ## License -`Spreed WebRTC` uses the AGPL license, see our `LICENSE` file. +`BlockMD Telehealth` uses the AGPL license, see our `LICENSE` file. diff --git a/build/build.js b/build/build.js index bd2c574b..ebf981c6 100644 --- a/build/build.js +++ b/build/build.js @@ -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 diff --git a/configure.ac b/configure.ac index 826c390a..103ddd0d 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) 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) diff --git a/doc/APACHE.txt b/doc/APACHE.txt index 99fc8a4f..163868a8 100644 --- a/doc/APACHE.txt +++ b/doc/APACHE.txt @@ -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. diff --git a/doc/CHANNELING-API.txt b/doc/CHANNELING-API.txt index 3dc19aa4..6d3bd712 100644 --- a/doc/CHANNELING-API.txt +++ b/doc/CHANNELING-API.txt @@ -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 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. diff --git a/doc/NGINX.txt b/doc/NGINX.txt index e724f1db..3e0adcfc 100644 --- a/doc/NGINX.txt +++ b/doc/NGINX.txt @@ -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). diff --git a/doc/REST-API.txt b/doc/REST-API.txt index 61f03513..7690dfcf 100644 --- a/doc/REST-API.txt +++ b/doc/REST-API.txt @@ -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: /.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: 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: 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. diff --git a/doc/plugin-example.js b/doc/plugin-example.js index 518a9b7f..1d980629 100644 --- a/doc/plugin-example.js +++ b/doc/plugin-example.js @@ -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 diff --git a/doc/plugin-test-authorize.js b/doc/plugin-test-authorize.js index 0c005fb5..9d3209bf 100644 --- a/doc/plugin-test-authorize.js +++ b/doc/plugin-test-authorize.js @@ -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 diff --git a/go/buffercache/buffercache.go b/go/buffercache/buffercache.go index cc9d0793..c0d0aae3 100644 --- a/go/buffercache/buffercache.go +++ b/go/buffercache/buffercache.go @@ -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 diff --git a/go/channelling/api.go b/go/channelling/api.go index b44002a8..735b00b8 100644 --- a/go/channelling/api.go +++ b/go/channelling/api.go @@ -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 diff --git a/go/channelling/api/api.go b/go/channelling/api/api.go index 854dcb90..a2c31a77 100644 --- a/go/channelling/api/api.go +++ b/go/channelling/api/api.go @@ -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 diff --git a/go/channelling/api/api_test.go b/go/channelling/api/api_test.go index 90787787..c6a3b8a8 100644 --- a/go/channelling/api/api_test.go +++ b/go/channelling/api/api_test.go @@ -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 diff --git a/go/channelling/api/handle_authentication.go b/go/channelling/api/handle_authentication.go index 5487d05b..7a82f2a3 100644 --- a/go/channelling/api/handle_authentication.go +++ b/go/channelling/api/handle_authentication.go @@ -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 diff --git a/go/channelling/api/handle_chat.go b/go/channelling/api/handle_chat.go index de4eee1c..734a7cfa 100644 --- a/go/channelling/api/handle_chat.go +++ b/go/channelling/api/handle_chat.go @@ -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 diff --git a/go/channelling/api/handle_conference.go b/go/channelling/api/handle_conference.go index 9ddbad65..1f1bdad1 100644 --- a/go/channelling/api/handle_conference.go +++ b/go/channelling/api/handle_conference.go @@ -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 diff --git a/go/channelling/api/handle_hello.go b/go/channelling/api/handle_hello.go index f329acac..01690d34 100644 --- a/go/channelling/api/handle_hello.go +++ b/go/channelling/api/handle_hello.go @@ -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 diff --git a/go/channelling/api/handle_leave.go b/go/channelling/api/handle_leave.go index efef8899..e901f863 100644 --- a/go/channelling/api/handle_leave.go +++ b/go/channelling/api/handle_leave.go @@ -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 diff --git a/go/channelling/api/handle_room.go b/go/channelling/api/handle_room.go index d1ae23ed..57a5ea31 100644 --- a/go/channelling/api/handle_room.go +++ b/go/channelling/api/handle_room.go @@ -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 diff --git a/go/channelling/api/handle_self.go b/go/channelling/api/handle_self.go index 1c5e118d..2247b73a 100644 --- a/go/channelling/api/handle_self.go +++ b/go/channelling/api/handle_self.go @@ -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 diff --git a/go/channelling/api/handle_sessions.go b/go/channelling/api/handle_sessions.go index 7fab8f8e..f4153e2b 100644 --- a/go/channelling/api/handle_sessions.go +++ b/go/channelling/api/handle_sessions.go @@ -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 diff --git a/go/channelling/api/handle_users.go b/go/channelling/api/handle_users.go index ca8248c9..cb251eb3 100644 --- a/go/channelling/api/handle_users.go +++ b/go/channelling/api/handle_users.go @@ -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 diff --git a/go/channelling/bus.go b/go/channelling/bus.go index 1fbac82b..3828fbbe 100644 --- a/go/channelling/bus.go +++ b/go/channelling/bus.go @@ -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 diff --git a/go/channelling/bus_manager.go b/go/channelling/bus_manager.go index de78df7f..82867d1a 100644 --- a/go/channelling/bus_manager.go +++ b/go/channelling/bus_manager.go @@ -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 diff --git a/go/channelling/client.go b/go/channelling/client.go index c9b604a5..0c9379ee 100644 --- a/go/channelling/client.go +++ b/go/channelling/client.go @@ -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 diff --git a/go/channelling/clientstats.go b/go/channelling/clientstats.go index b39b93cc..2bee3e71 100644 --- a/go/channelling/clientstats.go +++ b/go/channelling/clientstats.go @@ -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 diff --git a/go/channelling/codec.go b/go/channelling/codec.go index 55733797..8af5a5ce 100644 --- a/go/channelling/codec.go +++ b/go/channelling/codec.go @@ -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 diff --git a/go/channelling/common_test.go b/go/channelling/common_test.go index 4ee11ced..fe359fa4 100644 --- a/go/channelling/common_test.go +++ b/go/channelling/common_test.go @@ -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 diff --git a/go/channelling/connection.go b/go/channelling/connection.go index d7f4cf0e..a119fafb 100644 --- a/go/channelling/connection.go +++ b/go/channelling/connection.go @@ -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 diff --git a/go/channelling/contact.go b/go/channelling/contact.go index f1fddbdf..2a7dc29d 100644 --- a/go/channelling/contact.go +++ b/go/channelling/contact.go @@ -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 diff --git a/go/channelling/contact_manager.go b/go/channelling/contact_manager.go index 023056df..f5baa4f2 100644 --- a/go/channelling/contact_manager.go +++ b/go/channelling/contact_manager.go @@ -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 diff --git a/go/channelling/context.go b/go/channelling/context.go index c805a370..12d362df 100644 --- a/go/channelling/context.go +++ b/go/channelling/context.go @@ -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 diff --git a/go/channelling/data.go b/go/channelling/data.go index 960231b7..10060047 100644 --- a/go/channelling/data.go +++ b/go/channelling/data.go @@ -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 diff --git a/go/channelling/hub.go b/go/channelling/hub.go index 057fcb60..15db8c9e 100644 --- a/go/channelling/hub.go +++ b/go/channelling/hub.go @@ -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 diff --git a/go/channelling/imagecache.go b/go/channelling/imagecache.go index d2401c0f..bd6c79e1 100644 --- a/go/channelling/imagecache.go +++ b/go/channelling/imagecache.go @@ -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 diff --git a/go/channelling/pipeline.go b/go/channelling/pipeline.go index 6f57303c..98a1c2a1 100644 --- a/go/channelling/pipeline.go +++ b/go/channelling/pipeline.go @@ -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 diff --git a/go/channelling/pipeline_manager.go b/go/channelling/pipeline_manager.go index f1284a25..dfb9c76e 100644 --- a/go/channelling/pipeline_manager.go +++ b/go/channelling/pipeline_manager.go @@ -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 diff --git a/go/channelling/room_manager.go b/go/channelling/room_manager.go index d72a8834..cccb968b 100644 --- a/go/channelling/room_manager.go +++ b/go/channelling/room_manager.go @@ -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 diff --git a/go/channelling/room_manager_test.go b/go/channelling/room_manager_test.go index 579b33fd..62186d4f 100644 --- a/go/channelling/room_manager_test.go +++ b/go/channelling/room_manager_test.go @@ -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 diff --git a/go/channelling/roomworker.go b/go/channelling/roomworker.go index 56970eef..858f64dc 100644 --- a/go/channelling/roomworker.go +++ b/go/channelling/roomworker.go @@ -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 diff --git a/go/channelling/roomworker_test.go b/go/channelling/roomworker_test.go index 21af5634..59c6321a 100644 --- a/go/channelling/roomworker_test.go +++ b/go/channelling/roomworker_test.go @@ -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 diff --git a/go/channelling/server/api.go b/go/channelling/server/api.go index 89297ca9..971b1b41 100644 --- a/go/channelling/server/api.go +++ b/go/channelling/server/api.go @@ -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 diff --git a/go/channelling/server/config.go b/go/channelling/server/config.go index fa234c28..0154c877 100644 --- a/go/channelling/server/config.go +++ b/go/channelling/server/config.go @@ -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 } 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, diff --git a/go/channelling/server/pipelines.go b/go/channelling/server/pipelines.go index 3e3ec95c..8c3ea014 100644 --- a/go/channelling/server/pipelines.go +++ b/go/channelling/server/pipelines.go @@ -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 diff --git a/go/channelling/server/rooms.go b/go/channelling/server/rooms.go index 4172ce8d..4bcdfa9a 100644 --- a/go/channelling/server/rooms.go +++ b/go/channelling/server/rooms.go @@ -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 diff --git a/go/channelling/server/sessions.go b/go/channelling/server/sessions.go index 0b5af21b..883c1730 100644 --- a/go/channelling/server/sessions.go +++ b/go/channelling/server/sessions.go @@ -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 diff --git a/go/channelling/server/stats.go b/go/channelling/server/stats.go index 5ad2bf64..193c3c07 100644 --- a/go/channelling/server/stats.go +++ b/go/channelling/server/stats.go @@ -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 diff --git a/go/channelling/server/tokens.go b/go/channelling/server/tokens.go index b7eff094..f206ee71 100644 --- a/go/channelling/server/tokens.go +++ b/go/channelling/server/tokens.go @@ -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 diff --git a/go/channelling/server/users.go b/go/channelling/server/users.go index 78c51106..b6a84f23 100644 --- a/go/channelling/server/users.go +++ b/go/channelling/server/users.go @@ -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 diff --git a/go/channelling/session.go b/go/channelling/session.go index 7ac01164..49d6c32e 100644 --- a/go/channelling/session.go +++ b/go/channelling/session.go @@ -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 diff --git a/go/channelling/session_manager.go b/go/channelling/session_manager.go index e65be9a7..e24f9e57 100644 --- a/go/channelling/session_manager.go +++ b/go/channelling/session_manager.go @@ -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 diff --git a/go/channelling/sessionattestation.go b/go/channelling/sessionattestation.go index a180451c..6e0403bd 100644 --- a/go/channelling/sessionattestation.go +++ b/go/channelling/sessionattestation.go @@ -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 diff --git a/go/channelling/sessioncreator.go b/go/channelling/sessioncreator.go index baa28478..bd26bcd7 100644 --- a/go/channelling/sessioncreator.go +++ b/go/channelling/sessioncreator.go @@ -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 diff --git a/go/channelling/sessionstore.go b/go/channelling/sessionstore.go index 8b11a05b..0421de14 100644 --- a/go/channelling/sessionstore.go +++ b/go/channelling/sessionstore.go @@ -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 diff --git a/go/channelling/sessiontoken.go b/go/channelling/sessiontoken.go index 189375f5..6deb3a67 100644 --- a/go/channelling/sessiontoken.go +++ b/go/channelling/sessiontoken.go @@ -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 diff --git a/go/channelling/sessionupdate.go b/go/channelling/sessionupdate.go index 8b4ac0ae..c11ef182 100644 --- a/go/channelling/sessionupdate.go +++ b/go/channelling/sessionupdate.go @@ -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 diff --git a/go/channelling/sink.go b/go/channelling/sink.go index f665d069..b4ed88bc 100644 --- a/go/channelling/sink.go +++ b/go/channelling/sink.go @@ -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 diff --git a/go/channelling/stats_manager.go b/go/channelling/stats_manager.go index 3c73dd06..92230159 100644 --- a/go/channelling/stats_manager.go +++ b/go/channelling/stats_manager.go @@ -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 diff --git a/go/channelling/tickets.go b/go/channelling/tickets.go index 2f441f92..35ab36af 100644 --- a/go/channelling/tickets.go +++ b/go/channelling/tickets.go @@ -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 diff --git a/go/channelling/tickets_test.go b/go/channelling/tickets_test.go index a625df01..302a8ab5 100644 --- a/go/channelling/tickets_test.go +++ b/go/channelling/tickets_test.go @@ -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 diff --git a/go/channelling/tokenprovider.go b/go/channelling/tokenprovider.go index a17fb826..257c9092 100644 --- a/go/channelling/tokenprovider.go +++ b/go/channelling/tokenprovider.go @@ -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 diff --git a/go/channelling/turndata.go b/go/channelling/turndata.go index 71002494..b141473d 100644 --- a/go/channelling/turndata.go +++ b/go/channelling/turndata.go @@ -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 diff --git a/go/channelling/unicaster.go b/go/channelling/unicaster.go index e9f28af1..9f5d57db 100644 --- a/go/channelling/unicaster.go +++ b/go/channelling/unicaster.go @@ -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 diff --git a/go/channelling/user.go b/go/channelling/user.go index 56aaddea..20d7765d 100644 --- a/go/channelling/user.go +++ b/go/channelling/user.go @@ -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 diff --git a/go/channelling/userstore.go b/go/channelling/userstore.go index 5da01011..0bfc390c 100644 --- a/go/channelling/userstore.go +++ b/go/channelling/userstore.go @@ -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 diff --git a/go/randomstring/randomstring.go b/go/randomstring/randomstring.go index 8f2ae2e9..72ab40ef 100644 --- a/go/randomstring/randomstring.go +++ b/go/randomstring/randomstring.go @@ -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 diff --git a/scripts/docker_entrypoint.sh b/scripts/docker_entrypoint.sh index 9f23434d..f406fd6d 100644 --- a/scripts/docker_entrypoint.sh +++ b/scripts/docker_entrypoint.sh @@ -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 "$@" diff --git a/server.conf.in b/server.conf.in index 1c5d5917..03a2cef8 100644 --- a/server.conf.in +++ b/server.conf.in @@ -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 [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 ;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'; diff --git a/src/app/spreed-webrtc-server/handler_image.go b/src/app/spreed-webrtc-server/handler_image.go index f5d5f779..9ffaeb40 100644 --- a/src/app/spreed-webrtc-server/handler_image.go +++ b/src/app/spreed-webrtc-server/handler_image.go @@ -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 diff --git a/src/app/spreed-webrtc-server/handler_main.go b/src/app/spreed-webrtc-server/handler_main.go index 139d1049..8facb7bf 100644 --- a/src/app/spreed-webrtc-server/handler_main.go +++ b/src/app/spreed-webrtc-server/handler_main.go @@ -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 diff --git a/src/app/spreed-webrtc-server/handler_room.go b/src/app/spreed-webrtc-server/handler_room.go index 58753eed..ed4adbb6 100644 --- a/src/app/spreed-webrtc-server/handler_room.go +++ b/src/app/spreed-webrtc-server/handler_room.go @@ -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 diff --git a/src/app/spreed-webrtc-server/handler_sandbox.go b/src/app/spreed-webrtc-server/handler_sandbox.go index e41c4de2..1a95f31c 100644 --- a/src/app/spreed-webrtc-server/handler_sandbox.go +++ b/src/app/spreed-webrtc-server/handler_sandbox.go @@ -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 diff --git a/src/app/spreed-webrtc-server/handler_wellknown.go b/src/app/spreed-webrtc-server/handler_wellknown.go index 3cb8e4c9..f8b6f0a0 100644 --- a/src/app/spreed-webrtc-server/handler_wellknown.go +++ b/src/app/spreed-webrtc-server/handler_wellknown.go @@ -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 diff --git a/src/app/spreed-webrtc-server/handler_ws.go b/src/app/spreed-webrtc-server/handler_ws.go index 16fb406e..7d43f9a4 100644 --- a/src/app/spreed-webrtc-server/handler_ws.go +++ b/src/app/spreed-webrtc-server/handler_ws.go @@ -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 diff --git a/src/app/spreed-webrtc-server/main.go b/src/app/spreed-webrtc-server/main.go index b1ebbc4e..fddf70e2 100644 --- a/src/app/spreed-webrtc-server/main.go +++ b/src/app/spreed-webrtc-server/main.go @@ -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 diff --git a/src/i18n/Makefile.am b/src/i18n/Makefile.am index 148a9ffd..8abe653d 100644 --- a/src/i18n/Makefile.am +++ b/src/i18n/Makefile.am @@ -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 diff --git a/src/i18n/messages-de.po b/src/i18n/messages-de.po index 3c9f06ac..83a91faa 100644 --- a/src/i18n/messages-de.po +++ b/src/i18n/messages-de.po @@ -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 , 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" 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" diff --git a/src/i18n/messages-ja.po b/src/i18n/messages-ja.po index aa588361..50ab4d88 100644 --- a/src/i18n/messages-ja.po +++ b/src/i18n/messages-ja.po @@ -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 , 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" 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 "" diff --git a/src/i18n/messages-ko.po b/src/i18n/messages-ko.po index 2b3dec8c..d3509d98 100644 --- a/src/i18n/messages-ko.po +++ b/src/i18n/messages-ko.po @@ -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 , 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" 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 "" diff --git a/src/i18n/messages-ru.po b/src/i18n/messages-ru.po index 1bf19295..54d14fde 100644 --- a/src/i18n/messages-ru.po +++ b/src/i18n/messages-ru.po @@ -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 , 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" 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" diff --git a/src/i18n/messages-zh-cn.po b/src/i18n/messages-zh-cn.po index ce551e81..5a9e1b7e 100644 --- a/src/i18n/messages-zh-cn.po +++ b/src/i18n/messages-zh-cn.po @@ -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 , 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" 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 "" diff --git a/src/i18n/messages-zh-tw.po b/src/i18n/messages-zh-tw.po index d91e183b..11c75b6a 100644 --- a/src/i18n/messages-zh-tw.po +++ b/src/i18n/messages-zh-tw.po @@ -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 , 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" 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 "" diff --git a/src/i18n/messages.pot b/src/i18n/messages.pot index 2217a8cd..a2db63d9 100644 --- a/src/i18n/messages.pot +++ b/src/i18n/messages.pot @@ -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 , 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" 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 "" diff --git a/src/styles/Makefile.am b/src/styles/Makefile.am index d47a9be7..c665dee3 100644 --- a/src/styles/Makefile.am +++ b/src/styles/Makefile.am @@ -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 diff --git a/src/styles/_shame.scss b/src/styles/_shame.scss index a2f16225..b5e9949e 100644 --- a/src/styles/_shame.scss +++ b/src/styles/_shame.scss @@ -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 diff --git a/src/styles/components/_audiolevel.scss b/src/styles/components/_audiolevel.scss index b632c10f..3eca4ab4 100644 --- a/src/styles/components/_audiolevel.scss +++ b/src/styles/components/_audiolevel.scss @@ -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 diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index 6b218b01..269fb3ba 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -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 diff --git a/src/styles/components/_bar.scss b/src/styles/components/_bar.scss index 917d0b73..f225dab9 100644 --- a/src/styles/components/_bar.scss +++ b/src/styles/components/_bar.scss @@ -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 diff --git a/src/styles/components/_buddylist.scss b/src/styles/components/_buddylist.scss index dfcab81a..7100535d 100644 --- a/src/styles/components/_buddylist.scss +++ b/src/styles/components/_buddylist.scss @@ -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 diff --git a/src/styles/components/_buddypicturecapture.scss b/src/styles/components/_buddypicturecapture.scss index 9afe92a2..db108e69 100644 --- a/src/styles/components/_buddypicturecapture.scss +++ b/src/styles/components/_buddypicturecapture.scss @@ -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 diff --git a/src/styles/components/_buddypictureupload.scss b/src/styles/components/_buddypictureupload.scss index 9f4eda98..7a3d2ae0 100644 --- a/src/styles/components/_buddypictureupload.scss +++ b/src/styles/components/_buddypictureupload.scss @@ -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 diff --git a/src/styles/components/_chat.scss b/src/styles/components/_chat.scss index 4cbb8f88..b41ed528 100644 --- a/src/styles/components/_chat.scss +++ b/src/styles/components/_chat.scss @@ -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 diff --git a/src/styles/components/_contactsmanager.scss b/src/styles/components/_contactsmanager.scss index 743c1b56..e155607e 100644 --- a/src/styles/components/_contactsmanager.scss +++ b/src/styles/components/_contactsmanager.scss @@ -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 diff --git a/src/styles/components/_fileinfo.scss b/src/styles/components/_fileinfo.scss index 28ed4180..caf857d0 100644 --- a/src/styles/components/_fileinfo.scss +++ b/src/styles/components/_fileinfo.scss @@ -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 diff --git a/src/styles/components/_presentation.scss b/src/styles/components/_presentation.scss index 835a5c68..9cbfc582 100644 --- a/src/styles/components/_presentation.scss +++ b/src/styles/components/_presentation.scss @@ -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 diff --git a/src/styles/components/_rightslide.scss b/src/styles/components/_rightslide.scss index 67db32ef..ee6f9125 100644 --- a/src/styles/components/_rightslide.scss +++ b/src/styles/components/_rightslide.scss @@ -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 diff --git a/src/styles/components/_roombar.scss b/src/styles/components/_roombar.scss index fae2967c..8efb7ed1 100644 --- a/src/styles/components/_roombar.scss +++ b/src/styles/components/_roombar.scss @@ -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 diff --git a/src/styles/components/_screenshare.scss b/src/styles/components/_screenshare.scss index 297013b1..f7f9cb6a 100644 --- a/src/styles/components/_screenshare.scss +++ b/src/styles/components/_screenshare.scss @@ -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 diff --git a/src/styles/components/_settings.scss b/src/styles/components/_settings.scss index 9abe1f01..6da5f96a 100644 --- a/src/styles/components/_settings.scss +++ b/src/styles/components/_settings.scss @@ -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 diff --git a/src/styles/csp.scss b/src/styles/csp.scss index cd82a8bb..2229eac6 100644 --- a/src/styles/csp.scss +++ b/src/styles/csp.scss @@ -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 diff --git a/src/styles/global/_variables.scss b/src/styles/global/_variables.scss index 4c7b374b..f51ec506 100644 --- a/src/styles/global/_variables.scss +++ b/src/styles/global/_variables.scss @@ -25,13 +25,13 @@ $background: #e5e5e5 !default; $componentbg: #f8f8f8 !default; $componentfg1: #262626 !default; -$componentfg2: rgba(0, 0, 0, .5) !default; -$componentfg3: rgba(0, 0, 0, .2) !default; +$componentfg2: #0c77b7 !default; +$componentfg3: #0c77b7 !default; $componentfg4: #737373 !default; $sidepanebg: #fff !default; -$bordercolor: #e7e7e7 !default; -$actioncolor1: rgb(132, 184, 25) !default; -$actioncolor2: rgb(0, 149, 52) !default; +$bordercolor: #2e6da4 !default; +$actioncolor1: #337ab7 !default; +$actioncolor2: #286090 !default; $specialbg1: $background; // branding @@ -46,10 +46,11 @@ $main-background: url($main-background-image) !default; $main-background-retina: url($main-background-image-retina) !default; // general action based colors -$action-hover: rgba(0, 0, 0, .4) !default; -$action-mute: rgb(219, 79, 57) !default; +$action-hover: #286090 !default; +$action-mute: #204d74 !default; $action-enable: $actioncolor1 !default; + // base $welcome: #aaa !default; $loading: #ddd !default; diff --git a/src/styles/main.scss b/src/styles/main.scss index e061bb08..543d38d6 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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 diff --git a/static/img/logo-16x16.png b/static/img/logo-16x16.png index 017f3ad2..8b6af893 100644 Binary files a/static/img/logo-16x16.png and b/static/img/logo-16x16.png differ diff --git a/static/img/logo-32x32.png b/static/img/logo-32x32.png index c1af5468..217161ac 100644 Binary files a/static/img/logo-32x32.png and b/static/img/logo-32x32.png differ diff --git a/static/img/logo-48x48.png b/static/img/logo-48x48.png index b0b930af..ea923fe9 100644 Binary files a/static/img/logo-48x48.png and b/static/img/logo-48x48.png differ diff --git a/static/img/logo-512x512.png b/static/img/logo-512x512.png index 2bf25d2b..84eb5204 100644 Binary files a/static/img/logo-512x512.png and b/static/img/logo-512x512.png differ diff --git a/static/img/logo-overlay.png b/static/img/logo-overlay.png index 303818f5..f2b3cde1 100644 Binary files a/static/img/logo-overlay.png and b/static/img/logo-overlay.png differ diff --git a/static/img/logo-small.png b/static/img/logo-small.png index bfced948..eb64ead0 100644 Binary files a/static/img/logo-small.png and b/static/img/logo-small.png differ diff --git a/static/img/logo-square.svg b/static/img/logo-square.svg index fcf9d67b..a9772453 100644 --- a/static/img/logo-square.svg +++ b/static/img/logo-square.svg @@ -1 +1,1932 @@ - \ No newline at end of file + + + + diff --git a/static/img/logo.svg b/static/img/logo.svg index 00a9cff3..a9772453 100644 --- a/static/img/logo.svg +++ b/static/img/logo.svg @@ -1 +1,1932 @@ - \ No newline at end of file + + + + diff --git a/static/partials/ui.html b/static/partials/ui.html index 714d90cc..cab1d9b0 100644 --- a/static/partials/ui.html +++ b/static/partials/ui.html @@ -9,7 +9,7 @@