Erik Weber
25db119d02
Add Account creation/permission handling based on Azure oAuth group membership
2020-07-03 08:55:31 +02:00
Roei Ganor
0f9a5f8652
Fix gravatar offline mode
2020-06-24 11:17:45 +03:00
Khanh Ngo
f3f91d56e2
Adjust html code
2020-06-20 11:08:14 +07:00
Roei
84ae753db2
Changed default TTL
2020-06-14 09:13:01 +03:00
Khanh Ngo
73c267848c
Merge branch 'master' into url_for_static_assets
2020-05-24 21:16:00 +07:00
Khanh Ngo
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
Ymage
99f12df748
Add url_for() for static assets
2020-05-20 00:03:36 +02:00
Khanh Ngo
ab7e1eb71b
Fix email confirmation template
2020-05-17 16:11:52 +07:00
Khanh Ngo
edb2a354d1
Merge pull request #725 from Monogramm/ui/favicon
...
fix: Add favicon to fix #724
2020-05-17 13:47:18 +07:00
mathieu.brunot
9f562714f2
fix: Add favicon to fix #724
...
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-05-09 23:56:19 +02:00
root
2044ce4737
oidc custom claims
2020-05-04 07:12:48 +00:00
Roei Ganor
483c767d26
Offline installation and searchable inputs
2020-04-30 17:20:37 +00:00
Khanh Ngo
9e8401ae46
Merge branch 'master' of github.com:ngoduykhanh/PowerDNS-Admin
2020-04-30 10:17:32 +07:00
Marcus Knight
0e093d4eec
Support only having one auth method enabled (which isn't ldap/local)
2020-04-16 16:04:10 +08:00
Enrico Tröger
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
Khanh Ngo
2de8bf55f8
Merge branch 'dashboard_search_placeholder'
2020-01-29 22:00:17 +07:00
Enrico Tröger
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
mathieu.brunot
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
mathieu.brunot
66ff3426e0
👌 Update LDAP selection flip
...
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-01-08 23:23:40 +01:00
mathieu.brunot
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
Steve Shipway
765eab999a
Azure OAuth - add Group mappings to Roles
2020-01-03 15:36:38 +13:00
Khanh Ngo
4bdd433079
Fix migration script and LGTM
2019-12-21 22:26:56 +07:00
Khanh Ngo
7739bf7cfc
Add user email verification
2019-12-21 21:43:03 +07:00
Khanh Ngo
5567886aa3
Fix #614 . Can not enable dnssec
2019-12-19 21:50:15 +07:00
Khanh Ngo
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
Khanh Ngo
9a1b92fbc2
Add session timeout warning
2019-12-17 23:46:34 +07:00
Khanh Ngo
103bf176ed
Fix dashboard domain sorting
2019-12-17 13:34:52 +07:00
Khanh Ngo
f5b88ebc73
Merge branch 'master' into record_adjustment
2019-12-16 15:54:38 +07:00
Khanh Ngo
4263bccbba
Format the history popup content
2019-12-15 21:42:08 +07:00
Khanh Ngo
14658d797e
Adjustment in domain's record applying
2019-12-14 14:47:21 +07:00
Khanh Ngo
d90a20f8da
Fix #602 domain table with long records
2019-12-13 21:22:58 +07:00
Khanh Ngo
242e31a490
Merge pull request #599 from ngoduykhanh/global_search
...
Add PDNS global search feature
2019-12-11 16:56:06 +07:00
Khanh Ngo
1d973d1614
Allow update zone kind the domain setting page
2019-12-11 16:02:36 +07:00
Khanh Ngo
798b7abb5b
Show actual result on applyChanges(). Remove generated assets files
2019-12-11 13:45:27 +07:00
Khanh Ngo
c62f9f6936
Formatting
2019-12-11 10:32:02 +07:00
Khanh Ngo
2cc73abbe5
Add PDNS global search feature
...
Remove POST method in global search route
Edit form action
2019-12-11 10:26:17 +07:00
Khanh Ngo
de69eaf825
Add PDNS global search feature
2019-12-11 09:55:18 +07:00
Khanh Ngo
bca3c45e37
Add record comment
2019-12-09 17:50:48 +07:00
Khanh Ngo
80b6ca19ac
Resolve the conflicts and add adjustment to #591
2019-12-06 14:27:35 +07:00
Khanh Ngo
840e2a4750
Update docker stuff and bug fixes
2019-12-04 11:50:46 +07:00
Khanh Ngo
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