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-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-08-12avoid large amounts of notifications being added to the session (#17736)dizzy
2020-09-30Compare session token in any case (#16448)Thomas Steur
2020-08-11Only allow widgetize and token usage for view users (#16263)Thomas Steur
2020-06-11Rename Piwik -> Matomo in cookies (#16053)Thomas Steur
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-20Store session ID hashed in the DB (#15390)Thomas Steur
2019-12-10Use appropriate SameSite value for session cookie (#15186)Kate Butler
2019-08-06In case global config is not working, default idle timeout so user can still ...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-17Detect expired session use (#14502)diosmosis
2018-12-19Send all session cookie params when updating session expire time. (#13869)diosmosis
2018-12-04Use db sessions by default, deprecate file session handler (#13540)Thomas Steur
2018-12-03Implement Two Factor Authentication (#13670)Thomas Steur
2018-11-04Update session cookie timeout on each request if session was remembered. (#13...diosmosis
2018-09-24Remove user-agent checking code in SessionAuth. (#13470)3.6.1-b2diosmosis
2018-09-14Allow session to be writable in CLI mode so tests can write values. (#13430)diosmosis
2018-08-17Always set Auth interface in DI to the correct plugin's Auth implementation (...diosmosis
2018-08-16Make two SessionAuth private methods protected. (#13300)diosmosis
2018-07-27Sessions with more security (#12208)diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-02-20refs #7104 This should prevent from accidentally starting a Zend_Session.Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-24minor code stylemattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-03-21Get Db connection singleton in DbTable session handler upon use instead of st...diosmosis
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-19Moving isPhpCli to Commonmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-08-02fixed undefined classes in doc blockssgiehl
2013-08-01fixing more namespacessgiehl
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
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-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-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2011-07-03refs #2491 - fix typorobocoder
2011-07-03refs #2491 - replace Zend_Session_SaveHandler_DbTable with a leaner and clean...robocoder
2011-04-03refs #2256robocoder
2010-12-19fixes #1901, refs #1592 - we can't use mock objects because of static method ...robocoder