Ildar Kamalov
2976726f99
* client: fix page scrolling on adding/deleting leases
2019-05-28 19:01:24 +03:00
Ildar Kamalov
6f2503a09f
+ client: handle static leases form
2019-05-28 19:01:24 +03:00
Ildar Kamalov
a8384c004e
+ client: add table to show static leases
2019-05-28 19:01:24 +03:00
Ildar Kamalov
a83bc5eeeb
* client: add source column
2019-05-28 18:44:27 +03:00
Ildar Kamalov
702db84e39
* client: remove redundant table formatting for runtime clients table
2019-05-28 18:44:27 +03:00
Ildar Kamalov
9cc824d852
* client: show MAC address as default
2019-05-28 18:44:27 +03:00
Ildar Kamalov
8a8c7329f7
+ client: add runtime clients table
2019-05-28 18:44:27 +03:00
Ildar Kamalov
cbef338592
* client: add icons for table buttons
2019-05-28 18:44:27 +03:00
Ildar Kamalov
bd2c4269db
* client: remove unused api method
2019-05-28 18:44:27 +03:00
Ildar Kamalov
f40141bbbc
* client: confirm before deleting
2019-05-28 18:44:27 +03:00
Ildar Kamalov
c7b5830336
* client: remove table column min-width
2019-05-28 18:44:27 +03:00
Ildar Kamalov
bb34381a0d
* client: fix no data text
2019-05-28 18:44:27 +03:00
Ildar Kamalov
68a4cc597f
* client: fix sort helper
2019-05-28 18:44:27 +03:00
Ildar Kamalov
22d3c38df2
+ client: handle per-client settings
2019-05-28 18:44:27 +03:00
Ildar Kamalov
9f75146eab
* client: check for empty versions response
2019-05-28 15:22:48 +03:00
Ildar Kamalov
967517316f
* client: add link to the update error
2019-05-17 18:33:34 +03:00
Ildar Kamalov
24f582d36d
* client: add update timeout
2019-05-17 18:33:34 +03:00
Ildar Kamalov
9cffe865ec
* client: add error message if update failed
2019-05-17 18:33:34 +03:00
Ildar Kamalov
cb3f7f2834
+ client: handle update
2019-05-17 18:33:34 +03:00
Ildar Kamalov
a45f0c519e
Merge pull request #209 in DNS/adguard-dns from feature/734 to master
...
* commit '6ac9509d64e82e48bc22ccd23ac3a25776d05565':
+ client: Add a link to the list of known DNS providers to Upstream DNS settings
2019-05-06 09:35:51 +03:00
Ildar Kamalov
d24f208f98
- client: fixed values for settings validation
...
Closes #729
2019-04-28 11:43:15 +03:00
Ildar Kamalov
6ac9509d64
+ client: Add a link to the list of known DNS providers to Upstream DNS settings
...
Closes #734
2019-04-28 11:18:56 +03:00
Simon Zolin
4231920ee8
* client: add "DuckDuckGo" to safesearch label text
2019-04-23 15:25:09 +03:00
Simon Zolin
68dc8a1341
* control: update "DHCP server not found" message
2019-04-23 12:26:14 +03:00
Ildar Kamalov
5f88abb322
* client: fixed getDefaultAddresses structure
2019-04-23 11:41:53 +03:00
Ildar Kamalov
33db419384
- client: npm audit fix
2019-04-23 11:41:53 +03:00
Ildar Kamalov
ceabad0fd0
* client: validate form on load
2019-04-23 11:41:53 +03:00
Ildar Kamalov
f76b7c3d94
* client: installation wizard additional checks
2019-04-23 11:41:53 +03:00
Ildar Kamalov
f83d026c33
+ client: privacy policy link
...
Closes #393
2019-04-17 15:03:25 +03:00
Ildar Kamalov
d0942c88c8
* client: replace PUT and DELETE with POST
2019-04-16 12:11:31 +03:00
Simon Zolin
08bedacf0a
Merge: DHCP: check/set static IP
...
Close #686
* commit '828d3121be807daa8f839dfa7a7ac4ba8a6e7cd8':
* client: show message if there is no static ip
* client: rename constant
* hasStaticIP: use properly named boolean variable
+ client: static_ip warnings
* client: error text
* client: disable DHCP check if server enabled and hide errors on disable
* client: hide error if DHCP enabled and require check DHCP before enabling
* client: accordion styles
- client: fix DHCP fields validation
* client: fix DHCP error message
+ config: set default parameters for DHCP server
+ /control/dhcp/set_config: set static IP
+ /control/dhcp/find_active_dhcp: detect static IP on Linux
* /control/dhcp/find_active_dhcp: new JSON response format
2019-04-15 12:59:16 +03:00
Ildar Kamalov
828d3121be
* client: show message if there is no static ip
2019-04-05 15:15:56 +03:00
Ildar Kamalov
b6ae539c36
* client: rename constant
2019-04-05 14:32:56 +03:00
Ildar Kamalov
6bf57ae84e
+ client: static_ip warnings
2019-04-04 17:13:51 +03:00
Ildar Kamalov
472dc0b77d
* client: error text
2019-04-04 17:13:51 +03:00
Ildar Kamalov
4b821d67f5
* client: disable DHCP check if server enabled and hide errors on disable
2019-04-04 17:13:51 +03:00
Ildar Kamalov
24fc2957c5
* client: hide error if DHCP enabled and require check DHCP before enabling
2019-04-04 17:13:51 +03:00
Ildar Kamalov
6ba0e4686a
* client: accordion styles
2019-04-04 17:13:51 +03:00
Ildar Kamalov
b92fb34f37
- client: fix DHCP fields validation
2019-04-04 17:13:51 +03:00
Ildar Kamalov
ffd9f1aaa9
* client: fix DHCP error message
2019-04-04 17:13:51 +03:00
Ildar Kamalov
4d217583b0
- client: validate encryption if enabled
...
Closes #700
2019-04-04 14:54:57 +03:00
Ildar Kamalov
e231230f1b
- client: fixed leases table on mobile
...
Closes #688
2019-04-02 13:59:03 +03:00
Ildar Kamalov
0c973334be
* client: if 0.0.0.0 is selected, then redirect to the current IP
...
Closes #655
2019-03-29 16:24:59 +03:00
Ildar Kamalov
91af0cddce
- client: header links overflow
2019-03-28 12:28:57 +03:00
Ildar Kamalov
6f014fa53d
- client: fix settings page if current interface doesn't exist
...
Closes #664
2019-03-28 11:53:39 +03:00
Ildar Kamalov
6f2e852e09
- client: request version after DNS status request
...
Closes #660
2019-03-28 11:45:31 +03:00
Ildar Kamalov
fd82e7c26a
- client: fixed Chrome translation popup issue with Portuguese
...
Closes #656
2019-03-28 11:44:10 +03:00
Ildar Kamalov
2bb5b24d4e
- client: missed translation
...
Closes #652
2019-03-28 11:43:26 +03:00
Andrey Meshkov
800cb177f3
Merge pull request #179 in DNS/adguard-dns from feature/637 to master
...
* commit 'bc0b0af06b71197d75c8a7f8c3a401d4c8a49d61':
+ client: added name for client
- openapi: fix typo
+ control: /clients: get the list of clients' IP addresses and names from /etc/hosts
2019-03-22 14:27:15 +03:00
Andrey Meshkov
31a0dde515
fix link
2019-03-22 13:57:58 +03:00