mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[PR #94] [MERGED] Create a version 1.0, to manage Pdns 4.0.0 and greater #168
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tuxis-ie/nsedit/pull/94
Author: @tuxis-ie
Created: 8/5/2016
Status: ✅ Merged
Merged: 8/5/2016
Merged by: @tuxis-ie
Base:
master← Head:pdns-40📝 Commits (10+)
574db00Cleanup. We don't need this stuff for v4 anymore22502aeImplement an ApiHandler class367dde6Add new classes to handle zones and pdns-api v4.0f61f52aAdd getzonekeys() to PdnsApid02889aAllow setting a string 'keyinfo'fcdba74Also export keyinfodb0c7e0Cleanup stuff in zones.php and implement the first part, 'list'ccf90caInclude these filesa94d0e0Fix all kind of development and trying code.6fd7087Rebuild listrecords and fake records by merging them with rrsets in Zone.php📊 Changes
13 files changed (+1273 additions, -612 deletions)
View changed files
📝
.gitignore(+1 -0)📝
README.md(+6 -4)➕
img/delete.png(+0 -0)➕
img/delete_inverted.png(+0 -0)➕
includes/class/ApiHandler.php(+124 -0)➕
includes/class/PdnsApi.php(+125 -0)➕
includes/class/Zone.php(+334 -0)📝
includes/config.inc.php-dist(+4 -14)📝
includes/misc.inc.php(+60 -19)📝
index.php(+343 -166)➕
logs.php(+51 -0)📝
users.php(+1 -1)📝
zones.php(+224 -408)📄 Description
Lots of new features and fixes. Greatest change is that we now support the official PDNS Api, for PDNS > 4.0.0!
Other stuff to note:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.