Commit graph

27 commits

Author SHA1 Message Date
Khanh Ngo 8ea00b9484
Refactoring the code
- Use Flask blueprint
- Split model and views into smaller parts
- Bug fixes
- API adjustment
2019-12-02 10:32:03 +07:00
Robert Kerr 017e0c7344 Fix case where TTL not in ttl_options
If PowerDNS-Admin is working on a database created by another tool
or ttl_options is changed the current TTL might be missing from
the valid list, fix this
2018-11-28 21:19:38 +00:00
Robert Kerr c456aa2e7a Add ttl_options setting
Adds a new setting to define the options in the TTL dropdown when
editing a record. The setting is a comma separated string with the
valid options.
2018-11-24 12:45:14 +00:00
Khanh Ngo 5f049debe5 Adding Flask-SeaSurf module for CSRF protection. 2018-11-21 10:24:33 +07:00
Josh Soref c646185e1f spelling: dropdown 2018-10-02 07:13:08 +00:00
Khanh Ngo ccd2d8c31a Code adjustment as LGTM.com 2018-09-06 11:35:54 +07:00
Khanh Ngo 43830e5e63
Fix js code as suggestion from LGTM 2018-08-31 21:57:52 +07:00
Khanh Ngo 3457d9214a Adding Operator role 2018-08-31 11:57:06 +07:00
Jeroen Boonstra 18133ab19c Add ajax call for refresh 2018-06-08 13:26:06 +02:00
Khanh Ngo 52b6966c83 Check zone serial before allowing user to submit their change. #183 2018-04-12 11:18:44 +07:00
Khanh Ngo 17a892b18d Resolve the conflicts for #228 2018-04-02 13:38:53 +07:00
Jeroen Boonstra dcfa98ac59 Add disable button 2018-03-05 15:26:45 +01:00
Jeroen Boonstra 747de090f9 enable dnssec ui functions 2018-03-05 11:18:29 +01:00
Jeroen Boonstra 1b93803d6e Add enable dnssec button 2018-02-28 14:47:10 +01:00
Znuff 8f31953b6d Fix for #176
Fixes #176. Tested briefly with my data.
2017-01-13 16:53:11 +02:00
Joachim Tingvold 9348afc26e Pretty history details. 2016-08-21 14:46:23 +00:00
Joachim Tingvold 4f5b2e5c50 Set focus to the first field when adding a new row. 2016-08-19 18:13:34 +00:00
Khanh Ngo 2cf88739b9 Fix delete button in records table. #91 2016-07-19 17:38:16 +07:00
Ivan Filippov 0c694816e2 Added 'record_helper' setting. New option for reload after applyChanges
This setting enabled a helper pop-up that assists with filling out MX
and SRV records. This option is toggleable on the Settings page.
2016-05-15 12:47:02 -06:00
Ivan Filippov 211bcf168a Fixed DNSSEC popup not updating after clicking on an enabled zone. 2016-04-29 11:19:29 -06:00
Ivan Filippov 5842617b31 Merge pull request #38 from ivanfilippov/new_ui
Results of first round of testing
2016-04-29 10:31:29 -06:00
Ivan Filippov 64a297d5fb Fix DNSSEC popup on dashboard template. 2016-04-29 10:23:05 -06:00
Khanh Ngo 76f2ffdee5 Small text/menu adjustment in templates 2016-04-28 10:24:18 +07:00
Ivan Filippov 887263342f Converted record management page to new template. 2016-04-27 18:45:24 -06:00
Ivan Filippov 4164f34fa4 Add 'getDataTable' function from old template. 2016-04-27 18:45:24 -06:00
Ivan Filippov c95fd6ffec Convert admin_history template to use AJAX applicator in custom.js 2016-04-27 18:45:21 -06:00
Ivan Filippov 0e710c96e4 Converted 'admin_history.html' to new template. 2016-04-27 18:45:02 -06:00