Ilia Rostovtsev
8b25ff7c98
Fix few comments
2020-04-08 20:31:01 +03:00
Ilia Rostovtsev
5663b90a58
Transcode "config.info" files properly
2020-04-08 20:07:39 +03:00
Ilia Rostovtsev
c9b01f4216
Unroll previous as there are params with multiple dashes, like MD5-Cram-MD5
2020-04-08 20:03:39 +03:00
Ilia Rostovtsev
c149a9fb35
Fix quantifier to be lazy instead of greedy
...
It's important to stop right after the first dash, which separates param and a text, otherwise you would have to use `-` escapses such as `-`, which is in this case absolutely not necessary. There are few places where it would fail
Example: https://regex101.com/r/PZU395/1
2020-04-08 19:54:27 +03:00
Ilia Rostovtsev
727d7ca244
Drop pointless, empty "config.info." files
2020-04-08 18:14:01 +03:00
Ilia Rostovtsev
24facaec53
Drop pointless, untranslated copies of main "config.info" file
2020-04-08 18:03:36 +03:00
Ilia Rostovtsev
9cb42113c2
Fix intentionally abused by humans translations (reported to Google)
2020-04-08 14:03:20 +03:00
Ilia Rostovtsev
bcaf6fe350
Fix post-translation bugs /2
2020-04-07 20:47:58 +03:00
Ilia Rostovtsev
e83d2910ca
Fix post-translation bugs
2020-04-07 20:39:18 +03:00
Ilia Rostovtsev
e3c23f5df2
Fix typo
2020-04-07 15:54:13 +03:00
Ilia Rostovtsev
04803fe390
Add support for merging ".auto" for (module|config).info and help/ files
2020-04-07 15:48:52 +03:00
Ilia Rostovtsev
fc8063f67d
Fix missing description (fatal error)
2020-04-06 15:01:14 +03:00
Ilia Rostovtsev
938738112e
Fix indent
2020-04-06 13:48:21 +03:00
Ilia Rostovtsev
cabd7cdbdc
Merge branch 'master' of github.com:webmin/webmin
2020-04-06 13:47:08 +03:00
Ilia Rostovtsev
6de435f4b4
Process full request string like POST /stats.cgi?a=1 HTTP/1.1 as well
2020-04-06 13:46:40 +03:00
Jamie Cameron
07e3a262e1
Add option to not use user's shell
2020-04-05 17:30:32 -07:00
Jamie Cameron
6deecd2b48
Merge branch 'master' of github.com:webmin/webmin
2020-04-05 17:20:06 -07:00
Jamie Cameron
35df515dee
Param is a number
2020-04-05 17:12:49 -07:00
Ilia Rostovtsev
971467c91b
Prefix is already set on redirect
2020-04-05 15:58:47 +03:00
Jamie Cameron
4a0c7b4297
Show view name in header on all pages https://github.com/webmin/webmin/issues/1227
2020-04-04 18:42:44 -07:00
Jamie Cameron
ab1af2238e
Merge branch 'master' of github.com:webmin/webmin
2020-04-04 18:30:04 -07:00
Jamie Cameron
fbd95074d9
Use the postfix init script if it exists to start and stop
2020-04-04 18:23:42 -07:00
Ilia Rostovtsev
032da8f594
Add support for exluding processing symlinks
2020-03-29 15:02:45 +03:00
Ilia Rostovtsev
c38b23d71f
Merge branch 'master' of github.com:webmin/webmin
2020-03-29 14:27:42 +03:00
Ilia Rostovtsev
bb0f97ab35
Only print error details (file and line) in debug mode
2020-03-29 14:27:20 +03:00
Jamie Cameron
b0609aec61
Merge branch 'master' of github.com:webmin/webmin
2020-03-28 14:28:03 -07:00
Jamie Cameron
f9144a9906
Fix MySQL config location on Ubuntu 18 https://github.com/webmin/webmin/issues/1221
2020-03-28 14:26:34 -07:00
Ilia Rostovtsev
108855b6ea
Japanese translations - PR #1226 from kosugikun/master
...
The Japanese translation has been updated.
2020-03-28 19:03:17 +03:00
Kosugi_kun
6902021035
日本語訳を更新
2020-03-29 00:49:26 +09:00
Ilia Rostovtsev
150345aadc
Fix broken HTML preventing theme work
2020-03-28 18:04:00 +03:00
Ilia Rostovtsev
cb4f274057
Fix translator errors: 1 USD ->
2020-03-27 20:46:29 +03:00
Ilia Rostovtsev
fceb41b21a
Add Usermin config support
2020-03-27 19:49:56 +03:00
Jamie Cameron
f5e7ffdf91
Merge branch 'master' of github.com:webmin/webmin
2020-03-21 13:08:18 -07:00
Jamie Cameron
f4c8abeb85
Deal with spaces in mount points https://sourceforge.net/p/webadmin/bugs/4081/
2020-03-21 13:07:13 -07:00
Ilia Rostovtsev
41472f2044
Merge branch 'master' of github.com:webmin/webmin
2020-03-21 17:16:25 +03:00
Ilia Rostovtsev
11e2f62d45
Use grep instead ef1d3f2a54 (commitcomment-37954867)
2020-03-21 17:16:13 +03:00
Jamie Cameron
a3b06a1860
Merge branch 'master' of github.com:webmin/webmin
2020-03-20 22:43:34 -07:00
Jamie Cameron
ea2f537904
Handle different order of dynamic and noprefixroute https://github.com/webmin/webmin/issues/1217
2020-03-20 22:31:05 -07:00
Ilia Rostovtsev
fa4559cba8
Add better alternative randomness and check for hex stricter
2020-03-20 14:38:18 +03:00
Ilia Rostovtsev
ef1d3f2a54
Fix FreeBSD match for -linux like distros
2020-03-20 13:47:13 +03:00
Ilia Rostovtsev
fd8a5b9cfe
Move strings from machine to human lang file
2020-03-19 17:02:12 +03:00
Ilia Rostovtsev
b3673d97f8
Fix units 1d8c82a5e4 https://github.com/authentic-theme/authentic-theme/pull/1457
2020-03-19 16:59:40 +03:00
Ilia Rostovtsev
e021dc4b41
Fix (trick) to make it work on all distros
2020-03-19 16:43:11 +03:00
Ilia Rostovtsev
bb55a1025e
Fix to get better 'sid' for users with no /dev/urandom
2020-03-19 14:47:29 +03:00
Ilia Rostovtsev
5aff8e34ba
Merge pull request #1218 from edwardsmarkf/patch-1
...
Update setup.sh
2020-03-18 13:42:25 +03:00
marky edwards
f54a9a0868
Update setup.sh
...
fix the `redhat-linux` comparison to `*-linux` grep search
2020-03-17 20:08:17 -07:00
Ilia Rostovtsev
074c0db5d7
Translate new string
2020-03-17 18:14:15 +03:00
Ilia Rostovtsev
75ed5b1466
Add an option to include ".auto" files
2020-03-17 18:10:43 +03:00
Ilia Rostovtsev
423e44e6a9
Use old lang map to accommodate language changes /2
2020-03-16 23:12:46 +03:00
Ilia Rostovtsev
6ab73204e8
Use old lang map to accommodate language changes
2020-03-16 23:04:56 +03:00