Commit Graph

394 Commits

Author SHA1 Message Date
Shreyas Zare
3060412d44 zone.js: fixed issue in pagination caused when zone has 0 records. 2023-02-26 17:27:56 +05:30
Shreyas Zare
4384792f42 webapp: minor ui changes. 2023-02-26 17:27:17 +05:30
Shreyas Zare
b8813fe432 main.js: updated dashboard api changes. Updated settings code to show DoH url too in info. 2023-02-25 13:19:33 +05:30
Shreyas Zare
b73d2e2ffc dhcp.js: updated saveDhcpScope() to use POST method to prevent long url error. 2023-02-25 13:17:41 +05:30
Shreyas Zare
50be5d0b09 updated main.css for dashboard zone stats changes. 2023-02-25 13:16:51 +05:30
Shreyas Zare
1fa8fdf95d webapp: updated index to add blog post links. Updated dashboard to add allow list stats. Other minor changes done. 2023-02-25 13:16:26 +05:30
Shreyas Zare
df9373f598 zone.js: implemented pagination support for zone records view. 2023-02-18 11:48:27 +05:30
Shreyas Zare
204ae2dac2 main.js: removed unmaintained block lists from default settings. 2023-02-18 11:47:27 +05:30
Shreyas Zare
0034e3e0b0 log.js: fixed minor issue in queryLogs() and added context menu for query logs entries. 2023-02-18 11:46:51 +05:30
Shreyas Zare
e783b6b171 webapp: updated html to support pagination for zone records view. Other minor changes done. 2023-02-18 11:45:55 +05:30
Shreyas Zare
409347ba4a zone.js: implementes zones section pagination support. 2023-02-12 13:36:11 +05:30
Shreyas Zare
71f9cfefeb main.js: removed doh-port80 support and other minor changes. 2023-02-12 13:34:59 +05:30
Shreyas Zare
e7919c7f77 logs.js: storing current drop down value in local storage. 2023-02-12 13:34:08 +05:30
Shreyas Zare
d7b03d9c0c webapp: updated html to implement zone pagination view. Removed doh-port80 html. 2023-02-12 13:27:32 +05:30
Shreyas Zare
9c6acf6580 main.js: minor ui changes. 2023-02-05 17:29:02 +05:30
Shreyas Zare
1b537279ee zone.js: updated showEditZone() to use new get records api call changes. 2023-02-05 16:38:46 +05:30
Shreyas Zare
b74d6f4f14 webapp: minor html changes. 2023-02-05 16:37:57 +05:30
Shreyas Zare
0e420e5966 webapp: updated html for minor changes. 2023-01-15 18:32:59 +05:30
Shreyas Zare
a460ee529f zone.js: updated code to support QUIC. Updated DNSSEC properties to show "ready by" datetime and key item menu code changes. 2023-01-14 15:28:54 +05:30
Shreyas Zare
453816dc05 main.js: updated code for QUIC support. Implemented new settings options. Removed old datetime picker code. Code refactoring changes. 2023-01-14 15:27:03 +05:30
Shreyas Zare
0c715b9f5e logs.js: removed old datetime picker code. 2023-01-14 15:24:27 +05:30
Shreyas Zare
9953023233 auth.js: minor ui changes. 2023-01-14 15:23:53 +05:30
Shreyas Zare
05516323cb main.css: updated css for sortable table headers. 2023-01-14 15:23:05 +05:30
Shreyas Zare
92c786da3f webapp: updated html to use html5 date input. Updated sortable table headers to be clickable. Added support for DNS-over-QUIC and XFR-over-QUIC. Updated settings section for new options. Updated DNSSEC properties to use menu instead of buttons for key items. 2023-01-14 15:22:44 +05:30
Shreyas Zare
8101086ec1 webapp: updated jquery. 2023-01-14 13:26:07 +05:30
Shreyas Zare
cdf503ef65 webapp: removed jquery-ui and bootstrap-datetimepicker. 2023-01-14 13:16:09 +05:30
Shreyas Zare
056eaba803 webapp: fixed file upload content type header issue. 2023-01-01 17:32:58 +05:30
Shreyas Zare
0030b5673a dhcp.js: added support for generic options and TFTP server address option. 2022-12-24 15:08:19 +05:30
Shreyas Zare
40eea2cab4 zone.js: removed doh-json support. Fixed minor ui issue. 2022-12-24 15:07:19 +05:30
Shreyas Zare
60a9917a77 main.js: removed doh-json support. 2022-12-24 15:06:41 +05:30
Shreyas Zare
2745862792 common.js: updated serializeTableData() to support input number fields. 2022-12-24 15:06:07 +05:30
Shreyas Zare
1f94b8d115 webapp: updated OISD block list urls. 2022-12-24 15:05:25 +05:30
Shreyas Zare
4c6cd4ea53 webapp: removed doh-json support. Updated OISD block list urls. Added support for new DHCP options. 2022-12-24 15:05:01 +05:30
Shreyas Zare
ca579cf096 webapp: removed twitter link from about us. 2022-12-17 13:22:53 +05:30
Shreyas Zare
5cb858d139 other-zones.js: updated HTTPRequest calls to explicitly use POST method when needed. 2022-11-26 12:00:29 +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
53e1a1a7b9 logs.js: Using new HTTPRequest() method instead of HTTPGetFileRequest(). 2022-11-26 11:59:24 +05:30
Shreyas Zare
5e6ae19e9d common.js: updated HTTPRequest() to support method and response type parameters to be able to remove need for a separate HTTPGetFileRequest() method. 2022-11-26 11:58:17 +05:30
Shreyas Zare
2d53006ebf apps.js: fixed app row id issue. implemented app description support. minor ui changes done. 2022-11-26 11:57:07 +05:30
Shreyas Zare
3e9f5ece28 webapp: added mastodon link in about section. 2022-11-26 11:55:48 +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
7324adee52 webapp: removed cloudflare doh-json url. Added ECS support. 2022-11-20 16:40:08 +05:30
Shreyas Zare
6f7d1865c9 apps.js: added support for new IDnsPostProcessor interface. 2022-11-12 15:24:18 +05:30
Shreyas Zare
b7c3d65e24 zone.js: added support for SSHFP and TLSA records. 2022-11-12 15:23:31 +05:30
Shreyas Zare
20577547f6 dhcp.js: implemented support for new dhcp options. 2022-11-12 15:16:27 +05:30
Shreyas Zare
d229934a6e webapp: updated html to support new DHCP options, and new SSHFP and TLSA records. Other minor changes done. 2022-11-12 15:15:41 +05:30
Shreyas Zare
a616324ac2 webapp: Updated to add dynamic updates security policy support. Added more opendns servers and forwarders. Added SSHFP and TLSA support. 2022-10-30 19:10:54 +05:30
Shreyas Zare
c2a4c95b6e zone.js: updated implementation to support dynamic updates security policy feature. 2022-10-30 19:09:14 +05:30
Shreyas Zare
673ad97d7c common.js: updated serializeTableData() to allow specifying different alert placeholder. 2022-10-30 19:07:09 +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