Commit graph

15 commits

Author SHA1 Message Date
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
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)