dizzy

Results 155 issues of dizzy

### Description: Refs https://github.com/matomo-org/matomo/issues/16363 ### Review * [ ] [Functional review done](https://developer.matomo.org/guides/pull-request-reviews#functional-review-done) * [ ] [Potential edge cases thought about](https://developer.matomo.org/guides/pull-request-reviews#potential-edge-cases-thought-about) (behavior of the code with strange input, with strange internal...

Migrate-to-5.x

On some systems it's not possible to use shell_exec()/exec() to start the import. We can provide an alternative by providing a way to initialize imports via API methods. This would...

It can be added, possibly, there's a metric ga:avgPageLoadTime which can be used, but it's non-trivial to use it, since Matomo calculates avg_page_load_time by adding all the other averaged page...

In this case we should detect the error and abort early w/ a useful error.

This seems to only happen if requests cannot be made to the GA API and it just keeps trying in a loop.

If a user imports a range, then reimports dates outside of that range, there is a danger they may invalidate/re-archive those dates and lose GA data permanently. The workflow for...

Since it's too hard to predict exactly how GA will behave in every circumstance, it would be better recover in face of most errors. We can do this by storing...

Since the report purging feature will just delete old reports, we don't need to import them. And we should let users know so they aren't surprised.

The opt-out form can include external stylesheets, which we should support proxying in the matomo-proxy.php endpoint (along w/ images). There is a simple workaround, however, so this isn't too high...

If multiple LDAP servers are used and one is out of sync w/ the other, it can create some hard to diagnose problems. A command that checks which servers are...

enhancement