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
2017-11-20If you're using Piwik behind a reverse proxy with a different path like "rewr...user121216
2017-11-10Disallow indexing for all pages doing a redirect (#12263)Stefan Giehl
2016-07-14make sure we prefer forwarded proto header over regular header (#10081)Thomas Steur
2016-01-11Do not overwrite piwikUrl when host is localhostThomas Steur
2015-12-21Renaming methods + refactoringmattab
2015-12-18Display useful message how to solve "Form security error" issue, when SSL may...mattab
2015-12-04Minor code review items: anonimise URL referrer, split strings in two...mattab
2015-10-27Remove trusted host change and try to fix w/ ui-test.php config modification.diosmosis
2015-10-27Remove getCurrentHostWithPort hack, shouldn't be necessary w/ new phantomjs i...diosmosis
2015-10-27Don't use port when checking for trusted hosts.diosmosis
2015-10-27HTTP Host: header can have port so don't do special manipulations during test.diosmosis
2015-10-27Make sure server port is included in current URLs in case Piwik is on a separ...diosmosis
2015-07-12Fix typo (forgot to revert / fail) - thanks to tests that detected this error!mattab
2015-07-12 Do not use INI [proxy] settings when connecting to localhost or 127.0.0.1mattab
2015-07-08Fixes #8290 escape trusted hosts before calling preg_match to prevent PHP war...mattab
2015-07-01Display useful message when period or label is invalidmattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-01-16Merge branch 'master' into move_language_reportsgiehl
2015-01-16Fixes #6918 Add proper HTTP status code (302 moved temporarily) to Url:redire...Matthieu Napoli
2015-01-14removed several occurences of UserSettings pluginsgiehl
2014-12-04Tracker refactoringThomas Steur
2014-11-03Indicate user to composer update when network library not yet updated refs #...mattab
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-22#6491 Fixes a redirection loop when Nginx is misconfigured and passes an inco...Matthieu Napoli
2014-10-13Fixed a bug in Url: the PATH_INFO was droppedMatthieu Napoli
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-25Allow underscores in trusted hostsstackcoder
2014-09-17Wrong case in Piwik\IPKyle
2014-09-17Merge remote-tracking branch 'upstream/master' into cleanup-arobases2KyleK
2014-09-15refs #4996 cache all site urls in trackerThomas Steur
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-13refs #4996 allow redirects to subdomains of known hostsThomas Steur
2014-09-12refs #4996 redirect only to trusted hosts (will have to remove this most like...Thomas Steur
2014-08-04Refactor handling cors for multiple domains. Also refactor name from hosts in...Marcin Czołnowski
2014-08-04Fixes #5912 Removing UI code + refactor out the un-needed parameter to functi...mattab
2014-08-03Add feature to persist cors hosts in config, edit in general settings tab and...Marcin Czołnowski
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-30Fixes #5262 Throw exception instead of dying so that the function is testable.mattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-12Fixes issue when a port number is appended to the hostname, expected: pick th...mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-05Refs PR #241 Manually close session when redirecting to another pagemattab
2014-04-08Add method to destroy current database connection (for testing).diosmosis
2014-04-07Small refactormattab
2014-02-20Fixes #4711 Adding new console command to trigger Piwik core and Plugins upgr...mattab
2014-02-18Finishing clearing the console command to allow piwik domainmattab
2014-02-18Add new piwik-domain generic option to the console. Part 2mattab