PowerDNS-Admin/powerdnsadmin/models
Matt Scott 59a32a148f
Corrected a mistake with the new LDAP search filter cleansing that broke LDAP altogether. Moved the filtering to only target the user DN with Active Directory LDAP connections.
2023-12-08 06:17:34 -05:00
..
__init__.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
account.py feat: Move the account parse calls to a method 2022-06-18 14:30:56 +02:00
account_user.py Code refactoring and bug fixes 2020-06-19 08:47:51 +07:00
api_key.py Update api_key.py 2022-12-09 09:33:17 +08:00
api_key_account.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
base.py Refactoring the code 2019-12-02 10:32:03 +07:00
domain.py Updated backend to properly encode the zone name sent to PDNS API so that zones with URL unsafe characters don't break the request. 2023-11-24 09:49:40 -05:00
domain_setting.py Code refactoring and bug fixes 2020-06-19 08:47:51 +07:00
domain_template.py Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
domain_template_record.py Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
domain_user.py Code refactoring and bug fixes 2020-06-19 08:47:51 +07:00
history.py History Tab Overhaul & Domain Record Modifications Changelog (#1042) 2021-11-30 11:02:37 +02:00
record.py Fix deletion of comments 2023-04-16 16:03:44 +02:00
record_entry.py Code refactoring and bug fixes 2020-06-19 08:47:51 +07:00
role.py Fix back_populate relationships 2022-12-22 22:50:01 +01:00
server.py Code refactoring and bug fixes 2020-06-19 08:47:51 +07:00
sessions.py Created a new model to represent the Flask-Session storage schema `sessions` with a method for removing expired sessions. 2023-11-24 06:26:38 -05:00
setting.py Corrected issue with encoding / decoding of dictionary and list type settings values. 2023-04-14 18:52:27 -04:00
user.py Corrected a mistake with the new LDAP search filter cleansing that broke LDAP altogether. Moved the filtering to only target the user DN with Active Directory LDAP connections. 2023-12-08 06:17:34 -05:00