From b2146a4b113e4acf72fc027a5196df0390795231 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Sun, 7 May 2017 00:39:03 +0300 Subject: [PATCH 01/23] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3a59c91..52f1d25 100644 --- a/index.html +++ b/index.html @@ -148,7 +148,7 @@

Free calls for everyone in the world!

Free Audio Calls From Your Browser

-

With modern web technologies we should be able to make free audio calls to everyone in the world. Roll Call allows you do this simply and quickly straight from your web browser.

+

With modern web technologies we should be able to make free audio calls to everyone in the world. Platform9 allows you do this simply and quickly straight from your web browser.

Join The Party And Chat With The World

From 44445ba934565577b087fd071f1fbab5af85444a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 7 May 2017 01:14:42 +0300 Subject: [PATCH 02/23] Fixed many bugs, and added more features. --- app/index.html | 175 +++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 21 +++--- index.js | 2 +- 3 files changed, 187 insertions(+), 11 deletions(-) create mode 100644 app/index.html diff --git a/app/index.html b/app/index.html new file mode 100644 index 0000000..548b74f --- /dev/null +++ b/app/index.html @@ -0,0 +1,175 @@ + + + + + + Platform9 + + + + + + + + + + + + + + +
+
+
+

Platform9 by wh0ami

+
+

Free calls for everyone in the world!

+
+
+ +
+
+
+
+
+
+
+
+
+ + + + + + + diff --git a/index.html b/index.html index 52f1d25..4edfd73 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,13 @@ } i.play { cursor:pointer; + } + .grandientuimain{ +background: #41295a; /* fallback for old browsers */ +background: -webkit-linear-gradient(to right, #2F0743, #41295a); /* Chrome 10-25, Safari 5.1-6 */ +background: linear-gradient(to right, #2F0743, #41295a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ + + } @keyframes pulse_animation { 0%, 50%, 100% { transform: scale(1); } @@ -127,20 +134,13 @@ -
- -
-
-
-
-
- -
+

Platform9 by wh0ami

Free calls for everyone in the world!

+

Go to app

@@ -153,6 +153,7 @@

Free Audio Calls From Your Brow

Join The Party And Chat With The World

To get started, click on the Join The Party 🎉 button and you’ll be connected to a global chat room. Chat with other people across the world.

+

To change your name, click on the Settings Button in Left Up Corner and change the Name.

Create Your Own Private Room

@@ -184,7 +185,7 @@

Share Audio

- + diff --git a/index.js b/index.js index 56e2cdd..424e129 100644 --- a/index.js +++ b/index.js @@ -307,7 +307,7 @@ function joinRoom (room) { const message = views.message({ icon: 'unmute', - title: 'Rollcall would like to access your microphone' + title: 'Platform9 would like to access your microphone' }) byId('messages-container').appendChild(message) From 4cf86338ced02024cb835360a82a54e6355b1539 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Sun, 7 May 2017 02:02:48 +0300 Subject: [PATCH 03/23] Create noheader.html --- app/noheader.html | 163 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 app/noheader.html diff --git a/app/noheader.html b/app/noheader.html new file mode 100644 index 0000000..f214a7f --- /dev/null +++ b/app/noheader.html @@ -0,0 +1,163 @@ + + + + + + + Platform9 + + + + + + + + + + +
+
+
+
+
+
+
+
+
+ + + + + + + From b6291c2bd8ffce1d5e84fc170d2285d3a8cbdee1 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Sun, 7 May 2017 02:04:47 +0300 Subject: [PATCH 04/23] Update noheader.html --- app/noheader.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/noheader.html b/app/noheader.html index f214a7f..d86d972 100644 --- a/app/noheader.html +++ b/app/noheader.html @@ -40,6 +40,9 @@ .main.container { margin: 55px; } + *{ + overflow: hidden; + } .content { margin: 55px; } From 812c7f346b797dc045f3e11f8ccf2d5f1257a842 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Sun, 7 May 2017 13:31:55 +0300 Subject: [PATCH 05/23] Update noheader.html --- app/noheader.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/noheader.html b/app/noheader.html index d86d972..e144caf 100644 --- a/app/noheader.html +++ b/app/noheader.html @@ -111,11 +111,7 @@ 25%, 75% { transform: scale(1.01); } } .pulse { - animation-name: pulse_animation; - animation-duration: 5000ms; - transform-origin:70% 70%; - animation-iteration-count: infinite; - animation-timing-function: linear; + -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; From c83e38a720ea5d804fc3201099c80cb501fb1716 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:24:01 +0300 Subject: [PATCH 06/23] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4edfd73..8a484e3 100644 --- a/index.html +++ b/index.html @@ -141,6 +141,7 @@

Platform9 by wh0ami

Free calls for everyone in the world!

Go to app

+

Linux Client
 

From 82902cf7e1a79358e4c8c9890212b100616061d7 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:26:31 +0300 Subject: [PATCH 07/23] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8a484e3..95ff551 100644 --- a/index.html +++ b/index.html @@ -141,7 +141,7 @@

Platform9 by wh0ami

Free calls for everyone in the world!

Go to app

-

Linux Client
 

+

Linux Client
 

From 128b3a97fae8f1ca83eb8e8a181277cd41faf974 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:33:52 +0300 Subject: [PATCH 08/23] Delete deploy.sh --- scripts/deploy.sh | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100755 scripts/deploy.sh diff --git a/scripts/deploy.sh b/scripts/deploy.sh deleted file mode 100755 index 627fa22..0000000 --- a/scripts/deploy.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash - -# based on: -# - https://gist.github.com/domenic/ec8b0fc8ab45f39403dd -# - http://www.steveklabnik.com/automatically_update_github_pages_with_travis_example/ - -set -o errexit -o nounset - -if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then - echo "Skipping deploy: pull request." - exit 1 -fi - -if [ "$TRAVIS_BRANCH" != "master" -a "$TRAVIS_BRANCH" != "stable" ]; then - echo "Skipping deploy: branch not master or stable." - exit 1 -fi - -copy_assets () { cp -r vendor favicon.png index.html bundle.js worker.js $1; } - -mkdir ../build -mkdir ../build/staging - -git fetch origin master:remotes/origin/master stable:remotes/origin/stable - -git checkout -f origin/master -MASTER_REV=$(git rev-parse --short HEAD) -npm run build -copy_assets ../build/staging - -git checkout -f origin/stable -STABLE_REV=$(git rev-parse --short HEAD) -npm run build -copy_assets ../build - -cd ../build -echo "platform9.herokuapp.com" > CNAME - -git init -git config user.name "wh0ami" -git config user.email "wh0amioffical@mail2tor.com" - -git add -A . -git commit -m "Auto-build of ${MASTER_REV} (master), ${STABLE_REV} (stable)" -git push -f "https://${GH_TOKEN}@${GH_REF}" HEAD:gh-pages > /dev/null 2>&1 - -echo "✔ Deployed successfully." From 1dce2db9e37e54da72fa897ea0262f55a2700d03 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:38:20 +0300 Subject: [PATCH 09/23] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5362af1..8c668dc 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ # platform9 +A Free Calls For Everyone in the world. + +For start your Platform9: +1. Install latest npm and nodeJS. +'sudo apt-get install nodejs nodejs-legacy npm' +2. Install All Libs... +'npm install' +3. Run IT: +'env PORT=[YOUR PORT] npm start' +Exmaple: +'env PORT=80 npm start' From af382837d834973f6525602a7eae2191cf92fdee Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:39:01 +0300 Subject: [PATCH 10/23] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c668dc..d820076 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # platform9 +https://platform9.herokuapp.com A Free Calls For Everyone in the world. For start your Platform9: From b85f98091eed24df50874066160f7ce136426874 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:39:14 +0300 Subject: [PATCH 11/23] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d820076..dc14d23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # platform9 -https://platform9.herokuapp.com +https://platform9.herokuapp.com
A Free Calls For Everyone in the world. For start your Platform9: From d8ceb96799a9c453237f639ec2d45e816bb54468 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:43:41 +0300 Subject: [PATCH 12/23] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc14d23..89387b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ https://platform9.herokuapp.com
A Free Calls For Everyone in the world. +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/misha-marinenko/platform9) + For start your Platform9: 1. Install latest npm and nodeJS. 'sudo apt-get install nodejs nodejs-legacy npm' From 66dd0cea6612541aaf8751e2348f76201cd377a1 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:46:27 +0300 Subject: [PATCH 13/23] Create app.json Needed for heroku... --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..f90c580 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "Platform9", + "description": "A barebones Node.js app using Express 4", + "repository": "https://github.com/misha-marinenko/platform9", + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Moskwa_Metro_Line_9.svg/1024px-Moskwa_Metro_Line_9.svg.png", + "keywords": ["node", "voip", "rooms", "voice", "calls"] +} From 4a7927358d68ff83049ecc088aee98054a4957a0 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:47:15 +0300 Subject: [PATCH 14/23] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index f90c580..cc7b68f 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "name": "Platform9", - "description": "A barebones Node.js app using Express 4", + "description": "Free calls for everyone in the world!", "repository": "https://github.com/misha-marinenko/platform9", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Moskwa_Metro_Line_9.svg/1024px-Moskwa_Metro_Line_9.svg.png", "keywords": ["node", "voip", "rooms", "voice", "calls"] From 87b16f2ff5bf8a01f1e3bf43f218d16927ec953e Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:49:55 +0300 Subject: [PATCH 15/23] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89387b6..00a75e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ https://platform9.herokuapp.com
A Free Calls For Everyone in the world. -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/misha-marinenko/platform9) +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/misha-marinenko/platform9) +[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/misha-marinenko/platform9.git # [required]) For start your Platform9: 1. Install latest npm and nodeJS. From 7ac2ba2ebff0172d7fabe5692ef79cf84a235eb7 Mon Sep 17 00:00:00 2001 From: misha-marinenko Date: Mon, 8 May 2017 01:50:34 +0300 Subject: [PATCH 16/23] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a75e4..4f929f6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ https://platform9.herokuapp.com
A Free Calls For Everyone in the world. [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/misha-marinenko/platform9) -[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/misha-marinenko/platform9.git # [required]) +[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/misha-marinenko/platform9.git) For start your Platform9: 1. Install latest npm and nodeJS. From d223bf7debf46d7ed0e0a70f567d69a0d7721932 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 8 May 2017 23:13:05 +0300 Subject: [PATCH 17/23] Update Design... --- app/index.html | 3 +++ app/noheader.html | 3 +++ index.html | 3 +++ index.js | 16 ++++++------ lib/views.js | 26 ++++++++++++------- npm-debug.log | 45 +++++++++++++++++++++++++++++++++ vendor/semantic-ui/semantic.css | 4 ++- 7 files changed, 82 insertions(+), 18 deletions(-) create mode 100644 npm-debug.log diff --git a/app/index.html b/app/index.html index 548b74f..2a704cb 100644 --- a/app/index.html +++ b/app/index.html @@ -7,6 +7,9 @@ + + + + + + + + +