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
path: root/config
AgeCommit message (Expand)Author
2017-09-04Allow different reports pre-archiving frequency for each period (#11979)Thomas Steur
2017-07-17make it possible to disable installer in config (#11850)Stefan Giehl
2017-06-19disable outgoing communication with one setting (#11465)Martin Keckeis
2017-03-25Tweak commentmattab
2017-03-18Introduces new config setting to enabled plugin upload (#11445)Stefan Giehl
2017-01-30Ability to force loading console commands from some plugins (#11290)Matthieu Aubry
2017-01-22Cross Domain tracking (#11243)Thomas Steur
2017-01-07Use gender-neutral wording where possible (#10982)Lucas Jenß
2016-12-01Tracking API: when overriding the request datetime with an invalid token_auth...Thomas Steur
2016-11-15document new possibility to specify a unix socket page (#10868)Thomas Steur
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
2016-11-05fixes #10821 - updates comment in default configsgiehl
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-10-03 If Piwik is not installed yet, it's possible the tmp/ folder is not writable...mattab
2016-09-22Renamed plugin ExampleRssWidget -> RssWidget (#10528)Matthieu Aubry
2016-09-19Extract the first IP from HTTP_X_FORWARDED_FOR and HTTP_CLIENT_IP and HTTP_C...Matthieu Aubry
2016-08-28Split piwik.js into multiple files and provide a merged one (#10441)Thomas Steur
2016-08-23Minor Improvement to descriptionmattab
2016-08-17Update global.ini.php (#10408)Thomas Steur
2016-07-26add possibility to create ui tests for users with view access onlyThomas Steur
2016-07-25Professional Services for Piwik, neutral branding within Piwik app (#10339)Matthieu Aubry
2016-06-18fixed some typos [ci skip]sgiehl
2016-05-16Merge pull request #10082 from piwik/visit_standard_length_docStefan Giehl
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2016-04-21value should be specified in seconds, not millisecondsThomas Steur
2016-04-20Explain a user should call setSessionCookieTimeout when changing visit lengthThomas Steur
2016-04-19Implements #9389 - UserId module, that adds a new Users report (#9883)alexkuk
2016-03-31URL query string parameters to remove from URL are now stored in config filemattab
2016-03-16Fix typoJoost van Rijn
2016-01-29fixes #9650 new widget showing piwik pro blogThomas Steur
2016-01-28fixes #9648 New sentence presenting Piwik PRO after a successful Piwik instal...Thomas Steur
2016-01-15add possibility to specify charset when importing in batchThomas Steur
2015-12-22Merge pull request #9310 from peterbo/9156-ForceNewVisitAtMidnightMatthieu Aubry
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-12-07Commit after code review, refs #9156pboehlke
2015-11-30 New visit after midnight - setting for disabling this characteristic, refs #...pboehlke
2015-11-26Add 'all' in the Row count selector to be able to display all rows, and optio...mattab
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-11-01Fix config overriding in ui-test.php DI config.diosmosis
2015-10-29Rename whitelist to blacklist since we're ignoring entries that are in the li...diosmosis
2015-10-29Instead of hardcoding whitelisting of Overlay methods in UI test URL normaliz...diosmosis
2015-10-27Remove trusted host change and try to fix w/ ui-test.php config modification.diosmosis
2015-10-27Get last two Overlay tests to pass.diosmosis
2015-10-27Do not replace port URLs for overlay API results so links can be matched in U...diosmosis
2015-10-27Fix ui-test.php config (missing DI\add).diosmosis
2015-10-27Try to fix CORS issues in travis when port 3000 is used for Piwik.diosmosis
2015-10-27Fix failing Dashboard test by removing RSS widget contents for UI tests.diosmosis
2015-10-27Remove host & port only if test port is defined in config & remove Piwik base...diosmosis
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-10-27Add port in tests to tracker URL.diosmosis