10 Commits

Author SHA1 Message Date
Thomas Waldmann
b45ae25b0a add a danger message if visitor is not using SSL 2013-11-02 01:13:53 +01:00
Thomas Waldmann
7f8e62cc30 use AJAX to update view with current IPs, cosmetic changes, deal with v4 and v6 js separately 2013-11-01 06:03:36 +01:00
Thomas Waldmann
2529263a48 remove stale IPs from session, so we don't show outdated information
could happen if there once was a IPv6 connection, but now is not any more.
it now kills infos older than 3 minutes from the session.

it also shows the age of the infos now on the hosts overview view (but not on home view due to cosmetic reasons).

optimization: only request the fake images for ipv4/v6 detection if we don't have a fresh IP already.

added example settings for using detectip on (ip6-)localhost
2013-11-01 04:03:34 +01:00
Thomas Waldmann
a8cc003fe1 replace useless logout page by a redirect to the login page 2013-11-01 00:25:03 +01:00
Thomas Waldmann
968b8f4bf6 move authors from footer to about page 2013-10-19 22:36:06 -07:00
Thomas Waldmann
d22383010d hide overview in nav if not logged in (thanks to asmaps) 2013-10-18 15:55:37 -07:00
Thomas Waldmann
49693121ea use zones/nameserver IPs/update keys from DB, logging (thanks to asmaps)
remove unneeded stuff from settings
(we still need some in conftest.py for the tests, though)
init DB for tests via conftest.py
more update algorithm choices
give origin zone (if we already know it) to dnstools functions
new views: DomainOverview, DeleteDomain
unify deletion templates using delete_object.html
add django-extensions
2013-10-18 15:30:17 -07:00
Thomas Waldmann
5f272aa7c4 fix typo in w3c validator url 2013-10-17 23:11:15 -07:00
Thomas Waldmann
6110bb78c4 added alt attrs to ip detection fake images 2013-10-17 15:28:23 -07:00
Bastian Blank
d2eab62ac4 Move all stuff into own top-level package 2013-10-17 23:59:07 +02:00