Commit graph

  • c16a85547c Remove this if-statement, we don't need it anymore Mark Schouten 2014-07-10 16:30:41 +02:00
  • ca09122c7f Refresh user when switching between users and zones field Mark Schouten 2014-07-10 16:17:32 +02:00
  • 1ce641d1d1 Allow users to be returned as a Optionslist Mark Schouten 2014-07-10 16:17:11 +02:00
  • 484fa1d265 Include a handler for 'option' fields Mark Schouten 2014-07-10 16:16:22 +02:00
  • aae107b238 Only allow a single owner for a zone Mark Schouten 2014-07-10 15:12:06 +02:00
  • adef2938d6 Delete the zone from the database if it is deleted Mark Schouten 2014-07-10 15:11:31 +02:00
  • b746978478 Although PHP doesn't complain about that extra parameter, it does have effect on the sorting algorithm Mark Schouten 2014-07-04 15:14:53 +02:00
  • 53f7bad16d No, strnatcmp Mark Schouten 2014-07-04 15:11:14 +02:00
  • 119baad99b Switch to strncmp Mark Schouten 2014-07-04 14:43:16 +02:00
  • 72d6f5782e Fix sorting of records? Mark Schouten 2014-07-04 14:38:50 +02:00
  • 311a6cf097 Reload zones after visiting the userspage Mark Schouten 2014-07-04 14:29:04 +02:00
  • c8cc85ef62 DNSSEC is not editable Mark Schouten 2014-07-04 13:49:22 +02:00
  • 6f9f7b3982 Fix typo Mark Schouten 2014-07-04 12:50:45 +02:00
  • 93818f40e9 We didn't find any zones, they might be configured though Mark Schouten 2014-07-04 11:58:58 +02:00
  • 503c409292 Search in slave zones too! Mark Schouten 2014-07-04 11:57:52 +02:00
  • 00d94bbf74 We return something else now Mark Schouten 2014-07-04 11:55:37 +02:00
  • ca6c953818 Fix the other queries too Mark Schouten 2014-07-04 11:52:11 +02:00
  • 340d297f71 Aaaaaaaaaaaaaaand fix it Mark Schouten 2014-07-04 11:26:05 +02:00
  • 65dc663195 Fix typo Mark Schouten 2014-07-04 11:16:54 +02:00
  • 98dd2695fa Switch from 'querySingle' to 'prepare and bindValue' Mark Schouten 2014-07-04 11:14:34 +02:00
  • 90534c6e60 Does this fix it? Mark Schouten 2014-07-03 16:47:32 +02:00
  • e7cabd353f Update .gitmodules Tuxis Internet Engineering 2014-07-03 16:44:39 +02:00
  • 57a3929f10 Add search field, this may make things easier to find! Mark Schouten 2014-07-03 16:05:01 +02:00
  • 816790ce4e Fix splicing the right way Mark Schouten 2014-06-30 15:17:08 +02:00
  • fa3681cbdb Fix paging Mark Schouten 2014-06-30 15:12:03 +02:00
  • 33faa1d7a2 An asterisk is allowed Mark Schouten 2014-06-30 15:00:19 +02:00
  • fcfb23ea63 Show other fields for reverses Mark Schouten 2014-06-30 14:11:04 +02:00
  • fadb494ce0 Allow PTR records to be created Mark Schouten 2014-06-30 13:36:46 +02:00
  • a9c2254e40 Fix nicer screen for dses Mark Schouten 2014-06-30 13:31:06 +02:00
  • e04ca87744 Prepend dstxt with DNSKEY info Mark Schouten 2014-06-30 13:20:53 +02:00
  • 5009bf8993 Perlism Mark Schouten 2014-06-30 13:15:24 +02:00
  • a87e23947e Remove any slashed at the start of the method Mark Schouten 2014-06-30 13:12:42 +02:00
  • aa37139301 Fix some inputvalidation and functionnames Mark Schouten 2014-06-23 09:55:52 +02:00
  • 59183064da Fix the username validator Mark Schouten 2014-06-12 16:14:53 +02:00
  • 0d88619edb Also check if the domain has non-ascii-characters Mark Schouten 2014-06-12 15:53:16 +02:00
  • baed349274 Do not show the dnssec-field when creating a zone Mark Schouten 2014-06-10 21:19:26 +02:00
  • 06c39599bf Fix the setting for soa-edit Mark Schouten 2014-06-10 21:15:47 +02:00
  • f8e7493925 Also fix new index.php and zones.php ... Mark Schouten 2014-06-10 11:27:12 +02:00
  • f7cb6a803c Allow DS-info to be shown and add two icons for showing if a zone has dnssec or not. (This awaits PR #1460 for PowerDNS) Mark Schouten 2014-06-10 11:24:44 +02:00
  • b2b6affa90 Forgot image... Mark Schouten 2014-06-06 14:48:25 +02:00
  • d0a0803e09 Fix a title Mark Schouten 2014-06-06 14:47:26 +02:00
  • 624db4eb68 Fix broken image Mark Schouten 2014-06-06 14:47:02 +02:00
  • 64508a7a51 Import dnssec settings if they exist Mark Schouten 2014-06-06 14:46:24 +02:00
  • 9854630f68 If the name starts with a ., strip it Mark Schouten 2014-06-03 09:27:54 +02:00
  • 32e49eae99 Label can be empty Mark Schouten 2014-06-03 09:25:08 +02:00
  • 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 Mark Schouten 2014-05-26 14:15:55 +02:00
  • 8aa6d386cf Fix indenting and show the correct content for 'content' Mark Schouten 2014-05-26 14:10:11 +02:00
  • e54d2e3a74 Add missing , Mark Schouten 2014-05-26 14:05:34 +02:00
  • 2eed9b39c0 Fix escaping. Jtable shows (javascript-escaped) content. No other escaping is done on the content-field Mark Schouten 2014-05-26 13:45:03 +02:00
  • 2a6fd69192 Make content safe too Mark Schouten 2014-05-26 12:28:16 +02:00
  • a0df8f8413 Fix the validationfunction Mark Schouten 2014-05-26 12:20:41 +02:00
  • b457495426 Add validation and 'htmlspecialchars' to keep Teun from breaking stuff Mark Schouten 2014-05-26 12:04:24 +02:00
  • 858830915f Older PHP breaks on [] Mark Schouten 2014-05-26 11:46:41 +02:00
  • 89dc3aa8bf Update readme Mark Schouten 2014-05-26 11:33:25 +02:00
  • cf7cf12181 Delete border on opened zone Mark Schouten 2014-05-23 14:43:36 +02:00
  • 5f8c5cc3d9 Fix theme Mark Schouten 2014-05-23 13:45:40 +02:00
  • deb08bc5fa Merge branch 'hphoeksma-master' Mark Schouten 2014-05-23 13:14:49 +02:00
  • 4d26eaef37 Switch to https instead of ssh Mark Schouten 2014-05-23 13:12:39 +02:00
  • 75614ef673 Small improvements Henjo Hoeksma 2014-05-23 12:10:28 +02:00
  • 9c5b1c260e Add jtable as submodule and lock to correct version Henjo Hoeksma 2014-05-23 11:59:43 +02:00
  • df1d9c5aed Clean jtable Henjo Hoeksma 2014-05-23 11:58:40 +02:00
  • 5c53f7964a Fix warnings when login form is not yet posted Henjo Hoeksma 2014-05-23 11:57:15 +02:00
  • 4be11b9c80 Do not allow config to be in the repository Henjo Hoeksma 2014-05-23 11:55:32 +02:00
  • 13e81c1a7a Fix references to jquery-ui Henjo Hoeksma 2014-05-23 11:53:05 +02:00
  • 296e83fb88 Refactoring Henjo Hoeksma 2014-05-23 11:48:19 +02:00
  • 1abfadf28c Reject non-ASCII-chars and escape quotes in TXT-records Mark Schouten 2014-05-22 13:57:15 +02:00
  • 57aab9ef2e Switch to smoothness theme in UI, which looks better Mark Schouten 2014-05-22 10:35:49 +02:00
  • eaa2c4c903 The errormessage from the API should be nicer Mark Schouten 2014-05-22 10:25:01 +02:00
  • df6c7b3451 Rename config.inc.php to config.inc.php-dist Mark Schouten 2014-05-22 10:03:13 +02:00
  • d57a154939 Merge branch 'master' of github.com:tuxis-ie/nsedit because of readme.. Mark Schouten 2014-05-22 10:01:02 +02:00
  • 2418fc2f60 Prepare $name in such a way that it always works. With or without dot, with or without a domainname Mark Schouten 2014-05-22 10:00:41 +02:00
  • 92e9f8c6af If we're adding a TXT-record, add double quotes around the content Mark Schouten 2014-05-22 09:57:25 +02:00
  • fcef7c44f9 Update README.md Tuxis Internet Engineering 2014-05-21 17:53:40 +02:00
  • d28f2b095c Fix logo and schema-import Mark Schouten 2014-05-21 17:52:27 +02:00
  • 31c91d95ee Implement Ronalds CSS patches Mark Schouten 2014-05-21 17:31:05 +02:00
  • 90ee4dfea0 Initial import and public 'release' Mark Schouten 2014-05-21 11:58:05 +02:00
  • 327597ca02 Initial commit Tuxis Internet Engineering 2014-05-21 02:57:12 -07:00