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 (Expand)Author
2022-08-05Require password confirmation when removing a site in UI (#19591)Stefan Giehl
2022-06-30Provide possibility to configure referrer exclusion list (#19302)Stefan Giehl
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
2021-10-18Cache translated timezone name in enrichSite (#18168)Thomas Steur
2021-10-04JavaScript tracker exclude query parameters (#18031)Ben Burgess
2020-09-11Add methods to remove invalidations. (#16400)diosmosis
2020-07-23Set referrer policy on default img tracking code (#16237)Thomas Steur
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-11-28 Remove the SiteSpecificUserAgentExcludeEnabled setting (#15089)Kate Butler
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2018-09-10Remember user who created a site. (#13362)diosmosis
2018-09-10New events + some other misc changes (#13388)diosmosis
2018-07-27Translate currency names (#13068)Christian Schmidt
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2018-06-08Translate timezone names (#12901)Christian Schmidt
2018-04-23Escape ampersands in URLs (#12731)Christian Schmidt
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-01-30New "Enable cross domain linking" checkbox in Javascript Tracker Code generat...Matthieu Aubry
2016-12-12Fix website measurable type was defining settings and properties for all type...Thomas Steur
2016-11-22fix variable nameThomas Steur
2016-11-22refs #10797 improve default tracking codeThomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-05-12plugins: Fix typos (found by codespell)Stefan Weil
2016-04-11Merge branch 'master' into 3.x-devThomas Steur
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2016-04-06fix #10005 add documentation to deleteSite method and explain logs and archiv...Thomas Steur
2016-03-10added example re how to specify multiple URLs via HTTP APIThomas Steur
2015-12-03Added support to specify a path in a website URL and Piwik will recognize the...Thomas Steur
2015-11-24fix system tests and fix an error where we did not pass the correct siteId wh...Thomas Steur
2015-10-15use number format for currency in all websites dashboardsgiehl
2015-09-10Check for scheme in SitesManager/API instead of 'http' starting string + fix ...diosmosis
2015-08-31Merge pull request #8571 from piwik/8066Benaka
2015-08-26Trivial fix for testsbarbushin
2015-08-26Add option to track only website urlsbarbushin
2015-08-21refs #8066 faster query to find websites with traffic since last successful a...Thomas Steur
2015-08-13refs #7700 return all websites my default for API method Sites.getPatternMatc...Thomas Steur
2015-07-14Fixes #7698 display value of idSite (or idsite) parameter in error messagemattab
2015-06-17refs #7893 added possibility to measure mobile appsThomas Steur
2015-06-17Merge pull request #8109 from piwik/fix-tracker-generator-encodingBenaka
2015-06-16update SitesManager.getSitesFromGroup API method to accept empty group parame...PhoenixDev - AK
2015-06-15Fix missing variable escaping in the JS tracking code generatorMatthieu Napoli
2015-06-11getSitesIdFromSiteUrl should match when website url has unusual scheme eg. fb...mattab
2015-06-11Make getSitesIdFromSiteUrl work well when user is not Super User + add integr...mattab
2015-06-09SitesManager.getSitesIdFromSiteUrl should match both HTTP and HTTPSmattab