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
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-03-04Fix double colon and case (#15655)Jean Baptiste Noblot
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-08-14Add newsletter signup button to user settings page (#14466)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-01-28Make sure to compare password with unsanitized password (#14033)Thomas Steur
2018-12-17Add capability editing to users manager (#13842)diosmosis
2018-12-10Allow form select to show specific text for empty option that is not placehol...diosmosis
2018-12-03Implement Two Factor Authentication (#13670)Thomas Steur
2018-11-30When changing password or email address, require to type old password (#13683)Thomas Steur
2018-10-05Remove alias from user settings. (#13543)diosmosis
2018-10-03Improve usage of requested site in plugin Controllers (#13526)Stefan Giehl
2018-09-17Use Request::processRequest() so API events are triggered. (#13428)diosmosis
2018-09-10New events + some other misc changes (#13388)diosmosis
2018-09-06Make sure user is not logged out when settings saved w/ no password change. (...diosmosis
2018-08-07Scalable UX for user management (#13158)diosmosis
2018-07-27Sessions with more security (#12208)diosmosis
2016-12-02Password hashing (#10926)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-05-12plugins: Fix typos (found by codespell)Stefan Weil
2016-02-12Fix changing password in usersmanager can result in an errorThomas Steur
2015-12-22remove unused use statementssgiehl
2015-12-21Merge pull request #9379 from piwik/4314Matthieu Aubry
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-12-10when having only view access to current selected website, select a site with ...Thomas Steur
2015-12-01refs #7105 do not call API methods directly so plugins can hook into itThomas Steur
2015-11-08request API the proper way so plugins can listen to this event and change the...Thomas Steur
2015-10-30Merge pull request #9093 from piwik/timeformatsMatthieu Aubry
2015-10-29Do not call API directly so it is possible to change the resultThomas Steur
2015-10-28allow user to chosse between 12 and 24 hour time formatsgiehl
2015-06-06use new translations from Intl pluginsgiehl
2015-03-23#7436 Show a nicer error message if trying to edit website access when not adminMatthieu Napoli
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2015-01-07fixes #6935 move anonymous settings into a separate page and menu itemThomas Steur
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-10-16Merge pull request #6455 from burakcakirel/masterBenaka
2014-10-16Missing SessionInitializer namespaceBurak Çakırel
2014-10-16The initSession method has not been changedBurak Çakırel
2014-10-13a few coding style changesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-02do not use token_auth in URL to set ignore cookie, instead use a salt specifi...mattab
2014-07-19fixes #5817 all websites dashboard was not selected in user settings although...Thomas Steur
2014-06-12Factoring out the userPreferences in own object to allow reusemattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-13Fixes #5153 New hook UsersManager.getDefaultDates that lets plugin developer...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02Refs #5037 Applying enabled periods to the User Settings section "Report date...mattab