Francis Cao
e58131cb72
fix ambiguous query errors. Closes #4176
2026-04-20 11:31:04 -07:00
Francis Cao
0bd5e70df7
Fix build errors, remove active users link on share page.
2026-04-20 08:51:56 -07:00
Mike Cao and GitHub
b3c4b70991
Merge pull request #4126 from Maxime-J/fix-retention
...
Fix incomplete retention report
2026-04-18 21:45:33 -04:00
Mike Cao and GitHub
a4fdd9ad0a
Merge pull request #4153 from IEBqp/turkiye-name-update
...
fix(i18n): update country name from Turkey to Türkiye
2026-04-18 21:42:49 -04:00
Mike Cao and GitHub
de46ef9aab
Merge pull request #4169 from nurlennart/fix/active-users-link
...
fix: restore realtime link on active users indicator
2026-04-18 21:28:50 -04:00
Mike Cao
cc829c8f6f
Replace react-spring with motion, fix breaking changes in react-window/date-fns-tz/pure-rand.
2026-04-18 15:41:25 -07:00
Francis Cao
df29c16c00
fix dropdown maxheight
2026-04-18 10:30:31 -07:00
Mike Cao
b822374faa
Updated major packages.
2026-04-17 15:57:38 -07:00
Mike Cao
17c5c14f9f
Updated outdated packages.
2026-04-17 15:32:22 -07:00
Francis Cao
8d1a62fb7b
getValues performance fix for relational
2026-04-17 11:24:57 -07:00
nurlennart
c1395aafb4
fix: restore realtime link on active users indicator
2026-04-17 08:49:57 +02:00
Mike Cao and GitHub
c78ff36db0
Merge pull request #4162 from umami-software/dev
...
v3.1.0
2026-04-16 18:57:37 -04:00
Mike Cao and GitHub
f15547e92b
Merge pull request #4147 from lawrence3699/fix/postgres-implicit-alias-syntax-error
...
fix: add explicit AS for column alias in session and event queries (Postgres syntax error)
2026-04-16 15:44:38 -04:00
Mike Cao and GitHub
b16b30ca9f
Merge branch 'dev' into fix/postgres-implicit-alias-syntax-error
2026-04-16 15:44:26 -04:00
Mike Cao and GitHub
6ae3ed5b19
Merge pull request #4158 from Mravuri96/patch-1
...
Update build-docker script to include recorder
2026-04-16 15:41:41 -04:00
Mahesh Ravuri and GitHub
c80f9f0aa2
Update build-docker script to include recorder
2026-04-16 06:18:32 -07:00
Mike Cao
8b04be48de
Revert next config.
2026-04-15 22:02:48 -07:00
Mike Cao
5f314b9a95
Merge branch 'dev' of https://github.com/umami-software/umami into dev
2026-04-15 21:04:24 -07:00
Mike Cao
002a50ce8b
Changed output for Vercel.
2026-04-15 21:04:05 -07:00
Francis Cao
ea8ebb1a54
update RRWebplayer config to fix seek issues and warning suppression
2026-04-15 20:17:50 -07:00
Mike Cao
80fee9f321
fix blank screen by using router.replace instead of redirect in useEffect
2026-04-15 20:04:30 -07:00
Francis Cao
66a5881fde
fix sessionreplay seek issues
2026-04-15 19:56:50 -07:00
Mike Cao
7b8403c0cc
Updated nextjs. Changed middleware to proxy.
2026-04-15 18:25:14 -07:00
Francis Cao
137fd6fd5c
fix ambiguoius session_id errors
2026-04-15 15:12:02 -07:00
Francis Cao
9d477b25b4
Fix share page permissions
2026-04-15 14:55:28 -07:00
Mike Cao
f41c0221c4
fix docker prisma migrate and remove stray query log
2026-04-15 14:22:04 -07:00
Mike Cao
1b6fc1bd51
Use local Link wrapper with cloud-mode prefetch default
2026-04-15 11:21:49 -07:00
Francis Cao
0b4d8040b7
Merge branch 'analytics' of https://github.com/umami-software/umami into dev
2026-04-15 11:03:19 -07:00
Francis Cao
28cfcd0c80
disable active link
2026-04-15 11:02:46 -07:00
Francis Cao
17a31820fa
fix filters persisting across website change
2026-04-15 10:55:30 -07:00
Francis Cao
04eb4b675e
3.1 relational bug fixes
2026-04-15 10:31:21 -07:00
Francis Cao
b7f51b3b01
clean-up stylelint dependencies. using biome
2026-04-14 09:42:54 -07:00
Francis Cao
d116cf2b1f
fix boards migration drift
2026-04-14 09:27:07 -07:00
Francis Cao
a87d899e17
fix sharetoken permissions on mixed boards
2026-04-13 11:32:47 -07:00
Francis Cao
5e6f88f123
fix board share permissions
2026-04-13 11:15:28 -07:00
IEBqp
16f79a494a
fix(i18n): update country name from Turkey to Türkiye
...
- Updates the English locale to reflect the official 2022 ISO 3166-1 name change.
- Uses the \u00fc Unicode escape sequence to ensure safe rendering.
2026-04-13 13:45:00 +03:00
Francis Cao
3a31ad35b0
revert tracker double init logic
2026-04-11 10:48:22 -07:00
lawrence3699
3f44ec7b7d
fix: add explicit AS keyword for PostgreSQL column alias in session and event queries
...
The session and event expanded metrics queries use implicit column
aliasing (`${column} name`) which causes a PostgreSQL syntax error
when the column name (like `os`) is followed by `name` without `AS`.
PostgreSQL parses `os name` ambiguously and fails with:
syntax error at or near "name"
The sibling file getPageviewExpandedMetrics.ts already uses the correct
`${column} as name` pattern. This applies the same fix to the session
and event queries.
Fixes #3970
2026-04-10 11:46:53 +10:00
Francis Cao
18a6c2995a
move multiple init guard to be per website ID not window
2026-04-08 10:45:32 -07:00
Francis Cao
54d3c43300
Revert "Merge pull request #4048 from AlejandroGispert/fix/3981-login-email-case"
...
This reverts commit b6341596bf , reversing
changes made to 07356323c1 .
2026-04-07 11:26:58 -07:00
Francis Cao
6b13b1cc13
Fix catchall nav issue
2026-04-07 10:56:19 -07:00
Mike Cao and GitHub
4ca7d53f81
Merge pull request #3642 from hilja/tracker-fetch-priority-low
...
Set tracker’s fetch call priority to low
2026-04-04 17:13:20 -04:00
Mike Cao and GitHub
f8f86d72aa
Merge branch 'dev' into tracker-fetch-priority-low
2026-04-04 17:12:29 -04:00
Mike Cao
14ab228572
Revert next and next-intl patch updates
2026-04-02 14:03:59 -04:00
Mike Cao and GitHub
b6341596bf
Merge pull request #4048 from AlejandroGispert/fix/3981-login-email-case
...
fix: make signin email case-insensitive
2026-04-01 23:25:56 -04:00
Maxime-J
5f6fc7ee42
Fix incomplete retention report
2026-04-01 22:13:03 +02:00
Mike Cao
07356323c1
Updated packages.
2026-03-31 21:15:12 -04:00
Mike Cao
a24eb91046
Merge branch 'dev' of https://github.com/umami-software/umami into dev
2026-03-31 18:56:00 -04:00
Mike Cao
030f842242
Updated packages.
2026-03-31 18:55:44 -04:00
Francis Cao
edbb291628
fix undefined share params allowing access to pages
2026-03-31 15:15:39 -07:00