Commit Graph

123 Commits

Author SHA1 Message Date
Shreyas Zare
60a9917a77 main.js: removed doh-json support. 2022-12-24 15:06:41 +05:30
Shreyas Zare
7861a1834d main.js: updated HTTPRequest calls to explicitly use POST method when needed. 2022-11-26 12:00:03 +05:30
Shreyas Zare
dd1f2220c6 main.js: removed cloudflare doh-json code. Added ECS support. 2022-11-20 16:41:07 +05:30
Shreyas Zare
211eadc3dd main.js: added support for more opendns forwarders. Updated refreshDashboard() to use ISO datetime format. 2022-10-30 19:05:56 +05:30
Shreyas Zare
6bb758f63a main.js: removed old tsig key names loading code. Updated refreshDashboard() to show main chart in client's local time. Implemented allow/block options for top domains and top blocked domains. 2022-10-09 15:49:40 +05:30
Shreyas Zare
8960149c7c main.js: updated implementation for multi-user support. Updated API paths and using session data token. Other minor changes done. 2022-09-18 18:15:29 +05:30
Shreyas Zare
6bce6f34cc webapp: added OpenDNS DoH end points to DNS Client and Forwarder. 2022-06-11 12:01:25 +05:30
Shreyas Zare
1af2c91a78 main.js: implemented feature to store token in local storage to prevent logging out on page refresh. 2022-04-23 19:35:44 +05:30
Shreyas Zare
8fc6dc0e77 main.js: implemented support for cache maximum entries. 2022-04-23 18:06:50 +05:30
Shreyas Zare
dd3aaea1fd main.js: fixed minor UI issues. 2022-04-09 17:35:25 +05:30
Shreyas Zare
8150dc7af7 main.js: Updated checkForReverseProxy() check to correctly detect reverse proxy when TLS is disabled. 2022-03-26 12:15:05 +05:30
Shreyas Zare
ad622eea98 main.js: implemented new dns server options in settings. 2022-03-12 15:57:03 +05:30
Shreyas Zare
0d57b050e4 main.js: implemented dnssec validation option. 2022-01-23 18:23:47 +05:30
Shreyas Zare
754df0630c main.js: implemented EDNS udp payload size option. 2021-10-30 12:23:39 +05:30
Shreyas Zare
df484b6e7b main.js: reloading forwarder after set settings to get the converted forwarder format strings. 2021-10-23 12:05:32 +05:30
Shreyas Zare
25cdaa7618 main.js: updated checkForWebConsoleRedirection() to check for TLS enable/disable event and to redirect to the correct protocol url. 2021-10-16 16:38:14 +05:30
Shreyas Zare
78f5d03ef1 main.js: implemented self signed cert option. 2021-10-16 15:05:15 +05:30
Shreyas Zare
741865c953 main.js: update check code implementation changed. code refactoring done. 2021-10-02 13:12:36 +05:30
Shreyas Zare
16ee6705bf webapp main.js: implemented new settings api options. 2021-09-25 14:23:03 +05:30
Shreyas Zare
48a3067d30 webapp main.js: minor changes done. 2021-09-18 12:00:00 +05:30
Shreyas Zare
3b0edd5bcd webapp main.js: using moment js to format date time. Moved code to new js files. 2021-09-11 16:13:53 +05:30
Shreyas Zare
e246cd5876 webapp main.js: implemented ns revalidation. 2021-08-21 12:21:31 +05:30
Shreyas Zare
a088261a1c main.js: updated code for tsig changes. 2021-08-14 12:03:09 +05:30
Shreyas Zare
367524e53c webapp: implemented tabbed settings view. 2021-08-07 19:26:45 +05:30
Shreyas Zare
afaac95d0b webapp main.js: updated code for tsig and query rate limiting support. 2021-08-07 12:52:58 +05:30
Shreyas Zare
17a014392f webapp: setting username to lower case. 2021-07-18 15:51:48 +05:30
Shreyas Zare
22f09280c0 webapp: implemented js code for advance cache ttl options. 2021-06-19 14:35:16 +05:30
Shreyas Zare
103e366839 webapp: minor change. 2021-05-30 19:35:35 +05:30
Shreyas Zare
c972c5a96b webapp: updated settings ui to show correct blockListNextUpdatedOn state and minor validation changes. 2021-05-30 17:54:58 +05:30
Shreyas Zare
9d21a03778 webapp: minor improvements done. 2021-05-30 17:09:39 +05:30
Shreyas Zare
398329a580 webapp: implemented js code for enable blocking and temp disable blocking features. 2021-05-30 16:47:08 +05:30
Shreyas Zare
dec9e28648 webapp: implemented UI code for blocking type feature. 2021-05-29 13:20:50 +05:30
Shreyas Zare
1d21b31c1d webapp: implemented qpm limit settings code. 2021-05-23 19:04:45 +05:30
Shreyas Zare
05b6e1d1fa webapp: updated load and save settings code for recursion ACL options. 2021-05-16 17:14:23 +05:30
Shreyas Zare
4949b41e6f webapp: fixed issue in checkForWebConsoleRedirection() causing redirection when using reverse proxy. 2021-04-24 13:21:25 +05:30
Shreyas Zare
e710cc8a7e webapp: implemented js code for UseNxDomainForBlocking option in settings. Refactored NameError to NxDomain. 2021-04-11 17:45:57 +05:30
Shreyas Zare
7b5db4e557 minor changes 2021-03-27 16:49:28 +05:30
Shreyas Zare
e227eeffab webapp: fixed bug in checkForWebConsoleRedirection() causing redirection when using default ports. 2021-03-21 17:14:50 +05:30
Shreyas Zare
96cdee48e5 webapp: added set focus to text input for modals. 2021-03-13 13:24:48 +05:30
Shreyas Zare
17e8d38f0c webapp: updated main.js to support apps backup and restore. 2021-03-06 17:56:02 +05:30
Shreyas Zare
12e7f9ec5f webapp: improved dashboard custom stats code. Implemented qname minimization setting. 2021-02-27 19:29:18 +05:30
Shreyas Zare
89eacdf742 webapp: removed chart update optimization since it wont refresh data when timeline has been updated and filter remains same. 2021-02-14 15:36:26 +05:30
Shreyas Zare
abdf73a3bf webapp: implemented custom stats js code. 2021-02-14 15:28:15 +05:30
Shreyas Zare
056e2fdd89 minor formatting 2021-01-23 16:16:03 +05:30
Shreyas Zare
df23d14bdf Merge branch 'develop' of https://github.com/TechnitiumSoftware/DnsServer into develop 2021-01-17 18:38:09 +05:30
Shreyas Zare
e900325749 Merge pull request #221 from Cossey/DashboardMemory
Allow charts to save legend filters
2021-01-17 18:36:41 +05:30
Shreyas Zare
4e57aa5b31 webapp: implemented delete existing files option for restore settings. 2021-01-17 18:12:34 +05:30
Shreyas Zare
d3f7fbcb82 webapp: implemented maxStatFileDays settings option. 2021-01-17 17:55:01 +05:30
Shreyas Zare
11904a174c webapp: updated footer link to Donate. 2021-01-16 20:24:18 +05:30
Shreyas Zare
28cd0ec343 webapp: removing unnecessary checks. 2021-01-16 15:52:22 +05:30