Jamie Cameron
bebc39ec26
Handle user and group names with spaces in them https://sourceforge.net/p/webadmin/bugs/5011/
2017-08-11 13:58:08 -07:00
Jamie Cameron
e55e1a32dd
Include real OS type and version in copyconfig.pl call
2017-08-10 12:48:08 -07:00
Jamie Cameron
e9c7425498
Deal with users with backslashes https://sourceforge.net/p/webadmin/bugs/5007/
2017-08-05 14:44:33 -07:00
Jamie Cameron
7d6ce338dc
Use freebsd-version command if installed https://github.com/webmin/webmin/issues/616
2017-08-04 21:50:51 -07:00
Jamie Cameron
52ff60e3b2
Allow configuring of preloads in usermin
2017-08-03 15:17:09 -07:00
Jamie Cameron
798c68474b
remove useless valigns
2017-08-03 15:13:07 -07:00
Jamie Cameron
d01d169d0d
Don't error on missing file https://sourceforge.net/p/webadmin/bugs/5005/
2017-08-02 19:15:12 -07:00
Jamie Cameron
d2b4cf6c66
Handle case where passed filename contains mode chars
2017-07-30 18:21:23 -07:00
Jamie Cameron
23847df2a2
Remove un-necessary extra nested tables
2017-07-30 12:23:28 -07:00
Jamie Cameron
97e9c4e138
Use 3-arg open format to handle folders with spaces at the end of their names
2017-07-30 09:35:57 -07:00
Jamie Cameron
7c8b859b7e
Also use new MIME type
2017-07-29 21:00:34 -07:00
Jamie Cameron
0a98e679e2
Gzipped files are application/x-gzip mime type https://sourceforge.net/p/webadmin/bugs/5003/
2017-07-29 14:53:05 -07:00
Jamie Cameron
67c87bb229
text option type must be quoted, like string https://sourceforge.net/p/webadmin/bugs/4998/
2017-07-21 22:42:10 -07:00
Jamie Cameron
f8a6d2db67
Pass down timeout, and use formal params
2017-07-21 21:51:20 -07:00
Jamie Cameron
bb1332ac31
Back-convert to old encoding
2017-07-21 18:14:04 -07:00
Jamie Cameron
298ecd16dc
Fix incorrect function https://sourceforge.net/p/webadmin/bugs/4997/
2017-07-20 21:55:52 -07:00
Jamie Cameron
cd9d8080ae
Perms fix
2017-07-18 18:27:11 -07:00
Jamie Cameron
f61dce1289
Use locking when writing ACL file
2017-07-18 18:26:38 -07:00
Jamie Cameron
b1ca319cc2
Also reverse when searching https://github.com/webmin/webmin/issues/614
2017-07-18 18:16:54 -07:00
Jamie Cameron
fe8c1bef03
Config option to reverse logs order https://github.com/webmin/webmin/issues/614
2017-07-17 21:45:18 -07:00
Jamie Cameron
1cf63f8249
Some renewals take more than 120 seconds for lots of domain names
2017-07-16 22:06:44 -07:00
Jamie Cameron
2b9c8f9a2a
Gracefully deal with unsupported protocols https://sourceforge.net/p/webadmin/bugs/4780/
2017-07-16 21:40:25 -07:00
Jamie Cameron
1fa98f0b4c
Show remote host
2017-07-15 19:31:39 -07:00
Jamie Cameron
808d4f255a
Deal with all types of /proc/swaps symlinks https://sourceforge.net/p/webadmin/bugs/4995/
2017-07-15 15:14:43 -07:00
Jamie Cameron
4c3901cb2a
New devel version bump
2017-07-14 18:16:37 -07:00
Jamie Cameron
47918d9c62
Suppress some redefined errors https://sourceforge.net/p/webadmin/bugs/4994/
2017-07-13 23:39:25 -07:00
Jamie Cameron
54493d9546
Fix columns for FreeBSD vmstat output https://github.com/qooob/authentic-theme/issues/820
2017-07-13 23:21:53 -07:00
Joe Cooper
9f5cdcc9a6
Merge pull request #613 from swelljoe/master
...
Make run-postinstalls.pl work on newer perl versions
2017-07-12 22:41:23 -05:00
Joe Cooper
3674863c4a
run-postinstalls.pl
2017-07-12 22:37:55 -05:00
Jamie Cameron
e77e26cded
Always update last session time
2017-07-10 21:53:34 -07:00
Jamie Cameron
8396e71c96
Add option to use showmount to check NFS servers before mounting https://www.virtualmin.com/node/52754
2017-07-09 18:28:04 -07:00
Joe Cooper
b1d8f0f724
Merge pull request #611 from swelljoe/master
...
Typo 'valiation' in acme_tiny.py
2017-07-09 13:18:24 -05:00
Joe Cooper
5573fb0c60
Typo 'valiation' in acme_tiny.py
2017-07-09 13:16:16 -05:00
Jamie Cameron
befbc8f0c8
Show a more useful error message
2017-07-08 21:32:32 -07:00
Jamie Cameron
a3fa334d11
Formatting cleanup
2017-07-08 21:28:55 -07:00
Jamie Cameron
7ee6a0e54d
Add missing comma https://sourceforge.net/p/webadmin/bugs/4993/
2017-07-08 08:57:10 -07:00
Jamie Cameron
82367c90ea
NFS versions 4.1 exists
2017-07-08 08:52:02 -07:00
Jamie Cameron
c106b97a02
Quote params for safety
2017-07-08 08:50:36 -07:00
Jamie Cameron
97107f4fcf
Support MySQL 7,8 and 9 https://sourceforge.net/p/webadmin/bugs/4992/
2017-07-07 22:48:56 -07:00
Jamie Cameron
239ad7b998
Merge pull request #610 from manusfreedom/master
...
Let's Encrypt: FIX CN parsing to work with OpenSSL 1.1
2017-07-06 21:42:55 -07:00
Jamie Cameron
c002353b58
Delete /dev/mapper files when removing an LV
2017-07-06 21:42:35 -07:00
manusfreedom
8ae8d9a436
FIX CN parsing to work with OpenSSL 1.1
...
9537453586
CN used to be without whitespaces around the `=` but OpenSSL 1.1 introduced
whitespaces:
1.0.1: subject=/CN=example.com
1.1.0: subject=CN = example.com
This commit makes them optional.
2017-07-06 14:08:42 +02:00
Jamie Cameron
5b0b18a506
Use more supported regexp syntax 7a3782a680
2017-07-04 09:29:18 -07:00
Jamie Cameron
2784efb063
Allow empty language priority https://github.com/webmin/webmin/issues/608
2017-07-03 21:03:15 -07:00
Jamie Cameron
551e67c443
Fix login message
2017-07-03 19:14:37 -07:00
Jamie Cameron
33a074f6f8
Merge pull request #609 from amishxda/escapebrace
...
Some fixes for perl 5.26
2017-07-03 09:44:25 -07:00
Amish
f40cce13d8
Use ./ in require instead of BEGIN
2017-07-03 21:59:52 +05:30
Amish
436ff5163f
Fix @INC for new perl versions
...
In new perl '.' (current directory) is removed from @INC
So while running setup.sh, it shows this error
Enabling background status collection ..
Can't locate system-status-lib.pl in @INC
This fixes it. (TODO: better solution?)
2017-07-03 12:34:20 +05:30
Amish
45c509b3e1
export PERLLIB
...
When running postinstall scripts, new version of perl gives this error:
Running postinstall scripts ..
Can't locate WebminCore.pm in @INC (you may need to install the WebminCore module)
Above fixes this.
2017-07-03 11:50:07 +05:30
Amish
5bec751f17
unescaped left brace in regex is deprecated
2017-07-03 11:41:05 +05:30