Jamie Cameron
cdfd3f16ea
Merge branch 'master' of github.com:webmin/webmin
2019-08-21 13:21:39 -07:00
Jamie Cameron
a5933e3056
Check in forgotten file
2019-08-21 10:50:38 -07:00
Ilia Rostovtsev
1f5600967f
Convert path to its original content, as expected
...
https://sourceforge.net/p/webadmin/discussion/600155/thread/abe25698b1/?limit=25#8d9e
2019-08-20 12:55:40 +03:00
Jamie Cameron
129933a8e1
no need to check in a todo list file
2019-08-19 09:38:46 -07:00
Jamie Cameron
d425e02302
Merge branch 'master' of github.com:webmin/webmin
2019-08-19 09:38:10 -07:00
Jamie Cameron
84fce2f4d0
no need to check in a notes file
2019-08-19 09:38:03 -07:00
Ilia Rostovtsev
8fc9ad32c9
Fix paddings
2019-08-19 17:21:44 +03:00
Jamie Cameron
10989a5c63
length doesn't get the length of an array
2019-08-18 18:28:54 -07:00
Jamie Cameron
2c2c035c38
Generate is always an array ref
2019-08-18 17:57:37 -07:00
Jamie Cameron
d6ff157597
Detect all SuSE versions https://sourceforge.net/p/webadmin/bugs/5295/
2019-08-18 17:00:11 -07:00
Jamie Cameron
4853a46dee
Better deal with the case where a new webmin version has dependencies
2019-08-18 16:18:52 -07:00
Jamie Cameron
b58ff873ce
Merge branch 'master' of github.com:webmin/webmin
2019-08-18 12:23:46 -07:00
Jamie Cameron
b33a07acac
Who burns CDs anymore?
2019-08-18 12:23:39 -07:00
Ilia Rostovtsev
9fab2604f1
1.930
2019-08-18 13:29:56 +03:00
Jamie Cameron
9a0f3c0f73
Fix readme file path
1.930
2019-08-17 17:21:31 -07:00
Jamie Cameron
e89ffcfa69
This script is in the root directory
2019-08-17 16:44:54 -07:00
Jamie Cameron
c98d49b198
New version bump
2019-08-17 15:39:17 -07:00
Jamie Cameron
eaf74d1385
Merge pull request #1087 from chrisstaite/master
...
Freeze and thaw zone when re-signing.
2019-08-11 22:41:02 -07:00
Jamie Cameron
57cfc150dd
Merge branch 'master' of github.com:webmin/webmin
2019-08-11 16:10:17 -07:00
Jamie Cameron
ab0c84eed5
Support noprefixroute option https://www.virtualmin.com/node/66738
2019-08-11 16:09:40 -07:00
Ilia Rostovtsev
d3d1cc1737
Fix typo
2019-08-11 17:15:16 +03:00
Ilia Rostovtsev
2a0fe13317
Prevent reflected XSS by escaping path (coming from user)
2019-08-11 17:12:05 +03:00
Jamie Cameron
1e2545b06e
Call footer after referer error
2019-08-10 16:27:27 -07:00
Jamie Cameron
3ef0e979d6
Never use theme for referrer check error, to limit the attack surface
2019-08-10 16:26:02 -07:00
Jamie Cameron
1feaa18d99
Prevent a malicious request from including an XSS in the x-forwarded-for header
2019-08-10 16:16:01 -07:00
Jamie Cameron
882c8152e5
Merge branch 'master' of github.com:webmin/webmin
2019-08-10 16:13:59 -07:00
Jamie Cameron
6230f9e9fc
Just in case IP contains special characters
2019-08-10 16:12:55 -07:00
Ilia Rostovtsev
55cfbd140c
Fix HTML to avoid undesirable nested forms in output
2019-08-10 22:33:51 +03:00
Chris
47a1013472
Freeze and thaw zone when re-signing.
2019-08-06 23:03:23 +01:00
Jamie Cameron
1eecef7ab9
MySQL vars like tmpdir need quoting
2019-08-04 15:09:28 -07:00
Jamie Cameron
771a4a413c
Fix double-slashes
2019-08-04 15:05:51 -07:00
Jamie Cameron
cdac858567
Add unzip as a dependency f0a190276c
2019-08-04 12:23:21 -07:00
Jamie Cameron
332d71dcd6
Fix spaces in public key
2019-08-04 12:18:06 -07:00
Jamie Cameron
df8a43fb4b
Object names cannot contact special characters
2019-08-03 22:41:37 -07:00
Jamie Cameron
8cf71f5b3a
Only hide SSL option for sites definitely on port 80 https://github.com/webmin/webmin/issues/1085
2019-08-03 21:11:14 -07:00
Jamie Cameron
0da2af51c6
Reject null bytes early https://github.com/webmin/webmin/issues/945
2019-08-03 11:15:17 -07:00
Jamie Cameron
f0a190276c
Add debs used by file manager
2019-08-03 10:54:21 -07:00
Jamie Cameron
e581097113
Show start time nicely formatted https://github.com/authentic-theme/authentic-theme/issues/1387
2019-07-30 23:05:07 -07:00
Jamie Cameron
c6dedff679
Translation updates
2019-07-28 18:00:54 -07:00
Jamie Cameron
8b4b053222
Fix version bump
2019-07-23 23:01:22 -07:00
Jamie Cameron
9635f6a744
New version bump
2019-07-23 22:54:48 -07:00
Jamie Cameron
fd265242d1
Records with ; need to be quoted https://www.virtualmin.com/node/66527
2019-07-21 22:51:45 -07:00
Jamie Cameron
8d874344a1
Use a consistent certificate name https://www.virtualmin.com/node/65664
2019-07-15 18:54:45 -07:00
Ilia Rostovtsev
cbe670e664
Fix to properly test if reboot is required
...
Current version of 'needs-restarting' command only has '-r' switch on CentOS 7 distros. What is worse, for latest RHEL versions (like Fedora), this command dropped '-r' switch, which makes impossible making it easy to determine if reboot is required. Any version of this command on CentOS 6 or Fedora Server, would return false positive output. The only way to test, if new kernel was installed, is to compare currently running kernel, with latest installed (excluding custom) kernel, along with latest reboot time and latest kernel install time.
https://sourceforge.net/p/webadmin/bugs/5280/
https://github.com/authentic-theme/authentic-theme/issues/1381
2019-07-12 18:50:51 +03:00
Ilia Rostovtsev
090ed9f1d8
Update CHANGELOG.md
2019-07-06 19:39:32 +03:00
Jamie Cameron
b1349bfc27
New version bump
1.920
2019-07-03 02:06:55 -07:00
Jamie Cameron
1b1579ad1b
Allow commenting out of hosts file entries
2019-07-03 01:35:33 -07:00
Jamie Cameron
9d54424523
Add missing string
2019-07-01 01:51:10 -07:00
Jamie Cameron
aac36ae5fc
New feature log
2019-06-30 19:43:05 -07:00
Jamie Cameron
6aca4b6fd3
Monitor type for init scripts
2019-06-30 18:35:07 -07:00