Commit Graph

1104 Commits

Author SHA1 Message Date
598397bec1 Merge branch 'master' of github.com:ngoduykhanh/PowerDNS-Admin 2020-01-29 22:37:04 +07:00
e2207fd8d7 Merge pull request #644 from eht16/add_ssl_verify_setting
Add new setting to verify outgoing SSL connections
2020-01-29 22:36:47 +07:00
4cfb6ef81f Merge branch 'master' of github.com:ngoduykhanh/PowerDNS-Admin 2020-01-29 22:33:32 +07:00
31d19b19ab Merge remote-tracking branch 'eht16/add_ssl_verify_setting' 2020-01-29 22:33:24 +07:00
faeb8d1f94 Merge pull request #652 from ngoduykhanh/fix_import
Fix logging in models
2020-01-29 22:31:56 +07:00
a069fdd8cb Merge pull request #648 from eht16/adjustable_log_level
Introduce PDNS_ADMIN_LOG_LEVEL to change the log level
2020-01-29 22:28:03 +07:00
dbb181d575 Merge pull request #647 from eht16/fix_typos
Fiy typos in logging messages
2020-01-29 22:21:29 +07:00
23c73f6c52 Fix logging in models 2020-01-29 22:18:15 +07:00
2de8bf55f8 Merge branch 'dashboard_search_placeholder' 2020-01-29 22:00:17 +07:00
bb3829c8a1 Merge remote-tracking branch 'Monogramm/feat/groupofnames' 2020-01-29 20:42:07 +07:00
4d391ccb34 Extend api with account and user management 2020-01-27 14:04:15 +00:00
0f6b7bdcf6 Introduce PDNS_ADMIN_LOG_LEVEL to change the log level
By setting the environment variable PDNS_ADMIN_LOG_LEVEL to a Python
support log level, PowerDNS-Admin will use that log level.
2020-01-27 00:20:32 +01:00
ccaf74646d Fiy typos in logging messages 2020-01-27 00:05:28 +01:00
68843d9664 Add new setting to verify outgoing SSL connections
The new setting 'verify_ssl_connections' tells the requests library to
verify secured outgoing HTTP connections.
Usually verifying is desired and helps to reveal configuration
problems. It also disables an ugly warning when HTTPS connections
are made without verification.
2020-01-25 19:44:11 +01:00
737531d23f Add dashboard search placeholder to describe search patterns
Since ^ and $ for searching from start and to end is supported, let's
tell the user about it.
2020-01-25 19:26:13 +01:00
acef820c54 🐛 Fix logger for LDAP group filter
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-01-08 23:40:14 +01:00
0ea188f8d6 ✏️ Fix copy/paste error in div id
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-01-08 23:31:51 +01:00
66ff3426e0 👌 Update LDAP selection flip
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-01-08 23:23:40 +01:00
b4b5673cf1 Merge branch 'master' of github.com:johnwarburton/PowerDNS-Admin into feat/groupofnames
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-01-08 23:19:51 +01:00
1cd423041c Fix #632 2020-01-07 14:30:28 +07:00
b1ba339a9c Merge remote-tracking branch 'sshipway/azure' 2020-01-03 21:07:57 +07:00
e1c0b4a1b4 Fix missing import 2020-01-03 10:03:20 +07:00
cff4d0af53 Fix some formatting issues 2020-01-03 15:57:07 +13:00
765eab999a Azure OAuth - add Group mappings to Roles 2020-01-03 15:36:38 +13:00
7f8ae003fc Fix #631 Ipv6 reverse dns with pretty_ipv6_ptr enabled 2020-01-03 09:32:04 +07:00
3bf6e6e9f1 Merge pull request #622 from ngoduykhanh/email_verification
Add user email verification
2019-12-22 10:06:43 +07:00
462190a913 Fix API key query 2019-12-22 10:06:02 +07:00
9533d8a5aa Adjustment in user profile email
- Don't allow to update to new email address that currently used by another user
- Reset the confirmed status if verify_user_email setting is enabled
2019-12-22 09:19:35 +07:00
d09a645300 Fix migration script and user model 2019-12-22 08:40:05 +07:00
4bdd433079 Fix migration script and LGTM 2019-12-21 22:26:56 +07:00
7739bf7cfc Add user email verification 2019-12-21 21:43:03 +07:00
49908b9039 Merge remote-tracking branch 'chrisss404/master' v0.2.1 2019-12-21 08:35:52 +07:00
451626f4af fixes #619, improve sed replace regex 2019-12-20 17:22:51 +01:00
1ea460fc71 Merge remote-tracking branch 'Neven1986/saml_requested_attrs' 2019-12-20 21:08:06 +07:00
8723b7d56b Fix #529. Update domain serial columns type 2019-12-20 11:36:27 +07:00
3688cec91a Support for SAML metadata Requested Attributes
Enhancements:

- More robust check when creating self-signed certificates
- Added support for SAML Requested Attributes through "SAML_SP_REQUESTED_ATTRIBUTES" parameter
2019-12-20 03:24:26 +01:00
5567886aa3 Fix #614. Can not enable dnssec 2019-12-19 21:50:15 +07:00
93cd64ac75 Fix #613. Create domain from template with SOA record enabled 2019-12-19 21:43:53 +07:00
59110432a0 Merge pull request #612 from Neven1986/saml_certificate_fix
SAML certificate fix and enhancement
v0.2
2019-12-19 09:11:15 +07:00
88991cdde9 Merge pull request #610 from ngoduykhanh/warn_session_timeout
Warn session timeout
2019-12-19 09:07:44 +07:00
567430790c SAML certificate fix and enhancement
Problems resolved:

- Method create_self_signed_cert() was invoked nowhere. This puts parameter "SAML_SIGN_REQUEST" description in configs/development.py as incorrect
- Method create_self_signed_cert() was returning error while trying to write out certificate and private key. File handler was opened for writing out TEXT instead of BINARY data

Enhancements:

- Two new parameters are introduced SAML_CERT_FILE and SAML_KEY_FILE. User can now explicitly define own certificate and key file anywhere on file-system.
- If parameters mentioned in previous bullet aren't explicitly defined, in PowerDNS-Admin root directory self-signed certificate will be created.
- Certificates will be used or generated in any case, because in saml.py there are explicit parameters defined which require certificate/key in order to work normally. If they aren't, exception will be thrown. Examples of parameters defined in saml.py requiring certificate: wantAssertionsEncrypted, signMetadata, wantAssertionsSigned.
2019-12-19 00:40:25 +01:00
33c1f64272 Update mock test 2019-12-18 23:48:46 +07:00
7205b4a01b User session improvement
- Add session handler on other blueprint's before request
- Adjustment in using jTimeout to close warning popup on
other tabs when we extend the session
2019-12-18 15:25:20 +07:00
9a1b92fbc2 Add session timeout warning 2019-12-17 23:46:34 +07:00
ea8531dd3c Merge pull request #609 from ngoduykhanh/domain_sort_fixes
Fix dashboard domain sorting
2019-12-17 13:57:11 +07:00
103bf176ed Fix dashboard domain sorting 2019-12-17 13:34:52 +07:00
4a3f121b02 Merge branch 'master' of github.com:ngoduykhanh/PowerDNS-Admin 2019-12-16 17:23:54 +07:00
691d3045ad Merge pull request #604 from ngoduykhanh/record_adjustment
Adjustment in domain's record applying
2019-12-16 17:23:16 +07:00
3e961d7b21 LGTM fixes 2019-12-16 16:27:18 +07:00
f5b88ebc73 Merge branch 'master' into record_adjustment 2019-12-16 15:54:38 +07:00