From eca877f92cca9dd44785371aff8689bcde94ff90 Mon Sep 17 00:00:00 2001 From: TotPeRo Date: Fri, 2 Feb 2018 06:21:06 +0200 Subject: [PATCH 1/6] categoryPin Romanian translation (#2050) fix categoryPin Romanian translation --- src/drivers/webextension/_locales/ro/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/webextension/_locales/ro/messages.json b/src/drivers/webextension/_locales/ro/messages.json index f68eb6ab2..01060610f 100644 --- a/src/drivers/webextension/_locales/ro/messages.json +++ b/src/drivers/webextension/_locales/ro/messages.json @@ -10,7 +10,7 @@ "optionTracking": { "message": "Trimite rapoarte anonime despre aplicațiile detectate către wappalyzer.com pentru cercetare" }, "nothingToDo": { "message": "Nimic de făcut pe pagina curentă." }, "noAppsDetected": { "message": "Nici o aplicație detectată." }, - "categoryPin": { "message": "Always show icon" }, + "categoryPin": { "message": "Afișează icon tot timpul" }, "categoryName1": { "message": "CMS" }, "categoryName2": { "message": "Forum de discuții" }, "categoryName3": { "message": "Manager baze de date" }, From a214b73b5dd77338f9f4e626ee46c16030b6e003 Mon Sep 17 00:00:00 2001 From: Fabian Schultz Date: Fri, 2 Feb 2018 05:21:44 +0100 Subject: [PATCH 2/6] Add Kajabi. (#2049) --- src/apps.json | 13 +++++++++++++ src/icons/Kajabi.svg | 1 + 2 files changed, 14 insertions(+) create mode 100644 src/icons/Kajabi.svg diff --git a/src/apps.json b/src/apps.json index 2efa81847..eb594e2b5 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4769,6 +4769,19 @@ "implies": "Canon", "website": "http://www.canon.com" }, + "Kajabi": { + "cats": [ + 6 + ], + "js": { + "Kajabi": "" + }, + "headers": { + "Set-Cookie": "_kjb_session" + }, + "icon": "Kajabi.svg", + "website": "https://newkajabi.com" + }, "Kampyle": { "cats": [ 10, diff --git a/src/icons/Kajabi.svg b/src/icons/Kajabi.svg new file mode 100644 index 000000000..dd6f7cd66 --- /dev/null +++ b/src/icons/Kajabi.svg @@ -0,0 +1 @@ +KajabiKajabi Logo From b7be99a1d75fe361217793129ea4b01317df2e7c Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 2 Feb 2018 05:22:45 +0100 Subject: [PATCH 3/6] Squarespace: Adds html detection (fix #2026) (#2046) Adds the html detection for Squarespace --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index eb594e2b5..82d08048c 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8986,6 +8986,7 @@ "js": { "Squarespace": "" }, + "html": "", "headers": { "X-ServedBy": "squarespace" }, From 7305e56aa1660e8b13e78f488ed9312ad55567fc Mon Sep 17 00:00:00 2001 From: Sarun Intaralawan Date: Fri, 2 Feb 2018 11:22:57 +0700 Subject: [PATCH 4/6] AngularJS icon and Angular icon is not the same (#2045) --- src/apps.json | 4 +-- src/icons/AngularJS.svg | 74 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 src/icons/AngularJS.svg diff --git a/src/apps.json b/src/apps.json index 82d08048c..be2ebdea5 100644 --- a/src/apps.json +++ b/src/apps.json @@ -606,7 +606,7 @@ "js": { "ngMaterial": "" }, - "icon": "Angular.svg", + "icon": "AngularJS.svg", "implies": "AngularJS", "script": [ "/([\\d.]+(?:\\-?rc[.\\d]*)*)/angular-material(?:\\.min)?\\.js\\;version:\\1", @@ -631,7 +631,7 @@ "angular.version.full": "(.*)\\;version:\\1" }, "html": "<[^>]+ ng-version=\"([\\d.]+)\">\\;version:\\1", - "icon": "Angular.svg", + "icon": "AngularJS.svg", "script": [ "angular(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "/([\\d.]+(?:\\-?rc[.\\d]*)*)/angular(?:\\.min)?\\.js\\;version:\\1", diff --git a/src/icons/AngularJS.svg b/src/icons/AngularJS.svg new file mode 100644 index 000000000..db879ab4f --- /dev/null +++ b/src/icons/AngularJS.svg @@ -0,0 +1,74 @@ + + + +image/svg+xml \ No newline at end of file From 30a3d74ac84f034b3eff779bbe9cf7b1fea8090f Mon Sep 17 00:00:00 2001 From: Camille Barneaud <1693643+gadcam@users.noreply.github.com> Date: Fri, 2 Feb 2018 05:23:08 +0100 Subject: [PATCH 5/6] Add A-Frame detection (#2044) * Add pattern for A-Frame * Add A-Frame icon * Fix script pattern --- src/apps.json | 13 +++++++++++++ src/icons/A-Frame.svg | 1 + 2 files changed, 14 insertions(+) create mode 100644 src/icons/A-Frame.svg diff --git a/src/apps.json b/src/apps.json index be2ebdea5..836235704 100644 --- a/src/apps.json +++ b/src/apps.json @@ -86,6 +86,19 @@ "icon": "3ware.png", "website": "http://www.3ware.com" }, + "A-Frame": { + "cats": [ + 25 + ], + "html": "]*>", + "icon": "A-Frame.svg", + "implies": "three.js", + "js": { + "AFRAME.version": "(.*)\\;version:\\1" + }, + "scripts": "/?([\\d.]+)?/aframe(?:\\.min)?\\.js\\;version:\\1", + "website": "https://aframe.io" + }, "AD EBiS": { "cats": [ 10 diff --git a/src/icons/A-Frame.svg b/src/icons/A-Frame.svg new file mode 100644 index 000000000..7ff8039aa --- /dev/null +++ b/src/icons/A-Frame.svg @@ -0,0 +1 @@ + \ No newline at end of file From be6e201ebdd3a4cdb6f58ef91d2508a52b449b83 Mon Sep 17 00:00:00 2001 From: Sarun Intaralawan Date: Fri, 2 Feb 2018 11:23:52 +0700 Subject: [PATCH 6/6] Remove `ng-version` detection from AngularJS (#2042) The `ng-vesion` attribute only exists in Angular, not AngularJS. This fixes the merge screw up in #2007 --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 836235704..dce5adebd 100644 --- a/src/apps.json +++ b/src/apps.json @@ -631,7 +631,7 @@ "cats": [ 12 ], - "html": "]+ng-version=\"([\\d.]+)\">\\;version:\\1", + "html": "<[^>]+ ng-version=\"([\\d.]+)\">\\;version:\\1", "icon": "Angular.svg", "website": "https://angular.io" },