Commit graph

  • ef7f47e3f4 Fix creating records without the zonename. Sort the zones. Fix creation of disabled records Mark Schouten 2016-08-04 14:46:32 +02:00
  • 82819bf33b Remove leftover from copy/paste. Do not replace and check if ['serial'] exists.. Mark Schouten 2016-08-04 13:44:39 +02:00
  • 3f3c18c21b Missing ; Mark Schouten 2016-08-04 13:37:54 +02:00
  • 65d6b9afe0 We don't need all these functions anymore Mark Schouten 2016-08-04 13:35:49 +02:00
  • 8a63698b9f Fix templating Mark Schouten 2016-08-04 13:32:18 +02:00
  • 337d4ed363 We now have all functionality! Mark Schouten 2016-08-04 12:10:19 +02:00
  • c7b36d7d7d Implement deleteRecord and fix some small errors Mark Schouten 2016-08-04 12:09:56 +02:00
  • 475bbca87b Switch from zone.name to zone.id Mark Schouten 2016-08-04 12:07:45 +02:00
  • d94d1da445 Implement exportzone Mark Schouten 2016-08-04 12:07:14 +02:00
  • 5161f7102b Add record and catch Exceptions Mark Schouten 2016-08-03 16:57:25 +02:00
  • e2034c5861 * Implement getrrset() and use it where we can * addrecord() should just add the record, even if the rrset does not yet exist * Make addrecord() return the created record * Implement getrecord() Mark Schouten 2016-08-03 16:54:58 +02:00
  • be9683ef83 Allow saving of zones Mark Schouten 2016-08-03 16:08:57 +02:00
  • 4d6ecb612e Fix a erasemasters() for a zone Mark Schouten 2016-08-03 16:08:40 +02:00
  • cf754d0135 Check if serial is an integer, so we know if it's a new zone. Also, return the new zone upon saving it. Mark Schouten 2016-08-03 16:07:48 +02:00
  • 2cc92e6842 We can now import, create AND delete zones Mark Schouten 2016-08-03 15:14:27 +02:00
  • c8774fc05e Implement DELETE Mark Schouten 2016-08-03 14:42:49 +02:00
  • 4ac1e6e767 We can now view zones. Yay! Mark Schouten 2016-08-03 14:29:35 +02:00
  • a8ccbeb10a Switch from zoneurl to zoneid Mark Schouten 2016-08-03 14:25:25 +02:00
  • 1c3e5cfc99 Cannot use object of type RRSet as array Mark Schouten 2016-08-03 14:21:56 +02:00
  • d5ef95e711 Make functions public Mark Schouten 2016-08-03 14:21:01 +02:00
  • a7d3e6e6eb Fix typo and move function to correct class Mark Schouten 2016-08-03 14:19:31 +02:00
  • 6fd7087dc9 Rebuild listrecords and fake records by merging them with rrsets in Zone.php Mark Schouten 2016-08-03 14:16:07 +02:00
  • a94d0e0b31 Fix all kind of development and trying code. Mark Schouten 2016-08-03 14:08:33 +02:00
  • ccf90cab61 Include these files Mark Schouten 2016-08-03 13:48:30 +02:00
  • db0c7e0b85 Cleanup stuff in zones.php and implement the first part, 'list' Mark Schouten 2016-08-03 13:38:21 +02:00
  • fcdba74c14 Also export keyinfo Mark Schouten 2016-08-03 13:37:22 +02:00
  • d02889a918 Allow setting a string 'keyinfo' Mark Schouten 2016-08-03 13:35:54 +02:00
  • f61f52a14d Add getzonekeys() to PdnsApi Mark Schouten 2016-08-03 13:33:44 +02:00
  • 367dde6f19 Add new classes to handle zones and pdns-api v4.0 Mark Schouten 2016-08-03 13:16:30 +02:00
  • 22502ae521 Implement an ApiHandler class Mark Schouten 2016-08-02 14:16:34 +02:00
  • 574db00d94 Cleanup. We don't need this stuff for v4 anymore Mark Schouten 2016-08-02 14:15:57 +02:00
  • f7d502112d Merge pull request #92 from tuxis-ie/order-users Tuxis Internet Engineering V.O.F 2016-06-08 15:12:09 +02:00
  • f6cec7ef3b Order by username Mark Schouten 2016-06-08 15:11:46 +02:00
  • 26a743f548 Merge pull request #87 from NuxRo/NuxRo-privacy-patch-1 Tuxis Internet Engineering V.O.F 2016-04-29 15:01:53 +02:00
  • 2632ceb2be Self-host the logo rather than include it from the developer's site NuxRo 2016-04-29 12:46:24 +01:00
  • 8e399ac357 logo NuxRo 2016-04-29 12:41:41 +01:00
  • 794fcb680c Update jtable to latest version Mark Schouten 2016-03-21 13:06:35 +01:00
  • 6caf810f84 Merge pull request #82 from tuxis-ie/user-security Tuxis Internet Engineering V.O.F 2016-03-21 12:09:28 +01:00
  • 4478f1eed3 Allow a user to change his own password. Closes #62 Mark Schouten 2016-03-21 12:08:28 +01:00
  • 22dfbed83d Merge pull request #80 from nickygerritsen/add-disabled Tuxis Internet Engineering V.O.F 2016-03-21 09:52:05 +01:00
  • d19c8e9f0b Add disabled field Nicky Gerritsen 2016-03-21 08:06:15 +01:00
  • 2bf91bac29 Merge pull request #1 from tuxis-ie/master Kristof Hardy 2016-03-02 11:46:50 +01:00
  • afbac1ebcf Merge pull request #76 from sid3windr/patch-1 Tuxis Internet Engineering V.O.F 2016-02-17 19:21:27 +01:00
  • 4506145674 Add LOC record to drop down list(s) Tom Laermans 2016-02-17 18:23:08 +01:00
  • a5cff4714c Merge pull request #74 from mtdcr/master Tuxis Internet Engineering V.O.F 2016-01-13 13:16:02 +01:00
  • a74c32da85 Add RR types for CERT and SSHFP Andreas Oberritter 2016-01-13 03:59:59 +01:00
  • e36fd89abd Merge pull request #1 from tuxis-ie/master Ruben Herold 2016-01-08 12:52:32 +01:00
  • 76e3ebc113 Merge pull request #70 from harkx/configlogo Tuxis Internet Engineering V.O.F 2016-01-07 22:39:51 +01:00
  • 546d77c85f [MOD] set the default in misc.inc.php in case $logo isn't set harkx 2016-01-02 11:29:23 +01:00
  • 21ef7202a3 Merge pull request #71 from ruben-herold/master Tuxis Internet Engineering V.O.F 2016-01-02 11:10:02 +01:00
  • 58d5dcb626 Add a check for openssl issue #61 Ruben Herold 2016-01-01 20:27:44 +01:00
  • 4d3d381956 Create parameter for logo harkx 2016-01-01 09:42:14 +01:00
  • e6db412fbc Merge pull request #69 from ruben-herold/master Tuxis Internet Engineering V.O.F 2015-12-31 10:44:35 +01:00
  • bff07c1244 Add info for openssl Support Ruben Herold 2015-12-31 00:33:09 +01:00
  • 26e81308e2 Fix check for config values Ruben Herold 2015-12-30 23:34:23 +01:00
  • 8f2290019e Merge pull request #63 from tuxis-ie/allow-pdns-v4 Tuxis Internet Engineering V.O.F 2015-12-17 10:07:18 +01:00
  • 59f4f1e70f Allow pdns 4.0 users to use nsedit as well, by allowing to set the API version Mark Schouten 2015-12-17 10:04:54 +01:00
  • d23296e742 Merge pull request #60 from bfbones/master Tuxis Internet Engineering V.O.F 2015-10-29 09:43:46 +01:00
  • ce46bfc03d add VERFIYPEER option to main api-request bfbones 2015-10-28 20:25:06 +01:00
  • 319828033d Merge branch 'bfbones-master' Mark Schouten 2015-10-26 10:12:26 +01:00
  • a2aba25712 Resolve conflicts and create a converter for old values to the new ones. Also let the user know they should be changing their configuration Mark Schouten 2015-10-26 10:11:57 +01:00
  • a3df4d9173 add $showslavezones = FALSE; piwats 2015-10-22 02:09:00 +02:00
  • 72e38799bc rename dtsi.css to main.css piwats 2015-10-22 02:01:31 +02:00
  • 47aebd7ff8 Create main.css piwats 2015-10-22 02:00:38 +02:00
  • 091737380b Create foundation.min.js piwats 2015-10-22 01:59:52 +02:00
  • 7f429e986c Create modernizr.js piwats 2015-10-22 01:58:32 +02:00
  • 6463fb3407 Create foundation.css piwats 2015-10-22 01:56:00 +02:00
  • f67229b8a4 more sex-appeal! initial commit piwats 2015-10-22 01:54:17 +02:00
  • 5647287640 Merge 89f68de4d7 into 65df9e37c0 Yury Evtikhov 2015-10-08 11:23:01 +00:00
  • 89f68de4d7 added 'priority' key to API url Yury Evtikhov 2015-10-08 13:30:14 +03:00
  • 65df9e37c0 Merge pull request #55 from yurkeen/patch-1 Tuxis Internet Engineering V.O.F. 2015-10-07 20:07:55 +02:00
  • 0200969122 Added comment Yury Evtikhov 2015-10-07 18:57:27 +03:00
  • edb014e4d4 git clone --recursive Yury Evtikhov 2015-10-07 18:53:39 +03:00
  • ac92a03036 changed to php5-sqlite Yury Evtikhov 2015-10-07 18:48:20 +03:00
  • a08a3a4077 added php5-sqlite3 Yury Evtikhov 2015-10-07 18:44:00 +03:00
  • 36c16e4d9c deleted nginx and added git-core Yury Evtikhov 2015-10-07 18:26:51 +03:00
  • 2b3715d88b Quotes fix Yury Evtikhov 2015-10-07 18:18:00 +03:00
  • 8f708309ae + git clone Yury Evtikhov 2015-10-07 18:11:33 +03:00
  • c6f86240bf Fixed Quotes Yury Evtikhov 2015-10-07 18:09:07 +03:00
  • d767d59d53 Typos fixed Yury Evtikhov 2015-10-07 18:06:23 +03:00
  • a02f6e7cab Initial Dockerfile Yury Evtikhov 2015-10-07 18:02:49 +03:00
  • da932b0820 Merge branch 'master' of github.com:tuxis-ie/nsedit Mark Schouten 2015-09-17 21:28:51 +02:00
  • 5f4d71698e Use normal sorting for zones, no fancy one. Requested via #52, and I agree Mark Schouten 2015-09-17 21:28:30 +02:00
  • fab3f084bc Merge pull request #53 from bpbp-boop/master Tuxis Internet Engineering V.O.F. 2015-09-10 09:27:28 +02:00
  • 802ed0fd93 silence warnings Boden Garman 2015-09-10 12:18:20 +10:00
  • 9d47229fe7 Merge pull request #44 from piwats/master Tuxis Internet Engineering V.O.F. 2015-07-30 15:05:16 +02:00
  • 6a9a05a187 Merge pull request #49 from tuxis-ie/update-no-duplicate Tuxis Internet Engineering V.O.F. 2015-05-28 13:32:21 +02:00
  • c7ae7f5de1 This should fix the duplication of records when changing the recordtype Mark Schouten 2015-05-18 13:52:30 +02:00
  • cc9b227a70 Merge pull request #48 from tuxis-ie/order-ptr Tuxis Internet Engineering V.O.F. 2015-05-18 13:39:25 +02:00
  • b8996eaa42 Return an other order if we're editing a reverse zone. Requested via #47, closes #47 Mark Schouten 2015-05-18 13:38:17 +02:00
  • 6bbe01a54a We need these vars to be 'global'. Closts #45 Mark Schouten 2015-04-20 10:42:31 +02:00
  • f657f64085 Add font-family to body piwats 2015-04-17 20:40:44 +02:00
  • 5ddfce32fe Update horizontal-menu.css piwats 2015-04-17 19:54:52 +02:00
  • 6c450c0c5c Update horizontal-menu.css piwats 2015-04-17 19:54:14 +02:00
  • 0154d4e4b4 Update horizontal-menu.css piwats 2015-04-17 19:52:07 +02:00
  • 140a6368ab Update horizontal-menu.css piwats 2015-04-17 19:49:07 +02:00
  • 25910185bd Update horizontal-menu.css piwats 2015-04-17 19:45:25 +02:00
  • 40fc54753b Update horizontal-menu.css piwats 2015-04-17 19:43:14 +02:00
  • 3202d7ca0f Update index.php piwats 2015-04-17 19:42:24 +02:00
  • 32ee3263ac Update horizontal-menu.css piwats 2015-04-17 19:41:16 +02:00