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/core/Db
AgeCommit message (Expand)Author
2022-02-23[Performance]Cache whether a DB supports transaction level (#18691)Peter Zhang
2022-02-03Merge branch 'next_release' into 4.x-devsgiehl
2022-02-03Make unique index compatible with database without long key support (#18723)Stefan Giehl
2022-01-31[Dev 2431] Enrich log_visit table index by a third column (#18636)Jason Morton
2021-12-22Show a summary of new features (#18065)Ben Burgess
2021-09-24add mysql row format dynamic option (#18002)Peter Zhang
2021-09-22removed Mssql and pgsql (#18042)Peter Zhang
2021-08-12avoid large amounts of notifications being added to the session (#17736)dizzy
2021-08-10Fixing some test failures (#17852)dizzy
2021-07-19More helpful messages on db connection failures (#17789)Justin Velluppillai
2021-07-15use backticks since we can potentially insert batch into the option table (#1...dizzy
2021-05-11detect brute force login attempts from different ip addresses (#17503)dizzy
2020-12-08Avoid inserting duplicates in invalidation table to reduce IO. (#16843)4.0.5-b1diosmosis
2020-12-07Fix ArgumentCountError: mysqli_stmt::bind_param() does not accept unknown nam...Thomas Steur
2020-11-27Adjust archive_invalidations index (#16826)Stefan Giehl
2020-11-12Better detect failed archiving jobs. (#16701)4.0.0-rc3diosmosis
2020-10-01Optimise Matomo 4 updates (#16490)Thomas Steur
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-02SQL type FLOAT should not be used for economical data (#15994)Thomas Steur
2020-05-17Use utf8mb4 character set if possible (#15618)Stefan Giehl
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-05-11Fix notice "Trying to access array offset on value of type int" in WP (#15935)Thomas Steur
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-23Remove user alias from DB (#15714)Thomas Steur
2020-03-18App specific token_auths (#15410)Thomas Steur
2020-02-25Fix event value is truncated (#15408)Thomas Steur
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Removes some more unneeded code (#15395)Stefan Giehl
2019-12-31Revert "Revert prevent race condition in plugin settings #15249 (#15325)" (#1...Thomas Steur
2019-12-30Revert prevent race condition in plugin settings #15249 (#15325)Thomas Steur
2019-12-23Prevent race conditions when updating plugin settings (#15249)Kate Butler
2019-12-17Fix mysql table name too long while archiving a segment (#15276)Thomas Steur
2019-10-10Smaller varchar size for log_action.name (#14859)Thomas Steur
2019-10-01Catch error if tx_isolation is not available (#14924)Thomas Steur
2019-09-30Fix transaction level capability check (#14920)diosmosis
2019-09-19better handling of setting transaction level (#14899)Thomas Steur
2019-09-11Use "if not exists" when trying to create table (#14886)Thomas Steur
2019-09-03change mysql column type for new installs for log_action.name and log_convers...Thomas Steur
2019-09-03Batch up records for insert in ArchiveWriter (#14838)Kate Butler
2019-08-25Make sure to include instanceId in batchInsert (#14789)Thomas Steur
2019-07-29Move queued tracking lock implementation to core for other uses. (#14686)diosmosis
2019-07-11New goal type to match one goal type in GA (#14508)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-26Fix error number is detected wrongly in tracker mode (#14571)Thomas Steur
2018-12-10Lock down accounts by IP after N failed attemps at logging in (#13472)Thomas Steur
2018-12-06 Report tracking into wrong Site ID and missing token auth (#13493)Thomas Steur
2018-12-03Implement Two Factor Authentication (#13670)Thomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur