Commit graph

160 commits

Author SHA1 Message Date
Petr Bena
a842a9e086 unit test 2020-05-19 13:27:58 +02:00
Petr Bena
ee9c63e144 more security fixes 2020-05-19 13:19:27 +02:00
Petr Bena
d45dbd314d security hardening 2020-05-19 12:54:18 +02:00
Petr Bena
233973d473 security enhancements 2020-05-19 12:21:48 +02:00
Petr Bena
a593225df7 security hardening 2020-05-19 12:05:04 +02:00
Petr Bena
cfc0ca02de hint for tab batch 2020-05-13 11:13:04 +02:00
Petr Bena
307b8821fc improved ui: ignore empty lines in batch ops 2020-05-13 11:06:43 +02:00
Petr Bena
bb7b078df0 fixed login bug
session variable is sometimes set to false, so we have to check that it
exists and also that it is actually true
2020-04-29 13:50:27 +02:00
Petr Bena
c07f21d685 fixed bug with refresh and resend of login info 2020-04-29 12:11:55 +02:00
Petr Bena
98a879ddec more unit tests 2020-04-28 23:56:23 +02:00
Petr Bena
dc391a8d38 fixed path 2020-04-25 16:35:09 +02:00
Petr Bena
68a4f97185 Merge branch 'master' of github.com:benapetr/dnsphpadmin 2020-04-25 16:16:31 +02:00
Petr Bena
19fa8b4486 unit test 2020-04-25 16:16:19 +02:00
Petr Bena
50dd275e71 resized input 2020-04-24 22:29:50 +02:00
Petr Bena
cda4ab2f4f fixed include order 2020-04-24 22:23:49 +02:00
Petr Bena
7af214c489 couple of fixes 2020-04-24 22:12:29 +02:00
Petr Bena
c1b63f8724 implemented check for zone completeness 2020-04-24 21:57:18 +02:00
Petr Bena
5794751a36 only suggest PTR if adding new record 2020-04-24 14:18:28 +02:00
Petr Bena
6a56291a89 api unit test 2020-04-19 23:47:12 +02:00
Petr Bena
a915452b1b unit test 2020-04-19 22:42:13 +02:00
Petr Bena
830360e8f1 fixed API with no auth sys 2020-04-17 20:46:35 +02:00
Petr Bena
96454d8726 installation 2020-04-15 17:05:26 +02:00
Petr Bena
0060ee93fb newline to api.php 2020-04-15 16:54:42 +02:00
Petr Bena
fd23317a5c version+ 2020-04-15 16:51:10 +02:00
Petr Bena
d22a54e6c8 wrapping bug 2020-04-15 14:08:56 +02:00
Petr Bena
e3bb60ef03 fixed rendering of multiple spaces 2020-04-15 14:05:19 +02:00
Petr Bena
54dd634797 removed var_dump 2020-04-15 13:47:52 +02:00
Petr Bena
76214317e2 dig seems to use spaces as well 2020-04-15 13:44:12 +02:00
Petr Bena
b33bad9f8d removed var_dump 2020-04-15 12:28:42 +02:00
Petr Bena
511575e9a0 fixed dig parser
in past when value contained tabs or double spaces it didn't parse it
properly
2020-04-15 12:27:42 +02:00
Petr Bena
aef1fc58e7 changed api help 2020-04-15 12:27:25 +02:00
Petr Bena
9c5a88089f increased version 2020-04-15 00:10:00 +02:00
Petr Bena
b247e8b6f3 made value parameter optional for delete record 2020-04-14 20:17:24 +02:00
Petr Bena
050b11aa11 implemented session memory for interrupted action 2020-04-08 17:10:40 +02:00
Petr Bena
5f7809c7e0 implemented stats 2020-03-10 18:51:37 +01:00
Petr Bena
15167a9fda more advanced options 2020-03-10 18:00:56 +01:00
Petr Bena
af57262064 example config 2020-03-05 16:04:00 +01:00
Petr Bena
32cd52143d execution time, fix ms 2020-01-23 14:05:11 +01:00
Petr Bena
55adef38c5 replaced php's empty
it sucks for checks if string is really empty
2020-01-22 14:12:43 +01:00
Petr Bena
dae355548f more debug 2020-01-10 10:45:20 +01:00
Petr Bena
4bf5d7c1d8 fixed syslog name 2019-12-16 09:21:35 +01:00
Petr Bena
4aff967e55 implemented record types that can be hidden 2019-12-05 16:15:03 +01:00
Petr Bena
bb6e7a4dc4 + editable types 2019-12-04 10:29:52 +01:00
Petr Bena
b8e3710e43 +API
now API also display error on unknown action instead of HTML help
2019-12-03 16:38:58 +01:00
Petr Bena
5eda737dd2
Rewrite (#8)
* 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-12-03 12:27:33 +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