Commit graph

4833 commits

Author SHA1 Message Date
Mike Cao
340cdce1dc Dockerfile tweaks. 2025-04-24 19:23:10 -07:00
Mike Cao
0fd2d09dba
Merge pull request #3334 from perso182/props-in-session-definition
Use the props passed to identify to determine sessions
2025-04-24 19:22:24 -07:00
Mike Cao
5dccca0c3f
Merge pull request #3360 from thomasdn/master
Added support for deployment using podman
2025-04-23 16:43:01 -07:00
Mike Cao
48f5465334 Removed version endpoint. 2025-04-23 16:40:14 -07:00
Mike Cao
5be38adf7a Switched to pnpm from yarn. 2025-04-23 16:38:52 -07:00
Mike Cao
466316fb31 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2025-04-22 23:20:24 -07:00
Mike Cao
5cfaffa3ff
Merge pull request #3363 from Maxime-J/docker-rewrites
Replace Docker middleware
2025-04-22 23:18:41 -07:00
Mike Cao
c0ff7a31a4 Updated lang. 2025-04-22 23:09:17 -07:00
Mike Cao
54380dd929
Merge pull request #3364 from Maxime-J/fr-update
Update fr-FR
2025-04-22 23:07:05 -07:00
Mike Cao
48b6dfe72f Fixed realtime activity sort. Closes #3330 2025-04-22 23:01:37 -07:00
Mike Cao
afad255e5b t Merge branch 'dev' of https://github.com/umami-software/umami into dev 2025-04-22 22:20:26 -07:00
Francis Cao
7a0765fb4b add missing import 2025-04-22 07:44:43 -07:00
Mike Cao
b6ba1d4ca8 Fixed auth verify method. Closes #3339 2025-04-21 22:25:40 -07:00
Mike Cao
8d3aad8454 Fixed formatRegion method. Closes #3344 2025-04-21 22:07:38 -07:00
Mike Cao
337a5b6e33 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2025-04-21 21:42:48 -07:00
Maxime-J
8cc0860b64 Update fr-FR 2025-04-21 14:24:21 +02:00
Maxime-J
b88432fcf4 Change Docker handling of custom rewrites 2025-04-21 12:42:36 +02:00
Maxime-J
3b5e1da39e Replace deprecated Docker config 2025-04-21 08:58:35 +02:00
Maxime-J
b542dc265a Remove unnecessary Dockerfile steps 2025-04-21 08:55:51 +02:00
Francis Cao
88d658f72e resolve psql/mysql attribution bugs and optimize queries 2025-04-17 15:23:48 -07:00
thomasdn
bf01817cd4 Fixed typo in README.md 2025-04-17 19:08:25 +02:00
thomasdn
05f0e7ba76 Added support for deployment using podman 2025-04-17 18:36:56 +02:00
Mike Cao
afb8fd3894 Updated Next. 2025-04-16 21:29:47 -07:00
Mike Cao
cffddd2073
Merge pull request #3351 from God-2077/umami
Update zh-CN translations
2025-04-16 13:27:01 -07:00
Francis Cao
e648b4178f udpate oss attribution logic 2025-04-15 10:36:03 -07:00
Mike Cao
b192d90aaf Added missing files. 2025-04-14 14:49:33 -07:00
Mike Cao
2c4c99f069 Updated report icon. Removed failing test. 2025-04-14 14:43:16 -07:00
Francis Cao
e7fc482a30 add mysql/psql migrations for utm/click IDs 2025-04-14 13:12:06 -07:00
Francis Cao
7ffb3f7b52 update send and saveEvent with utm/clickIds 2025-04-13 21:45:26 -07:00
Francis Cao
e51ec70093 fix ch migration script 2025-04-13 18:46:53 -07:00
Francis Cao
3da61989b7 fix sorting on UTM queries, add more ads in case logic 2025-04-13 18:31:59 -07:00
Francis Cao
40ca861c69 Merge branch 'feat/attribution-report' into dev 2025-04-13 18:17:43 -07:00
Francis Cao
b9a2145766 ch attribution report, schema changes, and migration 2025-04-13 18:12:03 -07:00
Mike Cao
65e46a1885
Merge pull request #3350 from Maxime-J/fix-netlify
Fix Netlify and possible other cache issues
2025-04-12 18:48:04 -07:00
Kissablecho
f0c6a9713c
Update zh-CN translations 2025-04-12 23:39:54 +08:00
Maxime-J
edaa30f7b1 Add Cache-Control header to api responses 2025-04-12 15:21:51 +02:00
Francis Cao
e1a5a610bb update role to optional for user update 2025-04-11 07:30:21 -07:00
Mike Cao
2f77e15bbc Bump version v2.18.0. 2025-04-08 08:47:50 -07:00
perso182
d966668257 Added type check for id 2025-04-01 16:56:17 +02:00
perso182
37ae0374d8 Added id as a parameter to identify and include it in the payload. Removed the usage of localstorage 2025-04-01 11:24:06 +02:00
Mike Cao
97b7a14a29 Fix test. 2025-03-31 22:49:34 -05:00
Mike Cao
0ad58ec07c
Merge pull request #3323 from Cibiyanna26/auth-test
Added tests for /lib/charts
2025-03-31 20:25:36 -05:00
Mike Cao
33c5a0f7e9
Merge pull request #3338 from astappiev/fix-batch
fix: move isbot check after body parsing
2025-03-31 20:23:13 -05:00
Mike Cao
a9dbd9a646
Merge pull request #3333 from Maxime-J/dev
Match CORS config in Docker middleware
2025-03-31 20:20:42 -05:00
Oleh Astappiev
eafd08b4ee
fix: move isbot check after body parsing 2025-03-31 22:56:52 +02:00
perso182
224961447c Refactored index.js 2025-03-31 11:04:57 +02:00
perso182
109e8d6d31 Added error handling for JSON.parse 2025-03-31 10:14:31 +02:00
perso182
2c80aa0b24 Use props passed to identify to define session 2025-03-28 11:02:56 +01:00
Maxime-J
7f9f4957d3 Update Docker middleware 2025-03-28 08:58:21 +01:00
Mike Cao
acbcd05190
Merge pull request #3331 from YoSev/fix-dockerCors
fix(docker): add cors support when using a custom endpoint
2025-03-27 21:01:32 -07:00