1226 Commits

Author SHA1 Message Date
Thomas Waldmann
b2e2ddf949 fix reverse dns lookup tests
not sure why, but the old ones were failing half of the time.
let's try the latest shit from cloudflare. :)
2018-04-25 18:45:04 +02:00
TW
322e487dc1
Merge pull request #341 from ThomasWaldmann/stale-users
implement django-admin users --stale-check
2018-04-25 16:30:53 +02:00
Thomas Waldmann
92c105b64c work around UnknownTSIGKey exception blowing up the overview view 2018-04-25 16:29:24 +02:00
Thomas Waldmann
b62fa0454d implement django-admin users --stale-check
deletes users who have not logged in for >= 1y and
have no hosts and domains.
2018-04-20 10:29:17 +02:00
TW
a70e9d01c5
update CHANGES (#307)
update CHANGES
2018-04-20 02:15:32 +02:00
TW
a51ac95313
Merge pull request #340 from ThomasWaldmann/update-authors
update AUTHORS file to reflect current state
2018-04-20 02:14:57 +02:00
Thomas Waldmann
e9ca51444d update AUTHORS file to reflect current state
likely, there are some contributors missing if they did not add
themselves here.
2018-04-19 20:36:35 +02:00
TW
1a7f38a1c9
Merge pull request #313 from elnappo/django111
Update to Django 1.11 LTS
2018-01-30 17:56:16 +01:00
Fabian Weisshaar
6b3d2ffbd8 Minor changes and fixes, v0.12 milestone 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
262fce4476 Update jquery to v3.2.1 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
a2b8e3da9d fix register test, view now redirects 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
fe1c697631 fix pep8, fix argparse 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
d50c225eab update Travis workflow to always use latest minor version 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
2b5f0e9f05 update BaseCommand option_list for Django 1.11 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
81370d15fe fix travis 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
cbf7027287 already something for Django 2.0 2018-01-30 12:37:12 +01:00
Fabian Weisshaar
55f47ff52d Update to Django 1.11 LTS, fixes #293 2018-01-30 12:37:12 +01:00
TW
7c05b67e80
Merge pull request #326 from nougad/patch-1
Add missing closing div after dyndnsc sample configuration
2018-01-28 22:45:28 +01:00
5d3aa6cef3
Add missing closing div after dyndnsc sample configuration
c9bc5bffb0 was missing the closing `</div>` which breaks the `tab-pane`
2018-01-28 21:32:07 +01:00
TW
9df586e514
Merge pull request #324 from infothrill/infothrill/dyndnsc-configuration
Provide example configuration for 'dyndnsc'
2018-01-17 12:24:18 +01:00
Paul Kremer
c9bc5bffb0 Provide example configuration for 'dyndnsc' 2018-01-15 20:56:40 +01:00
Fabian Weisshaar
0d3b47773d Merge pull request #312 from elnappo/prevent_domain
add domain name check
2017-05-27 16:17:15 +02:00
Fabian Weisshaar
f3d2d031b0 add domain name check, fixes #308 2017-05-26 21:50:24 +02:00
Fabian Weisshaar
efbeeb2464 Merge pull request #310 from elnappo/dd-wrt
Update DD-WRT config instructions, fixes #300
2017-05-26 17:57:01 +02:00
Fabian Weisshaar
10cd55257e Merge pull request #311 from elnappo/docs
update links to current supported django version, fixes #309
2017-05-26 17:56:49 +02:00
Fabian Weisshaar
a23b07c0e3 Update DD-WRT config instructions, fixes #300 2017-05-26 12:15:34 +02:00
Fabian Weisshaar
a3aba9c9b4 update links to current supported django version, fixes #309 2017-05-26 11:57:24 +02:00
TW
946ecfdea8 Merge pull request #306 from ThomasWaldmann/test-latest
test py 3.6-dev, test django 1.8.18 and 1.11
2017-04-04 23:47:08 +02:00
Thomas Waldmann
d0032a512e test py 3.6-dev, test django 1.8.18 and 1.11 2017-04-04 23:24:11 +02:00
TW
f3e6df3404 Merge pull request #305 from enricostano/fix/update-inadyn-config
Update inadyn configuration to 2.1
2017-03-20 18:03:39 +01:00
enricostano
a1072902fb Update inadyn configuration to 2.1
fix nsupdate-info/nsupdate.info/304
2017-03-20 17:49:43 +01:00
TW
99262f40f5 Merge pull request #301 from ThomasWaldmann/add-py36-testing
py 3.6 testing fixed via recent defusedxml release, fixes #298
2017-02-10 15:45:08 +01:00
Thomas Waldmann
ce4a6b9ffd py 3.6 testing fixed via recent defusedxml release, fixes #298
defusedxml 0.5 fixes the py 3.6 issues.
2017-02-10 15:35:09 +01:00
TW
561a8090df Merge pull request #297 from ThomasWaldmann/py36
travis: test on py36, setup.py: declare py36 support
2017-01-21 03:12:35 +01:00
Thomas Waldmann
228c4f8085 travis: test on py36 2017-01-21 02:51:57 +01:00
TW
eb11c86046 Merge pull request #296 from ThomasWaldmann/fix-setup
update setup.py according to requirements.d/all.txt
2017-01-21 02:16:22 +01:00
Thomas Waldmann
81df8cc1ea update setup.py according to requirements.d/all.txt 2017-01-21 02:03:51 +01:00
TW
f38cc72c56 Merge pull request #291 from elnappo/registration
Upgrade django-registration-redux
2017-01-21 01:00:21 +01:00
TW
8b63cea4b2 Merge pull request #290 from elnappo/upgrade_social
upgrade python-social-auth
2017-01-20 23:52:51 +01:00
TW
f905eba084 Merge pull request #289 from elnappo/upgrade-jquery
upgrade to jQuery 3.1.1 fix #178
2017-01-20 23:21:03 +01:00
Fabian Weisshaar
cb7f55d55d upgrade python-social-auth 2016-12-29 17:53:27 +01:00
Fabian Weisshaar
dfe0e1c7f0 This fixes #250, fixes #251 and fixes #252 2016-12-28 20:24:00 +01:00
Fabian Weisshaar
8a56770870 upgrade to jQuery 3.1.1, bootstrap 3.3.7 and font-awesome 4.7.0 fixes #178 2016-12-28 20:20:15 +01:00
TW
8b594c8042 Merge pull request #283 from ThomasWaldmann/fix-auth-decode
api basic auth - ignore non-utf8 chars, fixes #282
2016-09-05 16:52:59 +02:00
Thomas Waldmann
253391053c api basic auth - ignore non-utf8 chars, fixes #282 2016-09-05 16:51:44 +02:00
TW
fbb781dd81 Merge pull request #280 from ThomasWaldmann/fix-247
fix crash on ShortHeader and other DNSException subclasses, fixes #247
2016-08-27 17:48:30 +02:00
Thomas Waldmann
118d0d51fd fix crash on ShortHeader and other DNSException subclasses, fixes #247 2016-08-27 17:29:59 +02:00
TW
6ffc2651c8 Merge pull request #279 from elnappo/patch-1
fix #278
2016-08-17 13:38:13 +02:00
Fabian Weisshaar
2a059a9f48 fix #278 2016-08-17 13:16:14 +02:00
TW
60438d84fb Merge pull request #277 from ThomasWaldmann/update-badges
update badges, new readthedocs.io url
2016-08-14 03:18:14 +02:00