powerdns-admin/powerdnsadmin/routes
Jan Koppe 0d0339a316
fix #1485: allow more than 100 rows default in dashboard
The dashboard.domains_custom route was hardcoded to either return all
the domains, or at most 100, regardless of default_domain_table_size
setting.

Make this limit be dependent on default_domain_table_size instead.

The API will now limit to 100 or default_domain_table_size, whichever
one is higher. This is done to not break any seconday use-cases that
might depend on the hardcoded setting.
2023-03-29 14:52:00 +02:00
..
__init__.py Revert "Revert "Merge pull request #1371 from AgentTNT/AdminLTE-Upgrade"" 2023-02-18 11:04:14 -05:00
admin.py Merge branch 'dev' into nkupdates-password-policy 2023-03-17 15:31:10 -04:00
api.py Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
base.py fix(auth:basic): Basic auth exception handling improvement 2023-03-15 01:09:46 +00:00
dashboard.py fix #1485: allow more than 100 rows default in dashboard 2023-03-29 14:52:00 +02:00
domain.py Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
index.py fix: fixed session clearing and let logout_user take care of cleanup 2023-03-18 19:14:58 +00:00
user.py feat(authentication): check password policy during user profile password change 2023-03-17 03:45:37 +00:00