Alex Povel
76e538ca5f
Remove Docker VOLUME instruction for more flexibility
...
Inheriting from the base image is made easier without
the VOLUME instruction, since it cannot be reverted.
All guides contain `--volume` explanations/usage
examples anyway, so the VOLUME instructions in the
Dockerfile aren't necessary.
See also https://stackoverflow.com/a/62068396/11477374 for more
examples for why that instruction can be harmful.
2021-01-21 15:07:11 +01:00
Ainar Garipov
679bbcdc26
Pull request: home: don't miss blocked clients in client search api
...
Merge in DNS/adguard-home from 2428-blocked-runtime-fix to master
Updates #2428 .
Squashed commit of the following:
commit 8aaa3e22a894f0335ced93339655771989846c94
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Fri Jan 15 16:32:53 2021 +0300
home: don't miss blocked clients in client search api
2021-01-15 20:30:48 +03:00
Ainar Garipov
f2c6e1c682
Pull request: openapi: fix more docs issues
...
Merge in DNS/adguard-home from fix-openapi to master
Squashed commit of the following:
commit bd95a502666372443b937cbcb690e307cd943342
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Jan 14 13:23:37 2021 +0300
openapi: fix more docs issues
2021-01-14 13:48:52 +03:00
Ainar Garipov
0d67aa251d
Pull request: 2546 updater fix
...
Merge in DNS/adguard-home from 2546-updater-fix to master
Closes #2546 .
Squashed commit of the following:
commit af243c9fad710efe099506fda281e628c3e5ec30
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Jan 13 14:33:37 2021 +0300
updater: fix go 1.14 compat
commit 742fba24b300ce51c04acb586996c3c75e56ea20
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Jan 13 13:58:27 2021 +0300
util: imp error check
commit c2bdbce8af657a7f4b7e05c018cfacba86e06753
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Mon Jan 11 18:51:26 2021 +0300
all: fix and refactor update checking
2021-01-13 16:18:51 +03:00
Ainar Garipov
18097edee1
Pull request: scripts: ignore unchecked errors in generated code
...
Merge in DNS/adguard-home from fix-errcheck to master
Squashed commit of the following:
commit 1cc4e12c1d49612046ce6f0a1b56920ffcad2526
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Mon Jan 11 15:28:42 2021 +0300
scripts: ignore unchecked errors in generated code
2021-01-11 15:59:42 +03:00
Ainar Garipov
2298a9ed09
Pull request: scripts: zip output dir recursively
...
Merge in DNS/adguard-home from 2276-fix-zip to master
Updates #2276 .
Updates #2507 .
Squashed commit of the following:
commit 9bd2c53d0aea98fd735655315c33336546f86ccb
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 31 17:12:53 2020 +0300
scripts: zip output dir recursively
2020-12-31 17:37:19 +03:00
Ainar Garipov
933ca2af2a
Pull request: scripts: don't use features not guaranteed by posix
...
Merge in DNS/adguard-home from 2276-fix-portability to master
Updates #2276 .
Squashed commit of the following:
commit 3019099f2498923495575873daf372598aa72478
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 31 14:31:02 2020 +0300
scripts: don't use features not guaranteed by posix
2020-12-31 15:12:46 +03:00
Ainar Garipov
cfd492cf7c
Pull request: scripts: fix build-release
...
Merge in DNS/adguard-home from 2276-fix-release-3 to master
Updates #2276 .
Updates #2507 .
Squashed commit of the following:
commit 1f756975922b403e06dca3e9d44d9ed2edccb97c
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 31 13:45:25 2020 +0300
scripts: fix build-release
2020-12-31 13:55:39 +03:00
Ainar Garipov
3706f559c1
Pull request: scripts: fix Dockerfile, build-release.sh
...
Merge in DNS/adguard-home from 2276-fix-release-2 to master
Updates #2276 .
Squashed commit of the following:
commit cc7edffca6862579a745600b4008428d4c9a73d9
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 30 22:56:01 2020 +0300
scripts: fix Dockerfile, build-release.sh
2020-12-30 23:18:15 +03:00
Ainar Garipov
e20e94ddd4
Pull request: all: fix gpg_key, release
...
Merge in DNS/adguard-home from 2276-fix-release to master
Updates #2276 .
Squashed commit of the following:
commit d7b4af6aa867159c5ced8b421a20606f5ee11fd6
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 30 20:26:33 2020 +0300
all: remove comment
commit cd779699159c4efee4b64184b331add94a7ba57e
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 30 20:25:24 2020 +0300
all: fix gpg_key, release
2020-12-30 20:36:57 +03:00
Ainar Garipov
0e84962fde
Pull request: all: add a new Makefile and scripts, remove goreleaaser
...
Merge in DNS/adguard-home from 2276-releases to master
Updates #2276 .
Squashed commit of the following:
commit 84961947c51477aae53606ec6e2e0cce0bdfc139
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 30 14:36:13 2020 +0300
all: fix github build
commit 54af2adbf2f433e80393fb142e66ba6b3a78b13e
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 30 14:34:02 2020 +0300
all: remove old Dockerfile, improve build scripts
commit 99bb2f2ba1458d32074ac0911b5c02ce6669e43e
Merge: 2292b677a 5e20ac7ed
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 30 13:47:19 2020 +0300
Merge branch 'master' into WIP-2276-releases
commit 2292b677a20ce8e93d9e6e2bb042cd468606fec3
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 30 13:30:10 2020 +0300
all: improve docker build
commit 0bcc97c41f105ee4a4363f20fa4775c7643bf0cc
Merge: c7d3f12ef aef4659e9
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 29 17:47:45 2020 +0300
Merge branch 'master' into WIP-2276-releases
commit c7d3f12ef2b63ddfa2acf46e3129fcbc56fb0a90
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 29 16:28:25 2020 +0300
all: improve build scripts
commit 55de1e5d7ef0fbdbd1a76cfb71362d16ca0a1966
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 29 15:36:47 2020 +0300
all: fix Makefile
commit d11b1fe28d0fde1efeaf6160a614951b19d0ef94
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 29 14:16:19 2020 +0300
scripts: fix build-release
commit ecc0577e2451afa86c37da7283a63a9d26fb37ba
Merge: dde64ed8e 483f02c92
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 29 13:59:32 2020 +0300
Merge branch 'master' into WIP-2276-releases
commit dde64ed8e456f73559f21c2ca549dc3b46724add
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Fri Dec 25 18:04:46 2020 +0300
all: imp docs, other improvements
commit be8574408db79901bb15c1d31916db3ca352a35f
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Fri Dec 25 14:48:30 2020 +0300
all: imp docker build
commit fc1876f34b93d667bf166226f4bc666d394f10c7
Merge: fa5a304c8 955b735c8
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Fri Dec 25 13:54:29 2020 +0300
Merge branch 'master' into WIP-2276-releases
commit fa5a304c83d86145796a2de4141de6d18f7c56bf
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 19:10:51 2020 +0300
all: improve scripts
commit 3f32e3fd5e658d058d5c5172519384efc6cfef83
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 18:50:01 2020 +0300
all: improve scripts
commit 2d38b81421acab4b90a7a19da7598c75063e8e93
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 18:25:21 2020 +0300
all: fix shell for windows, improve go-lint.sh
commit d695285cd6dc476c0d972cfe0c49bbeea5f5a049
Merge: 313b020e9 9fb6bf82c
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 18:14:38 2020 +0300
Merge branch 'master' into WIP-2276-releases
commit 313b020e9dfcdab736670cee72b2171eac8c32b7
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 18:13:31 2020 +0300
Makefile: use npm ci again
commit 5acee9d6a6c8cd2a7dd04b173a73929650882bad
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 17:57:54 2020 +0300
all: try fixing windows build
commit c63a2a54641ac8cd032a3306bb35e49b9ae74728
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 17:39:30 2020 +0300
all: imp scripts, try another goproxy and direct
commit 423229e8b63ee73caeee8e84c23f67d145aff9df
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 24 17:25:29 2020 +0300
all: imp HACKING.md, try a new proxy
... and 1 more commit
2020-12-30 18:26:25 +03:00
Ainar Garipov
bdff46ec1d
Pull request: all: add $dnsrewrite handling
...
Merge in DNS/adguard-home from 2102-dnsrewrite to master
Updates #2102 .
Squashed commit of the following:
commit 8490fc18179d38c4b162ff9b257fea1f8535afbd
Merge: d9448ddca e7f7799b3
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Mon Dec 21 16:44:00 2020 +0300
Merge branch 'master' into 2102-dnsrewrite
commit d9448ddca6d4ef3635d767e3e496e44c35d3fc6e
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Mon Dec 21 15:44:54 2020 +0300
querylog: support dnsrewrite rules
commit 40aa5d30acddf29fb90d249d8806941c6e1915a4
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Fri Dec 18 19:27:40 2020 +0300
all: improve documentation
commit f776a0cd63b1640ba1e5210d9301e2a2801fd824
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Fri Dec 18 19:09:08 2020 +0300
dnsfilter: prevent panics, improve docs
commit e14073b7500d9ed827a151c5b8fb863c980c10e8
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Fri Dec 4 15:51:02 2020 +0300
all: add $dnsrewrite handling
2020-12-21 17:48:07 +03:00
jvoisin
2f265f249e
Remove an unused function
2020-12-21 13:51:08 +01:00
Eugene Burkov
49c55e356f
Pull request: install check
...
Merge in DNS/adguard-home from 2453-install-check to master
Closes #2453 .
Squashed commit of the following:
commit b3123d7171ff5d1e00d8bcbb5cbe7fcf7a142a3c
Author: Eugene Burkov <e.burkov@adguard.com >
Date: Fri Dec 18 14:00:26 2020 +0300
all: fix quotes
commit 27e17f9543250d912dd559c9ba2e01e35636551f
Author: Eugene Burkov <e.burkov@adguard.com >
Date: Fri Dec 18 13:34:00 2020 +0300
all: improve install script
commit e9a927ffabc04dcd223bfc0b3b2541c7d5b96b61
Author: Eugene Burkov <e.burkov@adguard.com >
Date: Fri Dec 18 13:22:05 2020 +0300
all: add directory emptiness check
2020-12-18 14:19:42 +03:00
Ainar Garipov
2e8352d31c
Pull request #886 : all: allow multiple rules in dns filter results
...
Merge in DNS/adguard-home from 2102-rules-result to master
Updates #2102 .
Squashed commit of the following:
commit 47b2aa94c56b37be492c3c01e8111054612d9722
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 17 13:12:27 2020 +0300
querylog: remove pre-v0.99.3 compatibility code
commit 2af0ee43c2444a7d842fcff057f2ba02f300244b
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 17 13:00:27 2020 +0300
all: improve documentation
commit 3add300a42f0aa67bb315a448e294636c85d0b3b
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 16 18:30:01 2020 +0300
all: improve changelog
commit e04ef701fc2de7f4453729e617641c47e0883679
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 16 17:56:53 2020 +0300
all: improve code and documentation
commit 4f04845ae275ae4291869e00c62e4ff81b01eaa3
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Wed Dec 16 17:01:08 2020 +0300
all: document changes, improve api
commit bc59b7656a402d0c65f13bd74a71d8dda6a8a65d
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 15 18:22:01 2020 +0300
all: allow multiple rules in dns filter results
2020-12-17 13:32:46 +03:00
Ainar Garipov
e02308dd42
Pull request: scripts: improve go-lint
...
Merge in DNS/adguard-home from imp-lint-script to master
Squashed commit of the following:
commit 89a6e8343f9f0c7ea257899b5daac014bfb6b6df
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 10 13:36:38 2020 +0300
script: make go-lint more in line with HACKING.md
commit dc4e1519d25877a074f667fec696578c80d7baf3
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Thu Dec 10 13:35:03 2020 +0300
scripts: improve go-lint
2020-12-10 14:35:07 +03:00
Ainar Garipov
7f9a3a73b4
Pull request: 2276 no golangci
...
Merge in DNS/adguard-home from 2276-no-golangci to master
Updates #2276 .
Squashed commit of the following:
commit 81a5a62716b8c57e8575cf149938cd941660b6f5
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 8 16:59:19 2020 +0300
all: fix Makefile
commit a8f2546803a3986f1292b45921c27409366bc04a
Author: Ainar Garipov <A.Garipov@AdGuard.COM >
Date: Tue Dec 8 16:11:09 2020 +0300
all: remove golangci-yaml, add new linters
2020-12-08 18:23:35 +03:00
Andrey Meshkov
65acfb75dd
Merge: + install.sh
...
Merge in DNS/adguard-home from install.sh to master
Fix #995
Squashed commit of the following:
commit 81a5b6385574fa5bc14f7e9cc8cd707fcdc491c3
Merge: 825062a9 fb7ca942
Author: Andrey Meshkov <am@adguard.com >
Date: Wed Oct 7 20:40:30 2020 +0300
Merge branch 'master' into install.sh
commit 825062a9cb77447bec0967635bde334218437e1f
Author: Andrey Meshkov <am@adguard.com >
Date: Wed Oct 7 20:04:04 2020 +0300
minor fixes
commit 22205d80479a1f894fe6c72afe22ba555a9e611e
Author: Andrey Meshkov <am@adguard.com >
Date: Wed Oct 7 20:01:56 2020 +0300
* (home): fix install script
commit 073b5fb8e27351094b95d85335dd3d08f65f9ee8
Author: Andrey Meshkov <am@adguard.com >
Date: Wed Oct 7 19:59:07 2020 +0300
* (home): update readme and install script
commit d4d2e4c35ca1ea1f365e40081098ee9398196ef3
Author: Andrey Meshkov <am@adguard.com >
Date: Wed Oct 7 14:43:49 2020 +0300
disable parallel build
commit a639b9ae44c534c7fdecd34894f5ad4ae6217472
Author: Andrey Meshkov <am@adguard.com >
Date: Wed Oct 7 02:48:52 2020 +0300
* (home): improve install.sh
commit 4c564da714850002d1810d4d10dce859f340e3ab
Author: Simon Zolin <s.zolin@adguard.com >
Date: Thu Oct 1 15:32:53 2020 +0300
minor
commit 0ecc1a03a41201a632f650ba995f3b07a6539889
Author: Simon Zolin <s.zolin@adguard.com >
Date: Thu Oct 1 15:08:07 2020 +0300
* install.sh: use /opt/AdGuardHome output directory
commit fd3ad73606c69e8ede086e67bc557772f9e34406
Author: Simon Zolin <s.zolin@adguard.com >
Date: Wed Sep 30 12:13:56 2020 +0300
* install.sh: prompt for an output directory
commit 8917e8cb3d794cfa1fd7b358c89695ff719e7e4d
Author: Simon Zolin <s.zolin@adguard.com >
Date: Tue Sep 29 18:56:54 2020 +0300
+ install.sh
2020-10-07 21:01:30 +03:00
Andrey Meshkov
f694a40c57
* : query log anonymization tool
2020-09-18 14:42:04 +03:00
Andrey Meshkov
deeaca5de1
fix typo
2020-09-16 19:47:26 +03:00
Andrey Meshkov
835f3b911b
Added unused translations counter
2020-09-16 17:42:57 +03:00
Andrey Meshkov
82858474a5
Added desktop icon for a snap
2020-07-16 20:25:39 +03:00
ArtemBaskal
d0d481dd0e
Update locales, add locales scripts, update locales readme
2020-04-07 16:17:57 +03:00
Andrey Meshkov
6faf2ce931
*(global): update trackers db
2020-01-30 18:40:58 +03:00
Andrey Meshkov
327030789d
*(global): updated trackers database
2020-01-30 12:28:01 +03:00
Andrey Meshkov
dfe47ab33b
*: update translation script readme
2019-12-24 11:45:02 +03:00
Andrey Meshkov
3fbbda5102
*(global): upd trackers db
2019-10-10 16:01:20 +03:00
Ildar Kamalov
568a7a7334
+ translations: add twosky config file
2019-08-20 17:19:49 +03:00
Ildar Kamalov
3b0f2e5563
+ translations: add twosky integration
2019-07-31 13:51:58 +03:00
Ildar Kamalov
21db166be0
+ client: added Simplified Chinese
...
Closes #611
2019-03-12 12:04:41 +03:00
Ildar Kamalov
10fcfefcfd
* client: bulgarian language translation
2019-03-07 12:38:17 +03:00
Ildar Kamalov
eb71f3ed8f
Added Traditional Chinese
...
Closes #510
2019-01-04 21:22:22 +03:00
Ildar Kamalov
15f8cfce64
Add new languages
2018-11-26 15:00:56 +03:00
Ildar Kamalov
3779407291
Move translations script to scripts folder
2018-11-19 09:57:45 +03:00
Andrey Meshkov
dcbee729fb
fix gitignore
2018-10-14 23:26:00 +03:00
Andrey Meshkov
c35f260e53
remove extra file
2018-10-14 23:25:40 +03:00
Andrey Meshkov
2f61b42e90
Add trackers, rework some text
2018-10-14 23:24:11 +03:00
Andrey Meshkov
5fb603f6c9
trackers module
2018-10-12 17:32:38 +03:00
Andrey Meshkov
11e8853a34
Added a script for updating the whotracksme database
2018-10-12 17:32:38 +03:00