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 (Collapse)Author
2018-11-13Regenerate OmniFixture dump w/ more xss payloads (#13556)diosmosis
* Buffing xss testing system. * More testing changes. * Finish adding more xss test data. * Update ui-test.php file. * Use DI\add in test container override. * Update OmniFixture. * Get fixture to setup properly. * Make xss sanity check work w/ persist fixture data option. * Another sanity check tweak. * Trying to debug xss sanity check. * removing duplicates * Fix xss testing JS. * Escape widget category text. * deal w/ angular input in goal name * Ensure privacy manager links are safe and add automated test for dangerous links to UI tests. * Create dangerous link method in xsstesting class. * Make xss test failures a bit easier to debug and escape metric documentation for angular. * Tweak quickaccess test. * Try to get pviot by dimension test to pass. * Tweak QuickAccess test and try to get xss reports to show. * Fix exception message. * Tweaks to fake xss report (cannot currently be displayed). * Updating screenshots. * In check for dangerous links test allow empty links that use dangerous prefix. * fix a cou0le more tests. * update more screenshots * Update a couple more screenshots. * Updated screenshot. * update screenshots * update two more screenshots * Use ng-bind-html to sanitize report documentation which can potentially have HTML. * update screenshots
2018-11-01language update (#13663)Stefan Giehl
2018-10-15language update (#13612)Stefan Giehl
2018-10-11Tweaks to escaping strategy in a couple places (#13500)diosmosis
* Use correct filter in certain places in twig templates. * Another filter change. * Reverse encoding strategy in site selector. * Tweak to annotation escaping. * Fix couple more double encoding issues. * encode report name on unsubscription page * Escape site name in quickaccess directive.
2018-10-10Update screenshots. (#13571)diosmosis
* Update screenshots. * Update two more screenshots.
2018-10-09translation updatessgiehl
2018-10-08language update (#13560)Stefan Giehl
2018-09-17language update (#13436)Stefan Giehl
2018-09-01Adds new language Spanish (Argentina) (#13350)Stefan Giehl
2018-08-27language update (#13349)Stefan Giehl
2018-08-19language update (#13316)Stefan Giehl
2018-08-13language update (#13281)Stefan Giehl
2018-08-06Add scheduled task to delete log data for sites that have been deleted. (#13227)diosmosis
* Add scheduled task to delete log data for sites that have been deleted. * Update Changelog for new event. * Use JOIN instead of NOT IN & remove event.
2018-08-02Add privacy policy/terms and conditions settings and display in bottom of ↵diosmosis
certain pages. (#13219) * Add privacy policy/terms and conditions settings and display in bottom of certain pages. * tweak * simplify PrivacyManager::shouldRenderFooterLinks(). * Update system test files * removes typo * do not render view if no links available * Remove footer margin in embedded widget. * ensure footer margin doesn't change (for UI tests) * update ui files
2018-07-27Translate currency names (#13068)Christian Schmidt
* Translate currency names * Update tests * Fix more tests * Use plural form in config key name * Update screenshots
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
* Replace proxy redirect with rel=noreferrer * Add noopener * Restore action=redirect for non-Matomo links * Wrap referring URLs * NO target on download link * Fix Github links * Fix whitespace * Fix tests * Revert change * Revert changes * Fix tests * Add noreferrer shim for MSIE 10 * Remove all action=redirect links * Restore noreferrer * Restore test * Fix one more occurrence * Update changelog * Combine if's * Fix changelog wording * Fix stray whitespace
2018-07-25language update (#13209)Stefan Giehl
2018-07-25update screenshots for #13135diosmosis
2018-07-24Implements "Social network" as a new referrer type (#12993)Stefan Giehl
* Implements new referrer type for social networks * removes footer message from social report * Show social network referrers in Transitions * update / improve tests * Improves API code * use transient cache instead of static properties * remove debugging statement * updates changelog * cs * Update expected test files. * Update expected screenshots
2018-07-19Fix test + update submodule for tests.diosmosis
2018-07-19Add ability for Archivers to initiate archiving for other plugins & use in ↵diosmosis
Goals (#13105) * Add required segments for Goals.get to known segments to archive list. * Add test to ArchiveCronTest. * Allow archiving dependent archives in Goals Archiver. * Clean up last commit & use Segment::combine in more places. * skip dependent processing if same plugin/segment * Move ArchiveCronTest to CoreConsole plugin since it is rather long running. * Fixing tests. * Remove use statements. * Fix tests dependent on archive tables. * check w/ urlencoded/decoded segment/condition in Segment::combine(). * Another test fix * final test fix
2018-07-03Only show segments based on log_visit table in GDPR search (#13123)Stefan Giehl
* Only show segments based on log_visit table in GDPR search * fix typo * cs
2018-06-28Remove executable bit on most files (#13038)Adrien Crivelli
Only the files declaring a shebang have their execution bit set. Everything else is not executable to avoid possible security issues
2018-06-20prevent ui test failuessgiehl
2018-06-18language update (#13072)Stefan Giehl
2018-06-12language update (#13057)Stefan Giehl
2018-06-11Make some menus translatable (#12885)Christian Schmidt
* Make some menus translatable * Update changelog
2018-06-07Use generic device model names if device type is known (#13015)Stefan Giehl
* Use generic device model names * updates tests * Update screenshots
2018-06-04language update (#13031)Stefan Giehl
2018-05-29Added feature to optionally disable Schedule old data deletion feature (#13004)Thomas Steur
* Added feature to optionally disable Schedule old data deletion feature * Update screenshot
2018-05-24language update (#12982)Stefan Giehl
2018-05-23Ensure consistent ordering in test output for travis-ci & local environments ↵diosmosis
(#12957) * Ensure ordering across OSes in Filesystem::globr(). * Fix ordering of FileSystemTest. * Fix RawLogDaoTest. * In ReportsProvider if two reports have the same category/subcategory, compare IDs. * Fix two issues in WidgetMetadata sort: check for empty subcategory was wrong + if both subcategories missing, compare widget IDs + if subcategories equal, compare widgetIDs. * Updating consistently ordered test results. * Update more screenshots.
2018-05-22make sendContentAsDownload method reusable (#12952)Thomas Steur
2018-05-22Adds message about data retention on gdpr overview (#12878)Stefan Giehl
* Adds message about data retention on gdpr overview * Adds additional information about gdpr relevant data retention * replace log data with raw data * review adjustments * adds ui test * review adjustments * update UI files
2018-05-20Improve and split tests (#12822)Stefan Giehl
* Speed up some tests by not using IntegrationTestCase * fix test * split system tests into plugin & core * adjust travis submodule * Move Annotations system test to plugin * Move Transitions system test to plugin * fix tests * move PurgeDataTest to PrivacyManager plugin * Move some tests to Goal plugin * fix test * submodule update * Move tests to ecommerce plugin * adds a caching to prevent some duplicate api calls
2018-05-15Add new method to detect if root request is an API request (#12913)Thomas Steur
* Add new method to detect if root request is an API request * Update CHANGELOG.md * add docs
2018-05-14language update (#12912)Stefan Giehl
2018-05-11fix testssgiehl
2018-05-08update UI filessgiehl
2018-05-08updates device-detector (#12851)Stefan Giehl
* updates device-detector * update test file * submodule update * update test files * update UI file * update piwik.js files
2018-05-08Tweak the text of both pseudo anonymize user id sections in the privacy ↵diosmosis
page. (#12856)
2018-05-08Use extra salt stored in database for userid anonymization (#12844)Stefan Giehl
* Use salt stored in database for userid anonymization * use update script + small review changes * fix tests * don't hash if salt is empty
2018-05-07updates UI filessgiehl
2018-05-07fix typos and style issues in GDPR Overview (#12833)Lukas Winkler
* fix typos and style issues in GDPR Overview many thanks to https://forum.matomo.org/u/JackZelig * fix typo * " then you may not be concerned by the GDPR for Matomo"
2018-05-07Correctly name and describe userid pseudonymization feature. (#12838)diosmosis
* Correctly name and describe userid pseudonymization feature. * Matomo
2018-05-03Show city / country in visitor details (#12534)Stefan Giehl
* Show city or country in visitor details * update UI files * Show country flag and location only if not unknown * hide flag icon in icon list * update UI files
2018-05-01Lower limit from 500 to 400 when searching for visits (#12803)Thomas Steur
2018-04-30language update (#12793)Stefan Giehl
2018-04-24update UI filessgiehl
2018-04-24GDPR + Add a couple of new platform features especially around validating ↵Thomas Steur
settings (#12558) * add a couple of new platform features especially around validating settings * more validators and other tweaks * few tweaks * allow plugins to add header script in JS tests * some work on gdpr * remove email feature * menu update * add date tooltip * make sure privacy has its own icon * added some text * add opt out info * better titles * add some information about webserver logs * add log import notice * give angular some time to render * show border around iframe * make sure to place a notification in modal dialog if needed * when opening a modal, make sure the top part is visible * disable newsletter sign up by default * command line tool to anonymize and remove previously tracked raw data * implement some basic consent features into piwik.js * minor tweak * schedule entries to anonymize data in past * let users anonymize historical data * better overview * better naming * explain consent tracking * add legitimate interest * new menu structure for privacy * use a proper db table for scheduled anonymizations * add some tracker tests * some tests and fixes * couple of fixes and tests * starting to add some UI tests * more tweaks * add missing file * fix jslint * have the field full width * more tweaks * create directory if needed * various fixes * fix some tests * make sure keys will be always returned in same order * more fixes * fix some tests * apply feedback from review * fix some tests * this might fix mysqli tests * fix some tests * trying to fix mysqli tests * fix system test * fix comment * remove some duplicated code * update method name * trigger event when logs need to be deleted * add possibility to anonymize userId and orderId * trigger event in tracking code page * expire consent in hours * post another event * update wording for privacy GDPR * fix various ui tests * fix some tests * trying to fix ui tests * trigger another test run * fix system test * fix some ui tests * show a table of contents on tracking code page, fix title, add mobile apps and API * fix ui test * 3.5.0-b2 update * Re-generate piwik.js * fix job status and selector style * make sure to include only sites with admin access * some tweaks * fix some ui tests * fix some ui tests * fix test