root
dfaa14e2e4
Add auth params to login page.
2016-04-26 20:04:33 +00:00
Khanh Ngo
bca300587d
Fix url for google font links. Issue #35
2016-04-21 22:20:09 +07:00
Ivan Filippov
6da317d2ad
Merge branch 'master' into ldap_group_security
2016-04-21 01:55:41 -06:00
Khanh Ngo
a8467dcd31
Merge pull request #34 from ivanfilippov/long_records_fix
...
Break up long data fields. Fixes #28 .
2016-04-21 14:49:35 +07:00
Ivan Filippov
cd7726c443
Break up long data fields. Fixes #28 .
2016-04-21 01:44:28 -06:00
Khanh Ngo
fd7fd8da1f
Merge pull request #33 from ivanfilippov/string_escape_fix
...
Fix blank Data field when data has double-quotes in it.
2016-04-21 14:32:39 +07:00
Ivan Filippov
1c3556b511
Fix width of data field to match column width in editable domain table.
2016-04-21 01:00:02 -06:00
Ivan Filippov
73e607b692
Merge branch 'master' into ldap_group_security
2016-04-21 00:52:26 -06:00
Ivan Filippov
62288fa75d
Fix blank Data field when data has double-quotes in it.
2016-04-21 00:11:58 -06:00
Khanh Ngo
0081c76c70
Merge pull request #32 from ivanfilippov/fonts
...
Change record manage table to use monospaced font.
2016-04-21 10:43:13 +07:00
Ivan Filippov
41d01dd207
Change record manage table to use monospaced font.
2016-04-20 14:38:14 -06:00
Ivan Filippov
b319e2000b
Merge branch 'master' into ldap_group_security
2016-04-20 10:31:26 -06:00
Khanh Ngo
7f0aead9e0
Merge pull request #31 from ivanfilippov/breadcrumb_fix
...
Fix 'Home' breadcrumb when running in a subdirectory. Fixes #26
2016-04-20 21:56:20 +07:00
Ivan Filippov
7f01511d10
Fix 'Home' breadcrumb when running in a subdirectory.
2016-04-19 17:53:18 -06:00
Ivan Filippov
a0483adf63
Merge branch 'master' into ldap_group_security
2016-04-19 13:13:07 -06:00
Khanh Ngo
f1b38b108d
Merge branch 'master' of github.com:ngoduykhanh/PowerDNS-Admin
2016-04-14 12:19:17 +07:00
Khanh Ngo
a9cd4911b9
Fix dnssec data type to be compatible with Postgresql
2016-04-14 12:19:02 +07:00
Ivan Filippov
891b30f527
Merge branch 'master' into ldap_group_security
2016-04-13 11:16:12 -06:00
Khanh Ngo
02c715ed08
Merge pull request #20 from ivanfilippov/readme_fix
...
Fix 'config_template.py' copy snippet in README.
2016-04-14 00:13:03 +07:00
Ivan Filippov
f9c0141f9c
Fix 'config_template.py' copy snippet in README.
2016-04-13 10:11:10 -06:00
Ivan Filippov
942ca47103
Merge remote-tracking branch 'upstream/master' into ldap_group_security
...
Conflicts:
app/models.py
config_template.py
2016-04-13 09:56:46 -06:00
Khanh Ngo
8f8b26266b
Don't show the LDAP authentication method in the login page if this feature isn't enabled
2016-04-13 11:33:07 +07:00
Khanh Ngo
53b4fe2f8b
Adjustment in application config
2016-04-13 11:13:59 +07:00
Ivan Filippov
5914c3cc86
Add group-based security implementation for non-AD LDAP servers.
2016-04-12 21:12:51 -06:00
Ivan Filippov
05944e8585
Don't require LDAP group parameters if LDAP_GROUP_SECURITY is not chosen
2016-04-11 10:22:40 -06:00
Ivan Filippov
bf094c59cd
Merge branch 'master' into ldap_group_security
2016-04-11 08:05:28 -06:00
Khanh Ngo
454dce2d71
Merge pull request #18 from ivanfilippov/db_improvements
...
Fixes issue #11 .
2016-04-11 20:37:08 +07:00
Ivan Filippov
d417cfb8dc
Initial support for LDAP group based security.
2016-04-11 06:11:02 -06:00
Ivan Filippov
64531999f6
Fixes issue ngoduykhanh/PowerDNS-Admin#11 .
...
This change populates the 'role' and 'setting' tables to their initial
states via the create_db.py script which removes a step from the initial
setup. We now also search for roles instead of expecting them to be at
certain IDs.
2016-04-11 03:40:44 -06:00
Khanh Ngo
df045cb2e5
Add ProxyFix() middleware component to fix the HTTPS redirection issue. See !17
2016-04-10 21:23:27 +07:00
Khanh Ngo
990bbe5260
Add DNSSEC information into domain list. Adjustemnt in domain list table
2016-03-24 20:01:08 +07:00
Khanh Ngo
7c46c149f8
Merge pull request #15 from vdchuyen/master
...
Add Active directory authentication and Timeout for large zone
2016-03-17 20:06:10 +07:00
Chuyen Vo
02323d2fad
Fix AD searchfilter
2016-03-17 17:45:50 +07:00
Chuyen Vo
1ccd98a364
Update utils.py
...
add timeout requests.request for large zones
2016-03-17 12:00:33 +07:00
Chuyen Vo
5e1898c47a
Update config_template.py
...
add timeout requests
2016-03-17 11:59:33 +07:00
Chuyen Vo
d231335382
Update config_template.py
2016-03-17 10:36:29 +07:00
Chuyen Vo
7c6801158d
Update models.py
...
Update AD search filter
2016-03-17 10:35:53 +07:00
Khanh Ngo
56dd74a514
Merge pull request #14 from ivanfilippov/editable_records_fix
...
Add code to generate options in 'table-editable.js' to match RECORDS_…
2016-03-15 14:29:45 +07:00
Ivan Filippov
b5023d9d57
Add code to generate options in 'table-editable.js' to match RECORDS_ALLOW_EDIT in the config.py file.
2016-03-07 20:01:53 -07:00
Khanh Ngo
a4df1e47fe
Allow to set SOA-EDIT-API option when create new domain (zone)
2016-03-05 17:04:12 +07:00
Khanh Ngo
3af9fc42e2
Merge pull request #10 from James-TR/patch-1
...
Fix typo on readme
2016-02-14 21:25:26 +07:00
James Taylor
43b7ed21d7
Fix typo on readme
...
`PRIVILEGES` not `PRIVIELGES`
2016-02-14 17:51:42 +11:00
Khanh Ngo
c94e24c985
Adjustment to add multiple records which described issue #5
2016-02-11 16:54:15 +07:00
Khanh Ngo
0df70276ea
Add default priority in record data used by previous pdns version
2016-02-09 15:18:58 +07:00
Khanh Ngo
abb80784e4
Verify domain name input
2016-01-15 11:58:53 +07:00
Khanh Ngo
3fe28d1151
Add MIT LICENSE file
2016-01-09 09:43:04 +07:00
Khanh Ngo
3aba1832af
Removing unused components
2016-01-09 09:38:26 +07:00
Khanh Ngo
9eb458cb11
Remove 'Remove' button in avatar upload template
2015-12-25 11:24:42 +07:00
Khanh Ngo
52bb2b2208
Fixing bug in checking user password in Default Aunthentication method
2015-12-25 11:23:52 +07:00
Khanh Ngo
9d65e2ad17
Change to promote first register user to Administrator
2015-12-17 22:35:04 +07:00