crbon
39d4c6fc93
feat(route): enhance Open Graph metadata handling for bots
...
- Refactored the GET route to dynamically generate Open Graph and Twitter meta tags based on available link metadata.
- Added support for conditional rendering of meta tags, improving SEO and social media sharing capabilities.
- Ensured that the response includes appropriate meta tags for both Open Graph and Twitter cards, enhancing link previews.
2026-01-22 13:11:59 +10:00
crbon
95074fa38d
fix(components): standardize ExternalLink styling and add copy functionality
...
- Fix inconsistent icon sizes in ExternalLink component by removing hardcoded props.
- Standardize icon alignment using new CSS class.
- Add copy-to-clipboard functionality when clicking the link text.
2026-01-22 00:37:47 +10:00
crbon
2c91d4e68d
feat(link): enhance LinkEditForm with advanced Open Graph fields toggle
...
- Added a toggle for advanced settings in the LinkEditForm to show/hide Open Graph fields (ogTitle, ogDescription, ogImageUrl).
- Updated the form to initialize these fields with default values if available.
- Introduced a new label for the advanced section in the messages file.
This enhancement improves user experience by allowing users to manage Open Graph metadata more efficiently.
2026-01-21 17:25:29 +10:00
crbon
e295fca187
feat(link): add Open Graph fields for enhanced link sharing
...
- Introduced ogTitle, ogDescription, and ogImageUrl fields in the Link model for improved social media previews.
- Updated the database schema to accommodate new Open Graph fields.
- Modified link creation and editing forms to include inputs for Open Graph metadata.
- Enhanced the GET route to serve Open Graph metadata for bots.
This update allows for better customization of shared links, improving their presentation on social media platforms.
2026-01-21 15:24:54 +10:00
crbon
b915f15ed9
feat(analytics): add custom metadata support for shared links
...
- Add custom title field for user-defined link names
- Implement custom OG image URL input for social media previews
- Enable Open Graph metadata customization (description, type, etc.)
- Add link slug/path customization for personalized URLs
- Update link creation form with new metadata fields
- Extend database schema to store custom link properties
- Add validation for OG image URLs and metadata inputs
This allows users to fully customize their shared analytics links with
custom titles, Open Graph images, and other metadata for better social
media presentation and link management.
2026-01-08 14:43:41 +10:00
Mike Cao
860e6390f1
Updated Docker build.
Node.js CI / build (push) Has been cancelled
2025-12-11 20:16:56 -08:00
Mike Cao
9b0d1b092e
Updated worfkflow.
2025-12-11 19:31:36 -08:00
Mike Cao
2a71cc721b
Fixed CI build.
2025-12-11 18:25:23 -08:00
Mike Cao
7bea47d9e8
Bumped version v3.0.3. Updated workflow.
2025-12-11 18:04:10 -08:00
Mike Cao
e9cdabab5a
Upgraded react and next.
2025-12-11 17:58:20 -08:00
Mike Cao
81e27fc18c
Fix formatting for Docker compose instructions
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled
2025-12-04 00:37:13 -08:00
Mike Cao
2b771ff2b4
Merge pull request #3832 from umami-software/dev
...
v3.0.2
2025-12-03 23:54:31 -08:00
Mike Cao
60271779de
Fixed Docker build.
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled
2025-12-03 23:53:22 -08:00
Mike Cao
33e927ed1f
Bump version 3.0.2.
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-12-03 23:01:22 -08:00
Mike Cao
7e42b5b35e
Merge pull request #3827 from umami-software/dependabot/npm_and_yarn/next-15.5.7
...
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Bump next from 15.5.3 to 15.5.7
2025-12-03 21:27:43 -08:00
Mike Cao
2993db14f0
Updated README.
2025-12-03 19:37:51 -08:00
Mike Cao
1483241494
Merge branch 'dev' of https://github.com/umami-software/umami into dev
Create docker images (cloud) / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-12-03 18:39:45 -08:00
Mike Cao
c427c6f547
Fixed replica logic.
2025-12-03 17:05:14 -08:00
Mike Cao
33cb195fd0
Merge remote-tracking branch 'origin/dev' into dev
...
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
# Conflicts:
# package.json
# pnpm-lock.yaml
# src/app/(main)/links/[linkId]/LinkHeader.tsx
# src/app/(main)/pixels/[pixelId]/PixelHeader.tsx
2025-12-03 15:13:50 -08:00
Mike Cao
64767b1896
Updated next. Fixed link RSC fetch.
2025-12-03 15:11:40 -08:00
Francis Cao
be1b787789
Merge branch 'dependabot/npm_and_yarn/next-15.5.7' of https://github.com/umami-software/umami into dev
2025-12-03 15:00:47 -08:00
Francis Cao
dae7327ed3
Fix date range increment function
...
Closes #3828
2025-12-03 14:47:56 -08:00
dependabot[bot]
a06490af74
Bump next from 15.5.3 to 15.5.7
...
Bumps [next](https://github.com/vercel/next.js ) from 15.5.3 to 15.5.7.
- [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.5.3...v15.5.7 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.5.7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 19:53:10 +00:00
Francis Cao
65f657dd23
Revert "prisma schema boards + varchar length increase"
...
Create docker images (cloud) / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
This reverts commit cb034a1371 .
2025-12-03 11:08:54 -08:00
Francis Cao
6b584338e3
fix PageHeader type errors
2025-12-03 11:06:03 -08:00
Mike Cao
41d2a24f9d
Merge branch 'master' into dev
...
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
# Conflicts:
# src/components/common/PageHeader.tsx
# src/components/metrics/ActiveUsers.tsx
2025-12-03 00:17:44 -08:00
Mike Cao
1ae13513d2
Merge branch 'dev' of https://github.com/umami-software/umami into dev
2025-12-03 00:16:22 -08:00
Mike Cao
9a269ab811
Merge pull request #3805 from prince0xdev/feat/mobile-navigation-improvement
...
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Improve mobile navigation: clickable “online” badge & page title
2025-12-03 00:16:16 -08:00
Mike Cao
32aee652a5
Merge pull request #3824 from IndraGunawan/disable-prefetch-view-link
...
fix: disable prefetch for Links view button
2025-12-03 00:14:11 -08:00
Mike Cao
16cae691f6
Don't prefetch links/pixels. Closes #3814
2025-12-03 00:03:56 -08:00
Mike Cao
1390e09400
Merge branch 'dev' of https://github.com/umami-software/umami into dev
2025-12-03 00:01:36 -08:00
Mike Cao
23ff20a10b
Merge pull request #3809 from RaenonX/master
...
Allow `browser` / `os` / `device` override in `payload` & return `cache` from `/api/batch`
2025-12-03 00:01:30 -08:00
Mike Cao
58acee8d25
Merge branch 'dev' of https://github.com/umami-software/umami into dev
2025-12-02 23:32:53 -08:00
Mike Cao
a0940d78a7
Updated packages.
2025-12-02 23:32:44 -08:00
Indra Gunawan
89b985652a
fix: disable prefetch for Links view button
2025-12-03 15:31:54 +08:00
Mike Cao
7b3be59c8d
Merge pull request #3819 from Lokimorty/seed-sample-data
...
feat(dev): add sample data generator script
2025-12-02 23:30:55 -08:00
Mike Cao
b08413ebea
Merge branch 'dev' into seed-sample-data
2025-12-02 23:30:47 -08:00
Francis Cao
f47e1072d9
remove locale code from SharePage
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-12-02 16:10:11 -08:00
Francis Cao
22f1b7d7c9
add theme and locale url parameter options to share page
...
Closes #3754
2025-12-02 15:57:45 -08:00
Francis Cao
b0f38b266b
truncate large legend labels
...
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Closes #3813
2025-12-02 14:44:10 -08:00
Mike Cao
e7cb613cec
Merge remote-tracking branch 'origin/dev' into dev
2025-12-02 13:47:01 -08:00
Mike Cao
170821e2f9
Populate teams on login.
...
Closes #3796
2025-12-02 13:45:49 -08:00
Francis Cao
935517ce3a
add cascading deletes to revenue/segment table
...
Closes #3798
2025-12-02 09:41:46 -08:00
Arthur Sepiol
c481bc5dcc
chore: exclude seed scripts from Docker builds
2025-12-02 20:25:25 +03:00
Arthur Sepiol
b7807ed466
feat(dev): add sample data generator script
...
Adds a CLI tool to generate realistic analytics data for local development and testing.
Creates two demo websites with varying traffic patterns and realistic user behavior distributions.
2025-12-02 13:43:59 +03:00
Mike Cao
f5896f071b
Handle user account redirect.
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-12-01 23:33:57 -08:00
Mike Cao
06251e1317
Merge pull request #3803 from imsyedabdullah/3802-team-to-user-switch
...
Issue#3802 - Team to user switch fixed
2025-12-01 23:15:00 -08:00
Mike Cao
9a2827b50d
Merge pull request #3811 from IndraGunawan/support-uuidv7
...
add support for UUID v7
2025-12-01 23:11:23 -08:00
Mike Cao
b0c1f9041d
Merge pull request #3760 from umami-software/dependabot/npm_and_yarn/js-yaml-3.14.2
...
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Bump js-yaml from 3.14.1 to 3.14.2
2025-12-01 15:25:48 -08:00
Francis Cao
cb034a1371
prisma schema boards + varchar length increase
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-12-01 11:34:43 -08:00