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
2021-02-05Send 204 response for bulk requests to avoid possible CORB issue (#17180)Stefan Giehl
* Send 204 response for bulk tracking requests that were send with send_image=0 and automatically add that for all bulk requests sent be piwik.js * rebuilt piwik.js Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2020-06-21Allow configuration of a shorter lock wait time in tracker mode (#16092)Thomas Steur
* Allow configuration of a shorter lock wait time in tracker mode * do not catch errors for single tracking request * Update global.ini.php
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2019-10-01Replace some usages of Common::printDebug w/ use of logger (#13968)diosmosis
* Start refactoring Common::printDebug(). * Make tracker debug statement error log. * Remove logger removal for tracker. * Fix test failure. * Add two more parent constructor calls. * Fix failing test
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(?)
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2015-12-22remove unused use statementssgiehl
2015-10-02Fixes https://github.com/piwik/piwik-log-analytics/issues/96, do not fail ↵diosmosis
bulk tracking request if individual request has an incorrect request parameter.
2015-09-07Quick refactor to BulkTracking Response.diosmosis
2015-09-07Only return invalid indices in bulk tracking if token auth is for a superuser.diosmosis
2015-09-02Only output invalid_indices if bulk tracking request is authenticated.diosmosis
2015-09-01In BulkTracking output, return the index of each invalid request in addition ↵diosmosis
to count of invalid (count remains in output for BC).
2015-06-22Make sure BulkTracking skips requests for nonexistant sites so other ↵diosmosis
requests will still be tracked. Includes new tests in BulkTracking plugin.
2014-12-04Tracker refactoringThomas Steur