Commit Graph

820 Commits

Author SHA1 Message Date
lucmuller 3dc11107aa
Update tarteaucitron.services.js
Suppression de Gogle On Steroids depuis mon master
2018-07-23 10:46:14 +02:00
lucmuller 0389abca34
Merge branch 'master' into master 2018-07-23 10:41:52 +02:00
lucmuller c35edea79d
Update tarteaucitron.services.js 2018-07-23 10:39:40 +02:00
Yohann bianchi 719ebf0fdc Add the ability to load Google Maps libraries (ie. geometry, places, visualization, drawing) 2018-07-18 15:41:50 +02:00
Amauri CHAMPEAUX bcef457b24
gtag() scope for multiple gtag ua 2018-07-12 08:38:04 +02:00
Amauri CHAMPEAUX 6051de4fb7
Merge pull request #169 from petitj/master
Gtag variable should be set in global scope for later use
2018-07-12 08:34:51 +02:00
Julien Petit bbd6cc01b9 Gtag variable should be set in global scope for later use (gtagMore or event calls) 2018-07-11 17:28:45 +02:00
Amauri CHAMPEAUX d585d87c34
Merge pull request #165 from d4rk694/matomo
Added matomo service [Working] without merge conflict
2018-07-09 14:40:25 +02:00
lucmuller 0da2c8f5e2
Merge branch 'master' into master 2018-07-09 11:49:11 +02:00
Ricci Dorian 8168f29e12 removed console.log 2018-07-07 12:04:31 +02:00
Romain Baudot 1a4967acae Add a feature to display the 'Accept All' CTA when 'hightPrivacy : true' 2018-07-06 11:29:24 +02:00
Ricci Dorian 1c917ed62b Added matomo service without merge conflict 2018-07-05 10:33:59 +02:00
guillaumeKoban 2e8ac445bb
Add Koban service 2018-07-02 15:10:50 +02:00
Amauri CHAMPEAUX 720eb0aaa1
Add a service to use multiple Google Analytics
If you need to add multiple gtag.js tracker, use this services and pass a JavaScript array to tarteaucitron.user.multiplegtagUa = ['UA-XXXXXXXX', 'UA-XXXXXXXX'];
2018-06-30 08:53:37 +02:00
lucmuller 489d37a5b2
Ajout d'un service pour Google On Steroids
Voir : https://github.com/CardinalPath/gas
2018-06-29 11:56:03 +02:00
Encre Informatique 030ab01b09
Merge pull request #1 from AmauriC/master
Update from AmauriC
2018-06-27 14:18:09 +02:00
Amauri CHAMPEAUX 2991ba24bd
Merge pull request #156 from lucmuller/master
Ajout d'un engagement pour Recaptcha
2018-06-26 14:27:31 +02:00
lucmuller fbd50f12b1
Merge pull request #1 from lucmuller/lucmuller-recaptcha-engagement
Ajout d'un engagement pour Recaptcha
2018-06-26 10:33:04 +02:00
lucmuller 741dd6be67
Ajout d'un engagement pour Recaptcha
Afin de laisser la possibilité à l'utilisateur d'afficher recaptcha pour envoyer les formulaires
2018-06-26 10:32:31 +02:00
Amauri CHAMPEAUX c449b76380
Merge pull request #129 from d4rk694/master
Added iframe google maps with search query + customization cookie expire
2018-06-19 09:35:22 +02:00
Amauri CHAMPEAUX 3a87653e83
Merge pull request #134 from adup-tech/add_adup_technology_services
Add support for "Ad Up Technology" services
2018-06-19 09:23:16 +02:00
Steffen Anders 4721ede6fe Add support for "Ad Up Technology" services 2018-06-18 12:50:23 +02:00
Amauri CHAMPEAUX ec634a2037
Wrong var definition 2018-06-15 16:15:34 +02:00
Amauri CHAMPEAUX 77c5274032
Merge pull request #144 from eldk/isDNTRequested
add DNT DoNotTrack Support
2018-06-15 16:00:28 +02:00
Amauri CHAMPEAUX b5d0680ccf
Merge pull request #142 from eldk/alertSmallToTop
Allow tarteaucitronAlertSmall to be at top when orientation is set to top.
2018-06-15 15:55:21 +02:00
Amauri CHAMPEAUX b0b4df1a05
Merge pull request #150 from ozee31/fix-uncaught-typeerror-push-of-undefined
fix Uncaught TypeError: Cannot set property 'push' of undefined
2018-06-15 15:54:44 +02:00
Ozee31 43438682c7 fix Uncaught TypeError: Cannot set property 'push' of undefined if tarteaucitron.job is undefined 2018-06-15 15:31:42 +02:00
Amauri CHAMPEAUX c2e71961b0
Merge pull request #110 from achterbahn/issuu
Add service for Issuu (www.issuu.com) Iframe embed
2018-06-15 15:02:40 +02:00
Amauri CHAMPEAUX 7411369f79
Merge branch 'master' into issuu 2018-06-15 15:02:02 +02:00
Amauri CHAMPEAUX c7af71d4f7
Merge pull request #103 from encreinformatique/translation/nl
Fixed #93 : dutch translation
2018-06-15 14:58:12 +02:00
encreinformatique 2c755da28e Fix couple of mispelling
Line 9 and 29 have been modified to fix a mispelling.

Thank you @johandenhollander
2018-06-14 11:51:25 +02:00
encreinformatique 09f2b1d5e1 Merge remote-tracking branch 'refs/remotes/AmauriC/master' into translation/nl 2018-06-14 11:49:36 +02:00
eldk 9be7b80216 add DoNotTrack (handleBrowserDNTRequest) option to doc 2018-06-12 16:35:02 +02:00
eldk d20fe6798a add option to enable DoNotTrackSupport support :
default : false
to enable add :
"handleBrowserDNTRequest": true /* Répondre au DoNotTrack du navigateur*/
to on page tarteaucitron.init script.
2018-06-12 16:09:46 +02:00
eldk 87d590e476 add DNT DoNotTrack Support :
When browser make request with DNT header set to yes or 1, set all services to false
and service.fallback if needed. tarteaucitronAlertBig is not displayed/needed
but tarteaucitronAlertSmall is.
2018-06-12 01:52:58 +02:00
eldk b35fb33014 allow tarteaucitronAlertSmall to be at top when orientation is set to top.
On mobile, when Adsense Auto Ads is in use, and orientation to bottom, the small alert should be behind ads.
This allow alert to be at top and unhide it.
2018-06-11 14:02:02 +02:00
Ricci Dorian cf3a58fa86 added customisation of time cookie expire 2018-06-03 13:10:37 +02:00
Ricci Dorian da6b132f48 Added iframe google maps with search query 2018-06-02 23:19:51 +02:00
Amauri CHAMPEAUX dd05f9d213
Merge pull request #82 from Webmecanik/add_webmecanik
Adding webmecanik service
2018-05-30 17:12:13 +02:00
Thomas Combe cd6381c2ff Allow to change readme link 2018-05-28 12:17:16 +02:00
Thomas Combe d2a9417d66 Allow to change readme link (for custom service) 2018-05-28 11:55:04 +02:00
Thomas Combe e1fbad4a33 Merge branch 'master' of https://github.com/thomascombe/tarteaucitron.js into feat/hide-read-more 2018-05-28 11:44:02 +02:00
Amauri CHAMPEAUX bc451eb573
Add reCAPTCHA 2018-05-25 23:49:34 +02:00
Amauri CHAMPEAUX 65f6af288b
Merge pull request #113 from thomascombe/feat/domain-param
Select cookie domain
2018-05-25 22:46:19 +02:00
Amauri CHAMPEAUX f4d4358002
Merge pull request #79 from coliff/patch-1
Always load Google Analytics over HTTPS
2018-05-25 18:27:25 +02:00
Amauri CHAMPEAUX 5b171b7bb9
Merge pull request #76 from xymox12/gtag_ua_cookie
Gtag ua cookie
2018-05-25 18:26:54 +02:00
Amauri CHAMPEAUX 5cf890feec
Merge pull request #102 from encreinformatique/fix/languages
Fixed #89 : spanish translation for settings
2018-05-25 17:27:08 +02:00
Thomas Combe a4bae2d1e3 Add how to use it 2018-05-25 16:05:48 +02:00
Fabian Christen 7143dc9258 Add service for Issuu (www.issuu.com) Iframe embed 2018-05-25 11:12:56 +02:00
Thomas Combe b634ce33bc allow to hide readmore button with param : readmore:false 2018-05-24 11:09:03 +02:00