Ivan Filippov
2dc7f26b76
Convert admin console (stats and configurations) to new template.
2016-04-27 18:45:22 -06:00
Ivan Filippov
0dc5664f63
Change default font to Roboto Mono for all table data.
2016-04-27 18:45:22 -06:00
Ivan Filippov
1b2fd766bd
Enable fancy DataTables functionality for users table in manageruser
2016-04-27 18:45:22 -06:00
Ivan Filippov
6719fa8afb
Move "New Domain" menu item behind Admin protection.
2016-04-27 18:45:22 -06:00
Ivan Filippov
f4ef99e047
Converted manageruser functionality to new template.
2016-04-27 18:45:22 -06:00
Ivan Filippov
c95fd6ffec
Convert admin_history template to use AJAX applicator in custom.js
2016-04-27 18:45:21 -06:00
Ivan Filippov
fb4d5b3f56
Add a success and error default modal.
2016-04-27 18:45:21 -06:00
Ivan Filippov
e38f716bfa
Converted login and register functionality to new template.
2016-04-27 18:45:21 -06:00
Ivan Filippov
78500ef7c0
Add logout functionality to base template.
2016-04-27 18:45:02 -06:00
Ivan Filippov
0e710c96e4
Converted 'admin_history.html' to new template.
2016-04-27 18:45:02 -06:00
Ivan Filippov
26c4606834
Convert 40X and 500 error pages to new template.
2016-04-27 18:45:02 -06:00
Ivan Filippov
6db41d42c4
Initial commit for AdminLTE2.
2016-04-27 18:45:01 -06:00
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
Ivan Filippov
cd7726c443
Break up long data fields. Fixes #28 .
2016-04-21 01:44:28 -06: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
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
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
a9cd4911b9
Fix dnssec data type to be compatible with Postgresql
2016-04-14 12:19:02 +07: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
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
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
7c6801158d
Update models.py
...
Update AD search filter
2016-03-17 10:35:53 +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
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
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
Khanh Ngo
1e8bc55f36
Add authentication method selection box in login page
2015-12-17 11:41:36 +07:00
Khanh Ngo
5d06195795
Adjustment in user_profile template. Add avatar uploading support
2015-12-17 00:50:28 +07:00
Khanh Ngo
28882b57b1
Add UserProfile page
2015-12-16 14:21:30 +07:00
Khanh Ngo
2dac8205f6
Initial commit
2015-12-13 16:34:12 +07:00