Mike Cao
|
6d1603fa28
|
New share URL form.
|
2025-06-21 01:45:36 -07:00 |
|
Mike Cao
|
543674c7f2
|
Updated hooks. Changed url, host to path, hostname.
|
2025-06-20 22:35:02 -07:00 |
|
Mike Cao
|
8abb470234
|
Merge branch 'dev' into jajaja
|
2025-06-18 21:43:58 -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 |
|
Mike Cao
|
da8c7e99c5
|
Unified loading states.
|
2025-06-13 21:13:11 -07:00 |
|
Mike Cao
|
095d1f2070
|
Updates to Revenue report.
|
2025-06-11 23:12:10 -07:00 |
|
Mike Cao
|
e3cc19638c
|
Breakdown report.
|
2025-06-10 20:59:27 -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 |
|
Mike Cao
|
79ea9974b7
|
Added attribution report page.
|
2025-06-09 00:42:09 -07:00 |
|
Mike Cao
|
0027502707
|
Merge branch 'dev' into jajaja
# Conflicts:
# src/lib/detect.ts
# src/queries/sql/reports/getRevenue.ts
|
2025-06-08 22:26:26 -07:00 |
|
Mike Cao
|
01bd21c5b4
|
Updated reports.
|
2025-06-08 22:21:28 -07:00 |
|
Mike Cao
|
a167c590c5
|
New standalone Journey page.
|
2025-06-06 23:31:30 -07:00 |
|
Mike Cao
|
3847e32f39
|
More work on reports. Added Funnel page.
|
2025-06-05 22:19:35 -07:00 |
|
Mike Cao
|
49bcbfd7f9
|
New goals page. Upgraded prisma.
|
2025-05-31 02:11:18 -07:00 |
|
Mike Cao
|
7662b77ce3
|
Added revenue screen.
|
2025-05-24 17:08:47 -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
|
bce6737f29
|
Added retention screen.
|
2025-05-21 19:19:43 -07:00 |
|
Mike Cao
|
d0d11225f4
|
Converted UTM report to a view.
|
2025-05-20 21:25:06 -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
|
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 |
|
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 |
|
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
|
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
|
b6ba1d4ca8
|
Fixed auth verify method. Closes #3339
|
2025-04-21 22:25:40 -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
|
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 |
|
Francis Cao
|
64dcc5af80
|
add attribution report params
|
2025-03-20 09:09:28 -07:00 |
|
Mike Cao
|
a7dad20d8a
|
Merge branch 'dev' into jajaja
# Conflicts:
# package.json
# pnpm-lock.yaml
|
2025-03-20 01:00:33 -07:00 |
|
Mike Cao
|
e7163c4e7e
|
Updated channel logic.
|
2025-03-13 13:38:08 -07:00 |
|
Mike Cao
|
556cc1b205
|
Updated channel logic.
|
2025-03-13 13:36:54 -07:00 |
|
Francis Cao
|
a407ff4693
|
add api-testing to cypress tests
|
2025-03-12 10:32:54 -07:00 |
|
Mike Cao
|
b331da193f
|
Merge branch 'dev' into jajaja
|
2025-03-08 07:25:40 -08:00 |
|
Mike Cao
|
833de1a1af
|
Added decoding to URL elements.
|
2025-03-07 18:42:15 -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 |
|