Mike Cao
df3ad3b6b8
Added Slovenian language.
2021-08-20 01:09:04 -07:00
Chris Walsh
6e128b2f38
Add reset website statistics to settings
2021-08-10 14:03:55 -07:00
Mike Cao
4f27a1773d
Added Korean language.
2021-07-22 19:16:21 -07:00
Mike Cao
4f38242927
Update geo lookup
2021-07-18 23:48:30 -07:00
Mike Cao
526ed01d0a
Fix issue with country db.
2021-07-16 09:23:55 -07:00
Mike Cao
f91cc82c82
Dynamically fetch language bundles at runtime.
2021-06-29 18:41:34 -07:00
Mike Cao
73e83ad767
Added Hungarian language.
2021-06-28 21:11:12 -07:00
Mike Cao
b2d04c00ac
Change to synchronous password hashing.
2021-05-23 17:29:27 -07:00
Mike Cao
48e5977efa
Merge branch 'dev' into add-arabic-lang
2021-05-19 20:36:07 -07:00
Mike Cao
f7757ad0f4
Merge pull request #663 from bilguun0203/master
...
Use Mongolian locale from date-fns
2021-05-19 20:27:50 -07:00
Mike Cao
62f8eae5aa
Merge pull request #675 from rogerclotet/ca
...
feat: add Catalan language
2021-05-19 20:26:32 -07:00
Roger Clotet
649ae83329
feat: add Catalan language
2021-05-20 00:40:03 +02:00
Bilguun Ochirbat
41bfa1c165
Use Mongolian locale from date-fns
2021-05-17 13:24:12 +08:00
Ashraf Monshi
afc4940680
add rtlLocales array
2021-05-16 09:27:48 +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
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
20dc76861f
Swap bcrypt library.
2021-04-28 02:45:38 -07:00
Mike Cao
0cf115b2de
Load lookup database only once.
2021-04-25 18:32:06 -07:00
Wonderfall
807cd5d744
Fix Page Filter when URL has a trailing slash
2021-04-19 01:43:09 +02:00
Mike Cao
609cc0e98a
Fix datamaps.
2021-03-26 22:32:13 -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
44f2002563
Merge pull request #567 from Form1ca/decrease-request-count
...
decrease db query count
2021-03-26 19:54:21 -07:00
Mike Cao
c5341e605b
Fixed country lookup.
2021-03-26 19:47:28 -07:00
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
l0st0
b1d4922df8
Added SK language
...
Support for Slovakia
2021-03-15 22:25:43 +01:00
Mike Cao
247afc8c33
Truncate URL lengths.
2021-03-12 23:45:19 -08:00
Mike Cao
e5ff182302
Added Persian language.
2021-03-12 22:30:26 -08:00
Alexander Klein
f6f14bf104
fix(lib): add default value for getDateRange
2021-03-10 10:40:59 +01:00
Alexander Klein
eb1029bfc8
feature(lib): locale option for getDateRange
2021-03-10 10:20:54 +01: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
d6d0f99daa
Updated date formatting for locales.
2021-02-26 22:41:05 -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
083ef2dc9c
Updated method for getting event types.
2021-02-20 17:27:56 -08:00
Mike Cao
490fc99a8a
Merge branch 'dev' into unknown-count
2021-02-20 02:00:49 -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
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
8b6308d686
feature(lib): add event type query
2021-02-15 16:28:09 +01:00
Alexander Klein
2cab8bb15d
feature(lib): add event type filter
2021-02-15 13:02:12 +01:00
Mike Cao
ed5291ec90
Merge pull request #452 from 0xflotus/patch-1
...
fix: typo error in 'KakaoTalk' constant
2021-02-01 21:14:32 -08:00
Rafael Lotto Machado
230bbbf431
Add brazilian portuguese (pt-BR) locale
2021-01-30 12:32:06 -03: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