iliajie
|
6a693e3dc7
|
Fix path key name
|
2023-05-18 12:14:17 +03:00 |
|
iliajie
|
2436c25a46
|
Fix to reduce timeout
|
2023-05-18 12:13:45 +03:00 |
|
iliajie
|
352e3855db
|
Fix to only use Webmin code
|
2023-05-17 23:51:38 +03:00 |
|
iliajie
|
46e8076793
|
Fix indent
|
2023-05-17 22:23:14 +03:00 |
|
iliajie
|
d308aa8ae8
|
Fix not to check for SSL certificate
|
2023-05-17 22:04:43 +03:00 |
|
iliajie
|
96132e28d6
|
Fix to test if redirected URL can be resolved
|
2023-05-17 21:38:36 +03:00 |
|
iliajie
|
b0731f6e35
|
Add to use LWP::UserAgent if available
|
2023-05-17 17:31:42 +03:00 |
|
iliajie
|
a4f7cb1f8c
|
Add API to check if given URL redirects somewhere
|
2023-05-17 16:59:00 +03:00 |
|
iliajie
|
953c4ed020
|
Fix to consider all variations of HTML types
|
2023-05-17 11:53:06 +03:00 |
|
iliajie
|
d5a3eebe85
|
Fix to read full size of dangerous type
|
2023-05-17 11:13:22 +03:00 |
|
iliajie
|
c92395176f
|
Fix to consider XML too #1907
|
2023-05-16 14:41:09 +03:00 |
|
Jamie Cameron
|
ab44aa8023
|
When showing HTML, filter out any JS
|
2023-05-15 20:48:52 -07:00 |
|
Jamie Cameron
|
152414d631
|
Revert "Fix to always force text/plain for all kind for text #1907"
This reverts commit 5e9f137adf.
|
2023-05-15 20:45:10 -07:00 |
|
iliajie
|
5e9f137adf
|
Fix to always force text/plain for all kind for text #1907
|
2023-05-16 00:50:41 +03:00 |
|
iliajie
|
f29d01a7be
|
Add HTML escape for the names of users being deleted
|
2023-05-15 21:34:40 +03:00 |
|
iliajie
|
87aa2576c2
|
Add HTML escape for the names of groups being deleted
|
2023-05-15 21:32:18 +03:00 |
|
Jamie Cameron
|
728ae07eed
|
Merge branch 'master' of github.com:webmin/webmin
|
2023-05-15 11:16:38 -07:00 |
|
Jamie Cameron
|
cfd66281eb
|
Add some more sensible username checks
|
2023-05-15 11:16:30 -07:00 |
|
iliajie
|
e8526e00b4
|
Add more escapes
|
2023-05-15 20:44:11 +03:00 |
|
iliajie
|
b5b6c44d5f
|
Fix to HTML escape passed package name
|
2023-05-15 20:37:33 +03:00 |
|
iliajie
|
8f1a5a6376
|
Fix error formatting
|
2023-05-15 20:36:15 +03:00 |
|
iliajie
|
9f58118635
|
Fix to HTML escape description too
|
2023-05-15 20:26:06 +03:00 |
|
iliajie
|
d34994b5c0
|
Fix HTML escapes for custom log files
|
2023-05-15 20:22:57 +03:00 |
|
iliajie
|
07f8f1df4e
|
Fix HTML and quote escapes for user and group choosers
|
2023-05-15 20:03:53 +03:00 |
|
iliajie
|
04d75bc526
|
Fix missing HTML escapes for select option
|
2023-05-15 18:47:33 +03:00 |
|
iliajie
|
cf9e00060b
|
Fix missing lang line
|
2023-05-15 17:05:12 +03:00 |
|
iliajie
|
a21ad361d9
|
We do need to clean on Debian https://github.com/webmin/webmin.com/issues/4#issuecomment-1546456885
|
2023-05-13 20:26:24 +03:00 |
|
Jamie Cameron
|
873c324d0d
|
Merge pull request #1906 from webmin/dev/add-ui_paginations-api
Add a new `ui_paginations` API
|
2023-05-13 09:43:54 -07:00 |
|
Jamie Cameron
|
3504c3f389
|
Merge pull request #1904 from webmin/dev/useradmin-pagination
Add support for paginated tables in Users and Groups module
|
2023-05-13 09:39:59 -07:00 |
|
Ilia
|
5f17149189
|
Merge branch 'master' into dev/add-ui_paginations-api
|
2023-05-13 19:31:08 +03:00 |
|
iliajie
|
baf8a643bb
|
Fix to always use get method with paginations to avoid bugs
|
2023-05-13 16:46:55 +03:00 |
|
iliajie
|
1236027445
|
Fix to use get by default as it's better for returns
|
2023-05-13 16:21:11 +03:00 |
|
iliajie
|
2160a3d47a
|
Fix to put pagination data to the main form
|
2023-05-13 16:06:44 +03:00 |
|
iliajie
|
9077922c57
|
Fix to use proper get_referer_relative to return to referred page
|
2023-05-13 16:03:52 +03:00 |
|
iliajie
|
a27ae8b7be
|
Add support to pass elements to the parent form
|
2023-05-13 16:02:45 +03:00 |
|
iliajie
|
d572edb7ed
|
Fix form targets submission ; fix elements duplication bug
|
2023-05-13 15:33:28 +03:00 |
|
iliajie
|
d4dcf6314c
|
Add sanity check for minimum items per page
|
2023-05-13 13:38:15 +03:00 |
|
iliajie
|
c7367e0f46
|
Fix pagination with jail blocks to use new data structures
|
2023-05-13 13:31:39 +03:00 |
|
iliajie
|
8ae1c01b5e
|
Fix to run hotkeys initializer script
|
2023-05-13 13:20:34 +03:00 |
|
iliajie
|
996227d197
|
Fix to refactor input and output data structures
|
2023-05-13 13:16:38 +03:00 |
|
iliajie
|
2081cf7002
|
Fix offsets and use a better structure for holding data
|
2023-05-13 12:45:04 +03:00 |
|
iliajie
|
3ec090f222
|
Fix default offsets
|
2023-05-13 12:24:59 +03:00 |
|
iliajie
|
7e417a84e8
|
Update description
|
2023-05-13 12:17:04 +03:00 |
|
iliajie
|
5d955fe3c8
|
Fix to undo dropped key
|
2023-05-13 11:57:10 +03:00 |
|
Jamie Cameron
|
117c97fcb9
|
No need to clean repos https://github.com/webmin/webmin.com/issues/4
|
2023-05-12 17:14:49 -07:00 |
|
Jamie Cameron
|
a8748f3e97
|
Merge pull request #1905 from webmin/dev/pass-client-height
Add ability to pass browser's client height to the server
|
2023-05-12 15:40:47 -07:00 |
|
iliajie
|
8f46fbf836
|
Fix right arrow to be consistent with left
|
2023-05-12 22:28:33 +03:00 |
|
iliajie
|
1e97b55c9d
|
Add ability for listing paginated pages using "Alt + left/right" hotkeys
|
2023-05-12 15:13:28 +03:00 |
|
Ilia
|
26935dcda6
|
Merge branch 'master' into dev/pass-client-height
|
2023-05-12 13:47:36 +03:00 |
|
iliajie
|
7188b3581a
|
Add new ui_paginations API
|
2023-05-12 13:44:19 +03:00 |
|