From 353fd7f9e6b49ce8694efc1486c77df944979b1c Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 15 Aug 2019 10:15:46 -0700 Subject: [PATCH 01/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index faac9f1f..a17f7868 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License MIT + +MITMITMITMITMIT From 5da7594f5f3f526e135e5a647e36cb91abe37dab Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 15 Aug 2019 10:42:10 -0700 Subject: [PATCH 02/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a17f7868..c0d3ca5f 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,5 @@ In case of bugs in the application, please create an issue on github. Pull reque MIT MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT From 2961ce7c8148c91ffba9e3604a4c5e4b4ecb4bbe Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 15 Aug 2019 10:49:37 -0700 Subject: [PATCH 03/57] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd84ea78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From c7f9db2ef283edd79ea501ebe50077ebe5c6f09c Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 15 Aug 2019 12:50:24 -0700 Subject: [PATCH 04/57] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c0d3ca5f..7517de14 100644 --- a/README.md +++ b/README.md @@ -134,3 +134,6 @@ MIT MITMITMITMITMIT MITMITMITMITMIT MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT From a8c6d2af8013a954fbef5ac05cd536515c9a598e Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 15 Aug 2019 12:59:06 -0700 Subject: [PATCH 05/57] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7517de14..757233c9 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,9 @@ MITMITMITMITMIT MITMITMITMITMIT MITMITMITMITMIT MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT +MITMITMITMITMIT From b2a83692bdc42280b92e7f30d9439043e29d3bb9 Mon Sep 17 00:00:00 2001 From: Rudy Marquez Date: Thu, 15 Aug 2019 16:20:36 -0700 Subject: [PATCH 06/57] kicking off scan from VS Code using CxFlow --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 757233c9..1d6db55a 100644 --- a/README.md +++ b/README.md @@ -131,15 +131,3 @@ In case of bugs in the application, please create an issue on github. Pull reque MIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT -MITMITMITMITMIT From fbdf8fe1df5b524600985d372117b9c8f5d7dec4 Mon Sep 17 00:00:00 2001 From: Rudy Marquez Date: Thu, 15 Aug 2019 16:25:58 -0700 Subject: [PATCH 07/57] 2nd try --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6db55a..03b5d17b 100644 --- a/README.md +++ b/README.md @@ -129,5 +129,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License -MIT +MIT MIT MIT MIT MIT From fde911975f45feece568d2672e63ef0b9b8090fa Mon Sep 17 00:00:00 2001 From: Rudy Marquez Date: Thu, 15 Aug 2019 18:57:09 -0700 Subject: [PATCH 08/57] removed invalid password fields being reported. --- config/db.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/db.js b/config/db.js index ed3ea58b..4148bdf2 100644 --- a/config/db.js +++ b/config/db.js @@ -2,6 +2,7 @@ module.exports = { username: process.env.MYSQL_USER, password: process.env.MYSQL_PASSWORD, database: process.env.MYSQL_DATABASE, + database2: process.env.MYSQL_PASS, //should trigger another FP host: process.env.MYSQL_HOST || 'mysql-db', port: process.env.MYSQL_PORT || 3306, dialect: 'mysql' From 1e7b864781e8187eb20501fe793e1e84e28bcc42 Mon Sep 17 00:00:00 2001 From: Rudy Marquez Date: Thu, 15 Aug 2019 18:58:36 -0700 Subject: [PATCH 09/57] test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03b5d17b..695641aa 100644 --- a/README.md +++ b/README.md @@ -130,4 +130,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT From 3d93584f5456eb468ce561d7a50ec48ada6f52c2 Mon Sep 17 00:00:00 2001 From: Rudy Marquez Date: Thu, 15 Aug 2019 20:41:08 -0700 Subject: [PATCH 10/57] back --- config/db.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/db.js b/config/db.js index 4148bdf2..ed3ea58b 100644 --- a/config/db.js +++ b/config/db.js @@ -2,7 +2,6 @@ module.exports = { username: process.env.MYSQL_USER, password: process.env.MYSQL_PASSWORD, database: process.env.MYSQL_DATABASE, - database2: process.env.MYSQL_PASS, //should trigger another FP host: process.env.MYSQL_HOST || 'mysql-db', port: process.env.MYSQL_PORT || 3306, dialect: 'mysql' From 0cf602811048404c4b233f381680437d11af5989 Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 16 Aug 2019 09:43:32 -0700 Subject: [PATCH 11/57] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 695641aa..9c03d85a 100644 --- a/README.md +++ b/README.md @@ -131,4 +131,5 @@ In case of bugs in the application, please create an issue on github. Pull reque MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT - +MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT From 28c5bc69d14ce27742e6c01e479f6ddea057aece Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 16 Aug 2019 09:49:13 -0700 Subject: [PATCH 12/57] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c03d85a..695641aa 100644 --- a/README.md +++ b/README.md @@ -131,5 +131,4 @@ In case of bugs in the application, please create an issue on github. Pull reque MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT -MIT MIT MIT MIT MIT -MIT MIT MIT MIT MIT + From eb3a426dbf7e48c97d3875737861ecf45d70fa20 Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 16 Aug 2019 09:59:04 -0700 Subject: [PATCH 13/57] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 695641aa..f69ce8ce 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,6 @@ In case of bugs in the application, please create an issue on github. Pull reque MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT + +MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT From 2312f33c5e7b925d5f4090405c23c700eef711ff Mon Sep 17 00:00:00 2001 From: Rudy Date: Sat, 17 Aug 2019 23:19:47 -0700 Subject: [PATCH 14/57] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f69ce8ce..f50cb574 100644 --- a/README.md +++ b/README.md @@ -133,5 +133,8 @@ MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT + MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT From 5df7d51a4fd48e5b534bbf4ffbba05e313a26190 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 10:22:09 -0700 Subject: [PATCH 15/57] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f50cb574..8f766eb7 100644 --- a/README.md +++ b/README.md @@ -138,3 +138,7 @@ MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT + + +MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT From 81de2e163765a775e5d4de0b286310703c6ac65f Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 10:49:39 -0700 Subject: [PATCH 16/57] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f766eb7..c5b82d9b 100644 --- a/README.md +++ b/README.md @@ -140,5 +140,9 @@ MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT +MIT MIT MIT MIT MIT + + MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT From 86f4f5219a8fd891847149926f4c259e2825c174 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 10:56:23 -0700 Subject: [PATCH 17/57] Update README.md --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index c5b82d9b..390f3a37 100644 --- a/README.md +++ b/README.md @@ -129,20 +129,3 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License -MIT MIT MIT MIT MIT -MIT MIT MIT MIT MIT - - -MIT MIT MIT MIT MIT -MIT MIT MIT MIT MIT - -MIT MIT MIT MIT MIT -MIT MIT MIT MIT MIT - - -MIT MIT MIT MIT MIT -MIT MIT MIT MIT MIT - - -MIT MIT MIT MIT MIT -MIT MIT MIT MIT MIT From d45f59c52223bd8068952ceb18585f2d1ecbd0bc Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 11:11:08 -0700 Subject: [PATCH 18/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 390f3a37..e251bd3d 100644 --- a/README.md +++ b/README.md @@ -129,3 +129,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License +MIT MIT + From 30fb3557e49a8bb4ce5752889860c1c7615cb655 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 11:40:29 -0700 Subject: [PATCH 19/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e251bd3d..274d5d4b 100644 --- a/README.md +++ b/README.md @@ -129,5 +129,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License -MIT MIT +MIT MIT MIT MIT From 5b6f5dca1ae910e48492e9dbc0ba172428e24df6 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 13:41:50 -0700 Subject: [PATCH 20/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 274d5d4b..dcd9f842 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,4 @@ In case of bugs in the application, please create an issue on github. Pull reque MIT MIT MIT MIT +MIT MIT MIT MIT From 8037c724c4d666a7d05e7043933d2e561d3799e8 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 13:50:51 -0700 Subject: [PATCH 21/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd9f842..03f96dd3 100644 --- a/README.md +++ b/README.md @@ -130,5 +130,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License MIT MIT MIT MIT - +MIT MIT MIT MIT MIT MIT MIT MIT From 67a3e67f2e8971ade9cd0202ea2b05aa5940c635 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 18:13:19 -0700 Subject: [PATCH 22/57] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03f96dd3..2a3fd6f5 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,7 @@ In case of bugs in the application, please create an issue on github. Pull reque MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT + +MIT MIT MIT MIT +MIT MIT MIT MIT +MIT MIT MIT MIT From 882b6748536746a7e28100f9e47ab32a25f7269c Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 18:24:36 -0700 Subject: [PATCH 23/57] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a3fd6f5..5486d138 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,7 @@ MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT MIT + +MIT MIT MIT MIT +MIT MIT MIT MIT +MIT MIT MIT MIT From 8eb201bf86ef1696fa867d6a468ef91292bbb777 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 26 Aug 2019 18:41:24 -0700 Subject: [PATCH 24/57] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 5486d138..1ea01ec1 100644 --- a/README.md +++ b/README.md @@ -128,15 +128,3 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code ## License - -MIT MIT MIT MIT -MIT MIT MIT MIT -MIT MIT MIT MIT - -MIT MIT MIT MIT -MIT MIT MIT MIT -MIT MIT MIT MIT - -MIT MIT MIT MIT -MIT MIT MIT MIT -MIT MIT MIT MIT From 29ea805cd978eb5e15d74f88906a46188bdd0691 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 28 Aug 2019 11:10:24 -0700 Subject: [PATCH 25/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ea01ec1..6d7a680b 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,5 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code ## License + +TEST TEST TEST From 9ad3adbb5b3d4588674843372b644ae9f993a1e1 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 4 Sep 2019 14:44:32 -0500 Subject: [PATCH 26/57] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d7a680b..96e10729 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,6 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License TEST TEST TEST + +TEST TEST TEST + From 6bae631a711f8752fa3d979dfc24f9b196b2c162 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 4 Sep 2019 14:49:45 -0500 Subject: [PATCH 27/57] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 96e10729..e6eab997 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## License -TEST TEST TEST -TEST TEST TEST From 5680f6f8ca0c8d6ff943851634837756e1fa323d Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 10 Aug 2020 12:05:27 -0500 Subject: [PATCH 28/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6eab997..c777f946 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code ## License +## License From cfcc4fd3f70127c800a7de7a49d3cf5c6cfbaa95 Mon Sep 17 00:00:00 2001 From: Rudy Date: Tue, 18 Aug 2020 17:50:17 -0700 Subject: [PATCH 29/57] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c777f946..7dd39689 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,7 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code -## License -## License + From 5ba60239289c1762e64fb72cb12a62088ed0a9d6 Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 20 Aug 2020 01:46:43 -0700 Subject: [PATCH 30/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dd39689..6660f7a9 100644 --- a/README.md +++ b/README.md @@ -129,5 +129,7 @@ In case of bugs in the application, please create an issue on github. Pull reque +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From acd99fea88c59a09f54ebd9670dae0c2043e6cc6 Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 20 Aug 2020 18:29:05 -0700 Subject: [PATCH 31/57] Update README.md testing cxflow --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 6660f7a9..e1b9abb6 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,3 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - - -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - - From 0fc2c8bf19629e9c3045d55187372fc55c67c323 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 24 Aug 2020 19:03:21 -0700 Subject: [PATCH 32/57] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1b9abb6..82e9af92 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,7 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code + + +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From aa1a29df51dd1edde408650c2a6f11c93ca23396 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 30 Sep 2020 08:47:57 -0700 Subject: [PATCH 33/57] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 82e9af92..41346f2f 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,3 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From f44a52634481278f06e58e79b9dad77ab56734d6 Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 15 Oct 2020 11:23:15 -0700 Subject: [PATCH 34/57] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41346f2f..d9b93b6f 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,7 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code + From 8df4ca8b48bf5a067b33c7c31cc28bca3fc84e26 Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 22 Oct 2020 08:08:07 -0700 Subject: [PATCH 35/57] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d9b93b6f..41346f2f 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,4 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - From f9fd456763913de41841ebaa260f3b7a45bfb748 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 2 Nov 2020 20:51:21 -0700 Subject: [PATCH 36/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41346f2f..1643ccc6 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,5 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From 87a7e701ff108d3cf6f688fb6388a5548f440b7c Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 13 Nov 2020 10:00:27 -0700 Subject: [PATCH 37/57] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1643ccc6..e1b9abb6 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,3 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From b550a7dc838fd9c5de227dfc80d65148718eff04 Mon Sep 17 00:00:00 2001 From: Rudy Date: Tue, 1 Dec 2020 12:52:24 -0700 Subject: [PATCH 38/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1b9abb6..24a8729a 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From 1f70f2d0001dc897d1dcd39d3b1c2887f0305049 Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 18 Dec 2020 10:05:30 -0700 Subject: [PATCH 39/57] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 24a8729a..e1b9abb6 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,3 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From c7ca1e5760e6eb77443f71e4c53a28f8c1175eb3 Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 18 Dec 2020 10:16:52 -0700 Subject: [PATCH 40/57] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e1b9abb6..c98ce56b 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,6 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code + From 4a8805bb9f12f3d98b4e4275a84700871000fe69 Mon Sep 17 00:00:00 2001 From: Rudy Date: Thu, 11 Feb 2021 14:17:12 -0700 Subject: [PATCH 41/57] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c98ce56b..f8b7e2b7 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code + From 10a58a939fc2e2df692529430b26ced2e103678f Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 8 Mar 2021 11:46:58 -0700 Subject: [PATCH 42/57] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f8b7e2b7..82e9af92 100644 --- a/README.md +++ b/README.md @@ -129,3 +129,5 @@ In case of bugs in the application, please create an issue on github. Pull reque +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From 7e1f044de62f2dfe75a89303835e42de0ec9cf55 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 8 Mar 2021 12:26:07 -0700 Subject: [PATCH 43/57] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 82e9af92..438855f7 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,3 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - - - -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From ad7fde3262b23f21e08c4644be03c8e49783173d Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 12 Mar 2021 11:10:47 -0700 Subject: [PATCH 44/57] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 438855f7..24a8729a 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,6 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code + +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From c91a2fc2dd257a1cee00cd1ec51be4574e76fdde Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 12 Mar 2021 11:15:37 -0700 Subject: [PATCH 45/57] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 24a8729a..e1b9abb6 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,3 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code From 254c86a22f27c0755bb46ffc3146165cebd03523 Mon Sep 17 00:00:00 2001 From: Rudy Date: Fri, 12 Mar 2021 11:20:36 -0700 Subject: [PATCH 46/57] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1b9abb6..cea4af5a 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,7 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code + +## Thanks +[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code + From 45cab87c9d0522f3189beb11d0e63b7125b7741c Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 14 Jun 2021 10:24:34 -0700 Subject: [PATCH 47/57] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cea4af5a..41346f2f 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,3 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code -## Thanks -[Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - From 1eaa1707067576aa7791e6fcaeaf4c9949e8ce91 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 24 Nov 2021 16:41:04 -0700 Subject: [PATCH 48/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41346f2f..da9907b3 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,4 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - +## Thanks From 4784c9942e728d5fd37c83b5cb173cc1568ae8be Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 24 Nov 2021 19:46:18 -0700 Subject: [PATCH 49/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da9907b3..88ed058a 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,4 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code ## Thanks +## Thanks From 9f03eaa2252942bffac92fa107872104aa845ee0 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 24 Nov 2021 19:52:51 -0700 Subject: [PATCH 50/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ed058a..7ea8d297 100644 --- a/README.md +++ b/README.md @@ -128,4 +128,4 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code ## Thanks -## Thanks + From 09c23bcc3d739d22758cd010785d3d18e4b0f585 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 24 Nov 2021 19:58:44 -0700 Subject: [PATCH 51/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ea8d297..f8b7e2b7 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,5 @@ In case of bugs in the application, please create an issue on github. Pull reque ## Thanks [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code -## Thanks + From baf034716da354322e7abfa8e228bc4c3d11b9ee Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 24 Nov 2021 20:01:56 -0700 Subject: [PATCH 52/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b7e2b7..578ece26 100644 --- a/README.md +++ b/README.md @@ -128,4 +128,4 @@ In case of bugs in the application, please create an issue on github. Pull reque [Abhisek Datta - abhisek](https://github.com/abhisek) for application architecture and front-end code - +# Thanks From d4e715eec57aa1d47b82e21b8a82dabfd8313c5e Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 24 Nov 2021 20:59:56 -0700 Subject: [PATCH 53/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 578ece26..dfa80676 100644 --- a/README.md +++ b/README.md @@ -129,3 +129,4 @@ In case of bugs in the application, please create an issue on github. Pull reque # Thanks +# Thanks From 946f62aed71c8d89bccefe4addb1f40ad38fa291 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 29 Nov 2021 07:51:18 -0700 Subject: [PATCH 54/57] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dfa80676..578ece26 100644 --- a/README.md +++ b/README.md @@ -129,4 +129,3 @@ In case of bugs in the application, please create an issue on github. Pull reque # Thanks -# Thanks From 71abcb2399bc294443bd0a36bc9d0070e9198691 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 29 Nov 2021 07:55:11 -0700 Subject: [PATCH 55/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 578ece26..dfa80676 100644 --- a/README.md +++ b/README.md @@ -129,3 +129,4 @@ In case of bugs in the application, please create an issue on github. Pull reque # Thanks +# Thanks From 784909f2657092ebeea37cd701e8c068bdf69da2 Mon Sep 17 00:00:00 2001 From: Rudy Date: Mon, 29 Nov 2021 09:25:29 -0700 Subject: [PATCH 56/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa80676..2d865790 100644 --- a/README.md +++ b/README.md @@ -129,4 +129,4 @@ In case of bugs in the application, please create an issue on github. Pull reque # Thanks -# Thanks + From 4b52d767df930d99f7bc4f02c0ef412a6d8b4dc1 Mon Sep 17 00:00:00 2001 From: Rudy Date: Wed, 1 Dec 2021 08:57:43 -0700 Subject: [PATCH 57/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d865790..d4a0efa6 100644 --- a/README.md +++ b/README.md @@ -129,4 +129,5 @@ In case of bugs in the application, please create an issue on github. Pull reque # Thanks +# Thanks