18931 Commits

Author SHA1 Message Date
Jamie Cameron
e1219d58cf New version bump 1.954 2020-07-26 11:51:59 -07:00
Jamie Cameron
db89c10c61 Use require to avoid duplicate function warnings 2020-07-25 17:56:16 -07:00
Jamie Cameron
591fbe8656 Also use the new stop flag to shut down cleanly on CentOS 8 2020-07-25 17:44:20 -07:00
Jamie Cameron
a257f33031 Merge branch 'master' of github.com:webmin/webmin 2020-07-24 13:42:39 -07:00
Jamie Cameron
0177ad2e88 Copy active default route to saved one when switching from DHCP https://github.com/webmin/webmin/issues/1266 2020-07-24 13:42:30 -07:00
Ilia Rostovtsev
49353baa58 If the redirect_prefix exists change redirect base to include the prefix #1271 2020-07-24 18:02:52 +03:00
Ilia Rostovtsev
a1ad0504f0 Fix to distinguish command from actual file https://github.com/authentic-theme/authentic-theme/issues/1485 2020-07-24 11:29:59 +03:00
Ilia Rostovtsev
917e30d04b Fix to use relative path if needed 2020-07-20 20:34:47 +03:00
Ilia Rostovtsev
c56591bd63 Fix to properly test default module 2020-07-20 16:26:11 +03:00
Jamie Cameron
fdb1a2909b Fail if module.info can't be read https://github.com/webmin/webmin/issues/1267 2020-07-18 20:50:16 -07:00
Jamie Cameron
b10a39fb50 World type may be lower case 2020-07-18 15:36:29 -07:00
Jamie Cameron
c7eaa36b24 Merge branch 'master' of github.com:webmin/webmin 2020-07-18 10:56:04 -07:00
Jamie Cameron
e18884150b Remove message about PAM perl module not being loaded 2020-07-18 10:52:50 -07:00
Ilia Rostovtsev
8d3bbdbb6e Check for new Postfix version correctly
https://www.virtualmin.com/node/69464

It would better to factor this functionality out in a separate sub
2020-07-18 19:20:58 +03:00
Jamie Cameron
2ee43178df Set parent section fields that would be set when reading the config 2020-07-17 09:53:22 -07:00
Jamie Cameron
76cc260c7e Merge branch 'master' of github.com:webmin/webmin 2020-07-12 15:11:46 -07:00
Jamie Cameron
b871dcf4c3 Don't show process detail that are for internal use only 2020-07-12 15:07:12 -07:00
Ilia Rostovtsev
1b0242c4e2 Fix to use input instead 2020-07-12 17:27:59 +03:00
Jamie Cameron
2f113ee72d Don't set HOME globally as it can confuse subsequent commands https://github.com/virtualmin/virtualmin-gpl/issues/183 2020-07-11 09:39:33 -07:00
Jamie Cameron
78b70f7e1f Handle case where no standard filters are defined 2020-07-10 19:13:21 -07:00
Jamie Cameron
c71cfc96f9 Handle case where there are no filters 2020-07-10 18:53:39 -07:00
Jamie Cameron
b7b09fcb7d Fix type detection if no info 2020-07-10 18:34:51 -07:00
Jamie Cameron
11a8bd2e55 Fix inverted cleanup of child PIDs 2020-07-10 17:35:46 -07:00
Jamie Cameron
3db98c7a2d Fix editing of rules in direct mode https://www.virtualmin.com/node/69443 2020-07-10 16:45:48 -07:00
Ilia Rostovtsev
3fa7141ae7 Fix CPU temp output #1253 https://github.com/authentic-theme/authentic-theme/issues/1481
https://sourceforge.net/p/webadmin/discussion/600155/thread/38946ad0d7/?limit=25#2479
https://github.com/webmin/webmin/issues/1253
2020-07-07 17:28:39 +03:00
Jamie Cameron
abd9cebb7d New version bump 1.953 2020-07-05 16:06:59 -07:00
Jamie Cameron
d9093ebefc Simplify an obsolete error message 2020-07-05 14:41:59 -07:00
Jamie Cameron
1ccc4e4cef Don't log to stderr if an unparsable message comes in SSL mode 2020-07-05 14:39:18 -07:00
Jamie Cameron
375eed4530 Fix stop script before running it 2020-07-05 12:06:17 -07:00
Jamie Cameron
8f61b43253 Check flag files more often 2020-07-05 11:00:13 -07:00
Jamie Cameron
3d83f033f1 Fix redirect after a manual backup 2020-07-05 10:55:09 -07:00
Ilia Rostovtsev
1279d7f616 Revert wrong "Use less harsh kill first b129fd8a27"
I remembered that we used it for compatibility, otherwise it will never work as intended

This reverts commit a1bc2b504c.
2020-07-05 14:33:29 +03:00
Ilia Rostovtsev
a1bc2b504c Use less harsh kill first b129fd8a27 2020-07-05 14:30:51 +03:00
Jamie Cameron
07f2c8683a Always enable stop-flag feature 2020-07-04 20:54:45 -07:00
Jamie Cameron
b129fd8a27 Change stop script to only kill -9 if the --kill flag is given, and adjust the setup script to only run it after re-creation by the new version 2020-07-04 20:36:49 -07:00
Jamie Cameron
b7ec392bba Don't delete the PID file on stop, because we can't just assume the stop worked 2020-07-04 17:38:00 -07:00
Jamie Cameron
ba1af2aeaf Package being installed may be webmin 2020-07-04 17:15:45 -07:00
Ilia Rostovtsev
3a64619e11 Use foreing call instead to get file name 2020-07-05 01:09:19 +03:00
Ilia Rostovtsev
e8c1223305 Fix to use safe filename 22b27811b3 (r40370102) 2020-07-05 00:47:36 +03:00
Ilia Rostovtsev
22b27811b3 Add ability to remove reboot notification from Dashboard https://github.com/authentic-theme/authentic-theme/issues/896#issuecomment-653792643 2020-07-04 22:31:55 +03:00
Jamie Cameron
b86ba57787 Merge branch 'master' of github.com:webmin/webmin 2020-07-04 11:14:55 -07:00
Jamie Cameron
d1d79c1914 Fix perl warning https://sourceforge.net/p/webadmin/bugs/5387/ 2020-07-04 11:13:32 -07:00
Ilia Rostovtsev
f01e2d3eb1 Add Chrony support (less invasive) 3548bd3573 2020-07-04 17:12:21 +03:00
Jamie Cameron
8d675e1bc8 Fix perl warning https://sourceforge.net/p/webadmin/bugs/5385/ 2020-07-03 17:11:21 -07:00
Jamie Cameron
2da5603dac New version bump 2020-07-03 15:11:58 -07:00
Jamie Cameron
44a51efb1b Revert "Add support for chronyc command for CentOS 8"
This reverts commit 3548bd3573.
2020-07-03 15:08:19 -07:00
Jamie Cameron
8a5eb8b1d5 Run the extra chown as the correct user 2020-07-03 10:28:22 -07:00
Ilia Rostovtsev
955c84903a Fix .well-known mod as mkdir -m 755 doesn't affect created parent 2020-07-03 17:03:27 +03:00
Ilia Rostovtsev
3548bd3573 Add support for chronyc command for CentOS 8
https://sourceforge.net/p/webadmin/discussion/600155/thread/a469891f3f

0798cade30
2020-07-03 13:18:02 +03:00
Jamie Cameron
396075b4d9 Minor version bump 1.951 2020-07-02 18:59:48 -07:00