Meir Roth
3087fa5dc0
Added basePath
2021-03-05 00:20:53 +00:00
Meir Roth
81f6ecb128
fix favicon paths
2021-03-01 22:32:46 +02:00
gabehab
0720050d65
Remove errand file
2021-02-28 20:42:21 -08:00
gabehab
18806c15cf
Add temporary close and open menu icons
2021-02-28 20:37:59 -08:00
Sammy-T
47d26c743f
Merge remote-tracking branch 'upstream/master'
2021-02-27 03:42:15 -05:00
Mike Cao
405766d829
Merge pull request #512 from mikecao/dev
...
v1.14.0
2021-02-26 22:55:54 -08:00
Mike Cao
4edd012712
Merge pull request #504 from gnarlex/fix-domain-regex
...
Fix: Domain name regex accepts protocols on non-localhost domains
2021-02-26 22:49:21 -08:00
Mike Cao
f3bf35189a
Bump version.
2021-02-26 22:46:44 -08:00
Mike Cao
d6d0f99daa
Updated date formatting for locales.
2021-02-26 22:41:05 -08:00
Mike Cao
50bc2371b8
Fix unknown country display on realtime page.
2021-02-26 21:20:47 -08:00
Mike Cao
f7201c9cfc
Remove domain parameter from queries.
2021-02-26 19:50:44 -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
Mike Cao
278672233e
Merge pull request #490 from ruibaby/fix/page-content-jitter
...
fix: the page content jitters when the page jumps.
2021-02-23 00:45:15 -08:00
Mike Cao
07754169ab
Merge pull request #496 from gnarlex/fix-event-details
...
fix: event table fails to render in detail view
2021-02-23 00:42:04 -08:00
Mike Cao
72066c0332
Merge pull request #497 from gnarlex/add-prop-types-dependency
...
fix(deps): add prop-types dependency
2021-02-23 00:41:25 -08:00
Mike Cao
5d9357748e
Merge pull request #499 from gnarlex/fix-style-issues
...
Fix "No data available" display issues
2021-02-23 00:40:55 -08:00
Sammy-T
bb0f762217
Merge pull request #1 from mikecao/master
...
Update from root repo
2021-02-22 00:10:50 -05:00
Alexander Klein
f93ecdfee8
style(realtime): fix layout for realtime protocol
2021-02-21 15:12:49 +01:00
Alexander Klein
c5e03cd5d4
fix(styling): "no data" caption not considered in height calculations
...
Change `NoData` container position to `relative`. Otherwise it won't be considered in `auto` height calculations by browsers.
Also change the way `NoData` content is centered.
2021-02-21 14:39:30 +01:00
Alexander Klein
98a60d0d3e
fix(Dashboard): "no data" caption not rendered
...
Change styling of `DataTable` to make `NoData` visible again.
Refs #498
2021-02-21 13:51:33 +01:00
Alexander Klein
a981fa30c7
style(MetricTable): fill container height
2021-02-21 13:25:27 +01:00
Alexander Klein
20932a4a11
style(grid): grid row x-padding for smaller screens
2021-02-21 13:20:35 +01:00
Alexander Klein
a65f9b9d73
fix(deps): add prop-types dependency
...
Forgot to do this in the referenced PR.
Refs #481
2021-02-21 10:54:30 +01:00
Alexander Klein
f357916042
fix: event table fails to render in detail view
...
The `EventsTable` component failed to render in the detail view, because the `onDataLoad` property is called but none was provided. See the issue for details.
Add a nullcheck to `onDataLoad` before calling it.
Refs #495
2021-02-21 10:31:23 +01:00
Mike Cao
7eb0ca8034
Merge pull request #492 from mikecao/dev
...
v1.13.0
2021-02-20 20:46:34 -08:00
Mike Cao
083ef2dc9c
Updated method for getting event types.
2021-02-20 17:27:56 -08:00
Mike Cao
7921893c1d
Merge pull request #486 from gnarlex/unknown-count
...
Add 'Unknown' label to metrics tables
2021-02-20 02:01:05 -08:00
Mike Cao
490fc99a8a
Merge branch 'dev' into unknown-count
2021-02-20 02:00:49 -08:00
Mike Cao
994be6d9cd
Merge pull request #489 from ruibaby/pref/improve-simplified-chinese-translation
...
Improve simplified chinese translation
2021-02-20 01:57:59 -08:00
Mike Cao
29bfb964c3
Merge pull request #491 from gnarlex/fix-domain-regex
...
Fix: domain regex accepting invalid domains
2021-02-20 01:55:05 -08: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
Alexander Klein
306b555b96
fix(metrics): localize 'Unknown' label in tables
2021-02-20 08:28:52 +01:00
Ryan Wang
8e8d7a6d9c
pref: improve simplified chinese translation.
2021-02-20 14:08:36 +08:00
Ryan Wang
785338154a
fix: the page content jitters when the page jumps.
2021-02-20 13:21:12 +08:00
Mike Cao
92d4a46a0d
Merge pull request #487 from MoltenCoffee/master
...
Timestamp localization
2021-02-19 19:05:37 -08:00
MoltenCoffee
e7b92cd097
Add timestamp localization
2021-02-19 10:17:30 +01:00
Alexander Klein
06f24b0c90
refactor(filter): remove now obsolete filters
2021-02-19 09:58:58 +01:00
Alexander Klein
ba4272c878
fix: remove devices/OS filter from table components
2021-02-19 09:58:20 +01:00
Alexander Klein
14e1366fe4
feature(CountriesTable): default nullish labels to 'Unknown'
2021-02-19 09:56:40 +01:00
Alexander Klein
fb85d576a2
feature(DataTable): render nullish labels as 'Unknown'
2021-02-19 09:55:11 +01:00
Mike Cao
f041f081ff
Merge pull request #485 from marcauberer/dev
...
Improve German translation
2021-02-18 15:26:51 -08:00
Marc Auberer
5612207bf8
Improve German translation
2021-02-18 17:44:49 +01:00
Mike Cao
405a349cca
Updated packages.
2021-02-17 23:40:21 -08:00
Mike Cao
3a0195ed50
Merge pull request #476 from gnarlex/event-type-selection
...
Dashboard: Dropdown for filtering events by their type
2021-02-16 19:05:19 -08:00
Mike Cao
826facf56a
Merge pull request #481 from gnarlex/proptyping-common
...
Add prop-types for "common" components
2021-02-16 19:04:27 -08:00
Alexander Klein
90b778a25b
feature(components): prop-type WorldMap
2021-02-16 14:20:05 +01:00
Alexander Klein
7e96a2a597
feature(components): prop-type Toast
2021-02-16 14:10:04 +01:00
Alexander Klein
f14cafe926
feature(components): prop-type Tag
2021-02-16 14:08:29 +01:00