Commit Graph

13724 Commits

Author SHA1 Message Date
Jamie Cameron
cc2bcd3894 Merge branch 'master' of github.com:webmin/webmin 2020-01-08 22:55:16 -08:00
Jamie Cameron
9367695b64 Also allow time-based prefixes https://sourceforge.net/p/webadmin/bugs/5345/ 2020-01-08 22:55:06 -08:00
Ilia Rostovtsev
579d31935f Add missing strings script; update German - PR #1173 from gnadelwartz
Add missing strings to german translation (and start translation)
2020-01-09 01:20:44 +03:00
Kay Marquardt (Gnadelwartz)
824cfd0488 translate status 2020-01-08 16:42:08 +01:00
Kay Marquardt (Gnadelwartz)
6bfc7e4a2a acl translation 2020-01-08 15:58:04 +01:00
Kay Marquardt (Gnadelwartz)
a950ad1a5b german translations, NO log_* messages translation by default 2020-01-08 15:46:41 +01:00
Kay Marquardt (Gnadelwartz)
c52ff9184c add missing de translation strings 2020-01-08 14:41:52 +01:00
Jamie Cameron
04086f4304 TLS 1.3 is only supported in Apache 2.4.37+ https://virtualmin.com/node/68219 2020-01-07 21:55:49 -08:00
Jamie Cameron
e2525d7299 Delay times can be fractional https://sourceforge.net/p/webadmin/bugs/5345/ 2020-01-07 21:49:36 -08:00
Jamie Cameron
2759ca72e5 Update comment to reflect what really happens 2020-01-07 11:22:57 -08:00
Jamie Cameron
921121be60 The ubuntu sub-version isn't really a version 2020-01-05 19:00:43 -08:00
Jamie Cameron
4b1a2d5eb4 // operator isn't supported in some perl versions 2020-01-05 18:15:45 -08:00
Jamie Cameron
d7592cede9 Header values can have spaces https://github.com/webmin/webmin/issues/1026 2020-01-05 16:19:33 -08:00
Jamie Cameron
ba38d23c6b Ensure auth_param is before any acl lines that might refer to it https://sourceforge.net/p/webadmin/bugs/5340/ 2020-01-05 15:48:32 -08:00
Jamie Cameron
cbcae848df Merge branch 'master' of github.com:webmin/webmin 2020-01-05 12:33:19 -08:00
Jamie Cameron
6dc5f419c9 Upper case table names need quotes https://sourceforge.net/p/webadmin/bugs/5342/ 2020-01-05 12:17:14 -08:00
Ilia Rostovtsev
f254a8ca33 Put Let's Encrypt configuration under separate accordion 2020-01-04 17:28:33 +03:00
Ilia Rostovtsev
fdde4f23a2 Fix to emphasize command name 2020-01-04 13:01:31 +03:00
Jamie Cameron
5e9321336d Merge branch 'master' of github.com:webmin/webmin 2020-01-03 18:43:23 -08:00
Jamie Cameron
161fa33de3 Deal with URL characters in filenames, and long filenames 2020-01-03 18:43:14 -08:00
Ilia Rostovtsev
943df27553 Fix to pass correct selected date value, without leading zero https://forum.virtualmin.com/t/system-time-says-date-3-hw-time-says-date-1/104016 2020-01-03 16:17:00 +03:00
Jamie Cameron
54365d56d1 Syslog host can end with :port https://sourceforge.net/p/webadmin/bugs/5341/ 2020-01-02 21:27:35 -08:00
Jamie Cameron
e1e84b498b Get and use release number when upgrading 2020-01-01 20:35:03 -08:00
Jamie Cameron
082acf915e Use release number when downloading upgrade 2020-01-01 20:28:24 -08:00
Jamie Cameron
aa010454a5 Recommends option doesn't work, despite the docs 2020-01-01 20:18:22 -08:00
Jamie Cameron
33356c95d5 Special case hack to enabled epel repo if installing certbot 2020-01-01 20:16:01 -08:00
Jamie Cameron
fa94a90216 Return release number if there is one 2020-01-01 20:13:15 -08:00
Jamie Cameron
15c0e96acb Bring back built-in let's encrypt client 2020-01-01 20:12:02 -08:00
Jamie Cameron
fd3ad0c8f4 F2FS is a local filesystem type https://www.virtualmin.com/node/68186 2020-01-01 09:47:42 -08:00
Ilia Rostovtsev
49e94bc897 Fix to display bytes properly 2019-12-31 19:25:26 +03:00
Ilia Rostovtsev
9c351640d5 Fix unroll previous, as with 1024 for second param, returned size should be 1kiB, and not 0kiB 2019-12-31 18:43:20 +03:00
Ilia Rostovtsev
03044aae9f Fix to display mail size under 1kiB as it is (in bytes) 2019-12-31 18:33:25 +03:00
Ilia Rostovtsev
333d8cf6f1 Fix nice_size subroutine logic 2019-12-31 14:56:49 +03:00
Jamie Cameron
65e40fc4ca Force use of english in uptime command output https://sourceforge.net/p/webadmin/bugs/5337/ 2019-12-30 10:02:03 -08:00
Jamie Cameron
a589ea9799 Merge branch 'master' of github.com:webmin/webmin 2019-12-27 09:53:39 -08:00
Jamie Cameron
781722c168 Recommend certbot for new installs 2019-12-27 09:52:00 -08:00
Ilia Rostovtsev
c383ac2f39 Display user set ciphers as set, even though they equal system ones 2019-12-27 17:18:51 +03:00
Jamie Cameron
2c8a828259 Remove useless redirects, and handle case where config file is missing: 2019-12-26 21:23:47 -08:00
Ilia Rostovtsev
35e3f001ea Load theme UI lib to print table as expect 2019-12-26 13:43:23 +03:00
Jamie Cameron
0f2e469c09 Fix perl warning 2019-12-25 10:43:01 -08:00
Jamie Cameron
deb752f734 If custom ini path is a directory, look for php.ini inside it 2019-12-25 10:15:00 -08:00
Jamie Cameron
3fc70e2fea Merge pull request #1165 from gnadelwartz/iconv
fix iconv transcoding for wrong characters in files
1.940
2019-12-24 10:01:07 -08:00
Kay Marquardt (Gnadelwartz)
ce38e064ca fix aborted iconv transcoding 2019-12-23 11:59:12 +01:00
Ilia Rostovtsev
844ffa5c04 Add missing webprefix 2019-12-23 13:01:50 +03:00
Jamie Cameron
48df0aaab3 de-dupe errors 2019-12-22 21:37:09 -08:00
Jamie Cameron
2fb8433684 Fix check for -z flag 2019-12-22 21:28:24 -08:00
Jamie Cameron
1d270ee1b8 Why is this file here 2019-12-22 21:04:37 -08:00
Jamie Cameron
b5ceeb4515 Show search box for too many map file entries 2019-12-22 19:45:41 -08:00
Jamie Cameron
ff87ba9c8c Merge branch 'master' of github.com:webmin/webmin 2019-12-22 19:44:45 -08:00
Jamie Cameron
72db1df466 Show search box for too many map file entries: 2019-12-22 19:44:36 -08:00