Commit Graph

  • 97444cb684 Documentation master Eric van der Vlist 2020-04-18 09:41:08 +0200
  • 7172afa4a2 Support of Docker host names (for NSD) Eric van der Vlist 2020-04-18 09:36:48 +0200
  • f063831578 Supporting Django 3. Eric van der Vlist 2020-04-18 09:35:28 +0200
  • 676b67e8e1 Changing the order and breaking commands so that the cache can be used when the code is updated (huge Docker build time gain when rebuilding after a code update). Eric van der Vlist 2020-04-18 09:30:31 +0200
  • fd75c137d1 .travis.yml: migrate to Ubuntu Xenial to fix sqlite3 version Jérôme Schneider 2019-04-18 16:20:02 +0200
  • 541a24730b allows to add/edit apex zone records Jérôme Schneider 2019-04-16 18:06:32 +0200
  • ac262bd17c add support for TXT records! Jérôme Schneider 2019-04-16 17:56:53 +0200
  • a158e984de add missing mysql deps! 2.1.3 jeffrey forman 2019-03-21 20:04:21 -0400
  • e78bb637e9 add django-mysql as requirement since using alpine as the base image no longer includes it by default 2.1.1 jeffrey forman 2019-03-21 07:56:41 -0400
  • d38aa7fb8f update readme with mentions of NSD 2.1 jeffrey forman 2019-03-18 19:54:57 -0400
  • 77c9ff91e5 bump dnspython 1.11->1.16.0 and add jinja (for nsd config templates) jeffrey forman 2019-03-17 20:46:05 -0400
  • ab9ad3e25c statistics_port -> control_port jeffrey forman 2019-03-17 20:45:15 -0400
  • 17da7b33a3 make exceptions a bit more module-path happy. fix some iterator references jeffrey forman 2019-03-17 20:44:55 -0400
  • 2247f7262e add main functionality for NSD in models. jeffrey forman 2019-03-17 20:36:28 -0400
  • 2ee5bc91a6 initial nsd helper library and methods for getting zones, writing config, etc jeffrey forman 2019-03-17 20:30:05 -0400
  • 369030edd0 dont try to load the initial data every time 2.0 nsd jeffrey forman 2019-02-14 19:57:39 -0500
  • 01a2d2382c when retrieving the bindserver object, return the hostname as a string for the object itself jeffrey forman 2019-02-14 19:57:17 -0500
  • 3908e12ca4 add initial 0001 binder migration jeffrey forman 2019-02-14 07:52:02 -0500
  • e7e560a403 expect django greater than 2, and use open() instead of file() call jeffrey forman 2019-02-14 07:51:31 -0500
  • 48b1054810 travisCI to python3.6 and add makemigrations call in dockerfile jeffrey forman 2019-02-13 20:32:25 -0500
  • 77b49c11b6 bump travis to python-3 and django2 jeffrey forman 2019-02-13 20:25:18 -0500
  • fe09f1f57a Merge branch 'nsd' jeffrey forman 2019-02-13 20:19:45 -0500
  • 1e0afb7d9b old migrations be gone jeffrey forman 2019-02-13 20:18:57 -0500
  • f9176387ac update to django-2, python3, and based on an alpine container jeffrey forman 2019-02-13 20:17:05 -0500
  • dac54a5ad7 bump pybindxml to 0.7 to handle bind 9.12 1.7 jeffrey forman 2019-01-17 13:34:37 -0500
  • 7c781981eb bump to pybindxml 0.6.3 1.6.1 jeffrey forman 2018-04-28 12:53:33 -0400
  • a27fa5c3a9 bump pybindxml to 0.6.2 to handle bind xml 3.8 1.6 jeffrey forman 2018-04-27 21:29:00 -0400
  • 1af8f1e31b encrypt TSIG keys using Fernet cryptography library 1.5 Jeffrey Forman 2017-05-02 20:21:11 -0400
  • fba94af629 update initial_data.json to be django 1.11 compliant 1.4 Jeffrey Forman 2017-04-18 06:21:41 -0400
  • 415f20b71e NODB environment variable is not used anymore Jeffrey Forman 2017-04-17 20:38:43 -0400
  • ef70379a2a add setupmethod to create key and bindserver objects. add key_name required expected failure Jeffrey Forman 2017-04-17 20:35:22 -0400
  • 90e38d2aef enable the edit_record link, URL, and view Jeffrey Forman 2017-04-17 20:29:55 -0400
  • ddae5be662 Move edit/add/cname key_name and ttl form items to just use choice item instead of trying to define each element Jeffrey Forman 2017-04-17 20:26:01 -0400
  • 235f0fe174 Simplify ttl and key_name form fields. keys are now required. Jeffrey Forman 2017-04-17 20:18:14 -0400
  • 07b0df4b7d correct documentation to correctly specify docker run environment variables 1.3 Jeffrey Forman 2017-04-01 15:24:43 -0400
  • 49feb07d67 fix documentation to remove incorrect usage of NODB=1 and friends Jeffrey Forman 2017-03-31 23:07:32 -0400
  • 4c7ed9beb6 fix logic on using remote mysql db. make sqlite the fall back, logic clears up if not all variables are set Jeffrey Forman 2017-03-31 23:05:47 -0400
  • 5aef0ad5c9 dont use sqlite database by default Jeffrey Forman 2017-03-31 21:10:10 -0400
  • f2c36ea863 use sqlite DB by default in dockerfile Jeffrey Forman 2017-03-29 21:41:43 -0400
  • 6704469b9d add support for specifying DB parameters via environment variables. sqlite or mysql. Jeffrey Forman 2017-03-29 21:05:39 -0400
  • 6ecae8b772 in django 1.8, django.core.context_processors moved into django.template.context_processors. Jeffrey Forman 2017-03-25 16:20:02 -0400
  • ff8088defa add request context_processor and printing serving hostname to footer Jeffrey Forman 2017-03-25 15:53:09 -0400
  • 5e1b23ee67 move app container dir into /code, reference pybindxml from git repo Jeffrey Forman 2016-12-19 20:15:59 -0500
  • 89fb79517e add initial systemd service file for binder. Jeffrey Forman 2016-12-15 21:14:53 -0500
  • 4df47c24fa comment out a few tests while i rethink form entry Jeffrey Forman 2016-12-05 22:02:47 -0500
  • 0252c3df62 make Binder docker-friendly again. built on python image with django 1.10 Jeffrey Forman 2016-12-05 21:56:49 -0500
  • 7fdcfab8a0 add support to add CNAME in zone, loosen restrictions on record data input Jeffrey Forman 2016-11-12 07:44:03 -0500
  • 54c3bc18cc Merge pull request #47 from Dunedan/django-1.9 Jeffrey Forman 2016-02-12 20:34:54 -0500
  • 1331d02e1d Merge pull request #45 from goetzk/documentation-update Jeffrey Forman 2016-02-12 06:24:38 -0500
  • 74cc4efca4 Adds support for Django 1.9 while dropping support for unsupported versions. Daniel Roschka 2016-02-06 18:31:14 +0100
  • 49b7559e86 Attempted to clarify install documentation Karl Goetz 2016-01-02 09:46:04 +1100
  • 8b34e7e4ae Merge branch 'Dunedan-refactored-views' Jeffrey Forman 2015-12-26 15:15:56 -0500
  • 2bb8f5d9cb resurrect the ability to add a PTR record on its own, not as part of a pair of forward records Jeffrey Forman 2015-12-26 15:14:29 -0500
  • e9d65179ab on the cname add result, we need the cname name, not the originating record name Jeffrey Forman 2015-12-26 14:32:07 -0500
  • ab9b28d525 Merge branch 'refactored-views' of https://github.com/Dunedan/binder into Dunedan-refactored-views Jeffrey Forman 2015-12-26 14:10:11 -0500
  • 1e126e7874 Add initial dockerfile for binder. runs/exposes port 8000 jeffrey forman 2015-11-20 10:08:16 -0500
  • f5b557384a Merge branch 'master' of github.com:jforman/binder jeffrey forman 2015-11-20 09:44:42 -0500
  • 6210dd3854 add initial data fixture to make automated deploys possible jeffrey forman 2015-11-20 09:43:06 -0500
  • a3c5eab978 fix missing div tags jeffrey forman 2015-11-20 09:42:56 -0500
  • 534863aebe Merge pull request #41 from Dunedan/404-template Jeffrey Forman 2015-09-06 01:54:36 -0400
  • 99f1284d43 Simplies the test code a bit. Daniel Roschka 2015-09-05 19:20:44 +0200
  • 3ca4cac89a Fix the tests, after the recent changes. Daniel Roschka 2015-09-05 19:18:59 +0200
  • e13b42cd13 Refactors the views used to add and delete records. Daniel Roschka 2015-09-05 19:03:21 +0200
  • 7492febf08 Provide a template for not existing resources. Daniel Roschka 2015-08-23 20:35:30 +0200
  • 7b3a24364c Merge branch 'Dunedan-improved-form-errors' jeffrey forman 2015-08-12 22:06:05 -0400
  • ecea7964a1 Improves the rendering of forms and refactors some of their logic. Daniel Roschka 2015-08-04 20:25:07 +0200
  • 17ecba686e Merge branch 'Dunedan-responsive-layout' jeffrey forman 2015-07-28 06:17:09 -0400
  • 9e5991df2c Merge branch 'responsive-layout' of https://github.com/Dunedan/binder into Dunedan-responsive-layout jeffrey forman 2015-07-28 06:16:56 -0400
  • acb558b61c Merge pull request #33 from Dunedan/add-global-authentication Jeffrey Forman 2015-07-27 06:25:03 -0400
  • 52ebb1e1b1 Merge branch 'master' into add-global-authentication Daniel Roschka 2015-07-24 12:14:21 +0200
  • c6484e1412 Merge pull request #39 from Dunedan/style-fixes Jeffrey Forman 2015-06-18 21:46:47 -0400
  • 20d785840b Fixes some python style issues. Daniel Roschka 2015-06-13 12:05:42 +0200
  • ec85c465d8 Merge pull request #38 from Dunedan/landscape.io-support Jeffrey Forman 2015-06-12 20:23:01 -0400
  • 0d6af27cef Adds a configuration file for static code analysis using Landscape.io. Daniel Roschka 2015-06-12 14:50:20 +0200
  • 515876a2a5 Merge branch 'master' into add-global-authentication Daniel Roschka 2015-06-08 19:24:36 +0200
  • a16abc4042 Fixes tests broken by previous commit. Daniel Roschka 2015-06-08 19:20:53 +0200
  • f41133d733 Responsive layout for better experience on mobile devices Daniel Roschka 2015-06-05 16:50:48 +0200
  • cbbc5f08c0 Merge branch 'Dunedan-static-template-tag' jeffrey forman 2015-06-03 21:38:15 -0400
  • a92553e6d8 Merge branch 'static-template-tag' of https://github.com/Dunedan/binder into Dunedan-static-template-tag jeffrey forman 2015-06-03 20:13:16 -0400
  • 15f6b6a924 Merge branch 'Dunedan-remove-hardcoded-links' jeffrey forman 2015-06-03 20:04:59 -0400
  • 4fd1670e58 Merge branch 'remove-hardcoded-links' of https://github.com/Dunedan/binder into Dunedan-remove-hardcoded-links jeffrey forman 2015-06-03 20:02:27 -0400
  • 6c048eed77 Merge pull request #34 from Dunedan/remove-dns-resolv-test Jeffrey Forman 2015-06-03 19:59:12 -0400
  • 9ed2be3b66 Use the static template tag when refering to static files. Daniel Roschka 2015-05-31 08:10:19 +0200
  • 5476314232 Replaces hardcoded links in templates with Djangos url tag. Daniel Roschka 2015-05-30 22:27:25 +0200
  • 2ffd7c4b39 Resolve merge conflict introduced with recent changes to master. Daniel Roschka 2015-05-30 18:17:29 +0200
  • ff2f5abcb1 Remove tests for checking DNS resolution Daniel Roschka 2015-05-30 16:42:59 +0200
  • 1137b97239 Merge pull request #27 from Dunedan/travisci-support Jeffrey Forman 2015-05-27 20:25:05 -0400
  • 05dc9bcf79 Merge branch 'Dunedan-revised-local-settings' jeffrey forman 2015-05-27 20:15:19 -0400
  • d625e0245b Merge branch 'revised-local-settings' of https://github.com/Dunedan/binder into Dunedan-revised-local-settings jeffrey forman 2015-05-27 20:14:50 -0400
  • fc946c3fa0 Merge branch 'Dunedan-template-cleanup' jeffrey forman 2015-05-27 20:04:14 -0400
  • 5effaf8c45 Merge branch 'template-cleanup' of https://github.com/Dunedan/binder into Dunedan-template-cleanup jeffrey forman 2015-05-27 20:03:33 -0400
  • 7882ee9121 Add global authentication Daniel Roschka 2015-04-05 21:06:01 +0200
  • dc15440a98 Merge pull request #32 from Dunedan/fix-missing-cancel-buttons Jeffrey Forman 2015-04-05 14:09:07 -0400
  • f38f96660f Merge branch 'Dunedan-ship-jquery' jeffrey forman 2015-04-05 07:23:09 -0400
  • 796cb06055 Merge branch 'ship-jquery' of https://github.com/Dunedan/binder into Dunedan-ship-jquery jeffrey forman 2015-04-05 07:22:23 -0400
  • fb7fab8306 Merge pull request #29 from Dunedan/fix-requirements Jeffrey Forman 2015-04-04 22:09:24 -0400
  • acd55f34aa Merge branch 'Dunedan-404-for-not-existing-servers' jeffrey forman 2015-04-04 22:08:22 -0400
  • b62af7b64d fix UI tests that werent updated to match the new templates jeffrey forman 2015-04-04 22:07:49 -0400
  • 5c35b2306e delete commented out HTML that was forgotten from before jeffrey forman 2015-04-04 22:07:37 -0400
  • 880eee067d localhost wont always have an IPv6 address assigned to it jeffrey forman 2015-04-04 20:33:53 -0400