PowerDNS-Admin/app
Dejan Filipovic 8698009c30 Records entries should not required database requests for domain listing page
Create a new class just for storing records entries, without the Setting lookup
otherwise for each record it will make 4 SQL queries to retrieve something that
is not used.
2019-03-28 08:25:07 +01:00
..
blueprints Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
lib Improve SAML support 2019-03-03 07:58:01 +00:00
static/custom Fix case where TTL not in ttl_options 2018-11-28 21:19:38 +00:00
templates Fix domain datatable. #468 2019-03-01 17:06:32 +07:00
__init__.py Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
assets.py Add validation for authentication setting form 2018-08-19 22:08:14 +07:00
customboxes.py Separate Tabs for Reverse Zones (IP4 & IP6) 2019-01-23 12:00:26 +01:00
decorators.py Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
errors.py Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
models.py Records entries should not required database requests for domain listing page 2019-03-28 08:25:07 +01:00
oauth.py Update README. Fix warning from PR #387 2018-10-26 08:43:25 +07:00
schema.py Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
swagger-spec.yaml Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
validators.py Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
views.py Records entries should not required database requests for domain listing page 2019-03-28 08:25:07 +01:00