Commit Graph

19566 Commits

Author SHA1 Message Date
Ilia Rostovtsev
49f75d239a Fix bad design that I shouldn't have ever added #1466 2021-03-26 15:37:12 +03:00
Jamie Cameron
5110269a57 Theme links outside the webmin directory should still be listed 2021-03-23 18:37:44 -07:00
Jamie Cameron
1abd48d958 Table names always need quoting https://github.com/virtualmin/virtualmin-gpl/issues/258 2021-03-21 13:20:59 -07:00
Jamie Cameron
fe7a48170a Use a larger buffer size for receiving RPCs https://www.virtualmin.com/node/54835 2021-03-19 10:48:28 -07:00
Jamie Cameron
ae071bf4f6 Use a larger buffer size for uploads https://www.virtualmin.com/node/54835 2021-03-19 10:46:08 -07:00
Jamie Cameron
6eeff56140 Properly escape key names 2021-03-16 22:37:13 -07:00
Ilia Rostovtsev
1b9334d000 Assign vars explicitly 2021-03-16 16:44:10 +03:00
Ilia Rostovtsev
b337c192c8 Fix to_ip6address sub variables scope and missing ;
44b98ef4fc
2021-03-16 16:24:25 +03:00
Jamie Cameron
68ff9998a8 Merge branch 'master' of github.com:webmin/webmin 2021-03-15 23:54:38 -07:00
Jamie Cameron
44b98ef4fc Add extra protection against internal perl error on IPv6 lookup 2021-03-15 23:54:10 -07:00
Ilia Rostovtsev
d1472cc25d Merge pull request #1458 from HonkXL/master
fix Änderung
2021-03-15 19:15:59 +03:00
Thomas Weiland
295ab86116 fix Änderung
änderung ist wrong - must be Änderung
2021-03-15 16:58:58 +01:00
Jamie Cameron
f8ae8c81fb Attempt to fix 'attempt to copy freed scalar' error 2021-03-14 18:14:30 -07:00
Jamie Cameron
35108b2ba4 Merge branch 'master' of github.com:webmin/webmin 2021-03-11 20:36:41 -08:00
Jamie Cameron
204d8b2dd9 Fix oracle linux detection 2021-03-11 20:29:19 -08:00
Jamie Cameron
0dba42d041 Merge pull request #1457 from IvanI3/patch-1
Unset LANG in status monitor script like @ /etc/webmin/start script
2021-03-10 21:00:43 -08:00
IvanI3
7ee58607a9 Unset LANG in status monitor script like @ /etc/webmin/start script
Non-US/EN default system locale affects float point format "," or "." (e.g. in uptime monitor, which goes down on wrong locale when parsing 1,5,15 mins load)
2021-03-10 11:05:47 +02:00
Jamie Cameron
03bcf594c8 /usr/bin/webmin should only be in webmin 2021-03-09 19:18:21 -08:00
Jamie Cameron
ec140956e8 Merge branch 'master' of github.com:webmin/webmin 2021-03-08 16:16:43 -08:00
Jamie Cameron
a03a8ff15a make blue-theme a link, except in RPMs 2021-03-08 16:15:27 -08:00
Ilia Rostovtsev
4c6ba93328 Fix missing view for BIND
https://github.com/webmin/webmin/issues/1454
2021-03-08 14:30:09 +03:00
Ilia Rostovtsev
c6430c2c2d Ajaxterm doesn't support Python3
https://sourceforge.net/p/webadmin/bugs/5463/
2021-03-07 14:43:57 +03:00
Jamie Cameron
d732304725 Allow replacement of /etc/init.d/webmin 1.973 2021-03-06 13:06:42 -08:00
Jamie Cameron
750f4fa89d Fix duplicate string 2021-03-06 12:24:20 -08:00
Jamie Cameron
e6e15781c5 Current theme is always visible 2021-03-06 12:15:41 -08:00
Jamie Cameron
c75957ccf2 Current theme is always visible 2021-03-06 12:14:25 -08:00
Jamie Cameron
e2866aefa9 Merge pull request #1453 from webmin/dev/no-list-blue-theme
Change: Dev/no list blue theme
2021-03-06 12:08:18 -08:00
Ilia Rostovtsev
38deb9c132 Unroll to perform checking when UI select is printed
3fd024ac7f (r588913864)
2021-03-06 23:01:34 +03:00
Jamie Cameron
34ccf16be0 Merge pull request #1452 from webmin/dev/no-list-def-theme
Change: Do not list Legacy Theme in dropdown
2021-03-06 11:51:55 -08:00
Ilia Rostovtsev
cefd479223 Revert: This fix must be in dev/no-list-blue-theme 2021-03-06 22:46:12 +03:00
Ilia Rostovtsev
4882e980f6 Fix to display Legacy Theme if currently selected 2021-03-06 22:44:39 +03:00
Ilia Rostovtsev
72f4a33d84 Fix status detection on running cmd with set input or cmd containing special chars 2021-03-06 17:33:38 +03:00
Ilia Rostovtsev
8a8abf2ee5 Fix to match cron job exactly when possible
https://sourceforge.net/p/webadmin/bugs/5462
2021-03-06 16:34:19 +03:00
Ilia Rostovtsev
e7deccae71 Update class name to conventional 2021-03-06 15:35:24 +03:00
Ilia Rostovtsev
9a9342edf0 Do not list Legacy Theme in dropdown in Change Language and Theme module 2021-03-06 15:07:07 +03:00
Ilia Rostovtsev
2ae9cb3296 Use list visible themes sub 2021-03-06 15:02:16 +03:00
Ilia Rostovtsev
3fd024ac7f All symlinked themes must not be listed to prevent confusing dupes 2/2 2021-03-06 14:10:00 +03:00
Ilia Rostovtsev
6e25287e27 All symlink themes must not be listed to prevent confusing dupes 2021-03-06 13:52:44 +03:00
Ilia Rostovtsev
c614274043 Do not list Legacy Theme in dropdown 2021-03-06 11:01:58 +03:00
Ilia Rostovtsev
843b7a6cc3 Fix a bug for creating a link for blue-theme 2021-03-06 10:27:16 +03:00
Ilia Rostovtsev
fa2e4c87b7 Don't test for non-native services as returned status may be false-positive 2021-03-05 21:11:35 +03:00
Ilia Rostovtsev
ab3597bf42 Add ui_help bubble tooltip UI API
1461a60f66
2021-03-05 16:19:45 +03:00
Ilia Rostovtsev
4970243edf Add move_source_dest file API a4c78aecc7 (commitcomment-47871889) 2021-03-05 12:59:35 +03:00
Jamie Cameron
5e037839d0 Dev version bump 2021-03-04 23:59:04 -08:00
Ilia Rostovtsev
4b82fe84c4 Fix to catch non-native systemd service output 2021-03-05 00:48:31 +03:00
Ilia Rostovtsev
45922e76aa Merge pull request #1451 from tomldickson/master
Update access_desc to make it clear how to use IPv6
2021-03-05 00:35:14 +03:00
Tom Dickson
d9f8905f9a Update .gitignore 2021-03-04 06:55:28 -06:00
Tom Dickson
ff1a1dcb87 Update access_desc to show IPv6 examples
I was able to (I think) update the translation for all but "fa" which I am not certain I can edit properly.
2021-03-04 06:55:04 -06:00
Jamie Cameron
1461a60f66 For root users who aren't allowed access to the whole filesystem, respect the configured paths 2021-03-03 21:40:30 -08:00
Jamie Cameron
2a9dda3f1a Revert "Support limiting allowed dirs to root-capable users in File Manager"
This reverts commit 2b8deb0dbf, prior to
implementing the original request differently.
2021-03-03 21:14:25 -08:00