analytics
analytics copied to clipboard
Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
Bumps [csv](https://github.com/beatrichartz/csv) from 2.5.0 to 3.2.1. Changelog Sourced from csv's changelog. 3.2.1 (2023-11-26) Correct typespec for decode, reported in #125 by @AntoineAugusti 3.2.0 (2023-09-24) Strict mode: Exception messages of thrown...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.9.1 to 4.4.2. Release notes Sourced from chart.js's releases. v4.4.2 Essential Links npm Migration guide Docs API Samples Bugs Fixed #11685 addListener and removeListener should be only...
### Changes #### Redact search params and fragment from referrer In the referrer URL, the search parameters (following the `?`) and the fragment (following the `#`) might contain personal/sensitive information....
### Changes Assuming Bamboo.Mua is released in v2.1.0-rc.1, this PR will drop Bamboo.SMTPAdapter in v2.1.0-rc.2. Depends on #3654 (merged) ### Tests - [x] Automated tests have been added ### Changelog...
### Changes Continues https://github.com/plausible/analytics/pull/3900#discussion_r1525869674 ### Tests - [x] This PR does not require tests ### Changelog - [ ] Entry has been added to changelog ### Documentation - [x] This...
Continues https://github.com/plausible/analytics/pull/4338 ### Changes This PR continues [the removal of Timex](https://3.basecamp.com/5308029/buckets/29267832/card_tables/cards/7479197128) by updating `Plausible.Timezones` to use stdlib instead of Timex. This includes: - replacing [Timex.Timezone.convert/2](https://hexdocs.pm/timex/Timex.Timezone.html#convert/2) with [DateTime.shift_zone/2](https://hexdocs.pm/elixir/DateTime.html#shift_zone/3) - replacing [Timex.to_datetime/2](https://hexdocs.pm/timex/Timex.html#to_datetime/2)...
### Why my self-hosted plausible was upgraded and stopped sending email and I tracked down that this is the setting that needs to change. I need to set tls to...
### Changes Closes #4269 This PR allows to configure Finch pools which are used by the Plausible HTTP client. Example [configuration](https://github.com/plausible/analytics/pull/3906) to enable proxying: ```elixir import Config if http_proxy =...