Commit Graph

4552 Commits

Author SHA1 Message Date
Max Beer
83af7fa18a respect www subdomain when fetching website favicon 2024-11-26 13:20:48 +01:00
Mike Cao
1c377bcdc3 Removed zen styles. 2024-11-25 14:11:17 -08:00
Mike Cao
6f9beda696 Updated packages. 2024-11-25 14:08:00 -08:00
Francis Cao
b61e14962a fix unknown icon and country render link 2024-11-25 13:46:38 -08:00
Francis Cao
d15bc58a1d Merge branch 'dev' of https://github.com/umami-software/umami into dev 2024-11-25 11:13:46 -08:00
Mike Cao
fccb1ddd9a Upgraded next and prisma. Replaced moment-timezone. 2024-11-22 04:04:13 -08:00
Mike Cao
d76603b5b7
Merge pull request #3061 from umami-software/dev
v2.14.0
2024-11-21 15:56:52 -08:00
Mike Cao
620a838173 Updated dashboard edit. 2024-11-21 15:39:50 -08:00
Mike Cao
bb7e8fdbaf Merge remote-tracking branch 'origin/analytics' into analytics 2024-11-21 13:26:20 -08:00
Mike Cao
7803f72530 Removed team redirect for cloud mode. 2024-11-21 13:26:04 -08:00
Mike Cao
b8a2b071d9 Updated packages. 2024-11-21 05:50:46 -08:00
Mike Cao
9c2bfe8956 Revert to script.js. 2024-11-20 21:20:46 -08:00
Mike Cao
4de884010a Code cleanup. 2024-11-20 21:09:01 -08:00
Caio Carvalho
d99b8227c9 feat: refactor if statements 2024-11-21 00:41:11 -03:00
Mike Cao
6ed660d8a7 Fixed referrer check. Closes #3016. 2024-11-20 15:13:02 -08:00
Mike Cao
cd72fcacf4
Merge pull request #3060 from eremannisto/improve-handling-of-undefined-regions
Use `unknown` label for `undefined` countries
2024-11-20 11:19:21 -08:00
Francis Cao
ec2f5203fe update pinned ui. remove paging if dashboard edited 2024-11-19 11:22:37 -08:00
Ere Männistö
70f919be33 Use unknown label for undefined countries 2024-11-19 10:30:11 +02:00
Mike Cao
27295380b7 Updated packages. 2024-11-18 13:54:28 -08:00
Mike Cao
03b2ca4526 Merge branch 'master' into dev
# Conflicts:
#	yarn.lock
2024-11-18 13:51:30 -08:00
Mike Cao
fb0ff247a8 Fixed headers. 2024-11-18 13:40:32 -08:00
Mike Cao
8dc4ffe1a5
Merge pull request #3049 from chelsey-g/dash-inactive
adds the ability to remove websites from the dashboard
2024-11-18 13:31:59 -08:00
Mike Cao
65d09a57d1
Merge branch 'dev' into dash-inactive 2024-11-18 13:31:30 -08:00
Mike Cao
964632fe76
Merge pull request #3024 from ZerGo0/master
fix: added underscore support
2024-11-18 13:30:20 -08:00
Mike Cao
0d561eb231
Merge pull request #3043 from chelsey-g/team-cookie
redirects to last selected team on login
2024-11-18 13:27:28 -08:00
Mike Cao
327b2c81cf
Merge pull request #3046 from michaelpayne02/master
add Cache-Control headers to tracking script
2024-11-18 13:26:03 -08:00
Mike Cao
e32d2b988c
Merge branch 'dev' into master 2024-11-18 13:25:55 -08:00
Mike Cao
22c892489f
Merge pull request #3053 from mooxl/respect-filter-in-usewebsitemetric
fix: respect filter in TableView
2024-11-18 13:21:58 -08:00
Mike Cao
884f197a4b
Merge pull request #3055 from mooxl/add-zindex-to-dropdown-menu
fix: add z-index to dropdown menu
2024-11-18 13:21:16 -08:00
Mike Cao
bebe15d649
Merge pull request #3057 from chelsey-g/load-all-websites-edit
fix: loads all websites in order to edit them
2024-11-18 13:20:42 -08:00
Mike Cao
d324305d69
Merge pull request #3059 from umami-software/dependabot/npm_and_yarn/rollup-3.29.5
Bump rollup from 3.29.4 to 3.29.5
2024-11-18 13:20:27 -08:00
dependabot[bot]
613143b500
Bump rollup from 3.29.4 to 3.29.5
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.29.4...v3.29.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 21:14:39 +00:00
Mike Cao
986dd2eb26
Merge pull request #3058 from umami-software/dependabot/npm_and_yarn/cross-spawn-7.0.5
Bump cross-spawn from 7.0.3 to 7.0.5
2024-11-18 13:13:42 -08:00
dependabot[bot]
4e48adac75
Bump cross-spawn from 7.0.3 to 7.0.5
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 17:33:54 +00:00
Max Schmidt
6d6a3d409d add z-index
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2024-11-17 16:57:13 +01:00
Max Schmidt
7e6e79c195 cleanup
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2024-11-16 14:05:02 +01:00
Max Schmidt
8b676c6370 respect expanded view
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2024-11-16 13:56:58 +01:00
Max Schmidt
3decad5198 use params
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2024-11-16 13:26:42 +01:00
chelsey-g
8d63d23c16 loads all websites in order to edit them 2024-11-15 16:41:20 -05:00
Mike Cao
1a5ae45c58 Updated packages. 2024-11-11 23:18:55 -08:00
chelsey-g
c50b0c9d42 updated localStorage to next-basics 2024-11-11 16:21:02 -05:00
chelsey-g
ac302c9a96 replaces cookies with localStorage 2024-11-11 15:10:07 -05:00
chelsey-g
65c4627900 add active website tracking with pin icon 2024-11-11 13:29:32 -05:00
Mike Cao
fe98d6ccb8 Updated lang files. 2024-11-08 19:56:33 -08:00
Mike Cao
1c988769e1 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2024-11-08 19:55:55 -08:00
Mike Cao
378ba451a9 Updated tracker docker script. 2024-11-08 19:55:51 -08:00
Michael Payne
88b0e62d0b add Cache-Control headers to tracking script 2024-11-08 18:02:25 -06:00
Mike Cao
f84d89614a
Merge pull request #3035 from tudormarze/fix/mysql-myisam
Set engine to InnoDB for MySQL
2024-11-07 22:04:47 -08:00
Mike Cao
a0780d6fab
Merge pull request #3036 from tudormarze/fix/translations-ro
Update translations for ro-RO
2024-11-07 22:04:02 -08:00
Mike Cao
b81f36848b
Merge pull request #3042 from SigmazZ/patch-1
Update fr-FR.json
2024-11-07 22:00:18 -08:00