forked from AdguardTeam/AdGuardHome
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request: all: client id support
Merge in DNS/adguard-home from 1383-client-id to master Updates AdguardTeam#1383. Squashed commit of the following: commit ebe2678 Author: Ildar Kamalov <[email protected]> Date: Wed Jan 27 17:51:59 2021 +0300 - client: check if IP is valid commit 0c33058 Author: Ildar Kamalov <[email protected]> Date: Wed Jan 27 17:07:50 2021 +0300 - client: find clients by client_id commit 71c9593 Merge: 9104f16 3e9edd9 Author: Ainar Garipov <[email protected]> Date: Wed Jan 27 16:09:45 2021 +0300 Merge branch 'master' into 1383-client-id commit 9104f16 Author: Ainar Garipov <[email protected]> Date: Wed Jan 27 13:28:50 2021 +0300 dnsforward: imp tests commit ed47f26 Author: Ainar Garipov <[email protected]> Date: Wed Jan 27 12:39:52 2021 +0300 dnsforward: fix address commit 98b222b Author: Ainar Garipov <[email protected]> Date: Tue Jan 26 19:50:31 2021 +0300 home: imp code commit 4f39665 Merge: 199fdc0 c215b82 Author: Ainar Garipov <[email protected]> Date: Tue Jan 26 19:45:13 2021 +0300 Merge branch 'master' into 1383-client-id commit 199fdc0 Author: Ainar Garipov <[email protected]> Date: Tue Jan 26 19:20:37 2021 +0300 all: imp tests, logging, etc commit 35ff14f Author: Ildar Kamalov <[email protected]> Date: Tue Jan 26 18:55:19 2021 +0300 + client: remove block button from clients with client_id commit 32991a0 Author: Ildar Kamalov <[email protected]> Date: Tue Jan 26 18:54:25 2021 +0300 + client: add requests count for client_id commit 2d68df4 Author: Ainar Garipov <[email protected]> Date: Tue Jan 26 15:49:50 2021 +0300 stats: handle client ids commit 4e14ab3 Author: Ainar Garipov <[email protected]> Date: Tue Jan 26 13:45:25 2021 +0300 openapi: fix example commit ca9cf3f Author: Ainar Garipov <[email protected]> Date: Tue Jan 26 13:37:10 2021 +0300 openapi: improve clients find api docs commit f79876e Author: Ainar Garipov <[email protected]> Date: Tue Jan 26 13:18:52 2021 +0300 home: accept ids in clients find commit 5b72595 Merge: 607e241 abf8f65 Author: Ainar Garipov <[email protected]> Date: Mon Jan 25 18:34:56 2021 +0300 Merge branch 'master' into 1383-client-id commit 607e241 Author: Ainar Garipov <[email protected]> Date: Mon Jan 25 18:30:39 2021 +0300 dnsforward: fix quic commit f046352 Author: Ainar Garipov <[email protected]> Date: Mon Jan 25 16:53:09 2021 +0300 all: remove wildcard requirement commit 3b67948 Author: Andrey Meshkov <[email protected]> Date: Mon Jan 25 16:02:28 2021 +0300 workDir now supports symlinks commit 0647ab4 Author: Ildar Kamalov <[email protected]> Date: Mon Jan 25 14:59:46 2021 +0300 - client: remove wildcard from domain validation commit b1aec04 Author: Ildar Kamalov <[email protected]> Date: Mon Jan 25 14:55:39 2021 +0300 + client: add form to download mobileconfig ... and 12 more commits
- Loading branch information
Showing
53 changed files
with
1,707 additions
and
615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,3 +81,7 @@ body { | |
.ReactModal__Body--open { | ||
overflow: hidden; | ||
} | ||
|
||
a.btn-success.disabled { | ||
color: #fff; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.