Commit Graph
572 Commits
Author SHA1 Message Date
Mike Cao d0d11225f4 Converted UTM report to a view. 2025-05-20 21:25:06 -07:00
Mike Cao 06f76dda13 Refactored website components. New layout. 2025-05-20 01:12:07 -07:00
Mike Cao 6e41ba2e2c New website layout. 2025-05-18 03:34:37 -07:00
Mike Cao c5086be6eb Updated column widths. 2025-05-14 15:29:03 -07:00
Mike Cao 1c22c18de5 New menu layout. 2025-05-14 13:31:07 -07:00
Mike Cao 94b4b66a3d Merge branch 'dev' into jajaja
# Conflicts:
#	package.json
#	pnpm-lock.yaml
2025-05-09 21:56:07 -07:00
Mike Cao 3f1ecf4c1b Fixed identify. Closes #3409 2025-05-09 16:54:49 -07:00
Mike Cao 3004c37ccf Updated settings components. 2025-05-07 12:33:53 -07:00
Mike Cao a15c7cd596 Updated tables. Added MenuButton. 2025-05-07 04:10:27 -07:00
Mike Cao 92b283486e Updated menus, chart tooltips, styles. 2025-05-05 01:36:16 -07:00
Mike Cao 0a16ab38e4 Reworked settings screens. 2025-05-03 00:31:37 -07:00
Mike Cao c1d301ffdc Fixed realtime page. 2025-05-02 15:20:20 -07:00
Mike Cao 65ebd736b9 Merged compare logic. Removed compare page. 2025-05-02 12:32:23 -07:00
Mike Cao c0ccffeab4 Merge branch 'dev' into jajaja
# Conflicts:
#	pnpm-lock.yaml
#	postcss.config.js
#	src/app/(main)/websites/[websiteId]/sessions/SessionsDataTable.tsx
#	src/app/(main)/websites/[websiteId]/sessions/[sessionId]/SessionInfo.tsx
2025-05-01 03:31:51 -07:00
Mike Cao 665a60dbc2 Updated session details. 2025-04-30 20:18:36 -07:00
Mike Cao 039dcd96e6 Theme change. Render custom date ranges. 2025-04-30 19:54:24 -07:00
Francis Cao f522db44f9 add distinct ID to session info, add logic for /undefined 2025-04-29 15:26:08 -07:00
Mike Cao 848f8d3ecf Fixed build. Updated packages. 2025-04-29 13:42:36 -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 be1b2fc272 Merge dev. 2025-04-28 20:09: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 52e1440089 Custom date range select. 2025-04-19 10:09:59 -07:00
Mike Cao e79f4717e7 Updated filter params logic. Added inline compare dates. 2025-04-15 15:32:25 -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
Mike Cao bfdd3f9525 New filter bar and filter edit form. 2025-04-09 21:15:12 -07:00
Mike Cao 1d24e23a34 Updated grid layouts. Fixed chart tooltip. 2025-04-06 08:13:55 -07:00
Mike Cao 96c2c32d14 Website header updates. 2025-04-04 23:26:52 -07:00
Mike Cao 2b99274895 Updated filter bar. 2025-04-02 23:18:03 -05:00
Mike Cao 34a8fa100c Updated theme handling. 2025-04-01 22:58:38 -05: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 c71e9b5707 Merge branch 'dev' into jajaja
# Conflicts:
#	package.json
#	yarn.lock
2025-03-31 23:31:09 -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
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