Commit Graph

1924 Commits

Author SHA1 Message Date
Mike Cao 990d76ff45
Update docker server url. 2022-11-03 08:52:47 -07:00
Mike Cao 0d897e957a
Merge pull request #1629 from umami-software/app
v1.39.4
2022-11-01 08:12:09 -07:00
Mike Cao dbe6884016 Bump version v1.39.4. Updated packages, languages. 2022-10-31 20:30:02 -07:00
Mike Cao 1c69577683
Merge pull request #1627 from umami-software/bug/um-92-delete-account
fix account delete bug
2022-10-31 20:05:28 -07:00
Brian Cao 3a617b7bfa fix account delete bug 2022-10-31 18:50:05 -07:00
Mike Cao e558192790
Merge pull request #1617 from umami-software/bug/um-90-owner-not-updating
change owner by id
2022-10-31 10:46:22 -07:00
Brian Cao 572df48667 assign backup 2022-10-31 10:38:37 -07:00
Mike Cao be677cf962
Merge pull request #1611 from RikoDEV/patch-1
Update pl-PL.json
2022-10-30 10:18:57 -07:00
Mike Cao a632ef39b3
Merge pull request #1613 from enricopaulini/master
Update pt-BR
2022-10-30 10:18:28 -07:00
Brian Cao d32d5e75e9 change owner by id 2022-10-29 15:50:29 -07:00
enricopaulini 5d07681ab9 Update pt-BR
Update the messages/pt-BR.json file
2022-10-27 20:18:16 -03:00
RikoDEV bea9870200
Update pl-PL.json 2022-10-27 19:01:36 +02:00
Mike Cao ab4a60f814
Merge pull request #1605 from umami-software/app
v1.39.3
2022-10-26 16:02:00 -07:00
Brian Cao 34791c3f14 bump version 1.39.3 2022-10-26 15:56:37 -07:00
Mike Cao ee8d689cd1
Merge branch 'master' into app 2022-10-26 15:20:08 -07:00
Mike Cao 168a55b73a
Merge pull request #1594 from aidanm1999/feature/2022-10/netlify-nextjs-runtime
Adding the Next.js runtime to Netlify
2022-10-26 15:11:43 -07:00
Brian Cao 18e7462fe8 Merge branch 'dev' into app 2022-10-26 13:09:42 -07:00
Brian Cao a49638b4c7 Merge branch 'feat/um-86-fix-website-update' into dev 2022-10-26 11:38:41 -07:00
Brian Cao 7eb9bf46e1 Merge branch 'feat/um-86-fix-website-update' into app 2022-10-26 11:37:16 -07:00
Brian Cao 1d6f158509 fix id/uuid 2022-10-26 11:36:58 -07:00
Mike Cao 72b4cbf406
Merge branch 'dev' into feature/2022-10/netlify-nextjs-runtime 2022-10-25 22:53:10 -07:00
Mike Cao d05fd2bd3d Refactor redis calls. 2022-10-25 20:17:13 -07:00
Mike Cao aceb904398
v1.39.2 (#1599)
* Fixed issue with realtime page rendering.

* fix auth, add pg extension (#1596)

* Fixed change password issue. API refactoring. Closes #1592.

* Fixed account lookup.

* Fixed issue with accessing user dashboards. Closes #1590

* fix sort on dashboard (#1600)

Co-authored-by: Brian Cao <brian@umami.is>
2022-10-25 16:50:12 -07:00
Brian Cao 7f3db334f5
fix sort on dashboard (#1600) 2022-10-25 16:48:39 -07:00
Mike Cao 8b64ef1a4e Fixed issue with accessing user dashboards. Closes #1590 2022-10-25 15:48:49 -07:00
Mike Cao 46a18f2918 Fixed account lookup. 2022-10-25 11:01:28 -07:00
Mike Cao 2ad5cd9335 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	lib/auth.js
2022-10-25 10:46:32 -07:00
Mike Cao ac070d3ce9 Fixed change password issue. API refactoring. Closes #1592. 2022-10-25 10:45:56 -07:00
Brian Cao ebf439c598
fix auth, add pg extension (#1596) 2022-10-25 10:27:43 -07:00
Mike Cao 994cf950c8 Fixed issue with realtime page rendering. 2022-10-25 09:24:20 -07:00
Aidan Marshall 574dbff07e Adds @netlify/plugin-nextjs package & fixed dashboard link id 2022-10-25 15:01:49 +01:00
Mike Cao 94dc915272
Merge pull request #1582 from umami-software/dev
Fixed share page issue.
2022-10-24 19:50:34 -07:00
Mike Cao 2290be7ca4 Fixed share page issue. 2022-10-24 19:48:10 -07:00
Mike Cao 80f22313f6
Merge pull request #1580 from umami-software/dev
v1.39
2022-10-24 18:03:43 -07:00
Mike Cao fc879bbb7d Bump version 1.39.0. 2022-10-24 16:37:47 -07:00
Mike Cao 59fdaf580f Fixed share page. 2022-10-24 16:28:20 -07:00
Mike Cao 5429ffc1a6 Bump version. 2022-10-24 15:47:02 -07:00
Mike Cao 99c8752aa5 Add guard around location redirect. 2022-10-24 15:25:07 -07:00
Mike Cao 4bad94f436 Upgraded Next and Prisma. 2022-10-24 15:21:30 -07:00
Mike Cao 3e550f8f14 Updated language bundles. 2022-10-24 12:17:21 -07:00
Mike Cao abe5bb5b84
Merge pull request #1576 from mikusaa/master
Update zh-CN.json
2022-10-24 12:12:41 -07:00
mikusa 35d57f4b79
Update zh-CN.json
Add translations for Yesterday date-range option.
2022-10-24 10:46:37 +08:00
Brian Cao 500a2b9663 fix column names 2022-10-21 22:30:52 -07:00
Brian Cao a320d65652 default column/filters 2022-10-21 22:19:51 -07:00
Brian Cao ba31f48f1a
Feat/um 49 query builder api (#1573)
* add uuid to event. add indexes

* eventdata api

* add event data

* remove test data

* update list
2022-10-21 21:33:23 -07:00
mike 9c36dc485e Removed update-db step. 2022-10-18 14:23:17 -07:00
Mike Cao 6147c3502a
Merge pull request #1567 from umami-software/feat/um-69-nice
add cloud_mode
2022-10-12 17:33:54 -07:00
Brian Cao 9e8748e2f3 checkpoint 2022-10-12 16:29:44 -07:00
Mike Cao e429abc08e Added error conditions for website updates. 2022-10-12 15:52:31 -07:00
Brian Cao db1ae3f2c7 add cloud_mode 2022-10-12 15:35:33 -07:00