analytics/lib/plausible_web
Karl-Aksel Puulmann bd11b4cf67
APIv2: Standard iso8601 timestamps, operate on UTC (#4563)
* query.date_range is now in UTC instead of user timezone

This simplifies things down the line and fixes several bugs where
query.date_range is cast to naivedatetime for ecto purposes

Many places still remain broken:
- comparison queries
- `to_date_range` calls

* Make default_for_date_range not care about time zones

* Make timezone parameter mandatory for to_date_range

* Simplify utc_date_range, update legacy query builder

* Fix more cases where query date range is needed

* query.date_range -> query.utc_time_range

* Query.date_range/1 function

* ensure_include_imported update

* Clean up send_email_report
2024-09-11 09:21:59 +03:00
..
components Replace native tooltips with simplified, generic component (#4528) 2024-09-05 12:18:16 +02:00
controllers APIv2: Standard iso8601 timestamps, operate on UTC (#4563) 2024-09-11 09:21:59 +03:00
live Verification: Add super-admin report displaying diagnostics (#4554) 2024-09-09 10:49:29 +02:00
mjml APIv2: Standard iso8601 timestamps, operate on UTC (#4563) 2024-09-11 09:21:59 +03:00
plugins/api Edit goals with display names (#4415) 2024-08-09 11:12:00 +02:00
plugs Redirect to login on expired legacy session (#4523) 2024-09-03 21:48:05 +02:00
templates Adapt site_setup_success email for CE (#4496) 2024-09-03 14:50:08 +02:00
two_factor Implement UI for 2FA setup and verification (#3541) 2023-12-06 12:01:19 +01:00
views Fix HTML-in-JSON in ErrorView (#4500) 2024-09-03 13:35:07 +02:00
captcha.ex Include tests for Captcha success/failure scenarios (#2344) 2022-10-17 08:16:59 -03:00
email.ex Onboarding improvements (#4459) 2024-09-02 12:49:54 +02:00
endpoint.ex Auto HTTPS in CE (#4491) 2024-09-10 14:15:43 +02:00
flows.ex Onboarding improvements (#4459) 2024-09-02 12:49:54 +02:00
refinspector.ex Store referrers from android apps (#3715) 2024-03-21 17:45:34 +02:00
remote_ip.ex Unify default pricing currency selection (#4221) 2024-06-14 14:49:22 +02:00
router.ex Disguise dogfooding LV URLs (#4529) 2024-09-04 11:36:00 +02:00
user_auth.ex Implement token-based sessions (#4463) 2024-09-03 11:34:37 +02:00