powerdns-admin/powerdnsadmin/routes
corubba 5036619a67 Allow new domains to be absolute
Allow the new domain name to be input absolute (with a dot at the end).
To keep the rest of the logic working as-is, remove it fairly early in
the function.

Would have loved to use `str.removesuffix()` but that's python v3.9+.
2022-06-23 22:31:00 +02:00
..
__init__.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
admin.py feat: Add the extra chars as an option 2022-06-18 14:30:56 +02:00
api.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
base.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
dashboard.py Revert "Merge branch 'master' into master" 2021-12-25 16:17:54 +02:00
domain.py Allow new domains to be absolute 2022-06-23 22:31:00 +02:00
index.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
user.py Add 'otp_force' basic setting (#1051) 2021-12-17 11:41:51 +01:00