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
2018-11-09Add Matomo Tag Manager to core (#13402)Thomas Steur
2018-11-01Limit password length (#13494)Thomas Steur
2018-09-21Return access entries only for sites that still exist (#13433)Thomas Steur
2018-09-06Make sure user is not logged out when settings saved w/ no password change. (...diosmosis
2018-09-06Make sure UserTableFilter can filter by new roles/capabilities. (#13390)diosmosis
2018-09-05Fix tests and move AutoSuggest test to API plugin to shorten system tests bui...diosmosis
2018-08-21Make sure all sites with no access are selected in UsersManager.getSitesForUs...diosmosis
2018-08-09Add notification when report w/ segment has no data, but segment is unprocess...3.6.0-b4diosmosis
2018-08-07Fix ui tests (#13259)3.6.0-b3diosmosis
2018-08-07Scalable UX for user management (#13158)diosmosis
2018-07-27Sessions with more security (#12208)diosmosis
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2018-04-24GDPR + Add a couple of new platform features especially around validating set...Thomas Steur
2018-03-30Moves various UI tests to their plugins (#12649)Stefan Giehl
2017-10-09Update en.json (#12136)iMarkus
2016-12-02Password hashing (#10926)Thomas Steur
2016-08-04Do not limit password length (#10349)Pranav
2016-05-12plugins: Fix typos (found by codespell)Stefan Weil
2016-03-29fix #9896 Keep Page URL fragments when tracking Page URLs" not persistentThomas Steur
2016-02-16Use simple for loop instead of rangeEmir Beganovic
2015-12-22remove unused use statementssgiehl
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-08-22Add a test to prevent users to register with the same login using a different...Matthieu Napoli
2015-07-06Merge pull request #8259 from barbushin/7298_email_validationBenaka
2015-07-05Fix UsersManagerTest::testAddUserWrongEmail()barbushin
2015-07-03Fix two more formerly static method calls on FakeAccess instances.diosmosis
2015-07-03Fixing more calls to formerly static FakeAccess methods.diosmosis
2015-06-03Fixing all tests that use Access::setSingletonInstance().diosmosis
2015-05-03#7795 Fix + more testsMatthieu Napoli
2015-04-20Merge pull request #7623 from piwik/rang-disabledMatthieu Aubry
2015-04-17Bugfix + testsMatthieu Napoli
2015-04-17Move set default report user preference if not set optimization to scheduled ...diosmosis
2015-04-09#7615 When selecting a disabled period, redirect to the default "yesterday" p...Matthieu Napoli
2015-04-08added a comment for this change and added testsThomas Steur
2015-03-14fixes #6359 - make UsersManager.getSitesAccessFromUser work for superusersgiehl
2015-02-19Fix CI buildmattab
2014-12-16refs #6672 fixes bug when username contains underscoremattab
2014-12-16New method getAllUsersPreferences and testmattab
2014-11-14Replaced usage of deprecated \FakeAccess to Piwik\Tests\Framework\Mock\FakeAc...Matthieu Napoli
2014-11-11refs #4558 fix an integration test as password can be longer nowThomas Steur
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved so...Thomas Steur
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system fo...Thomas Steur
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-08-08refs #5943 remove a users reports that belong to a specific site if the user ...Thomas Steur
2014-07-22refs #5416 we need to execute 3 queries in order to get the correct number of...Thomas Steur
2014-07-22removed unused use statementssgiehl
2014-07-19refs #5817 added some tests for user preferencesThomas Steur
2012-10-19refs #3227 removing plugin simple testssgiehl