From 8bcd6c2ecd2967def0d60b18d3076b307f68cf21 Mon Sep 17 00:00:00 2001 From: throwawaywords <64502440+throwawaywords@users.noreply.github.com> Date: Wed, 24 Jun 2020 19:41:04 +0300 Subject: [PATCH 01/18] Add Turkish F keyboard --- public/js/layouts.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/js/layouts.js b/public/js/layouts.js index c41de53a4..d4dacc4cf 100644 --- a/public/js/layouts.js +++ b/public/js/layouts.js @@ -27,5 +27,12 @@ const layouts = { "aA","sS","hH","tT","gG","yY","nN","eE","oO","iI","'\"", "zZ","xX","mM","cC","vV","kK","lL",",<",".>","/?", " " + ], + turkishf: [ + "*+","1!","2\"","3^","4$","5%","6&","7'","8(","9)","0=","/?","-_", + "fF","gG","ğĞ","ıI","oO","dD","rR","nN","hH","pP","qQ","wW","xX", + "uU","iİ","eE","aA","üÜ","tT","kK","mM","lL","yY","şŞ", + "jJ","öÖ","vV","cC","çÇ","zZ","sS","bB",".:",",;", + " " ] -} \ No newline at end of file +} From 2e2cf4d756cb3e1582b4040092f49048d9b4a7cf Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 24 Jun 2020 20:36:12 +0100 Subject: [PATCH 02/18] added one more keyword --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 4dec857fb..e760a77b2 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ - + From e456401d785ceeb55fc489d28848569585c01199 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 24 Jun 2020 20:43:44 +0100 Subject: [PATCH 03/18] more keywords --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e760a77b2..85bdcb7a5 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ - + From 818de26e4b3107073d49f265695ddf036b245a71 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 24 Jun 2020 20:43:47 +0100 Subject: [PATCH 04/18] added robots --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 000000000..9e60f970f --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: From d0daa37cc4ba9bf35436f274cdb75fe4d9129ced Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 24 Jun 2020 21:14:11 +0100 Subject: [PATCH 05/18] dependencies --- functions/package-lock.json | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 5a2b860f6..b26868b3a 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -2858,7 +2858,7 @@ } }, "websocket-extensions": { - "version": "0.1.4", + "version": ">=0.1.4", "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" }, diff --git a/package-lock.json b/package-lock.json index 5be5b1b97..ab1d6fbf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4232,7 +4232,7 @@ } }, "websocket-extensions": { - "version": "0.1.3", + "version": ">=0.1.4", "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==" }, From a93ba0027c228083834c1c05c1703cae0ba6921c Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 24 Jun 2020 21:19:14 +0100 Subject: [PATCH 06/18] fixed a bug where asdf would be visible instead of the actual tags refreshing the tags list when edited or added new ones --- public/index.html | 3 +-- public/js/account.js | 14 ++++++++------ public/js/script.js | 3 +++ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index 85bdcb7a5..5d5c35875 100644 --- a/public/index.html +++ b/public/index.html @@ -44,8 +44,7 @@