Francis Cao
|
e522293130
|
fixed event_uuid logic
|
2022-08-22 12:24:57 -07:00 |
|
Brian Cao
|
41d4b4c402
|
allow agent
|
2022-08-18 23:25:45 -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 |
|
Francis Cao
|
34e9ab811b
|
add session_uuid to token
|
2022-08-09 23:32:02 -07:00 |
|
Mike Cao
|
9b7e472410
|
Added CURRENT_VERSION constant.
|
2022-08-08 11:31:36 -07:00 |
|
Francis Cao
|
fc3c39be3c
|
Merge branch 'dev' of https://github.com/umami-software/umami into francis/uc-24-kafka-test
|
2022-08-08 08:36:21 -07:00 |
|
Mike Cao
|
89781d4847
|
Refactored query parameters.
|
2022-08-08 01:26:20 -07:00 |
|
Francis Cao
|
1a84608e2b
|
add Clickhouse migration files. update saveEvent to include event_uuid
|
2022-08-04 20:15:21 -07:00 |
|
Mike Cao
|
1662b66fbb
|
Cleaned up script.
|
2022-08-02 00:52:08 -07:00 |
|
Mike Cao
|
9969c9b6b1
|
Forgot the actual check.
|
2022-08-02 00:32:28 -07:00 |
|
Mike Cao
|
a4a6888248
|
Moved telemetry code to script.
|
2022-08-02 00:24:17 -07:00 |
|
Mike Cao
|
3d7e9392f0
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-08-01 23:05:24 -07:00 |
|
Mike Cao
|
50e491af06
|
Added endpoint for fetching server-side variables.
|
2022-08-01 23:04:47 -07:00 |
|
Brian Cao
|
daf3978970
|
address PR comments. line up PSQL / MYSQL
|
2022-08-01 20:50:14 -07:00 |
|
Brian Cao
|
8f934c7e6c
|
checkpoint
|
2022-07-29 22:30:09 -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
|
65910c7348
|
clickhouse inserts
|
2022-07-22 14:43:19 -07:00 |
|
Chris Walsh
|
92b009fa1e
|
Add UTM pageview metrics to API
|
2022-07-21 14:57:29 -07:00 |
|
Mike Cao
|
358c725828
|
Fix issue with unicode filtering. Closes #1258
|
2022-07-21 01:35:14 -07:00 |
|
Mike Cao
|
be8291c856
|
Refactored referrer logic. Display stats for no referrers.
|
2022-07-21 01:11:10 -07:00 |
|
Mike Cao
|
d95b53143e
|
Merge pull request #1304 from thueske/feature/screensize
Feature: Add screensize to UI
|
2022-07-18 00:37:07 -07:00 |
|
Tobias Hüske
|
8d358ccb9d
|
Feature: Add screensize to UI
|
2022-07-16 07:29:55 +02:00 |
|
Brian Cao
|
2950343f94
|
fix import
|
2022-07-12 19:50:47 -07:00 |
|
Brian Cao
|
8aec6d7406
|
move queries
|
2022-07-12 14:14:36 -07:00 |
|
Mike Cao
|
8175f13f96
|
Added IGNORE_HOSTNAME environment variable. Closes #1151.
|
2022-06-27 01:46:21 -07:00 |
|
Mike Cao
|
e735a1c50d
|
Updated share token logic. Closes #1113.
|
2022-05-05 19:04:28 -07:00 |
|
Mike Cao
|
f69dbaeaf6
|
Allow filtering of events with url.
|
2022-04-13 19:04:06 -07:00 |
|
Mike Cao
|
df1ddf3e73
|
Updated filter processing logic.
|
2022-04-11 00:19:29 -07:00 |
|
Mike Cao
|
fb2dc9f5ab
|
Allow filtering on session fields.
|
2022-04-10 03:51:43 -07:00 |
|
Holger Huo
|
0377773e21
|
fix: forgot to include referrer filter in sessionMetrics
|
2022-04-07 22:27:15 +08:00 |
|
Mike Cao
|
bf5068d32a
|
Added CORS to website API endpoints.
|
2022-04-04 00:33:20 -07:00 |
|
Mike Cao
|
faf6438852
|
Allow user to change admin username.
|
2022-04-03 22:25:32 -07:00 |
|
Kevin Decherf
|
1269bea870
|
fixup! Update metric tables when filtering on referrer
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
2022-03-24 23:20:19 +01:00 |
|
Kevin Decherf
|
35f9c7ef6c
|
Update metric tables when filtering on referrer
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
2022-03-20 22:14:54 +01:00 |
|
Kevin Decherf
|
ecfc7ea68e
|
Rename ref to prevent collision with react elements
It seems that, at least in dev mode, 'ref' may incorrectly refer to
react elements.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
|
2022-03-20 22:10:41 +01:00 |
|
Mike Cao
|
5ca6f76daa
|
Updated collect API response.
|
2022-03-10 20:39:11 -08:00 |
|
Mike Cao
|
17790aa5a8
|
Fix issue with sendBeacon request.
|
2022-03-10 19:01:33 -08:00 |
|
Mike Cao
|
9937caa569
|
Replaced redux with zustand. Fixed login issue, closes #980.
|
2022-02-22 22:47:59 -08:00 |
|
Mike Cao
|
6a8de2aeec
|
Added option to remove trailing slash from urls.
|
2022-01-25 21:23:40 -08:00 |
|
Mike Cao
|
d8e831db50
|
Switch to authentication using bearer token.
|
2022-01-23 00:33:06 -08:00 |
|
Mike Cao
|
489d46f663
|
Fix PR.
|
2022-01-14 00:08:27 -08:00 |
|
Mike Cao
|
2e1db5ba55
|
Merge pull request #905 from p-chan/add-screen-fallback
Fix runtime error when device is null
|
2022-01-12 20:37:34 -08:00 |
|
P-Chan
|
56c0837e83
|
Refactor device message
|
2022-01-05 20:25:53 +09:00 |
|
Mike Cao
|
c531072a4e
|
Merge pull request #873 from cywio/languages-table
Add languages to website details page
|
2021-12-19 23:05:17 -08:00 |
|
Chris Walsh
|
b5f7aa1813
|
Add languages to metrics API endpoint
|
2021-12-01 19:25:00 -08:00 |
|
Chris Walsh
|
9cff025784
|
Add owner column to admin website settings table
|
2021-12-01 16:03:18 -08:00 |
|
Mike Cao
|
ebd52335bb
|
Referrer filtering.
|
2021-11-21 22:00:14 -08:00 |
|
Mike Cao
|
e12ae50728
|
Merge pull request #802 from meerfolk/add-event-type-filter
Add event_type filter for events endpoint
|
2021-10-06 00:12:15 -07:00 |
|
Mike Cao
|
8bebbca413
|
Check username/password.
|
2021-10-03 20:44:02 -07:00 |
|