Joe Cooper
b658bdd3ed
Remove comment noise about known bug in encrypt_sha512, as bug has been fixed by this PR
2026-05-17 19:30:38 -05:00
Joe Cooper
6458658bfb
Fix encrypt_sha512 so it doesn't always fall back to crypt
2026-05-17 18:06:53 -05:00
Ilia Ross
c306818f50
Add PR code review workflow [no-build]
2026-05-18 00:49:32 +02:00
Ilia Ross
fa26f8699c
Merge pull request #2709 from swelljoe/more-miniserv-tests
...
More miniserv.pl tests
2026-05-18 00:42:53 +02:00
Joe Cooper
b71c046596
More miniserv.pl tests
2026-05-17 17:28:21 -05:00
Ilia Ross
0216b7162f
Code Review Test: Fix language strings bring back
2026-05-18 00:02:16 +02:00
Ilia Ross
d6d6b8806d
Merge pull request #2708 from swelljoe/exclude-tests
...
Exclude t and xt from packages
2026-05-17 23:55:40 +02:00
Joe Cooper
9587d3d091
Exclude t and xt from packages
2026-05-17 16:24:19 -05:00
Ilia Ross
3b819eafb5
Merge pull request #2705 from swelljoe/miniserv-unit-tests
...
rename miniserv-http_error.t to miniserv.t, test all subs
2026-05-17 23:24:04 +02:00
Joe Cooper
49138dc5b5
Capture warnings, instead of silencing
2026-05-17 16:14:23 -05:00
Ilia Ross
21e3367a9c
Code Review Test: Fix language strings improp
2026-05-17 21:39:06 +02:00
Ilia Ross
3f367adf8d
Add code review SMTP secret [no-build]
webmin.dev: webmin/webmin / build (push) Has been cancelled
2026-05-17 20:45:20 +02:00
Ilia Ross
2d01675139
Fix reflected XSS in Webmin status messages
...
* Note: Escape the /webmin/ message parameter, strip restart redirect HTML to plain text, and harden filter_javascript().
2026-05-17 14:32:10 +02:00
Ilia Ross
e60d005ab0
Fix to enforce RPC-only users before module ACL check
...
webmin.dev: webmin/webmin / build (push) Has been cancelled
* Note: Block `rpc=3` users from normal Webmin UI before `init_config` marks module ACLs checked, while explicitly allowing RPC endpoints.
https://github.com/webmin/webmin/actions/runs/25971500591/job/76344191751
45292ea815
2026-05-17 00:55:15 +02:00
Ilia Ross
7d129ee5e1
Code Review Test: Fix back
2026-05-17 00:41:26 +02:00
Ilia Ross
14abf9f938
Code Review Test: Fix language strings (try more)
2026-05-17 00:39:42 +02:00
Ilia Ross
f508c58929
Code Review Test: Fix back
2026-05-17 00:38:19 +02:00
Ilia Ross
3cff366b1f
Code Review Test: Fix language strings (try again)
...
This reverts commit e4b7e97848 .
2026-05-17 00:34:57 +02:00
Ilia Ross
e4b7e97848
Revert "Code Review Test: Fix language strings"
...
This reverts commit 257fc2d87c .
2026-05-17 00:34:50 +02:00
Joe Cooper
bf5ae8b5e5
Accomodate modification in place
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-16 18:33:55 -04:00
Ilia Ross
257fc2d87c
Code Review Test: Fix language strings
2026-05-17 00:28:52 +02:00
Jamie Cameron
45292ea815
Respect the RPC-only setting for users
2026-05-16 12:59:58 -07:00
Jamie Cameron
1d4556b905
Add new option for RPC-only mode, and a help page
2026-05-16 12:40:12 -07:00
Jamie Cameron
4cceba5f8f
Delete RBAC perl module we no longer use
2026-05-16 12:30:03 -07:00
Jamie Cameron
d41377983e
Move the option that controls if a user can accept RPC calls out of the global ACL and into a more findable location in the Edit User page
2026-05-16 12:16:29 -07:00
Jamie Cameron
f65fe5b44c
Merge branch 'master' of github.com:webmin/webmin
2026-05-16 12:03:12 -07:00
Jamie Cameron
ccbe7369dd
Delete all RBAC-related code from the Webmin Users module, since this is a niche unsupported feature
2026-05-16 12:02:58 -07:00
Ilia Ross
d0f6a7672f
Fix placeholder
webmin.dev: webmin/webmin / build (push) Has been cancelled
2026-05-16 20:09:59 +02:00
Jamie Cameron
042891c941
Merge branch 'master' of github.com:webmin/webmin
2026-05-16 09:52:09 -07:00
Jamie Cameron
af175ce12c
Drop ancient support for RBAC-controller Webmin ACLs
2026-05-16 09:49:36 -07:00
Ilia Ross
065ce627a0
Add quick service and port forward controls
...
* Note: Add lightweight quick controls for allowed ports, services, and port forwards, with service autocomplete, ACLs, and structured NAT redirect/DNAT editing.
2026-05-16 15:55:28 +02:00
Ilia Ross
869173d7c6
Fix partial print
2026-05-16 15:55:27 +02:00
Jamie Cameron
1a86501e88
Delete code and languages related to email feedback feature that is no longer linked to, or useful
webmin.dev: webmin/webmin / build (push) Has been cancelled
2026-05-15 16:51:34 -07:00
Jamie Cameron
60a9bc010c
Code cleanup
2026-05-15 16:46:30 -07:00
Jamie Cameron
86b9014b21
Merge branch 'master' of github.com:webmin/webmin
2026-05-15 16:43:37 -07:00
Jamie Cameron
dd4e3e22ef
Allow global permissions to be set for new users
2026-05-15 16:43:29 -07:00
Ilia Ross
361d3b5175
Add ability to discover profile service ports dynamically
...
* Note: Resolve nftables profile service ports from supported Webmin module configs and /etc/services, with safe fallbacks and SSH custom-port regression coverage.
https://github.com/webmin/webmin/issues/2706
2026-05-15 21:26:15 +02:00
Ilia Ross
aa87f85d4a
Fix man module opts URL escaping
webmin.dev: webmin/webmin / build (push) Has been cancelled
2026-05-15 12:58:12 +02:00
Jamie Cameron
8159fad28f
Escape URL parameter for safety
webmin.dev: webmin/webmin / build (push) Has been cancelled
2026-05-14 21:14:45 -07:00
Jamie Cameron
4fa30e782e
Merge branch 'master' of github.com:webmin/webmin
2026-05-14 19:58:02 -07:00
Jamie Cameron
b251b7182c
Quota all parameters
2026-05-14 19:57:42 -07:00
Ilia Ross
aeaa9333b8
Code Review Test: Fix language string final
webmin.dev: webmin/webmin / build (push) Has been cancelled
2026-05-14 22:00:21 +02:00
Ilia Ross
585293fbd3
Code Review Test: Fix language strings once more
2026-05-14 21:59:08 +02:00
Ilia Ross
ae2c6a4301
Code Review Test: Fix language strings more
2026-05-14 21:53:51 +02:00
Ilia Ross
4e734a9bd0
Code Review Test: Fix language strings
2026-05-14 21:44:30 +02:00
Ilia Ross
222d92e392
Rename CI code review secret [no-build]
2026-05-14 21:38:43 +02:00
Ilia Ross
de8e5e36d8
Add Anthropic API key to CI secrets [no-build]
2026-05-14 20:58:42 +02:00
Jamie Cameron
e36729f20b
Merge branch 'master' of github.com:webmin/webmin
webmin.dev: webmin/webmin / build (push) Has been cancelled
2026-05-13 20:56:25 -07:00
Jamie Cameron
96dd0ef65d
Harden check for valid SSL SNI hostname
2026-05-13 20:56:18 -07:00
Ilia Ross
d367189711
Fix to reset remaining per-request keep-alive state too
...
webmin.dev: webmin/webmin / build (push) Has been cancelled
https://github.com/webmin/webmin/pull/2699#issuecomment-4435490798
2026-05-14 00:38:34 +02:00