Commit Graph
4776 Commits
Author SHA1 Message Date
Mike CaoandGitHub 5d01d778aa Merge pull request #3322 from umami-software/dependabot/npm_and_yarn/next-15.2.3
Bump next from 15.0.4 to 15.2.3
2025-03-24 20:17:44 -07:00
Mike CaoandGitHub 501d7aba5f Merge pull request #3305 from harryo/bugfix/fix_key
Fix key in SessionActivity
2025-03-24 20:16:20 -07:00
Mike CaoandGitHub 6a6b9df36a Merge pull request #3304 from harryo/bugfix/localized
Bugfix/localized
2025-03-24 20:15:17 -07:00
dependabot[bot]andGitHub 4888ecbcee Bump next from 15.0.4 to 15.2.3
Bumps [next](https://github.com/vercel/next.js) from 15.0.4 to 15.2.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.4...v15.2.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21 16:00:37 +00:00
Mike Cao e7163c4e7e Updated channel logic. 2025-03-13 13:38:08 -07:00
Harry Oosterveen 32d44e6c65 Fix key in SessionActivity
There is no eventId
2025-03-12 20:50:32 +01:00
Harry Oosterveen fa15a470fd Localized date and time in charts 2025-03-12 20:49:12 +01:00
Harry Oosterveen 1aa213d342 Localized time in SessionActivity 2025-03-12 20:49:12 +01:00
Francis Cao a407ff4693 add api-testing to cypress tests 2025-03-12 10:32:54 -07:00
Mike Cao 38ab685143 Merge branch 'dev' 2025-03-07 21:46:44 -08:00
Mike Cao abde966647 Fixed wrong country lookup. 2025-03-07 21:41:02 -08:00
Mike CaoandGitHub 36c4645e5b Merge pull request #3294 from umami-software/analytics
v2.17.0
2025-03-07 21:23:42 -08:00
Mike Cao 97c687ff05 Fixed group referrers count. Closes #3257 2025-03-07 20:29:31 -08:00
Mike Cao 833de1a1af Added decoding to URL elements. 2025-03-07 18:42:15 -08:00
Mike Cao 1b21f264b0 Added more paid ad params. Closes #3270 2025-03-07 13:37:19 -08:00
Francis Cao 3c1ea69a39 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2025-03-07 13:06:47 -08:00
Francis Cao b1901c7278 update cypress tests, update zod validation error messaging to UI 2025-03-07 13:06:38 -08:00
Mike CaoandGitHub 21a1487735 Merge pull request #3292 from Maxime-J/journey-report-fix
Fix journey report
2025-03-06 14:47:11 -08:00
Maxime-J 51f2a1c431 Make journey report steps optional 2025-03-06 15:41:27 +01:00
Francis Cao 72ac97c5d9 fix unique key prop error on forms 2025-03-03 12:24:54 -08:00
Mike Cao cfc3662c29 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2025-03-01 20:28:08 -08:00
Mike Cao c52774c787 Bump version 2.17.0. 2025-03-01 20:27:31 -08:00
Mike Cao cb7eef200c Added check for do not track to tracker. 2025-03-01 17:18:46 -08:00
Mike Cao 925c756215 Updated salt methods. 2025-03-01 16:29:35 -08:00
Mike CaoandGitHub 0a5a79e046 Merge pull request #3157 from DavidVentura/allowCreatedDate
Allow populating event's createdAt on the send endpoint
2025-03-01 15:22:56 -08:00
Mike CaoandGitHub f3ad9a3146 Merge branch 'dev' into allowCreatedDate 2025-03-01 15:21:06 -08:00
Mike Cao 65f18d12ab Added timestamp property to payload. 2025-03-01 14:40:37 -08:00
David Ventura 30b28793cf Allow populating event's createdAt on the send endpoint 2025-03-01 12:04:16 +01:00
Mike Cao 9a87442870 Added SKIP_DB_MIGRATION var. 2025-02-28 21:04:53 -08:00
Mike Cao 05db1a8ba2 Removed css rule. Fixes #3272 2025-02-28 17:37:56 -08:00
Mike Cao a8835f385e Refactored batch route. 2025-02-28 16:58:57 -08:00
Mike CaoandGitHub 3f00d88668 Merge pull request #3282 from LouisVallat/dev
add CORS headers to any value of COLLECT_API_ENDPOINT in addition to /api/* endpoints
2025-02-28 15:24:28 -08:00
Louis Vallat 0d153a27dc feat: add CORS headers to any value of COLLECT_API_ENDPOINT in addition to /api/* endpoints
Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
2025-03-01 00:01:53 +01:00
Mike CaoandGitHub bf9a069aa0 Merge pull request #3274 from harryo/master
Fix duplicate key errors
2025-02-28 14:13:11 -08:00
Mike CaoandGitHub f166a01b2a Merge pull request #3275 from zeroCoder1/master
Enhance Batch Processing by Reusing Existing Event Handling Logic
2025-02-28 13:59:37 -08:00
Mike CaoandGitHub 75009f7e76 Merge pull request #3278 from harryo/bugfix/error-with-referrer
Fix https://github.com/umami-software/umami/issues/3255
2025-02-28 13:56:54 -08:00
Harry Oosterveen 4c45285010 Fix https://github.com/umami-software/umami/issues/3255 2025-02-27 14:47:46 +01:00
ShruteshandGitHub 796f6d448c Update batch.ts 2025-02-26 11:49:33 +05:30
Harry Oosterveen 4e307ba985 Add keys for RealTime Session events 2025-02-25 13:17:53 +01:00
Harry Oosterveen bdeaa9e5c6 Fix duplicate key errors 2025-02-25 12:33:02 +01:00
Mike Cao 75b0b2e677 Make user id optional. 2025-02-22 08:09:01 -08:00
Mike CaoandGitHub 2e84fc62b1 Merge pull request #3253 from umami-software/analytics
v2.16.1
2025-02-21 20:50:02 -08:00
Mike Cao a7ded80fb2 Fixed channels query. Closes #3245 2025-02-21 18:33:42 -08:00
Mike Cao 0aad3d8e05 Lookup location for payload IPs. Removed hostname from session id. 2025-02-21 18:11:52 -08:00
Mike Cao e060f2b240 Merge branch 'master' into dev 2025-02-21 17:50:03 -08:00
Mike CaoandGitHub 18d28f4dfc Merge pull request #3252 from Rikthepixel/master
Add `-d` flag to update commands to reflect docker install instructions
2025-02-21 17:49:48 -08:00
Mike Cao dc084b78a8 Fixed user create. 2025-02-21 17:47:59 -08:00
Mike Cao 4d0bd03b43 Updated language files. 2025-02-21 17:47:39 -08:00
RikThePixel 0a92f987ee docs(docker): Add -d flag to update commands to reflect docker install instructions 2025-02-22 00:59:43 +01:00
Mike CaoandGitHub 4d698db550 Merge pull request #3246 from zcraber/remove-version
♻️ refactor(docker): remove versioning in docker compose file
2025-02-21 08:32:27 -08:00