Simon Zolin
ee690e3e32
* web: log error messages from HTTP server as "debug"
2020-05-27 12:17:05 +03:00
Andrey Meshkov
16a6aada6f
Merge: *(querylog): added offset/limit parameters
...
* commit '61a24ffc71eda26e10a11e3a9c8506909b6c4b52':
*(querylog): decode methods to a new file
*(querylog): added offset/limit parameters
2020-05-27 11:40:15 +03:00
Simon Zolin
605d2ae4d3
Merge: * urlfilter v0.10.1
...
Close #1707
* commit 'ab6be6980a8ef7aeb58913bf0084e4160f6fb899':
* urlfilter v0.10.1
2020-05-26 19:42:17 +03:00
Simon Zolin
1d75b2a57f
Merge: + rewrites: support exceptions
...
Close #1547
* commit '118b170210962da5d088d196feccc6e14ba5a132':
+ rewrites: support exceptions:
2020-05-26 19:37:46 +03:00
Simon Zolin
ab6be6980a
* urlfilter v0.10.1
2020-05-26 19:36:24 +03:00
Simon Zolin
8c5a3c55ab
Merge: * clients: set reload ARP data interval to 10 minuntes
...
Close #1398
* commit '2825691c85fadc7ce1c1727a12e8699ff780d0dd':
* clients: set reload ARP data interval to 10 minuntes
2020-05-26 17:54:54 +03:00
Simon Zolin
2825691c85
* clients: set reload ARP data interval to 10 minuntes
2020-05-26 16:27:13 +03:00
Andrey Meshkov
61a24ffc71
*(querylog): decode methods to a new file
2020-05-26 16:24:31 +03:00
Andrey Meshkov
ceedc2d1ff
*(querylog): added offset/limit parameters
...
Actually, this is a serious refactoring of the query log module. The
rest API part is refactored, it's now more clear how the search is
conducted. Split the logic into more files and added more tests.
Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1559
2020-05-26 15:37:37 +03:00
Simon Zolin
118b170210
+ rewrites: support exceptions:
...
*.host -> IP
my.host -> my.host
*.my.host -> *.my.host
Requests for my.host and *.my.host will be passed to upstream servers,
while all other requests for *.host will be answered with a rewritten IP
2020-05-26 11:42:42 +03:00
Artem Baskal
383507bc0c
+ client: Allow Fastest IP address
and Parallel requests
to toggle each other: Merge pull request #619 in DNS/adguard-home from feature/1678 to master
...
Close #1678
Squashed commit of the following:
commit 9251ed0f1b58426104d1b9bdaa4b7af5f92be83e
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Thu May 21 18:25:18 2020 +0300
+ client: Allow `Fastest IP address` and `Parallel requests` to toggle each other
2020-05-25 19:41:04 +03:00
Simon Zolin
2f5073b720
Merge: - filter: don't reset name on update
...
* commit '2303bb253a94045a0d1d7853f7f0840571f03879':
- filter: don't reset name on update
2020-05-25 18:27:05 +03:00
Simon Zolin
2303bb253a
- filter: don't reset name on update
2020-05-25 17:13:13 +03:00
Simon Zolin
2a2b7c6eb5
Merge: * blocked-services: Update new TikTok domains
...
#1725
* commit 'b050165566e9335083047ea0d03c1a8b39448064':
- blocked-services: fix build
* blocked-services: Update new TikTok domains
2020-05-25 12:46:50 +03:00
Simon Zolin
b050165566
- blocked-services: fix build
2020-05-25 11:01:17 +03:00
Ayhan
31fff2ab2e
* blocked-services: Update new TikTok domains
2020-05-25 10:56:57 +03:00
Artem Baskal
6f3cd4e7eb
+ client: Update packages - Merge pull request #613 in DNS/adguard-home from fix/1597 to master
...
Close #1597
Squashed commit of the following:
commit 1eb89586dd71260e561420fe669abc8b56a506a1
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Wed May 20 14:54:10 2020 +0300
Fix translation in install options
commit 1ebdc9ebfe12a609f978e47db6505c7095b10f7e
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Wed May 20 13:11:34 2020 +0300
Remove commented code
commit 2a8302c65a2a3cf7b6b1596115d1153dac32a794
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 19:02:49 2020 +0300
Update i18n packages, add development browserlist, downgrade eslint to match peerDepencancies version
commit 3fcf73fb14cd9da508522d1a300b66af24da95e5
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 17:30:37 2020 +0300
Remove all unused dependencies
commit e761810e3e54e188ada41245bdce7414cd0f03e8
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 16:35:24 2020 +0300
Remove unused dependencies
commit d89d27da6befcaabcdc12bf5e7e94cbb24140010
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 16:14:09 2020 +0300
Update regular dependencies
commit d2dfd01233d059870d5173ffd748cf61a477936f
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 15:34:10 2020 +0300
Update all dev dependancies
commit 02b6fb480e9d310039fbe9b7aae062a41128f070
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 14:14:44 2020 +0300
Update all postcss packages
commit 5e1fa5f99ad75f77e5e429b28ee1ca0b5e65a9a0
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 12:45:02 2020 +0300
Prevent git from converting linebreaks in .js files
commit 0b9b3b0dccd47cfa50c9531fb61729e6b5a04523
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 12:43:01 2020 +0300
Prevent git from converting linebreaks in .js files
commit 18b7495e9ef7130b1ac4dbba84c54127d16c6350
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 19 12:24:47 2020 +0300
Remove linebreak-style eslint rule
commit df893dec53adebb1d662fe805fab508fd4ed5e06
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Mon May 18 20:55:47 2020 +0300
Add prop types
commit 36178ecfc5c7fa11a6ee08d7705ca8560941af40
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Mon May 18 18:52:07 2020 +0300
Update eslint and babel, fix eslint warnings
commit f045b4a2e6b9b78f7e88e3b5d1419c29966a8230
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Mon May 18 16:45:49 2020 +0300
Update css loading webpack rules
commit 247fa1ed548ef0706a03fdada8309c1454d191f8
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Sat May 16 16:13:49 2020 +0300
Suppress linebreak-style eslint error for Windows
commit d6499aac507100d6918c849c06d739d80f2229f0
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Sat May 16 14:55:07 2020 +0300
Suppress eslint exit code
commit ae2d6c614ea23a90d515168f8752e959298894ef
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Sat May 16 14:05:18 2020 +0300
Edit css file warnings
commit 60675050f2a5baebc679fc05da7e033e5c740d90
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Sat May 16 13:10:26 2020 +0300
Remove uglifyjs plugin
commit a27806434dd8672e71a26c7a2e810d77e5e229fa
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Sat May 16 01:29:17 2020 +0300
Fix DefinePlugin value
commit 8f2966ca59195c2f70bca5072d20515d536f42a6
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Sat May 16 01:05:03 2020 +0300
Update webpack
2020-05-22 17:06:05 +03:00
Simon Zolin
8b25a4886e
Merge: * client: update guide
...
* commit '53277ee70bb8d9710e2caa346ab371b0bb79c003':
update guide
2020-05-21 15:05:43 +03:00
Simon Zolin
8d91e042cc
Merge:- rewrites: fix crash when handling name->cname->A chain
...
Close #1704 Close #1712
* commit '0848ca0e69e3c535b70e2d1f7e8c24f0e1941ee9':
- rewrites: fix crash when handling name->cname->A chain
2020-05-21 14:58:32 +03:00
Archive5
53277ee70b
update guide
2020-05-21 14:56:50 +03:00
Simon Zolin
0848ca0e69
- rewrites: fix crash when handling name->cname->A chain
...
crash.adguard -> adguard.a.record
adguard.a.record -> 1.2.3.4
2020-05-21 14:48:31 +03:00
Andrey Meshkov
b5e78c760a
*(documentation): removed unnecessary dependencies
2020-05-21 00:04:41 +03:00
Andrey Meshkov
653d68718b
Merge branch 'master' of git://github.com/TXC/AdGuardHome into TXC-master
2020-05-20 23:48:26 +03:00
Simon Zolin
2d1cba67dc
Merge: - filter: fix rules count when data doesn't end with a newline
...
Close #1694
* commit '286eb43c5622b2f35d7fe2b5f445da2ed2663658':
- filter: fix rules count when data doesn't end with a newline
2020-05-18 19:34:25 +03:00
Simon Zolin
806f81ede9
Merge: - autohosts: support tab character
...
Close #1686
* commit '2f454117ce7562df934b20c385c11006f8a1cf8f':
- autohosts: support tab character
2020-05-18 19:18:48 +03:00
Simon Zolin
2f454117ce
- autohosts: support tab character
2020-05-18 18:46:17 +03:00
Simon Zolin
286eb43c56
- filter: fix rules count when data doesn't end with a newline
2020-05-18 10:53:28 +03:00
Andrey Meshkov
2fca419c7f
*(home): fix TLS module initialization
...
Continue to work even when TLS cert-key pair is invalid
Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1677
2020-05-16 02:02:50 +03:00
Andrey Meshkov
6adf48c938
*(home): added more logging to TLS module
2020-05-16 01:37:12 +03:00
Andrey Meshkov
bab7b2dc65
fix
2020-05-14 23:28:42 +03:00
Andrey Meshkov
332ef250b7
Merge with master
2020-05-14 23:28:05 +03:00
Andrey Meshkov
3b258e536b
minor fix of the snap publish script
2020-05-14 23:28:01 +03:00
Andrey Meshkov
35a6708ccf
Merge: + client: Add icons for Apple products
...
Fix #1574
* commit '502fe3cfc5feea46f287854d0c3ebb9e66676bdd':
*(home): fix assets access
Fix go lint warning
Add assets folder
Add icons to server
+ client: Add icons for Apple products
2020-05-14 18:44:42 +03:00
Andrey Meshkov
c64fdf9442
*(global): update translations
2020-05-14 18:44:12 +03:00
Andrey Meshkov
502fe3cfc5
*(home): fix assets access
2020-05-14 18:37:25 +03:00
Andrey Meshkov
df1f7ebc8d
Merge branch 'master' into feature/1574
2020-05-14 18:29:33 +03:00
Andrey Meshkov
fb79416ebe
-: fix #1632
2020-05-14 18:24:59 +03:00
Andrey Meshkov
39420c8a00
Merge: -(dnsforward): custom client per-domain upstreams
...
* commit '5d7b3fb7d5aa14c434dc532aef2fd68e54e7e182':
-(dnsforward): fix handling RRSIG records
Added a unit-test for custom upstreams
-(dnsforward): custom client per-domain upstreams
2020-05-14 18:14:52 +03:00
Andrey Meshkov
b8567c5b56
Merge: Add IntelliJ Project files (*.iml) to .gitignore
...
* commit '5b7871b6b8836d274f7d4c2d02d5549c58ad6e69':
Add IntelliJ Project files (*.iml) to .gitignore Rename "Portuguese" to "Português" so it's localized like all other languages
2020-05-14 18:09:36 +03:00
Andrey Meshkov
5d7b3fb7d5
-(dnsforward): fix handling RRSIG records
2020-05-14 18:08:47 +03:00
Christian Glockner
5b7871b6b8
Add IntelliJ Project files (*.iml) to .gitignore Rename "Portuguese" to "Português" so it's localized like all other languages
2020-05-14 17:37:53 +03:00
ArtemBaskal
11d65330a0
Fix go lint warning
2020-05-14 15:03:00 +03:00
ArtemBaskal
5f13d4ab4a
Add assets folder
2020-05-14 14:45:16 +03:00
Andrey Meshkov
ae51de9335
Added a unit-test for custom upstreams
2020-05-14 12:57:41 +03:00
ArtemBaskal
26ac9e4224
Add icons to server
2020-05-14 12:06:22 +03:00
Andrey Meshkov
67a39045fc
-(dnsforward): custom client per-domain upstreams
...
Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1539
2020-05-13 20:31:43 +03:00
Artem Baskal
1f954ab673
Merge: + client: Use monospace font in coding-like inputs
...
Close #1650
Squashed commit of the following:
commit 0956b77d2675bf569ab8413bf1a905167f068fbd
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 12 18:22:55 2020 +0300
Replace css variable
commit 7c65954e3727c09404999d4d029276f78a8d0ffe
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 12 18:06:31 2020 +0300
+ client: Use monospace font in coding-like inputs
2020-05-13 15:34:56 +03:00
Artem Baskal
4d66d25fda
Merge: - client: Fix npm ci fail
...
Close #1597
Squashed commit of the following:
commit 75884d17de9acecf59b4f76a488d37ae76e52246
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 12 17:18:24 2020 +0300
- client: Fix npm ci fail
2020-05-13 15:27:07 +03:00
Artem Baskal
ead5a16b2a
Merge: + client: trim DNS blocklists fields on blur
...
Close #1634
Squashed commit of the following:
commit 5f38da50b2075a9b5967aed39b62a8ab05e57a1c
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Tue May 12 20:02:05 2020 +0300
+ client: Trim fields on blur
2020-05-13 15:15:22 +03:00
Andrey Meshkov
a09e59a59d
*: upd locales
2020-05-13 00:49:56 +03:00