Commit graph

119 commits

Author SHA1 Message Date
Petr Bena
7f4c9d5c18 wikipedia ref 2019-12-03 11:35:16 +01:00
Petr Bena
820188fff8 few improvements 2019-12-02 15:03:58 +01:00
Petr Bena
d6a371d265 missing files 2019-12-01 18:02:56 +01:00
Petr Bena
5ce9b8aa1e major rewrite
tool became larger than I originally expected so there is a need to
reorganize the code as it was already beginning to become a mess
2019-11-29 12:39:03 +01:00
Petr Bena
c3a78fd2b7 fixed api 2019-11-20 14:59:09 +01:00
Petr Bena
a6863f4fde syslog 2019-11-20 14:57:30 +01:00
Petr Bena
1ee1413582 fixed audit logs
now the trimming of token name is done just how it's supposed to
2019-11-19 12:30:32 +01:00
Petr Bena
4c657b16c4 print execution time even if $g_debug is not true 2019-11-19 10:25:13 +01:00
Petr Bena
5b00022901 don't apped to warning_container when using API 2019-11-19 10:10:45 +01:00
Petr Bena
c72633b5ba option to create PTR 2019-11-18 13:40:20 +01:00
Petr Bena
1c02f1aafe packaging tool + lint 2019-11-17 13:01:31 +01:00
Petr Bena
5287388852 implemented memcached PHP module 2019-11-15 15:06:43 +01:00
Petr Bena
4831c2cf22 fixed memcache error handling
this function isn't really implemented in Memcache class
2019-11-15 14:47:43 +01:00
Petr Bena
769fb6bbdf audit record get 2019-11-15 13:23:17 +01:00
Petr Bena
ea19ef201e new API "get_record"
return single DNS record for checks whether it exists
2019-11-15 13:13:51 +01:00
Petr Bena
d8e699a881 implemented auto-lookup of zone to change 2019-11-15 11:15:19 +01:00
Petr Bena
265af0db16 retry also if AXFR fail 2019-11-14 13:16:58 +01:00
Petr Bena
cf17be00fa implemented debug file logs 2019-11-13 13:17:09 +01:00
Petr Bena
eaa6d2c4f4 implemented retry on error
for very low quality networks
2019-11-12 15:23:37 +01:00
Petr Bena
8b24e56326 implemented optional error logs 2019-11-07 14:43:55 +01:00
Petr Bena
dff31dfd8a debug 2019-11-06 14:10:41 +01:00
Petr Bena
d0cdac2f77 documentation 2019-11-01 12:53:59 +01:00
Petr Bena
b7b28b2819 implemented option to change default TTL 2019-10-22 11:06:01 +02:00
Petr Bena
120679d9e3 respect g_api_token_mask 2019-10-07 14:14:32 +02:00
Petr Bena
8a35ce19b3 implemented token masking 2019-10-02 11:12:02 +02:00
Petr Bena
248b713275
Update config.default.php 2019-09-23 14:56:50 +02:00
Petr Bena
fa215bb316 implemented explicit option
so that nsupdate now by default explicitly specify the zone name
2019-09-04 11:06:22 +02:00
Petr Bena
2b4d819860 improved error handling 2019-08-27 10:41:28 +02:00
Petr Bena
9f3513ad7e fixed wrong function id 2019-08-27 10:08:24 +02:00
Petr Bena
e9e9dda754 don't add comments when they are empty 2019-08-27 09:51:01 +02:00
Petr Bena
4e1e9992c8 fix for rare bug where cache is corrupted in memcache 2019-08-26 17:57:38 +02:00
Petr Bena
008eebb2ff cache in audit log 2019-08-26 16:42:29 +02:00
Petr Bena
aaf6f9ed96 implemented memcache caching 2019-08-26 16:15:01 +02:00
Petr Bena
3cd9d72f6b improve UX
reuse previous comment if it's present in POST data
2019-08-09 13:08:07 +02:00
Petr Bena
6412b6222e implemented comments for audit 2019-08-09 13:01:37 +02:00
Petr Bena
96af94f6fe + CNAME, DNAME 2019-08-07 15:12:17 +02:00
Petr Bena
a1ea3b086d english 2019-07-18 15:03:14 +02:00
Petr Bena
0d55adc6d8 fixed missing variable 2019-07-17 13:32:06 +02:00
Petr Bena
9100414ffb fixed https://github.com/benapetr/dnsphpadmin/issues/7 2019-07-17 13:20:02 +02:00
Petr Bena
939587c4ad renamed $api to $source
parameter $api is conflicting with global name $api, which is irrelevant
because we don't use that parameter anywhere since this API is
single-instance, but it wasn't looking properly
2019-07-17 13:08:40 +02:00
Petr Bena
d2aa2abf8c implemented audit display 2019-07-17 10:45:50 +02:00
Petr Bena
50cb2cd780 implemented export as CSV 2019-07-10 13:10:43 +02:00
Petr Bena
83389a38db improved insert form memory 2019-06-13 15:19:17 +02:00
Petr Bena
3d4b18c78c more spaces between clickable items on side 2019-06-12 15:58:27 +02:00
Petr Bena
cd842aead4 fixed wrong logic 2019-06-11 10:54:55 +02:00
Petr Bena
bdcfd42220 fixed replace of quotes 2019-05-23 12:40:16 +02:00
Petr Bena
cd89ee2dbe fixed editing of quotes 2019-05-23 12:34:10 +02:00
Petr Bena
e0a4b10fdc version++ 2019-05-23 12:16:26 +02:00
Petr Bena
4956808935 LDAP
in case of LDAP group fetch don't cancel login on warning-only situation
2019-05-23 12:15:35 +02:00
Petr Bena
ad909aa033 updated readme 2019-05-22 09:18:45 +02:00