From b0da4947341b5398003d9578d45101a9c4fdc087 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:10:47 -0800 Subject: [PATCH 01/30] Updated Documentation --- public/info.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/info.html b/public/info.html index 722553e5..1eb13800 100644 --- a/public/info.html +++ b/public/info.html @@ -100,9 +100,7 @@ console.log('particlesjs loaded.......'); }); - + @@ -160,4 +158,4 @@ - \ No newline at end of file + From a575fbb668f40cd5b45a331b3a2e695e1b470113 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:12:23 -0800 Subject: [PATCH 02/30] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f563853..36bd0583 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ A website that can be used to bypass web filters; both extension and firewall. T Official Site: https://www.holyubofficial.net +Official Documentation + +Instance Status + Be sure to join Titanium Network's Discord for more official site links: https://discord.com/invite/tgT48PH Deploy to Heroku From 48850505f279e5e2bf800c1f45631d70f5d2821d Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:13:13 -0800 Subject: [PATCH 03/30] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36bd0583..6530c319 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A website that can be used to bypass web filters; both extension and firewall. T Official Site: https://www.holyubofficial.net -Official Documentation +Site DocumentationDocumentation -Instance Status +Instance StatusStatus Be sure to join Titanium Network's Discord for more official site links: https://discord.com/invite/tgT48PH From e03561ac653519d6ef76b45e94f9d9e62638c61a Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:13:30 -0800 Subject: [PATCH 04/30] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6530c319..8b0c0f6d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A website that can be used to bypass web filters; both extension and firewall. T Official Site: https://www.holyubofficial.net -Site DocumentationDocumentation +Site Documentation: Documentation -Instance StatusStatus +Instance Status: Status Be sure to join Titanium Network's Discord for more official site links: https://discord.com/invite/tgT48PH From cf7aa771d50959f586ad45c1dd6c99c52326a985 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:14:11 -0800 Subject: [PATCH 05/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0c0f6d..16608632 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Official Site: https://www.holyubofficial.net Site Documentation: Documentation -Instance Status: Status +Instance Status: Status Be sure to join Titanium Network's Discord for more official site links: https://discord.com/invite/tgT48PH From de4900cfb356e1a9f6cc696b9220f59668f4334b Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:33:48 -0800 Subject: [PATCH 06/30] Create .travis.yml --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..414c7cd6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +if: NOT (commit_message =~ /^\[docs\]/) + +language: node_js +os: linux +dist: "debian" +node_js: + - 4.2 +before_script: + - npm install + - npm start +jobs: + include: + addons: + chrome: stable + firefox: latest + fast_finish: true + +notifications: + email: false From d5e9933190bc2eebc4799f6f27b5dbfb736760b9 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:35:09 -0800 Subject: [PATCH 07/30] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 414c7cd6..5f76c3bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ if: NOT (commit_message =~ /^\[docs\]/) language: node_js os: linux -dist: "debian" node_js: - 4.2 before_script: From 661b1f546692af044fec0f6cfad6d00b1497ee4c Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:37:06 -0800 Subject: [PATCH 08/30] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f76c3bd..49a856a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ if: NOT (commit_message =~ /^\[docs\]/) language: node_js os: linux -node_js: - - 4.2 +node_js: latest before_script: - npm install - npm start From 2ca6bc091f309be51c0ca47c528ae4d4ebab37dc Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:39:06 -0800 Subject: [PATCH 09/30] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49a856a7..3f550ebc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ if: NOT (commit_message =~ /^\[docs\]/) language: node_js os: linux -node_js: latest +node_js: + - 12.9 before_script: - npm install - npm start From a99e121030bfb7ff5d946662a42d5c1cc7f1d254 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:41:48 -0800 Subject: [PATCH 10/30] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3f550ebc..668442f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,8 @@ jobs: firefox: latest fast_finish: true +after_script: + - npm run coverage + notifications: email: false From 01adbacde6f24a416d85ceb9e8e2cee0a3db80f9 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:43:58 -0800 Subject: [PATCH 11/30] Update .travis.yml --- .travis.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 668442f1..c5da781d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,3 @@ -if: NOT (commit_message =~ /^\[docs\]/) - language: node_js -os: linux node_js: - - 12.9 -before_script: - - npm install - - npm start -jobs: - include: - addons: - chrome: stable - firefox: latest - fast_finish: true - -after_script: - - npm run coverage - -notifications: - email: false + - '4' From e46823478bce8a56ed3a13c46ee46db2651276fd Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:45:15 -0800 Subject: [PATCH 12/30] Update .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c5da781d..7b24ecc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,9 @@ language: node_js node_js: - '4' +before_install: + # Update the npm client. Older clients cannot, e.g., handle scoped modules. + - npm update -g npm +after_script: + - npm run coverage + - npm start From 46a8ee872b24faa695e3afd07775bfd5632bc055 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:46:39 -0800 Subject: [PATCH 13/30] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b24ecc2..3e7b660c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '4' + - '12' before_install: # Update the npm client. Older clients cannot, e.g., handle scoped modules. - npm update -g npm From 27be178da30a92f67874ffb4d73b88ec628f382b Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:47:31 -0800 Subject: [PATCH 14/30] Update .travis.yml --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e7b660c..cea8e57a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: node_js node_js: - - '12' -before_install: - # Update the npm client. Older clients cannot, e.g., handle scoped modules. - - npm update -g npm -after_script: - - npm run coverage - - npm start + - 'stable' +install: npm install +script: npm start +after_success: npm run coverage From 73fe630e4df775295bd7449e6f59efe5068e1fca Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:49:49 -0800 Subject: [PATCH 15/30] Update .travis.yml --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cea8e57a..b212884f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,9 @@ language: node_js node_js: - 'stable' install: npm install -script: npm start +services: + - postgresql +before_script: + - psql -c 'create database test_db;' -U postgres +script: npm test after_success: npm run coverage From cf1c57eb0774bbc901f36291f9fa54daab5f7714 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:51:35 -0800 Subject: [PATCH 16/30] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b212884f..725f9aef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ services: - postgresql before_script: - psql -c 'create database test_db;' -U postgres -script: npm test +script: npm start after_success: npm run coverage From 3dab57c1530c8191ca99d82b937d42e3c8a7c8ca Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:52:30 -0800 Subject: [PATCH 17/30] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16608632..6e0cfeeb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Holy Unblocker + A website that can be used to bypass web filters; both extension and firewall. This is the public source code for Holy Unblocker, a rather fancy website with some cool dynamic backgrounds while also focusing with detail put into the design and mechanics overall. Also has cool features like custom Tab Cloaks and with more to come. Works on a large number of sites including YouTube (Full Quality Support), Discord, CoolMathGames and more! Be sure to check the various branches as I update Holy Unblocker often with open access to yet to be released versions. From 65258a7ca68107c53c2a6e02a8f6ff16591e7ce2 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:52:45 -0800 Subject: [PATCH 18/30] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e0cfeeb..9fec9c5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Holy Unblocker + A website that can be used to bypass web filters; both extension and firewall. This is the public source code for Holy Unblocker, a rather fancy website with some cool dynamic backgrounds while also focusing with detail put into the design and mechanics overall. Also has cool features like custom Tab Cloaks and with more to come. Works on a large number of sites including YouTube (Full Quality Support), Discord, CoolMathGames and more! Be sure to check the various branches as I update Holy Unblocker often with open access to yet to be released versions. From 517b79473c4033f6b187015eff467559f676869a Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:53:38 -0800 Subject: [PATCH 19/30] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 725f9aef..703811a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ services: before_script: - psql -c 'create database test_db;' -U postgres script: npm start -after_success: npm run coverage +after_success: npm app.js From 0985c23014e4cb1766db542c7c40367ddbe686f0 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:55:20 -0800 Subject: [PATCH 20/30] Update .travis.yml --- .travis.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 703811a5..7116e53d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ language: node_js -node_js: - - 'stable' -install: npm install -services: - - postgresql -before_script: - - psql -c 'create database test_db;' -U postgres -script: npm start -after_success: npm app.js +node_js: + - "stable" +cache: + directories: + - "node_modules" From e274e960535e513d49f0dd60fc0416ac78c9fa92 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:56:29 -0800 Subject: [PATCH 21/30] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7116e53d..49a27ed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js node_js: - "stable" +install: + - npm install cache: directories: - "node_modules" From 55147ce9b5bfdae57cc2068236e616822f5b51f7 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:58:51 -0800 Subject: [PATCH 22/30] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 73b4c21a..fe2fbd93 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A web proxy capable of proxying websites!", "main": "app.js", "scripts": { - "test": "test", + "test": "node app.js", "start": "node app.js ./node_modules/.bin/grunt" }, "keywords": [ @@ -29,4 +29,4 @@ "morgan": "^1.9.0", "axios": "^0.19.2" } -} \ No newline at end of file +} From 78f36b053f7506b984a0fb3f9588dfb93bf39b78 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:02:25 -0800 Subject: [PATCH 23/30] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe2fbd93..92047c5b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A web proxy capable of proxying websites!", "main": "app.js", "scripts": { - "test": "node app.js", + "test": "express", "start": "node app.js ./node_modules/.bin/grunt" }, "keywords": [ From 5bb76e1d2e3a943a4dbd17b7d524f5a22ea4e046 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:03:44 -0800 Subject: [PATCH 24/30] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92047c5b..140f2ec1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A web proxy capable of proxying websites!", "main": "app.js", "scripts": { - "test": "express", + "test": "node app.js ./node_modules/.bin/grunt", "start": "node app.js ./node_modules/.bin/grunt" }, "keywords": [ From 5cd4ee45fc1f93af37ae672548b76d80935176a3 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:07:32 -0800 Subject: [PATCH 25/30] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 49a27ed9..743d0137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ node_js: - "stable" install: - npm install +script: + - "start": "node app.js ./node_modules/.bin/grunt" cache: directories: - "node_modules" From 15592f291a80a7718339b5a4e0aeb91dde6b2365 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:09:09 -0800 Subject: [PATCH 26/30] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 743d0137..2560a767 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: install: - npm install script: - - "start": "node app.js ./node_modules/.bin/grunt" + - "node app.js ./node_modules/.bin/grunt" cache: directories: - "node_modules" From 09b1b4066ccef9c7a8ee4d2d2a0f65c2924c0af8 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:10:44 -0800 Subject: [PATCH 27/30] Update .travis.yml --- .travis.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2560a767..029966f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ +sudo: false language: node_js -node_js: +node_js: - "stable" -install: - - npm install -script: - - "node app.js ./node_modules/.bin/grunt" + cache: directories: - - "node_modules" + - node_modules + +install: + - npm install From 4755b314d5011817f6ae0cfc5f678d79a71590cc Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:13:37 -0800 Subject: [PATCH 28/30] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140f2ec1..fe2fbd93 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A web proxy capable of proxying websites!", "main": "app.js", "scripts": { - "test": "node app.js ./node_modules/.bin/grunt", + "test": "node app.js", "start": "node app.js ./node_modules/.bin/grunt" }, "keywords": [ From 44db909e44d66313cd804e4eb838967daee4fa69 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:16:15 -0800 Subject: [PATCH 29/30] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9fec9c5a..ac7a569b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Holy Unblocker - A website that can be used to bypass web filters; both extension and firewall. This is the public source code for Holy Unblocker, a rather fancy website with some cool dynamic backgrounds while also focusing with detail put into the design and mechanics overall. Also has cool features like custom Tab Cloaks and with more to come. Works on a large number of sites including YouTube (Full Quality Support), Discord, CoolMathGames and more! Be sure to check the various branches as I update Holy Unblocker often with open access to yet to be released versions. From 3292cb0f2e26df32fceb86c97d8f7d12c6b44cf9 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Sun, 8 Nov 2020 09:45:04 -0800 Subject: [PATCH 30/30] Delete .travis.yml --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 029966f7..00000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -sudo: false -language: node_js -node_js: - - "stable" - -cache: - directories: - - node_modules - -install: - - npm install