Mark Schouten
484fa1d265
Include a handler for 'option' fields
2014-07-10 16:16:22 +02:00
Mark Schouten
aae107b238
Only allow a single owner for a zone
2014-07-10 15:12:06 +02:00
Mark Schouten
adef2938d6
Delete the zone from the database if it is deleted
2014-07-10 15:11:31 +02:00
Mark Schouten
b746978478
Although PHP doesn't complain about that extra parameter, it does have effect on the sorting algorithm
2014-07-04 15:14:53 +02:00
Mark Schouten
53f7bad16d
No, strnatcmp
2014-07-04 15:11:14 +02:00
Mark Schouten
119baad99b
Switch to strncmp
2014-07-04 14:43:16 +02:00
Mark Schouten
72d6f5782e
Fix sorting of records?
2014-07-04 14:38:50 +02:00
Mark Schouten
311a6cf097
Reload zones after visiting the userspage
2014-07-04 14:29:04 +02:00
Mark Schouten
c8cc85ef62
DNSSEC is not editable
2014-07-04 13:49:22 +02:00
Mark Schouten
6f9f7b3982
Fix typo
2014-07-04 12:50:45 +02:00
Mark Schouten
93818f40e9
We didn't find any zones, they might be configured though
2014-07-04 11:58:58 +02:00
Mark Schouten
503c409292
Search in slave zones too!
2014-07-04 11:57:52 +02:00
Mark Schouten
00d94bbf74
We return something else now
2014-07-04 11:55:37 +02:00
Mark Schouten
ca6c953818
Fix the other queries too
2014-07-04 11:52:11 +02:00
Mark Schouten
340d297f71
Aaaaaaaaaaaaaaand fix it
2014-07-04 11:26:05 +02:00
Mark Schouten
65dc663195
Fix typo
2014-07-04 11:16:54 +02:00
Mark Schouten
98dd2695fa
Switch from 'querySingle' to 'prepare and bindValue'
2014-07-04 11:14:34 +02:00
Mark Schouten
90534c6e60
Does this fix it?
2014-07-03 16:47:32 +02:00
Tuxis Internet Engineering
e7cabd353f
Update .gitmodules
2014-07-03 16:44:39 +02:00
Mark Schouten
57a3929f10
Add search field, this may make things easier to find!
2014-07-03 16:05:01 +02:00
Mark Schouten
816790ce4e
Fix splicing the right way
2014-06-30 15:17:08 +02:00
Mark Schouten
fa3681cbdb
Fix paging
2014-06-30 15:12:03 +02:00
Mark Schouten
33faa1d7a2
An asterisk is allowed
2014-06-30 15:00:19 +02:00
Mark Schouten
fcfb23ea63
Show other fields for reverses
2014-06-30 14:11:04 +02:00
Mark Schouten
fadb494ce0
Allow PTR records to be created
2014-06-30 13:36:46 +02:00
Mark Schouten
a9c2254e40
Fix nicer screen for dses
2014-06-30 13:31:06 +02:00
Mark Schouten
e04ca87744
Prepend dstxt with DNSKEY info
2014-06-30 13:20:53 +02:00
Mark Schouten
5009bf8993
Perlism
2014-06-30 13:15:24 +02:00
Mark Schouten
a87e23947e
Remove any slashed at the start of the method
2014-06-30 13:12:42 +02:00
Mark Schouten
aa37139301
Fix some inputvalidation and functionnames
2014-06-23 09:55:52 +02:00
Mark Schouten
59183064da
Fix the username validator
2014-06-12 16:14:53 +02:00
Mark Schouten
0d88619edb
Also check if the domain has non-ascii-characters
2014-06-12 15:53:16 +02:00
Mark Schouten
baed349274
Do not show the dnssec-field when creating a zone
2014-06-10 21:19:26 +02:00
Mark Schouten
06c39599bf
Fix the setting for soa-edit
2014-06-10 21:15:47 +02:00
Mark Schouten
f8e7493925
Also fix new index.php and zones.php ...
2014-06-10 11:27:12 +02:00
Mark Schouten
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)
2014-06-10 11:24:44 +02:00
Mark Schouten
b2b6affa90
Forgot image...
2014-06-06 14:48:25 +02:00
Mark Schouten
d0a0803e09
Fix a title
2014-06-06 14:47:26 +02:00
Mark Schouten
624db4eb68
Fix broken image
2014-06-06 14:47:02 +02:00
Mark Schouten
64508a7a51
Import dnssec settings if they exist
2014-06-06 14:46:24 +02:00
Mark Schouten
9854630f68
If the name starts with a ., strip it
2014-06-03 09:27:54 +02:00
Mark Schouten
32e49eae99
Label can be empty
2014-06-03 09:25:08 +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
Mark Schouten
8aa6d386cf
Fix indenting and show the correct content for 'content'
2014-05-26 14:10:11 +02:00
Mark Schouten
e54d2e3a74
Add missing ,
2014-05-26 14:05:34 +02:00
Mark Schouten
2eed9b39c0
Fix escaping. Jtable shows (javascript-escaped) content. No other escaping is done on the content-field
...
For txt-records. First strip quotes surrounding the content and strip from slashes. Then, add slashes and quotes again. This maybe sub-optimal, but works for now.
2014-05-26 13:45:03 +02:00
Mark Schouten
2a6fd69192
Make content safe too
2014-05-26 12:28:16 +02:00
Mark Schouten
a0df8f8413
Fix the validationfunction
2014-05-26 12:20:41 +02:00
Mark Schouten
b457495426
Add validation and 'htmlspecialchars' to keep Teun from breaking stuff
2014-05-26 12:04:24 +02:00
Mark Schouten
858830915f
Older PHP breaks on []
2014-05-26 11:46:41 +02:00