Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-05-03Fix CSRF vulnerability in opt-out when setCookieInNewWindow=1 (#14400)Kate Butler
* Fix CSRF vulnerability in opt-out when setCookieInNewWindow=1 * Add nonce to URL for setCookieInNewWindow
2018-12-11Change default opt out text & allow opt out text to be customized across ↵diosmosis
entire install (#13277) * Modify customize opt-out form section to support editing opt out form text & add system settings for default opt out form values. * Display opt out text and get to work. * Change default text and add UI test. * Custom opt out form UI tests. * Make sure default value used if custom value empty & deal w/ TODO. * fix file afte rmerge * remove from opt out customizer * Remove unneeded features. * More removals. * More code removal. * Update translations. * Forgot one translation. * update screenshots
2018-06-16Fix undefined variable (#13067)Christian Schmidt
2018-05-30On opt-out page move js to separate file to allow not specifying ↵Michael Pietsch
inline-script CSP (#12873) * on opt-out page move js to separate file to fix inline-script (CSP) * Compatibility of separate optOutJs with tracker-proxy * remove destinction between proxy and normal request * revert unwanted changes of /tmp/.gitkeep and created .htaccess * In optout form, clear new window closed check interval after new window is closed. Otherwise, if reload takes more than 1s, the interval will run again and try another reload, cancelling the pending one. Which results in no reload occuring.
2018-05-22Allow numbers in css font family for opt out iframe (#12953)Stefan Giehl
2018-03-23Opt-out iframe customiser: accept " character in fontFamily (#12494)Matthieu Aubry
2018-01-22Added custom URL parameters to style the optOut iframe (#12472)Jouveer
* Added custom URL parameters to style the optOut iframe * UI optOut customisation * Improved Features and iframe preview * Update .gitignore * Update en.json * Update CoreHome.php * Update opt-out-customizer.controller.js * Update opt-out-customizer.directive.html * Update PrivacyManager.php
2015-09-10Update viewJens Averkamp
2015-09-10Merge remote-tracking branch 'github/master' into OptOutManagerQueryParametersJens Averkamp
2015-09-05Make isSafari code path the only code path in optOut form.diosmosis
2015-08-30Use Twig filter |url_encodeJens Averkamp
2015-08-30Allow plugins to add query parameters to optout formJens Averkamp
2015-06-30Add doc block comments and cache view objectJens Averkamp
2015-06-26Fix Array KeysJens Averkamp
2015-06-26Update OptOut ViewJens Averkamp
2015-06-26Add OptOutManagerJens Averkamp