Commit graph

533 commits

Author SHA1 Message Date
Mike Cao
31f9b17942
Merge branch 'dev' into feature/table-view-events 2025-07-13 22:03:52 -07:00
Bas Broekhuizen
23120ec011 Replace loading text with icon 2025-07-09 09:10:02 +02:00
Bas Broekhuizen
0c78e31300 Add table view as alternative to donut chart for event properties 2025-07-08 10:17:18 +02:00
Mike Cao
b2a6e3f842
Merge pull request #3505 from eoussama/master
Added optional website ID for creation
2025-07-07 22:58:16 -07:00
eoussama
b73a67915d Added optional website ID for creation 2025-07-06 21:18:04 +01:00
Francis Cao
a753809a74 Merge branch 'dev' of https://github.com/umami-software/umami into feat/add-segments 2025-06-26 09:12:51 -07:00
Francis Cao
657ae8ebdb udpate constants and references to filter groups 2025-06-24 11:09:36 -07:00
Francis Cao
5ffafc71fc finish segments, update migration from filters to parameters 2025-06-20 10:27:57 -07:00
Mike Cao
acc323dbc9
Merge pull request #3469 from KrakenWagen/create_session_slow
improv: Improved performance of send
2025-06-18 14:29:03 -07:00
Francis Cao
8408bbd25c add api routes for segments 2025-06-17 10:08:08 -07:00
Francis Cao
f61421b742 segments implementation and migration update. update getRequestFilters to include filter groups. 2025-06-13 07:34:54 -07:00
Francis Cao
1ccc8a1a86 Merge branch 'dev' of https://github.com/umami-software/umami into feat/add-segments 2025-06-11 06:46:31 -07:00
Felix Bernal
3a119acd10 improv: Improved performance of send due to slow session creation retrieving session every time. 2025-06-09 14:42:16 +02:00
Francis Cao
1840b8b419 segment migration and support 2025-06-04 08:47:42 -07:00
Eritque arcus
33110a44ec
fix: fix remove trailing slash regex 2025-05-22 00:24:48 -05:00
Eritque arcus
8d483d9283
fix: hash is not included in record 2025-05-22 00:19:50 -05:00
Mike Cao
3f1ecf4c1b Fixed identify. Closes #3409 2025-05-09 16:54:49 -07:00
Francis Cao
f522db44f9 add distinct ID to session info, add logic for /undefined 2025-04-29 15:26:08 -07:00
Francis Cao
de54290af6 add distinct id to saves and fix schema mapping 2025-04-29 09:31:46 -07:00
Francis Cao
c5efc27c07 distinct_id schema changes and search on sessions page 2025-04-29 08:57:58 -07:00
Mike Cao
d44be466d8 Changed session id generation. 2025-04-25 21:48:59 -07:00
Mike Cao
d4b786380b Events filtering. Closes #3356 2025-04-25 18:06:41 -07:00
Mike Cao
ffa8d8dd88 Merge remote-tracking branch 'origin/dev' into dev 2025-04-25 03:20:00 -07:00
Mike Cao
e8a933f80e Updated id logic. 2025-04-25 03:19:37 -07:00
Francis Cao
f659450f99 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2025-04-24 22:42:44 -07:00
Francis Cao
12b8ac4272 app and db schema - region rename, hostname move 2025-04-24 22:42:33 -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
48f5465334 Removed version endpoint. 2025-04-23 16:40:14 -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
2c4c99f069 Updated report icon. Removed failing test. 2025-04-14 14:43:16 -07:00
Francis Cao
7ffb3f7b52 update send and saveEvent with utm/clickIds 2025-04-13 21:45:26 -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
Francis Cao
e1a5a610bb update role to optional for user update 2025-04-11 07:30:21 -07: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
33c5a0f7e9
Merge pull request #3338 from astappiev/fix-batch
fix: move isbot check after body parsing
2025-03-31 20:23:13 -05:00
Oleh Astappiev
eafd08b4ee
fix: move isbot check after body parsing 2025-03-31 22:56:52 +02:00
perso182
2c80aa0b24 Use props passed to identify to define session 2025-03-28 11:02:56 +01:00
Mike Cao
501d7aba5f
Merge pull request #3305 from harryo/bugfix/fix_key
Fix key in SessionActivity
2025-03-24 20:16:20 -07:00
Mike Cao
6a6b9df36a
Merge pull request #3304 from harryo/bugfix/localized
Bugfix/localized
2025-03-24 20:15:17 -07:00
Francis Cao
64dcc5af80 add attribution report params 2025-03-20 09:09:28 -07:00
Francis Cao
203e782530 Create attribution report template and parameters 2025-03-18 10:00:23 -07: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
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
97c687ff05 Fixed group referrers count. Closes #3257 2025-03-07 20:29:31 -08:00