1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-22 01:03:39 +01:00
Commit Graph

853 Commits

Author SHA1 Message Date
formica2
97c0da8527 fix fields name at request 2021-03-25 15:44:37 +03:00
formica2
e6975b9afc decrease db query count 2021-03-24 12:58:08 +03:00
Mike Cao
f8ac987bfc
Merge pull request from mikecao/dev
v1.15.0
2021-03-12 23:51:09 -08:00
Mike Cao
247afc8c33 Truncate URL lengths. 2021-03-12 23:45:19 -08:00
Mike Cao
efd53f8a03 Update packages. 2021-03-12 23:20:23 -08:00
Mike Cao
7e302edccf Bump version 1.15 2021-03-12 22:58:58 -08:00
Mike Cao
a03e42e0d9 Added font for Chinese traditional. 2021-03-12 22:53:56 -08:00
Mike Cao
fb711d58f1 Updated bot detection library. 2021-03-12 22:44:25 -08:00
Mike Cao
e5ff182302 Added Persian language. 2021-03-12 22:30:26 -08:00
Mike Cao
cce59eae65
Merge pull request from gnarlex/empty-placeholder-margin
Style: Add gap between "empty" placeholder message and children
2021-03-12 13:37:53 -08:00
Alexander Klein
a4b1a478af style: add margin to "empty" placeholder message 2021-03-12 18:12:53 +01:00
Mike Cao
e486acb316
Merge pull request from gnarlex/fix-start-of-week
Use locale to determine start of week
2021-03-10 20:53:41 -08:00
Mike Cao
b42965fbbb
Merge pull request from mikecao/dependabot/npm_and_yarn/elliptic-6.5.4
build(deps): bump elliptic from 6.5.3 to 6.5.4
2021-03-10 20:52:00 -08:00
dependabot[bot]
73ab39748d
build(deps): bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 01:57:36 +00:00
Alexander Klein
f6f14bf104 fix(lib): add default value for getDateRange 2021-03-10 10:40:59 +01:00
Alexander Klein
3cb748b29b feature(hooks): use locale in useDateRange hook 2021-03-10 10:39:31 +01:00
Alexander Klein
a1edcecde7 feature(components): add locale for date ranges 2021-03-10 10:38:35 +01:00
Alexander Klein
a48c33fcd6 feature(DateFilter): use locale for date ranges 2021-03-10 10:22:19 +01:00
Alexander Klein
eb1029bfc8 feature(lib): locale option for getDateRange 2021-03-10 10:20:54 +01:00
Alexander Klein
17836c70e7 feature(calendar): use locale for start of week 2021-03-10 10:11:23 +01:00
Mike Cao
45181463c4
Merge pull request from Sammy-T/login-menu
Login menu scaling
2021-03-08 21:04:49 -08:00
Mike Cao
6fd5c36925
Merge pull request from MaxFork/master
Adding translation file fa-IR
2021-03-08 20:41:39 -08:00
Sammy-T
52bf53eda9 Increase row padding 2021-03-08 16:18:24 -05:00
Max Base
b759bb0b00
Completing the translation file fa-IR 2021-03-08 05:20:00 +03:30
Max Base
2d56809de9
Translate more words in fa-IR 2021-03-08 05:15:16 +03:30
Max Base
b03834b91b
translate more words in fa-IR 2021-03-08 05:09:09 +03:30
Max Base
ec83f8d5f3
Create fa-IR with default as en-US 2021-03-08 05:06:27 +03:30
Max Base
3ae7f8589f
Create fa-IR.json 2021-03-08 05:06:10 +03:30
Sammy-T
1b0491588f Extend input min-width and add padding 2021-03-05 19:48:20 -05:00
Sammy-T
38256c7e90 Contain login field widths on smaller displays 2021-03-05 19:18:31 -05:00
Mike Cao
24206a652a
Merge pull request from meirroth/master
Fix favicon paths
2021-03-04 20:38:48 -08:00
Meir Roth
c5c62b68c9
Added basePath 2021-03-05 00:23:47 +00:00
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
Sammy-T
47d26c743f Merge remote-tracking branch 'upstream/master' 2021-02-27 03:42:15 -05:00
Mike Cao
405766d829
Merge pull request from mikecao/dev
v1.14.0
2021-02-26 22:55:54 -08:00
Mike Cao
4edd012712
Merge pull request 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 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 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 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 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 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