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-02-21Fix cookies with session lifetime (#18820)Stefan Giehl
2021-10-26update big int on cookie expire time to datatime format (#18179)Peter Zhang
2021-03-21Ensure second parameter in gmdate is int, not float (#17365)Thomas Steur
2021-03-02set secure and samesite for cookie on delete (#17255)Zoltan Flamis
2020-11-03Fix build (#16658)Thomas Steur
2020-11-02simplified cookies (#14444)Lukas Winkler
2020-06-30IgnoreCookie: added support for cookie_domain and ignore cookie signature (#1...MichaelHeerklotz
2020-06-24Fixed wrong escaping of cookie path (#16087)MichaelHeerklotz
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-25Set samesite lax instead of None if site is not on https (#15604)Thomas Steur
2020-02-20Fix couple issues w/ samesite handling in session, make sure session … (#15...diosmosis
2019-12-13Use appropriate SameSite values for cookies (#15185)Kate Butler
2019-08-16Use strict comparison to prevent Cookie Signature Bypass Through PHP Type Con...Matthieu Aubry
2019-07-05Update the link tag for all php files (#14635)Luca
2018-07-27Sessions with more security (#12208)diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-12-04Tracker refactoringThomas Steur
2014-09-30Fix #6344, add missing return statement removed from recent refactor to Cooki...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-07refs #4194 marked some classes and methods as API to test doc generationThomas Steur
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-11Various pending changesmattpiwik
2012-07-22Refs #3177, added benchmarking system and set of benchmarks to test Piwik per...benakamoorthi
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-04-04refs #2256 - some phpdocs loverobocoder
2011-02-05refs #1982 - when deleting cookie, mimic the built-in functionrobocoder
2011-01-28refs #1982 - delete() should use setCookie() instead of setcookie(), and pass...robocoder
2011-01-14Fixes #2007mattpiwik
2011-01-12refs #1958 - yet another typorobocoder
2011-01-12refs #1958 - discard entire cookie content if any part fails to unserializerobocoder
2011-01-11quick fixes #1958 - always use safe_serialize/safe_unserialize as there are s...robocoder
2011-01-04use '< 5.2.1' to catch 5.2.0-custom builds; also use safe_serialize/safe_unse...robocoder
2011-01-04this helps apparently mattpiwik
2010-12-22refs #1279, refs #1910 - language preference for anonymous users is now store...robocoder
2010-12-22refs #1900, fixes #1911robocoder
2010-12-22Fixing broken tracking, json_decode returning objects but code is using the d...mattpiwik
2010-12-18fixes #1900 - use safe_unserialize() for third-party content; for signed cook...robocoder