PowerDNS-Admin/powerdnsadmin
Matt Scott bbe8d69345
Fixing new LDAP search filter cleansing mechanism to only target user DN value returned on AD connections (#1727)
2023-12-08 06:53:31 -05:00
..
lib Added some missing settings to the new `AppSettings` class. 2023-04-14 19:26:02 -04:00
models 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
routes Reverting a bad change I made to remove a deprecated feature that is removed in Flask 2.3. 2023-11-24 09:28:21 -05:00
services Updated the OAuth service providers to properly respect the new OAuth autoconfiguration settings for each provider. 2023-04-13 13:34:41 -04:00
static 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
templates Merge zone editor record action controls into single column (#1642) 2023-12-08 05:16:08 -05:00
__init__.py Added some missing settings to the new `AppSettings` class. 2023-04-14 19:26:02 -04:00
assets.py Moved authentication settings editor JavaScript into `js_main` assets build process instead of direct linking it to the view. 2023-04-10 19:58:58 -04:00
decorators.py Overhauled app settings implementation to remove redundancy of definitions. Additionally, re-factored settings initialization code to allow for every setting to be defined by environment variable for both bare metal and Docker container deployments. 2023-04-14 07:12:02 -04:00
default_config.py Overhauled app settings implementation to remove redundancy of definitions. Additionally, re-factored settings initialization code to allow for every setting to be defined by environment variable for both bare metal and Docker container deployments. 2023-04-14 07:12:02 -04:00
swagger-spec.yaml Updated the unknown state 2022-05-23 16:46:11 +00:00