Commit Graph

46 Commits (5d07681ab949b321f91b889e74e8c48005d86a47)

Author SHA1 Message Date
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
Mike Cao 467c7f289f Database refactoring. 2022-08-27 21:38:35 -07:00
Francis Cao 295ce2487d Merge branch 'master' of https://github.com/umami-software/umami into francis/uc-24-kafka-test 2022-08-18 16:54:57 -07:00
Mike Cao 9b7e472410 Added CURRENT_VERSION constant. 2022-08-08 11:31:36 -07:00
Francis Cao 1ffd5775f8 Merge branch 'dev' of https://github.com/umami-software/umami into francis/uc-24-kafka-test 2022-08-04 17:48:00 -07:00
Mike Cao a4a6888248 Moved telemetry code to script. 2022-08-02 00:24:17 -07:00
Francis Cao d952214536 check in producer test logic 2022-08-01 00:28:38 -07:00
Mike Cao ba1e28f082 Fix filter issue for metrics. Closes #1268 2022-07-22 23:56:29 -07:00
Brian Cao 304314fff0 Merge branch 'dev' into brian/um-16-clickhouse-support 2022-07-22 17:03:42 -07:00
Brian Cao 6ea2282f82 convert analytics queries 2022-07-20 21:31:26 -07:00
Mike Cao e4c4019e25 Allow custom release URL. 2022-07-15 23:53:31 -07:00
Brian Cao 20b8337e35 checkpoint 2022-07-15 16:47:38 -07:00
Mike Cao e735a1c50d Updated share token logic. Closes #1113. 2022-05-05 19:04:28 -07:00
Mike Cao 373dbf50ba Added website limit and show more button. Closes #592. 2022-03-01 23:03:50 -08:00
Mike Cao 34ad1d9c39 New mobile menu. 2022-02-28 18:39:37 -08:00
Mike Cao d8e831db50 Switch to authentication using bearer token. 2022-01-23 00:33:06 -08:00
Mike Cao 609cc0e98a Fix datamaps. 2021-03-26 22:32:13 -07:00
Mike Cao c5341e605b Fixed country lookup. 2021-03-26 19:47:28 -07:00
Mike Cao 247afc8c33 Truncate URL lengths. 2021-03-12 23:45:19 -08:00
Alexander Klein 9115ce4200 revert: allow ports in non-localhost domain names
Refs: 22ca617
2021-02-24 11:00:08 +01:00
Alexander Klein 22ca617165 fix(regex): ports in domain names
Accept port numbers on all domain names, not just `localhost`.
Deny leading zeros in port numbers.
2021-02-23 16:11:42 +01:00
Alexander Klein 0c2b68d56e fix(regex): protocol accepted in domain name
Add missing brackets to the regex.
Before, the caret and dollar sign symbols were not applied to the whole string but to either side of the `|` symbol.
2021-02-23 15:58:31 +01:00
Alexander Klein 39faf8750a fix(constants): domain regex accepting invalid domains
Change the domain regex to match the whole string.
Before, the regex would accept a string if it contained a valid domain at any point.
2021-02-20 08:42:57 +01:00
0xflotus b32bbdf07b
fix: typo error in 'KakaoTalk' constant
Shouldn't it be [Kakaotalk](https://www.kakaocorp.com/service/KakaoTalk?lang=en)?
2021-01-30 13:14:22 +01:00
Mike Cao f1624780ee Added filter buttons for realtime. 2020-10-12 16:31:51 -07:00
Mike Cao 5a73c224b7 Created share token hook. 2020-10-11 02:29:55 -07:00
Mike Cao 1fcb610bdd Updated fetch hook. 2020-10-10 22:36:55 -07:00
Mike Cao e30f2dfb44 Realtime header component. 2020-10-09 17:58:27 -07:00
Mike Cao 69b317386a Updated fetch hook API. 2020-10-09 12:39:03 -07:00
Mike Cao b4ea70a67c Fix event colors. Updated packages. 2020-10-07 18:24:53 -07:00
Mike Cao fd69f0df24 Localized country names. 2020-09-30 16:27:27 -07:00
Mike Cao 37cf2e3017 Update version check logic. 2020-09-29 21:22:08 -07:00
Mike Cao 569fcc7f0b Updated color selection. Added loading to fetch hook. 2020-09-20 11:28:38 -07:00
Mike Cao aa265d1d42 Dark mode. 2020-09-20 01:33:39 -07:00
Mike Cao 33ac026637 Added timezone and default date range settings. 2020-09-19 10:35:05 -07:00
Mike Cao 3c0ceae56f
Merge pull request #173 from rendall/feature/allow-localhost
Allow localhost:xxxx domains when adding websites
2020-09-18 15:44:34 -07:00
Rendall be74091ca3 Make port optional when website is localhost 2020-09-19 01:02:55 +03:00
Rendall 064b91e4dd Allow localhost:xxxx domains when adding websites
Adding `localhost:<port>` domains to websites fail to validate, but
it would help for local development
2020-09-18 13:43:18 +03:00
Mike Cao 2d9523f963 Messages for devices so they can be localized. 2020-09-15 20:34:30 -07:00
Mike Cao f0ac9b6522 Convert text for internationalization. 2020-09-05 17:27:01 -07:00
Mike Cao d0ca0819c6 Added useFetch hook. Updated database check. 2020-08-30 15:29:31 -07:00
Mike Cao e7d3a952a6 Updated domain regex. 2020-08-28 22:25:41 -07:00
Mike Cao 5a4cde854a Domain validation. Filter domain from referrers. 2020-08-28 21:34:20 -07:00
Mike Cao 9d09d89aef Update device filtering. 2020-08-06 19:37:19 -07:00
Mike Cao e17c9da3d5 Added device collection. 2020-08-06 19:14:44 -07:00
Mike Cao 5d4ff5cfa4 Implement redux. 2020-08-04 22:45:05 -07:00