Commit Graph

2688 Commits

Author SHA1 Message Date
Mike Cao
a06901336c
Merge pull request #651 from foxytocin/enhancement
Enhancement of issue #649: also checking agains NULL in urlFilter
2021-05-12 19:28:22 -07:00
Mike Cao
d6c48fa121
Merge pull request #650 from foxytocin/master
prevents crashes if NULL is entered as a referrer in the database
2021-05-12 19:27:01 -07:00
Mike Cao
b896ea4533
Merge pull request #657 from mikecao/dependabot/npm_and_yarn/hosted-git-info-2.8.9
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-12 19:25:28 -07:00
Ashraf Monshi
0126154e39 Update ar-SA.json
revert message.active-users
2021-05-11 11:02:52 +03:00
Ashraf Monshi
3075f772ec Update ar-SA.json
fix message.active-users
2021-05-11 10:55:28 +03:00
Ashraf Monshi
ba2d9783b7 add arabic language (ar-SA)
add arabic language (ar-SA) (arabic saudi arabia)
2021-05-11 10:44:41 +03:00
dependabot[bot]
e4412d723d
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 11:49:05 +00:00
Zhigang Fang
3d9951661c
chore(docker): add base_path to build args 2021-05-08 19:48:51 +08:00
Andreas Fuchs
cfb13b2d54 enhancement #649
as refFilter, urlFilter is expanded checking agains url !== null.
2021-05-06 10:47:23 +02:00
Andreas Fuchs
bd8f72daab fixes #649
prevents crashes if NULL is entered as a referrer in the database. Does not guard against submitting NULL to the database.
2021-05-06 10:04:37 +02:00
Mike Cao
5ecaf5587b
Merge pull request #642 from mikecao/dev
v1.17.0
2021-04-28 02:48:48 -07:00
Mike Cao
20dc76861f Swap bcrypt library. 2021-04-28 02:45:38 -07:00
Mike Cao
b294c8ef72 Proper fix. 2021-04-28 02:18:54 -07:00
Mike Cao
5f41447158 Fix issue with server build. 2021-04-28 02:12:17 -07:00
Mike Cao
a22f22a8ba Bump version 1.17.0. 2021-04-28 02:05:51 -07:00
Mike Cao
66759409e3 Added button to show/hide charts, closes #577. 2021-04-28 02:02:59 -07:00
Mike Cao
041c7737e8 Check user theme preference, closes #555. 2021-04-26 00:06:50 -07:00
Mike Cao
92705815ed Support CIDR notation in IGNORE_IP, closes #544. 2021-04-25 23:57:49 -07:00
Mike Cao
0cf115b2de Load lookup database only once. 2021-04-25 18:32:06 -07:00
Mike Cao
8307b46987 Updated packages. 2021-04-24 21:27:24 -07:00
Mike Cao
a2b4a2a928 Merge branch 'dev' of https://github.com/mikecao/umami into dev 2021-04-24 21:19:24 -07:00
Mike Cao
fdbb5fcce7
Merge pull request #630 from Wonderfall/fix-page-filter
Fix Pages filter when URL has a trailing slash
2021-04-24 21:19:14 -07:00
Mike Cao
c9c158d1e8
Merge pull request #631 from mikecao/dependabot/npm_and_yarn/jose-2.0.5
build(deps): bump jose from 2.0.3 to 2.0.5
2021-04-24 21:17:35 -07:00
Mike Cao
af6ee27031 Fix issue with checkbox click, closes #549. 2021-04-24 20:56:22 -07:00
dependabot[bot]
9a577675d3
build(deps): bump jose from 2.0.3 to 2.0.5
Bumps [jose](https://github.com/panva/jose) from 2.0.3 to 2.0.5.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v2.0.5/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v2.0.3...v2.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 14:58:35 +00:00
Wonderfall
807cd5d744
Fix Page Filter when URL has a trailing slash 2021-04-19 01:43:09 +02:00
Mike Cao
e9fd42baa5
Merge pull request #628 from MoltenCoffee/master
Very small update for missing Dutch string
2021-04-14 13:39:53 -07:00
MoltenCoffee
c95c9afaaf
Merge branch 'master' of https://github.com/MoltenCoffee/umami 2021-04-13 11:20:33 +02:00
MoltenCoffee
d7dc6b0e5d
Update dutch strings 2021-04-13 11:15:16 +02:00
Mike Cao
930d050698 Merge branch 'master' into dev 2021-04-08 22:02:15 -07:00
Mike Cao
afb5e17476
Merge pull request #586 from kiprasmel/feat/toggle-checkbox-on-label-click
feat/toggle-checkbox-on-label-click
2021-04-08 22:01:52 -07:00
Mike Cao
c5d23867f5 Update docker login 2021-04-08 21:49:41 -07:00
Mike Cao
42888b75c4 Update workflow 2021-04-08 21:35:53 -07:00
Mike Cao
e67b0c7845
Merge pull request #589 from webknjaz/patch-1
Use `GITHUB_TOKEN` for publishing images to GHCR
2021-04-08 21:04:01 -07:00
Mike Cao
6ea07b33d7
Merge pull request #591 from Sammy-T/mobile-burger
Align and theme mobile burger button
2021-04-08 20:57:01 -07:00
Sammy-T
24a3667471 Prevent burger from overlapping menu contents 2021-03-30 06:13:11 -04:00
Sammy-T
3482031732 Center burger button content and match color theme 2021-03-30 05:54:50 -04:00
Sviatoslav Sydorenko
1c5dd0358a
Use GITHUB_TOKEN for publishing images to GHCR 2021-03-29 13:14:51 +02:00
Kipras Melnikovas
4e4ae0a7d0
Toggle the checkbox when clicking on the label
Pretty sure the `user-select: none` could be employed
in other places aswell

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2021-03-28 20:07:09 +03:00
Mike Cao
6c9bea98b9
Merge pull request #581 from ym-project/master
Update ru-RU.json
2021-03-27 20:09:16 -07:00
Mike Cao
4b847b9095
Merge pull request #582 from alex-connor/patch-3
Update uk-UA.json
2021-03-27 20:08:50 -07:00
Alexandr Loskutov
1a61622064
Update uk-UA.json 2021-03-27 23:58:44 +02:00
ym-project
9e16959afe
Update ru-RU.json 2021-03-27 16:56:14 +08:00
Mike Cao
ce35a2d0ab
Merge pull request #580 from mikecao/dev
v1.16.0
2021-03-26 22:46:43 -07:00
Mike Cao
555cb67061 Bump version 1.16.0 2021-03-26 22:39:55 -07:00
Mike Cao
609cc0e98a Fix datamaps. 2021-03-26 22:32:13 -07:00
Mike Cao
86ed5d56fa Updated header links. 2021-03-26 21:50:53 -07:00
Mike Cao
b24b855006 Truncate strings. 2021-03-26 20:56:08 -07:00
Mike Cao
9415fe9a6c Updated languages. 2021-03-26 20:52:54 -07:00
Mike Cao
10e82a9ef6 Merge remote-tracking branch 'origin/dev' into dev 2021-03-26 20:01:37 -07:00