Jamie Cameron
cca627a50e
Merge branch 'master' of git@github.com:webmin/webmin
2017-06-11 13:29:09 -07:00
Jamie Cameron
6ca8341261
Handle xz compressed files https://sourceforge.net/p/webadmin/bugs/4970/
2017-06-11 13:28:14 -07:00
Joe Cooper
591981563a
Merge pull request #597 from swelljoe/master
...
More strict/warn fixes
2017-06-11 15:04:04 -05:00
Jamie Cameron
0ce2ce7236
Merge pull request #592 from gnadelwartz/master
...
Majordomo: add check_inst.cgi to provide hints about missing/wrong config/installation
2017-06-10 18:49:59 -07:00
Jamie Cameron
041ed3ace4
Fix perl warnings
2017-06-10 12:46:33 -07:00
Kay Marquardt (Gnadelwartz)
375436621e
add check config buton to edit_global
2017-06-10 00:31:40 +02:00
Kay Marquardt (Gnadelwartz)
019b0f0625
start translation check_inst.cgi
2017-06-09 19:14:34 +02:00
Kay Marquardt (Gnadelwartz)
24b2bcd81b
make some checks only if majordomo is installed
2017-06-09 18:59:33 +02:00
Kay Marquardt (Gnadelwartz)
b7ede39420
add script check_inst.cgi to provide hints what can be wrong
2017-06-09 16:48:25 +02:00
Kay Marquardt (Gnadelwartz)
d41b963859
add fail=Failed to webmin lang file
2017-06-09 13:52:42 +02:00
Kay Marquardt (Gnadelwartz)
fd857573ee
index.cgi: ucfirst listname, maito:listname
2017-06-09 13:46:47 +02:00
Jamie Cameron
6389fe1787
Merge pull request #591 from Jaybus2/master
...
certmgr: Fix signcsr not using configured openssl.cnf
2017-06-08 22:21:24 -07:00
Joe cooper
b67b98f6b5
More strict/warn fixes
2017-06-08 21:26:44 -05:00
Josh Fisher
2ca5006c6c
Fix certmgr/signcsr not using configured openssl.cnf
2017-06-08 11:07:26 -04:00
Kay Marquardt (Gnadelwartz)
d7652f88db
move check_mdom_conf() to mdom-lib.pl
2017-06-08 14:17:49 +02:00
Jamie Cameron
873519e64e
Merge pull request #590 from gnadelwartz/master
...
majordomo: allow edit and save multi line globals
2017-06-07 15:08:04 -07:00
Kay Marquardt (Gnadelwartz)
e44934a153
remove debug use Data:dump
2017-06-07 17:24:48 +02:00
Kay Marquardt (Gnadelwartz)
8c3ccb1503
fix get_list_config offset
2017-06-07 17:22:26 +02:00
Kay Marquardt (Gnadelwartz)
0e77146a48
allow edit and save multi line globals
2017-06-07 14:58:01 +02:00
Jamie Cameron
1ed3f58598
Handle new quoting of colors in webmin 1.840 https://sourceforge.net/p/webadmin/bugs/4968/
2017-06-05 18:54:44 -07:00
Jamie Cameron
23873a5c2b
Ensure that the most recent cert file is used
2017-06-04 14:36:34 -07:00
Jamie Cameron
a6052e1ae9
Remove tags thhat will be escaped
2017-06-04 12:31:44 -07:00
Jamie Cameron
122c573f94
Also try common cert locations
2017-06-02 16:41:17 -07:00
Jamie Cameron
0de4ab8c29
Merge branch 'master' of git@github.com:webmin/webmin
2017-06-02 15:32:18 -07:00
Jamie Cameron
2ba05ab405
Don't delete temp file for download if it was pre-created in /tmp/.webmin https://virtualmin.com/node/52315
2017-06-02 15:31:51 -07:00
Jamie Cameron
0916b7ad99
Merge pull request #588 from swelljoe/master
...
Roll back amp change, as HTML5 allows it
2017-06-02 16:36:40 -04:00
Joe cooper
c43c6a4e27
Roll back amp change, as HTML5 allows it
2017-06-02 15:19:47 -05:00
Jamie Cameron
00abf8494a
New dev version
2017-06-02 08:55:44 -07:00
Jamie Cameron
529112cd7a
German translation updates from Raymond Vetter
2017-06-01 23:16:52 -07:00
Jamie Cameron
6365b6bdcd
German translation updates from Raymond Vetter
2017-06-01 23:16:52 -07:00
Jamie Cameron
a395c32ec6
Slave master IPs can contain "key" https://sourceforge.net/p/webadmin/bugs/4966/
2017-06-01 21:45:04 -04:00
Jamie Cameron
06387a59fa
Merge pull request #587 from gnadelwartz/master
...
german module.info (again and correct)
2017-06-01 21:16:19 -04:00
Jamie Cameron
4cc65beacc
Restart FPM server after updating an FPM config file
2017-06-01 12:45:41 -07:00
Jamie Cameron
a2de217c25
Merge pull request #586 from ymulleneers/master
...
Various minor corrections
2017-06-01 15:13:40 -04:00
Jamie Cameron
f6320c27e2
Merge pull request #563 from qooob/patch-17
...
`en.UTF8` -> `en` for the upcoming 1.841 to satisfy compiler
2017-06-01 14:49:06 -04:00
Kay Marquardt (Gnadelwartz)
d625028e8f
german module.info (again and correct)
2017-06-01 17:39:48 +02:00
Jamie Cameron
7da8c4dd66
Deal with zero-sized filesystems 4c19095949
2017-06-01 07:14:53 -07:00
Jamie Cameron
7b272988e8
Add missed error message
2017-05-31 22:28:14 -07:00
Jamie Cameron
4d47bc8442
Russian fix
2017-05-31 22:27:06 -07:00
Jamie Cameron
2ea940145b
Start of work on FPM format support
2017-05-31 22:26:46 -07:00
MUY
377bcacff8
Update web-lib-funcs.pl
...
quote_escape - usually used to concatenate to string, so the function should always return a string, even if first argument is undef. The usage of the eq operator on an undef variable cause a warning, in addition '' is evaluated to 'false' in conditions.
2017-06-01 06:43:59 +02:00
MUY
1379d2cc35
Update web-lib-funcs.pl
...
html_escape hang if first argument is not defined (ex: text('not_defined')) + usually used to concatenate to string, so the function should always returns a string.
2017-06-01 06:37:34 +02:00
MUY
37a5504f51
Update switch_user.cgi
...
Only ask once the password in Mozilla Firefox 31.
2017-06-01 06:29:57 +02:00
Jamie Cameron
ea8b2fc1bf
New dev version bump
2017-05-31 18:57:45 -07:00
Jamie Cameron
2ee32e71cf
Code cleanups
2017-05-31 18:52:38 -07:00
Jamie Cameron
08a1f3db74
If speed is reported as Unknown, don't use it
2017-05-31 18:19:27 -07:00
Jamie Cameron
5b0606c9fc
Set correct ownership on compressed files
2017-05-31 15:05:20 -07:00
Jamie Cameron
06752583db
Add some missing escaping
2017-05-31 14:43:10 -07:00
Jamie Cameron
0d1f01d511
Upload new files with correct ownership, and fix some formatting errors
2017-05-31 14:29:28 -07:00
Jamie Cameron
4f6b28f95c
Merge pull request #585 from gnadelwartz/majordomo2
...
majordomo: fix subs closed, add quotes around tag values
2017-05-31 11:05:59 -04:00