From 3589e472ce7be35f7a420ef56b29b516210f1b90 Mon Sep 17 00:00:00 2001 From: saman Date: Fri, 1 Sep 2017 20:02:15 +0430 Subject: [PATCH 01/27] add raychat --- src/apps.json | 11 ++++++++++- src/icons/raychat.svg | 29 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 src/icons/raychat.svg diff --git a/src/apps.json b/src/apps.json index ac052dc09..f971563ac 100755 --- a/src/apps.json +++ b/src/apps.json @@ -10560,7 +10560,16 @@ "icon": "xui.png", "script": "[^a-z]xui.*\\.js", "website": "http://xuijs.com" - } + }, + "Raychat": { + "cats": [ + "52" + ], + "env": "^Raychat$", + "icon": "raychat.svg", + "script": "(?:app.raychat.io/scripts/js/)", + "website": "https://raychat.io" + } }, "categories": { "1": { diff --git a/src/icons/raychat.svg b/src/icons/raychat.svg new file mode 100644 index 000000000..708303307 --- /dev/null +++ b/src/icons/raychat.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + From 7726e8ddf50723892c9811591f0af4eb6739cec1 Mon Sep 17 00:00:00 2001 From: samanbaboli Date: Sun, 3 Sep 2017 13:13:52 +0430 Subject: [PATCH 02/27] change raychat regex --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index f971563ac..d5b486f1d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -10567,7 +10567,7 @@ ], "env": "^Raychat$", "icon": "raychat.svg", - "script": "(?:app.raychat.io/scripts/js/)", + "script": "app\.raychat\.io/scripts/js", "website": "https://raychat.io" } }, From aa1acab75f9c46df1621c4dd5954a116fe42ed00 Mon Sep 17 00:00:00 2001 From: samanbaboli Date: Sun, 3 Sep 2017 21:41:05 +0430 Subject: [PATCH 03/27] raychat regex issue --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index d5b486f1d..bda31a842 100755 --- a/src/apps.json +++ b/src/apps.json @@ -10567,7 +10567,7 @@ ], "env": "^Raychat$", "icon": "raychat.svg", - "script": "app\.raychat\.io/scripts/js", + "script": "app\\.raychat\\.io/scripts/js", "website": "https://raychat.io" } }, From a4d6373e1b02ba2ad55cea338081d43f09be7717 Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Thu, 14 Sep 2017 13:31:47 +0200 Subject: [PATCH 04/27] Travis fix? --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9a3986ee..8db05a48d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ after_success: - cat build/SHA256SUMS script: - - version=$(grep '"version":' src/drivers/webextension/manifest.json | sed 's/^.*"version": "\(.*\)".*$/\1/'); ./run build $version + - version=$(grep '\"version\":' src/drivers/webextension/manifest.json | sed 's/^.*\"version\": \"\(.*\)\".*$/\1/'); ./run build $version deploy: provider: releases @@ -22,4 +22,4 @@ deploy: tags: true env: - - CXX=g++-4.8 + - CXX=g++-4. From bdc6256e0774be931152e20ab5f9dbb70a6c0f72 Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Thu, 14 Sep 2017 13:37:41 +0200 Subject: [PATCH 05/27] Travis fix? --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8db05a48d..f24641acc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ after_success: - sha256sum build/* > build/SHA256SUMS - cat build/SHA256SUMS -script: - - version=$(grep '\"version\":' src/drivers/webextension/manifest.json | sed 's/^.*\"version\": \"\(.*\)\".*$/\1/'); ./run build $version +script: |- + version=$(grep '"version":' src/drivers/webextension/manifest.json | sed 's/^.*"version": "\(.*\)".*$/\1/'); ./run build $version deploy: provider: releases From 04aa8dc3991825b4d78fa1fb2a252834312af4dc Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Thu, 14 Sep 2017 13:43:07 +0200 Subject: [PATCH 06/27] Travis fix? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f24641acc..7009b2ce8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ deploy: tags: true env: - - CXX=g++-4. + - CXX=g++-4.8 From 172cdc89ce88a907041f27dd8ecbadb845047669 Mon Sep 17 00:00:00 2001 From: Heitor Ramon Ribeiro Date: Thu, 14 Sep 2017 09:41:08 -0300 Subject: [PATCH 07/27] Jet e-Business e-Commerce system icons. --- src/icons/JET Enterprise.svg | 7 +++++++ src/icons/Plataforma NEO.svg | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 src/icons/JET Enterprise.svg create mode 100644 src/icons/Plataforma NEO.svg diff --git a/src/icons/JET Enterprise.svg b/src/icons/JET Enterprise.svg new file mode 100644 index 000000000..fa2687f49 --- /dev/null +++ b/src/icons/JET Enterprise.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/icons/Plataforma NEO.svg b/src/icons/Plataforma NEO.svg new file mode 100644 index 000000000..51a5595bf --- /dev/null +++ b/src/icons/Plataforma NEO.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file From c581fc0c9914435ea44aec76bb029a4d1b7b47b8 Mon Sep 17 00:00:00 2001 From: Heitor Ramon Ribeiro Date: Thu, 14 Sep 2017 09:47:31 -0300 Subject: [PATCH 08/27] Jet e-Business e-Commerce system. --- src/apps.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/apps.json b/src/apps.json index 5435100f4..d82fa28a8 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3925,6 +3925,16 @@ "icon": "JC-HTTPD.png", "implies": "Canon", "website": "http://canon.com" + }, + "JET Enterprise": { + "cats": [ + "6" + ], + "headers": { + "powered": "jet-enterprise" + }, + "icon": "JET Enterprise.svg", + "website": "http://www.jetecommerce.com.br/" }, "JS Charts": { "cats": [ @@ -5492,6 +5502,16 @@ "env": "^sitestat$", "icon": "Nedstat.png", "website": "http://www.nedstat.com" + }, + "NEO - Omnichannel Commerce Platform": { + "cats": [ + "6" + ], + "headers": { + "powered": "jet-neo" + }, + "icon": "Plataforma NEO.svg", + "website": "http://www.jetecommerce.com.br/" }, "Neos CMS": { "cats": [ From 07230a0bf9f82860ee3d05782d8c0d12fda9375a Mon Sep 17 00:00:00 2001 From: Julien Szabados Date: Thu, 14 Sep 2017 18:17:03 +0200 Subject: [PATCH 09/27] Add new application : Simplebo CMS --- src/apps.json | 10 ++++++++++ src/icons/Simplebo.png | Bin 0 -> 16042 bytes 2 files changed, 10 insertions(+) create mode 100644 src/icons/Simplebo.png diff --git a/src/apps.json b/src/apps.json index 5435100f4..1f9b72d00 100755 --- a/src/apps.json +++ b/src/apps.json @@ -7503,6 +7503,16 @@ }, "website": "http://www.silverstripe.org" }, + "Simplébo": { + "cats": [ + "1" + ], + "headers": { + "X-ServedBy": "simplebo" + }, + "icon": "Simplebo.png", + "website": "https://www.simplebo.fr" + }, "SimpleHTTP": { "cats": [ "22" diff --git a/src/icons/Simplebo.png b/src/icons/Simplebo.png new file mode 100644 index 0000000000000000000000000000000000000000..769cb5dd788d073ce6160a81b78a7bace7674953 GIT binary patch literal 16042 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 i-}H>f?Jst-pqi~K{_N*-<~`@r Date: Thu, 14 Sep 2017 22:14:31 +0430 Subject: [PATCH 10/27] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6d5ebf3a..7009b2ce8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ after_success: - sha256sum build/* > build/SHA256SUMS - cat build/SHA256SUMS -script: - - ./run build +script: |- + version=$(grep '"version":' src/drivers/webextension/manifest.json | sed 's/^.*"version": "\(.*\)".*$/\1/'); ./run build $version deploy: provider: releases From 14a6df69d104288c7d30e4c5f25a7f30364c4503 Mon Sep 17 00:00:00 2001 From: samanbaboli Date: Thu, 14 Sep 2017 22:24:40 +0430 Subject: [PATCH 11/27] Delete raychat.svg --- src/icons/raychat.svg | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/icons/raychat.svg diff --git a/src/icons/raychat.svg b/src/icons/raychat.svg deleted file mode 100644 index 708303307..000000000 --- a/src/icons/raychat.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - From ab1f882c2995af22ff4bda05e5e1d6478a437555 Mon Sep 17 00:00:00 2001 From: samanbaboli Date: Thu, 14 Sep 2017 22:25:17 +0430 Subject: [PATCH 12/27] Add files via upload --- src/icons/raychat.png | Bin 0 -> 1390 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/icons/raychat.png diff --git a/src/icons/raychat.png b/src/icons/raychat.png new file mode 100644 index 0000000000000000000000000000000000000000..e718b3b30bd8acd2d464fbfa5d7e8ecffd5b934d GIT binary patch literal 1390 zcmV-!1(EuRP)1oi~S>%0xHr7iu_3`Y9%O| zh$cwE)?nbppg#FxqR|JdF(!l(F&Z!uB0q*0Nl+3^3ZWnn2m~5z1WHROHHFerw%ecG znK?epbauBpTf61KlT0>q?%Z>}d(OG{+*KkX{Ew27%*T4~F#W%`5jfsSxHEupdl01* z-YMy%SLTzsq?qhgGf-(0H>)NRfsu~;bbNM_-k<*l12m;jfQCY$(7^gt3Qx9=sc%;@ z_1y({a#J51;AX>F+CM)5Bc|ibaja~|E+F253`({?PgeEx$pJ{%y{|G^K3g@eUJ#jEz)T!*k?qnCl9lxhdOro}+E| zc??W+u^$8j!N9~2u^voY=dRanea8pK7`k+4VgMs|2f6fVBf1E>n6|O8AZCn1-%LL_ zFU)|<6ju=M%pC3=zUB%Lw_h%Q)x>cB5Nb5^0vdv*6ebEyY`wDddDRun-}@TMt1;Bt z$AuMpFoHUQphQtnH;?kI)u3Gc$3{SOlWY4fpkrbAI-$2KTm(UJW!s+!g8$J%y7o3R(AMkh3K6*aVI$$b zA<|0ybbWK4@=vPpFD-Eg2;AyN7c-LYF*P7AAm&JzmM@#4wyUKVC73A8`@>xQ=$Lgr zD8=CQzHtC<2hcH{LX!j_vBhXbO2pPX#cKm9alk}C4~!&EfhWU@F5*=9sFPU3)|e#N z6|oVr#s$H&-#t00i2>3IGp!mJW7MLL1@UN#l?Q7vLOQ44IYhX3$eAOqAYdZ+9?D7# zkY8Ek)Ie;$BOs10HHCu3Wq7kw$vs-gsV#@N-P9fx5s6Dx@r!ft&z}|p5Yr2ScLvy2 z{xQlFXVPdzM?fOoZ`y)VR{c~1HGWvx;PiC|0u?!) zT|n|G3Yh!WLdvS=koQO-n$H7(F|2d%uWowI++@z?MW_^Qd;oxbH9KkfgTm)R(@vA%5lU15KrW4vnaa^CU&;6()I&2yQ`+@}f z2GI?Jl9wK4R_y}U6u1JU=Vh?**DYie`JI-mj{z~<8kP+b4VS;DjAy@J3(CDd#=R5v zwBBLQy6@<2zBTTyh}A{XGX0s^tlnEoYHoTW7yo@JH9|Un)c?kb?TzTckb4cdfGpfn z#fth@&{AB3JaK?g8SD*mde;eB4qu|{d Date: Thu, 14 Sep 2017 22:29:08 +0430 Subject: [PATCH 13/27] Update apps.json --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index bda31a842..89f668019 100755 --- a/src/apps.json +++ b/src/apps.json @@ -10566,7 +10566,7 @@ "52" ], "env": "^Raychat$", - "icon": "raychat.svg", + "icon": "raychat.png", "script": "app\\.raychat\\.io/scripts/js", "website": "https://raychat.io" } From 5969e260bc24596e7ee8660ed058026e71157229 Mon Sep 17 00:00:00 2001 From: wpCache Date: Sat, 16 Sep 2017 16:48:42 +0300 Subject: [PATCH 14/27] Delete wpCache.png --- src/icons/wpCache.png | Bin 751 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/icons/wpCache.png diff --git a/src/icons/wpCache.png b/src/icons/wpCache.png deleted file mode 100644 index e8a21e3437a6165c8bc1c5e6d6bb0a7c4e6d819a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 751 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10f+@+{-G$+Qd;gjJKpuOE zr>`sfLsl^nBSY@{yMh@Q7^ir;IEHu}e|yzFBREim?ZbWUOed|kj~*nj2Ra7MDJj}e zwrbJhlqpssj)MOi^;(_Sn-@4QwBm407wl?kRthN)5MP;hbYWA8VAQH5zLTe$=$Te- zJwJV!Xvv4!=WM^-%PDya@=nGPEzz( zzPzzmr#heQyy`c*`c@cUopz_v`P)vBr5WuFbLO=B?YcB&Uf$!XljY{EUFWJ^I{#)V z*7H&Q)0X`jF%=%?{}N?`PNm7gZp=#;(KkX_nw8VRI=0WI8FIx#;TG`i0{Egk4TY6rTuq zl#ppxb>Y-`*ODz?w@T#tPVt>}KkH3Bmp#Mf;|Uuy-v)dFMwx1fYeY#(Vo9o1a#1Rf zVlXl=G}kpS)ip8-F*2|+HLxnd*LvDUbW?Cg~4H}$W2|x|uRUr{2 zL5bxG1x5L3nK`KnC6xuK3Yi5Z$qWn?a~^-<;V2B#&^YCP`i$q(AO>b-ZoOn~VP#?O z$s)|c3N8&Mhf|o9H-{*kzH#NmkuyhRj Date: Sat, 16 Sep 2017 16:49:57 +0300 Subject: [PATCH 15/27] Add files via upload update fix icon --- src/icons/wpCache.png | Bin 0 -> 821 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/icons/wpCache.png diff --git a/src/icons/wpCache.png b/src/icons/wpCache.png new file mode 100644 index 0000000000000000000000000000000000000000..7f24b9d35d8e80ee57eaca88430131e5ba19e25a GIT binary patch literal 821 zcmV-51Iqk~P)_UEBO@am92^Y|4K+123kwSl4h}6XEff?KAt50tDJc{b6dxZS4h{}9G&C6*866!R zNl8f<7#I=~5=2BqJUl!kBqUy5UNbW@F)=X{6B9HvGzA3(5)u*v0|PiXI2afh92^`I z6B9l@J}4+CKtMn^I5;>sIBsrkEiEkp0RadI2><{86B854%E}E54MIXf(b3T=Dk}H) z_ut>&ySuxxva*<%n2U>xhK7b^Wo1rIP9Gm1>FMds&CSHb#HOaEpP!$8etvj(cvV$Z zNJvOKJ3A#MCDYT>adB}mF)?;v9BTjo06lb4PE!E<{N~;d@N#h@AQ$!Q-rm~N(apcT zs-T~mh=qfEdv9Z6SyN6)I5jjD6bR_t$il&{t)iNcjA&m{J~=AHNww(!00E6jL_t(I z%XQM{R-`}>1>g%zT6J~JIcMFRQ&n}tIMEq%*7tu6ZF;a7!S4sBPv4@729Q#m@jRu5 z=iVS!u`=otGm&4IS>Ma%D}f0UrTN|dc;FNF@}%nR(tbKGJO|E)O(gb5nR4(VdZyCN z*)`*`%{QMn+|72W?1|rz^P=Lr$=7lpK*iU3~TZl1pYY`N)9*xT@b02Ru(ZHhE* z&B|K>zNAjbY-X!tX}9%J{62TEXU@>n)U4BCwOiLxRUPRhy*>jw0WsanO--)rtw>r? zt#v5}Wbrak_RN`TS~sfl5Xljp>aH9T#S=uP@*8r@> z1<~07pLOU;&UKrKFHTM_6_-|EOptSBr(3hTh;4^%FRHqN!oqeDv9FYid1PV$#$fPD z0jX8Qelq8Os-X&OixJ8f{)e@pa(@?|MdBCt-x Date: Sun, 17 Sep 2017 15:51:39 +0300 Subject: [PATCH 16/27] Improve fancybox detection. --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 5435100f4..d571eec50 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2571,7 +2571,7 @@ ], "icon": "FancyBox.png", "implies": "jQuery", - "script": "jquery\\.fancybox\\.pack\\.js(?:\\?v=([\\d.]+))?$\\;version:\\1", + "script": "jquery\\.fancybox(\\.pack|\\.min)?\\.js(\\?v=([\\d.]+))?$\\;version:\\3", "website": "http://fancyapps.com/fancybox" }, "Fastly": { From 3c92fa1590c8e0f9448c6df0cd50f9ccd95a4136 Mon Sep 17 00:00:00 2001 From: hfrid Date: Wed, 20 Sep 2017 15:23:41 +0200 Subject: [PATCH 17/27] Logo for wikinggruppen --- src/icons/wikinggruppen.png | Bin 0 -> 1641 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/icons/wikinggruppen.png diff --git a/src/icons/wikinggruppen.png b/src/icons/wikinggruppen.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f7c5e39e8732f9b4ba03c2fd10ca13eb4138c2 GIT binary patch literal 1641 zcmV-v2A27WP)=x(!i4Rl!n0c(}$`oO+`QcGG18&Uj$CO$$clpiLVm=OJ;Ci+9t z)F=_EZLLt!n)qldm-7U{v7k=bH$WcluYso|jk(gXJg`t3J$4`_0tZ(dqX< z{vKo=Mta5=hSi;T9a6ya0KN-$RvJ1SJ7?f5zJYjWFc|ErTbCiM$^s`8--W^h(&!|> zUk1z38Q|3z%gLRjhxZH6+qO5~_O-H+4UknrX916ZPh)O3#BY6EU>`Ge!vw(g1!017 zGS4dTR<$SB7Lo+rwDTF@gU~D6n`b+ufR{k_0k)a}GrAtYr|^6e7!}n8_G#7YI)N8E z#+O3jX$cN*iZ)DF0z4?elK}J@06hx0ACFhC^FxXkJ&;w*0H>Y5LE!*+U}iq)1fb`| zuSM-Sk``J4lI)Ulk4BFUY*|cZ#~5d#rrAc zrRxSkra!!UE;8}(DBuC;?1$m2EVBJLS> z+s5W$WuXF2&tB*?&$g{o2$Bh$>m|mn?kjeRh<8P%Fp|t{xu-rUyp2Z)ip7{-s({lt z66E4S6a=`%IHh!Vh6T@kJ8Ff|`4X56qoJ@KbukELVa2>KI2S=sZLKfL5VIv z366is8=40+Sz0*Zc#E^@rT4o7|{7Qv@40P%w`bVn9qK+u~%QSZ=I8B^pX)eT~7HB9}@x1qEW1y^b<`mYAmH|8_y@m!{#vE z0R-0*FB>at=3?Z)`7k*y;xJNUBJf4<Wg*03Vj2co@ic%WOZ5@l(h+l3nmZmXZfO z)SP4vXppDHL_qff(|&-l2AS11ka?Wun>M<}Vf;%upMpFnR7$ZAV~9c@GUU#f3AA`! z)C+dQNT0l*Y|O3qx#dp3q8yPSD#|ydh2TucP$uXWQMXJN3C zYM+kUkl;`1N2WzPM>!HQh^@d_P4mrO7wNSbw;{oTLbzdYZp;K^($&yyR=;|4@sy{o z+tuP-gr>u4F*nSO`{6SWe%hTX&xCe>56ckH|AcP;PXvx_UP7ni4%jP3;=hDVPf2E{ zxe=mv5Tm?v8 Date: Wed, 20 Sep 2017 15:24:10 +0200 Subject: [PATCH 18/27] Logo for tictail --- src/icons/tictail.png | Bin 0 -> 799 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/icons/tictail.png diff --git a/src/icons/tictail.png b/src/icons/tictail.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca29b6d829bd98b4d7e391771eff410b3e15faa GIT binary patch literal 799 zcmV+)1K|9LP)0qFno5MzVag%~3MT>~^O5%jad;JN~~GX?;GAj9(0 z79PJb5ee)~L)#WOH*4U=l_~t|THl`w$ViL~=hGZ<8cj>=epGrTM6ARJKq15NcFn@volQ9O z&e>85`6373a$(tnV~9~LSf?@FFZgN=7xk7vn2gQe-@>a^TQN~OqGM@30eyQ5*A{B{ z@YO*y#Blk15a~F_g>nF=W(;)fzEQfNdqsCD#*s}(ikSi-=VUkN&0>y2r}d?k23Ef~ zh)25X51zFNxIiY!aJnP`>>~>#=m}b-+)|v_{{TSNRj|`2^+D2p`%x43 z9yU;^xl~Ko=m1z9(tc7y*?0X;J3f4ntLT^WvUt6CZ{gN*9qXIj`;h>Uc|Bd=D9`As zA1`(j$ReYqDIGVjMwMi1^u;96f0E{;jC&QOfl};M_jiI#jzLn%O4Y^psza_|N&}){ z=585+kUFdoUn8lu;U<97-nuh6P~wXkVUd@WaO+ d)aow*1^}!~^$knHVNU=6002ovPDHLkV1jdFY?A;0 literal 0 HcmV?d00001 From 22c24d0b47672b978c4a7903252946f0c1acfa56 Mon Sep 17 00:00:00 2001 From: hfrid Date: Wed, 20 Sep 2017 15:25:16 +0200 Subject: [PATCH 19/27] Added wikinggruppen to apps --- src/apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps.json b/src/apps.json index 5435100f4..3ea6f8248 100755 --- a/src/apps.json +++ b/src/apps.json @@ -9061,6 +9061,16 @@ "script": "cdn\\d+\\.editmysite\\.com", "website": "http://www.weebly.com" }, + "Wikinggruppen": { + "cats": [ + "6" + ], + "html": [ + " + + + + + + + + + + + + + + + + + + + + From c9be3b48ad912adebef5e4474b9ef1472e29e254 Mon Sep 17 00:00:00 2001 From: AlexByte Date: Sun, 24 Sep 2017 21:59:40 +0300 Subject: [PATCH 26/27] Add WebSite X5 detection. --- src/apps.json | 10 ++++++++++ src/icons/WebSite X5.png | Bin 0 -> 596 bytes 2 files changed, 10 insertions(+) create mode 100644 src/icons/WebSite X5.png diff --git a/src/apps.json b/src/apps.json index 5435100f4..588c7e2a2 100755 --- a/src/apps.json +++ b/src/apps.json @@ -9022,6 +9022,16 @@ "url": "/websale7/", "website": "http://websale.de" }, + "WebSite X5": { + "cats": [ + "20" + ], + "meta": { + "generator": "Incomedia WebSite X5 (\\w+ [\\d.]+)\\;version:\\1" + }, + "icon": "WebSite X5.png", + "website": "http://websitex5.com" + }, "WebsiteBaker": { "cats": [ "1" diff --git a/src/icons/WebSite X5.png b/src/icons/WebSite X5.png new file mode 100644 index 0000000000000000000000000000000000000000..da5e59c3f7f47384aace51cdf70e0f042021346b GIT binary patch literal 596 zcmV-a0;~OrP)F611Z)N3|2VKCRLyKWYDmRLfS3u{0n$MH0f*xI zK+FTgd_eq!3YLEZVpVLRkbpn)nrJ=ZXz@9N`94GXY8L0<|3=0mN@{IN%X9DmZ}n z8dU5wEy@ObQ85Rq#t4Xi1MvY`6;NyNIKmsMrW%NUK+A~FK>QJi?*Z{1AZ`F+V@ez# z3dFB*IN&KXM=%5NF#_3dKM?DX>xfW11}}iBQ32vF1RU`lh{MTs#A+gwVLrkLC4(*tr Date: Sun, 1 Oct 2017 12:26:18 +1100 Subject: [PATCH 27/27] Fix NPM driver --- src/drivers/npm/driver.js | 7 ++++++- src/wappalyzer.js | 8 +++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js index ef7569b17..87f91e963 100644 --- a/src/drivers/npm/driver.js +++ b/src/drivers/npm/driver.js @@ -61,7 +61,12 @@ const driver = { browser.visit(url, error => { wappalyzer.driver.document = browser.document; - const headers = browser.resources['0'].response.headers; + const headers = {}; + + browser.resources['0'].response.headers._headers.forEach(header => { + headers[header[0]] = header[1]; + }); + const vars = Object.getOwnPropertyNames(browser.window); const html = browser.html(); diff --git a/src/wappalyzer.js b/src/wappalyzer.js index 1374dbfbe..6fed51ec9 100644 --- a/src/wappalyzer.js +++ b/src/wappalyzer.js @@ -296,10 +296,6 @@ class Wappalyzer { * Cache detected applications */ cacheDetectedApps(apps, url) { - if ( !( this.driver.ping instanceof Function ) ) { - return; - } - Object.keys(apps).forEach(appName => { var app = apps[appName]; @@ -311,7 +307,9 @@ class Wappalyzer { }); }) - this.ping(); + if ( this.driver.ping instanceof Function ) { + this.ping(); + } } /**