Commit Graph

89 Commits

Author SHA1 Message Date
f3f91d56e2 Adjust html code 2020-06-20 11:08:14 +07:00
84ae753db2 Changed default TTL 2020-06-14 09:13:01 +03:00
73c267848c Merge branch 'master' into url_for_static_assets 2020-05-24 21:16:00 +07:00
a598c52729 Fix base template
current_user is Anonymous when we are not authenticated. Need to check if
email attribute is defined before using it
2020-05-22 17:37:39 +07:00
99f12df748 Add url_for() for static assets 2020-05-20 00:03:36 +02:00
ab7e1eb71b Fix email confirmation template 2020-05-17 16:11:52 +07:00
edb2a354d1 Merge pull request #725 from Monogramm/ui/favicon
fix: Add favicon to fix #724
2020-05-17 13:47:18 +07:00
9f562714f2 fix: Add favicon to fix #724
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-05-09 23:56:19 +02:00
2044ce4737 oidc custom claims 2020-05-04 07:12:48 +00:00
483c767d26 Offline installation and searchable inputs 2020-04-30 17:20:37 +00:00
9e8401ae46 Merge branch 'master' of github.com:ngoduykhanh/PowerDNS-Admin 2020-04-30 10:17:32 +07:00
0e093d4eec Support only having one auth method enabled (which isn't ldap/local) 2020-04-16 16:04:10 +08:00
bc2e7c9786 Remove $SCRIPT_ROOT from 'admin.create_template_from_zone' URL
As the URL here is contructed from Flask's "url_for" which already
takes the script root into account, we do not need to add it here
explicitly. This would result in a duplicate script root otherwise.
2020-03-09 17:08:27 +01:00
2de8bf55f8 Merge branch 'dashboard_search_placeholder' 2020-01-29 22:00:17 +07: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
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
765eab999a Azure OAuth - add Group mappings to Roles 2020-01-03 15:36:38 +13: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
5567886aa3 Fix #614. Can not enable dnssec 2019-12-19 21:50:15 +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
103bf176ed Fix dashboard domain sorting 2019-12-17 13:34:52 +07:00
f5b88ebc73 Merge branch 'master' into record_adjustment 2019-12-16 15:54:38 +07:00
4263bccbba Format the history popup content 2019-12-15 21:42:08 +07:00
14658d797e Adjustment in domain's record applying 2019-12-14 14:47:21 +07:00
d90a20f8da Fix #602 domain table with long records 2019-12-13 21:22:58 +07:00
242e31a490 Merge pull request #599 from ngoduykhanh/global_search
Add PDNS global search feature
2019-12-11 16:56:06 +07:00
1d973d1614 Allow update zone kind the domain setting page 2019-12-11 16:02:36 +07:00
798b7abb5b Show actual result on applyChanges(). Remove generated assets files 2019-12-11 13:45:27 +07:00
c62f9f6936 Formatting 2019-12-11 10:32:02 +07:00
2cc73abbe5 Add PDNS global search feature
Remove POST method in global search route

Edit form action
2019-12-11 10:26:17 +07:00
de69eaf825 Add PDNS global search feature 2019-12-11 09:55:18 +07:00
bca3c45e37 Add record comment 2019-12-09 17:50:48 +07:00
80b6ca19ac Resolve the conflicts and add adjustment to #591 2019-12-06 14:27:35 +07:00
840e2a4750 Update docker stuff and bug fixes 2019-12-04 11:50:46 +07:00
8ea00b9484 Refactoring the code
- Use Flask blueprint
- Split model and views into smaller parts
- Bug fixes
- API adjustment
2019-12-02 10:32:03 +07:00