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
AgeCommit message (Expand)Author
2019-09-23If session was already started, do not start it again (#14896)Thomas Steur
2019-09-22When loading a template url from a custom plugin directory, prefix the relati...Thomas Steur
2019-09-21No config reload on save (#14824)Thomas Steur
2019-09-20Ensure all plugins are archived when range archiving is triggered by core:arc...Stefan Giehl
2019-09-19Fixed #14662 and fixed decimal separator translation (#14901)MichaelHeerklotz
2019-09-19better handling of setting transaction level (#14899)Thomas Steur
2019-09-18Use correct NotYetInstalledException when Matomo is not yet installed (#14823)Thomas Steur
2019-09-18Provide possibility to force not using a subquery (#14786)Thomas Steur
2019-09-17Allow custom DB adapter in tracker mode (#14876)Thomas Steur
2019-09-17Fix user path was not working as it should (allow placing config file outside...Thomas Steur
2019-09-17Let plugins hook and listen into http requests (#14877)Thomas Steur
2019-09-16Tweak behaviour of orphaned segment archive purge (#14857)Kate Butler
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-09-11Use "if not exists" when trying to create table (#14886)Thomas Steur
2019-09-11Allow configuration of max execution time (#14858)Thomas Steur
2019-09-11Copy visits into temp table non locking (#14788)Thomas Steur
2019-09-05Make it possible to force archiving for custom date ranges (#14856)Stefan Giehl
2019-09-053.12.0-b33.12.0-b3Matthieu Aubry
2019-09-05Makes flushSpools public available (#14854)Stefan Giehl
2019-09-04Minor performance tweak for purge archive for deleted sites (#14843)Thomas Steur
2019-09-04Don't process tracking requests that are older than data purge cutoff (#14831)Kate Butler
2019-09-03Faster raw log data deletion (#14844)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-09-02Make sure to use index on log table when deleting log entries (#14840)Thomas Steur
2019-08-30Update archive status instead of delete and insert (#14816)Thomas Steur
2019-08-29Do tracker request validation/auth before start of processing (#14830)Kate Butler
2019-08-29fix implode argument order (#14825)Lukas Winkler
2019-08-28Try using memory table for segments cache in tests to make tests faster (#14822)Thomas Steur
2019-08-26Send tracking code JS by email (#14569)Kate Butler
2019-08-26Cache parsed device detection info to file (#14751)Kate Butler
2019-08-25Make sure to include instanceId in batchInsert (#14789)Thomas Steur
2019-08-25For DB reader copy charset config from writer (#14803)Thomas Steur
2019-08-243.12.0-b23.12.0-b2Matthieu Aubry
2019-08-22Initialize Auth implementation in CLI commands. (#14797)diosmosis
2019-08-19Return backtrace on exception for cli archiving requests. (#14742)diosmosis
2019-08-16Admin controllers do not call setGeneralVariablesView, so we have to … (#14...diosmosis
2019-08-16Faster segment archiving (#14761)Thomas Steur
2019-08-16delete config cache only after the cache was written (#14754)Thomas Steur
2019-08-16no longer use reader to get archives (#14756)Thomas Steur
2019-08-16Use strict comparison to prevent Cookie Signature Bypass Through PHP Type Con...Matthieu Aubry
2019-08-16Do not record the trace for user input errors (#14771)Thomas Steur
2019-08-16Support tideways profiler (#14777)Thomas Steur
2019-08-13Allow disabling referrer-policy header and use in startOverlaySession since t...diosmosis
2019-08-12Add JS event invoked after a widget is loaded for client side manipulation of...diosmosis
2019-08-07 Handle ranking query others row properly in contents & events archiver. (#14...diosmosis
2019-08-06In case global config is not working, default idle timeout so user can still ...diosmosis
2019-08-06Remove temporary archive concept and just invalidate on tracking. (#14639)diosmosis
2019-08-06Avoid warning from passing 2 args to ucwords() on older PHP versions (#14734)Kate Butler
2019-08-04Support to cache the config file (#14617)Thomas Steur