Commit graph

31 commits

Author SHA1 Message Date
Mark Schouten
371eb41787 Content must be canonical 2018-08-22 17:12:01 +02:00
margau
96c67a8e8f
Added notice (see #172) 2018-04-17 19:33:58 +02:00
Tuxis Internet Engineering V.O.F
635441dbe0
Revert "notify pdns after zone update" 2018-03-28 09:05:09 +02:00
root
cb234599b7 typo correction 2018-02-02 15:10:54 +01:00
root
03d9d88026 add "notifyafterupdate" flag 2018-02-02 14:58:10 +01:00
Daniel Eiland
1f2225cf6d Added support for CNAME's to zone in templates 2017-07-11 09:24:44 +02:00
Richard Underwood
d1b817443c Initial implementation of log rotation. 2016-08-24 11:32:43 +01:00
Mark Schouten
3fd525748f Do not do any logging if it's disabled 2016-08-05 12:20:19 +02:00
Mark Schouten
574db00d94 Cleanup. We don't need this stuff for v4 anymore 2016-08-02 14:15:57 +02:00
NuxRo
2632ceb2be Self-host the logo rather than include it from the developer's site
Self-host the logo rather than include it from the developer's site, as it can be used for tracking purposes.
2016-04-29 12:46:24 +01:00
Nicky Gerritsen
d19c8e9f0b Add disabled field 2016-03-21 08:06:15 +01:00
harkx
4d3d381956 Create parameter for logo 2016-01-01 09:42:14 +01:00
Mark Schouten
59f4f1e70f Allow pdns 4.0 users to use nsedit as well, by allowing to set the API version 2015-12-17 10:04:54 +01:00
Mark Schouten
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 2015-10-26 10:11:57 +01:00
Boden Garman
802ed0fd93 silence warnings 2015-09-10 12:20:13 +10:00
piwats
e559b6e263 Update config.inc.php-dist 2015-04-17 16:54:08 +02:00
piwats
847e170773 add $cssadditions option
This adds a switch to turn on or off additions.css
2015-04-17 16:43:34 +02:00
Mark Schouten
a8fadba0e0 Check for newly added configuration options
Fix typo in default config file

Closes #40
2015-04-17 15:17:25 +02:00
Bryan Seitz
0b97e09bb7 added initial https support 2015-04-02 00:20:34 +00:00
bfbones
0a09deb50a - added protocol config parameter and handling for it
- changed nameserver entries in config to be dymanic
- changed display and parsing of NS-entries from config or from template to be dynamic
2015-03-02 10:10:46 +01:00
Christian Hofstaedtler
adcaefda59 Remove priority field
It's gone from PowerDNS 3.4.2 and later.
2015-02-07 21:13:45 +01:00
Mark Schouten
cc8680a917 Process comments on docs by jpmens in issue #13 2015-01-23 15:58:09 +01:00
Mark Schouten
6dcd923cff Move configurationchecks to misc.php 2014-11-21 11:20:23 +01:00
Mark Schouten
b7b62d1c9c Implement auth-autodetection 2014-11-21 11:13:17 +01:00
Stefan Bühler
e8f071f67c Rework session handling; add CSRF tokens and autologin 2014-10-06 21:40:11 +02:00
Stefan Bühler
54fb62b471 Rewrite/Refactoring
- add a lot of permission checks:
  zone edits were completely unchecked (after login); only list and creation were
  protected.
- reduce regular expression usage
- don't use user provided names/ids/urls for requests; instead use them
  to search for the zone in the list of all zones.
- rename 'label' to 'name' in template records ('name' is used in all
  other places)
- make 'localhost' default $apisid
- add 'soa_edit' default
- remove gen_pw/pwgen caller; use openssl instead for random password
- fix a lot of bugs (editrecord, TXT quoting, name checking, ...)
- improve record sorting
2014-10-05 13:08:23 +02:00
Mark Schouten
00c40c047e Create option to not allow a normal user to add zones 2014-10-01 09:46:44 +02:00
Mark Schouten
262e3c76a8 Allow remote boxes to execute stuff, eventhough they don't really login 2014-09-26 13:47:52 +02:00
Mark Schouten
bc5a4964ec Allow authentication via Wefact 2014-09-26 12:03:30 +02:00
Mark Schouten
a73e3fd1d3 Send soa_edit_api so we don't need to worry about serials anymore. Also, add it as a default to the dist config 2014-05-26 14:15:55 +02:00
Henjo Hoeksma
296e83fb88 Refactoring 2014-05-23 11:48:19 +02:00
Renamed from htdocs/includes/config.inc.php-dist (Browse further)