From 5909de99e9a2a4099c7350076b676b28d842a22b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 06:56:50 +0000 Subject: [PATCH 01/15] spelling: admin --- app/templates/admin_setting_pdns.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/admin_setting_pdns.html b/app/templates/admin_setting_pdns.html index 3310680..ce44b48 100644 --- a/app/templates/admin_setting_pdns.html +++ b/app/templates/admin_setting_pdns.html @@ -63,7 +63,7 @@
-

You must configure the API connection information before PowerDNS-Admiin can query your PowerDNS data. Following fields are required:

+

You must configure the API connection information before PowerDNS-Admin can query your PowerDNS data. Following fields are required:

PDNS API URL
Your PowerDNS API URL (eg. http://127.0.0.1:8081/).
PDNS API KEY
From 7875be3b780c3eef8ecb8f0b908de36b5ab29dd6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:03:41 +0000 Subject: [PATCH 02/15] spelling: authentication --- config_template.py | 2 +- configs/development.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_template.py b/config_template.py index 1a1c1f8..4095269 100644 --- a/config_template.py +++ b/config_template.py @@ -31,7 +31,7 @@ SQLALCHEMY_DATABASE_URI = 'mysql://'+SQLA_DB_USER+':'+SQLA_DB_PASSWORD+'@'+SQLA_ # DATABSE - SQLite # SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'pdns.db') -# SAML Authnetication +# SAML Authentication SAML_ENABLED = False SAML_DEBUG = True SAML_PATH = os.path.join(os.path.dirname(__file__), 'saml') diff --git a/configs/development.py b/configs/development.py index 5552eea..5a15098 100644 --- a/configs/development.py +++ b/configs/development.py @@ -24,7 +24,7 @@ SQLALCHEMY_DATABASE_URI = 'mysql://'+DB_USER+':'+DB_PASSWORD+'@'+DB_HOST+'/'+DB_ SQLALCHEMY_MIGRATE_REPO = os.path.join(basedir, 'db_repository') SQLALCHEMY_TRACK_MODIFICATIONS = True -# SAML Authnetication +# SAML Authentication SAML_ENABLED = False SAML_DEBUG = True SAML_PATH = os.path.join(os.path.dirname(__file__), 'saml') From 74d49add6da133d9d434da45f3ec478ca4bd524e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:03:55 +0000 Subject: [PATCH 03/15] spelling: building --- docker/PowerDNS-Admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/PowerDNS-Admin/Dockerfile b/docker/PowerDNS-Admin/Dockerfile index 807e26d..2dcd2c0 100644 --- a/docker/PowerDNS-Admin/Dockerfile +++ b/docker/PowerDNS-Admin/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get install -y netcat # lib for building mysql db driver RUN apt-get install -y libmysqlclient-dev -# lib for buiding ldap and ssl-based application +# lib for building ldap and ssl-based application RUN apt-get install -y libsasl2-dev libldap2-dev libssl-dev # lib for building python3-saml From d9d3add093ea718e73f39f14ab14d406144eac8f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:04:07 +0000 Subject: [PATCH 04/15] spelling: cannot --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index 3311997..cc79b50 100644 --- a/app/views.py +++ b/app/views.py @@ -787,7 +787,7 @@ def record_apply(domain_name): else: return make_response(jsonify( result ), 400) except Exception as e: - logging.error('Canot apply record changes. Error: {0}'.format(e)) + logging.error('Cannot apply record changes. Error: {0}'.format(e)) logging.debug(traceback.format_exc()) return make_response(jsonify( {'status': 'error', 'msg': 'Error when applying new changes'} ), 500) From 2efb6742302d8802eb45dae49b1b1efb5925f47b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:06:06 +0000 Subject: [PATCH 05/15] spelling: comparison --- app/templates/user_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/user_profile.html b/app/templates/user_profile.html index 90e9706..d32236f 100644 --- a/app/templates/user_profile.html +++ b/app/templates/user_profile.html @@ -137,7 +137,7 @@ {% endblock %} {% block extrascripts %} - +