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
2015-01-16Merge branch 'master' into move_language_reportsgiehl
Conflicts: tests/PHPUnit/UI
2015-01-16Fixes #6918 Add proper HTTP status code (302 moved temporarily) to ↵Matthieu Napoli
Url:redirect()
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
#6517
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 ↵Matthieu Napoli
incorrect PATH_INFO
2014-10-13Fixed a bug in Url: the PATH_INFO was droppedMatthieu Napoli
Fixed getCurrentUrl() and getCurrentUrlWithoutQueryString() + tests
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
Conflicts: core/Tracker/Db/Mysqli.php
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-25Allow underscores in trusted hostsstackcoder
Underscores are valid characters in domain names, so don't prohibit them in trustedHosts[]. Also the domain name should be validated before creating the list with an invalid entry.
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 ↵Thomas Steur
likely again as you would have to register subdomains etc as well). Also added some missing test files
2014-08-04Refactor handling cors for multiple domains. Also refactor name from hosts ↵Marcin Czołnowski
into domains.
2014-08-04Fixes #5912 Removing UI code + refactor out the un-needed parameter to ↵mattab
function `$parseToHost`
2014-08-03Add feature to persist cors hosts in config, edit in general settings tab ↵Marcin Czołnowski
and append to API headers if any is set.
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
to use free/libre instead of open source
2014-05-30Fixes #5262 Throw exception instead of dying so that the function is testable.mattab
Thanks for suggestion!
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-12Fixes issue when a port number is appended to the hostname, expected: pick ↵mattab
the hostname'd config file (without port number)
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console ↵mattab
core:archive` command
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 ↵mattab
upgrades, if any. Run it via: ./console core:update --dry-run
2014-02-18Finishing clearing the console command to allow piwik domainmattab
2014-02-18Add new piwik-domain generic option to the console. Part 2mattab
2014-02-18Add new piwik-domain generic option to the console.mattab
2014-02-12Merge remote-tracking branch 'origin/master' into 4610_cli_archivingThomas Steur
Conflicts: plugins/SecurityInfo plugins/TasksTimetable plugins/VisitorGenerator tests/PHPUnit/UI
2014-02-12refs #4610 some code tweaks and optimizationsThomas Steur
2014-02-11Fixes #4001 Deprecate force_ssl_login setting as it's too hard to properly ↵mattab
enforce
2014-02-10Fixing bug with trusted_hostsmattab
2014-02-10Factoring out getTrustedHosts()mattab
2014-02-05Minormattab
2014-02-04Fixes #4626 Prevent warning on screen when user set valid host to a URL ↵mattab
instead of hostname
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-01-28Capitalizing Super User for consistency refs #4564mattab
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ↵Thomas Steur
Old methods will still work but are marked as deprecated and they will be removed in a future release
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-10-21Refs #4200, revert getAllTableMetadata function removal and document ↵diosmosis
core/Url.php.
2013-10-18Refs #4200, do not generate docs for CacheFile class, document @api methods ↵diosmosis
in Common, remove unused Common:: var, remove Common::substr and Common::strlen.
2013-10-15Making sure at least WARNING messages are written on screenmattab
2013-10-09Refs #4202 Menu refactor donemattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab