Ilia Rostovtsev
416afebffe
Fix to extract all types of tars at once
2021-11-08 13:04:05 +03:00
Ilia Rostovtsev
1e55e74088
Add support for uploading and extracting at once #1544
2021-11-07 21:23:23 +03:00
Ilia Rostovtsev
99478d9741
Remove empty space
2021-11-05 01:57:26 +03:00
Ilia Rostovtsev
0ec35a3581
Fix to format config only at the very end if no issues
2021-11-05 01:48:43 +03:00
Ilia Rostovtsev
6ccfd2c7bc
If file was deleted prevent recreating an empty file
2021-11-04 19:34:19 +03:00
Ilia Rostovtsev
9a66592601
Format directive if not the first in VirtualHost
2021-11-04 19:29:20 +03:00
Ilia Rostovtsev
79ab64939f
Add format config to do magic with separating directives
2021-11-04 17:32:13 +03:00
Ilia Rostovtsev
2b43b2baa4
Format configs cross changes made in UI; fix allowed test
2021-11-04 14:43:27 +03:00
Ilia Rostovtsev
471767d1b8
Fix format_config test
2021-11-04 13:22:13 +03:00
Ilia Rostovtsev
c9147a8ca1
Clean no-lng used var
2021-11-04 12:58:06 +03:00
Ilia Rostovtsev
ebeea77dd9
Update comments
2021-11-04 12:57:14 +03:00
Ilia Rostovtsev
50875dffab
Add API to format all modified conf files
2021-11-04 12:55:57 +03:00
Ilia Rostovtsev
9cb874c605
Add support for Apache config indent formatting
2021-11-03 21:21:19 +03:00
Ilia Rostovtsev
ce765d28bb
Add basic File Manager optimisations
2021-10-30 17:53:26 +03:00
Ilia Rostovtsev
9f0fc2e485
Add support for directory uploads #1539
2021-10-29 23:43:16 +03:00
Ilia Rostovtsev
ee97197b5a
Add calling any config pre-load function
2021-10-27 00:03:01 +03:00
Ilia Rostovtsev
12db447514
Add API to check if foreign module's function exists
2021-10-26 22:33:49 +03:00
Ilia Rostovtsev
9be42454b0
Fix to load theme library to always get expected HTML
2021-10-24 17:40:43 +03:00
Jamie Cameron
e2e536fd38
Fix field labels https://github.com/webmin/webmin/issues/1540
2021-10-22 22:02:26 -07:00
Jamie Cameron
3ebf8ae2dd
Allow null values to be explicitly entered
2021-10-22 13:30:05 -07:00
Jamie Cameron
67a4bc38d8
Increase defaut key size for RSASHA256 https://forum.virtualmin.com/t/more-on-dnssec/112685
2021-10-20 18:18:57 -07:00
Jamie Cameron
e61d9d680b
Handle colons in hostnames with escaping https://sourceforge.net/p/webadmin/bugs/5506/
2021-10-16 18:23:13 -07:00
Jamie Cameron
93ff3221bb
Merge branch 'master' of github.com:webmin/webmin
2021-10-16 12:17:35 -07:00
Jamie Cameron
01d9cc3d8b
Add support for 'required' SSL option https://forum.virtualmin.com/t/license-in-question-after-failed-move-upgrade-attempt/112136/30
2021-10-16 12:17:27 -07:00
Ilia Rostovtsev
a9670389b7
Fix to improve var dumping
...
For example, can be used to easily dump more complex data structures, like `webmin_debug_var_dump(\@rv, 'get_all_domain_service_ssl_certs');` will nicely print always sorted nested hashes
2021-10-15 23:18:37 +03:00
Jamie Cameron
06a73b990c
Merge branch 'master' of github.com:webmin/webmin
2021-10-12 18:41:01 -07:00
Jamie Cameron
f2e21fbe5d
Also flush cache of files that didn't exist the first time
2021-10-12 18:40:21 -07:00
Jamie Cameron
00e21a6486
Merge pull request #1537 from kiwichrish/master
...
Add explicit notify type to Bind DNS zone config options
2021-10-12 17:55:04 -07:00
Jamie Cameron
77ccbcc36d
Use known server object to connect https://sourceforge.net/p/webadmin/bugs/5497/
2021-10-11 19:32:26 -07:00
Jamie Cameron
2e721802f8
Use external ping command by default on debian linux https://sourceforge.net/p/webadmin/bugs/5509/
2021-10-11 19:06:13 -07:00
Chris Hellyar
6d50ce9503
Add explicit notify type to Bind DNS zone config options
2021-10-12 13:40:12 +13:00
Jamie Cameron
6cc25f354e
Fix CAA record labels
2021-10-10 22:49:10 -07:00
Jamie Cameron
dbe809d76b
Need to clear module.info cache after installing
2021-10-10 22:31:35 -07:00
Jamie Cameron
5f92dfab53
Merge branch 'master' of github.com:webmin/webmin
2021-10-10 21:56:29 -07:00
Jamie Cameron
f4365ec61f
Show more details if ping fails
2021-10-10 21:38:21 -07:00
Ilia Rostovtsev
32c55a9622
Fix to force re-read module info, if missing
2021-10-10 18:04:25 +03:00
Ilia Rostovtsev
180fac79c0
Fix to print pid in file name when dumping
2021-10-10 17:59:41 +03:00
Ilia Rostovtsev
5048ac67d7
Fix to escape special char
2021-10-10 17:02:20 +03:00
Ilia Rostovtsev
66e7b6530a
Fix to allow underscores and dashes in var dump
2021-10-10 17:01:39 +03:00
Jamie Cameron
0bef41d229
Only download fixed CA certs if none was found in the original response
2021-10-09 11:21:10 -07:00
Jamie Cameron
54423f9925
Merge branch 'master' of github.com:webmin/webmin
2021-10-08 17:38:56 -07:00
Jamie Cameron
cb0e5a1440
Always include the primary CN in subjectAltName https://sourceforge.net/p/webadmin/bugs/5510/
2021-10-08 17:38:33 -07:00
Ilia Rostovtsev
309b9e86d1
Add API to return subroutine name of a code reference bafc3db725
2021-10-08 14:39:28 +03:00
Ilia Rostovtsev
a59da7f872
Update translations
2021-10-07 21:19:48 +03:00
Jamie Cameron
c2195f89c7
Merge pull request #1534 from webmin/iliarostovtsev-patch-1
...
R3 and E1: consider all active certificates
2021-10-05 19:23:36 -07:00
Ilia
40d9467119
R3 and E1: consider all active certificates
2021-10-06 00:58:01 +03:00
Ilia Rostovtsev
b241b0c79a
Re-add previously removed R3 cross signed
2021-10-06 00:56:27 +03:00
Ilia Rostovtsev
9032381882
Update LE IC R3+R4
...
https://letsencrypt.org/certificates/
https://forum.virtualmin.com/t/intermediate-certificate-failure-blocks-dovecot/112492/7
2021-10-05 18:21:33 +03:00
Ilia Rostovtsev
13e5e83c8d
Always fix glued URL and target (e.g. for de, ja, nl, zh, zh-TW)
2021-10-05 12:38:23 +03:00
Ilia Rostovtsev
d2a78ad151
Split --version and --versions bf6e0a1387 (commitcomment-57441360)
2021-10-04 21:05:58 +03:00