-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI: Add log viewer #18290
WebUI: Add log viewer #18290
Conversation
f049a89
to
ee95b0d
Compare
The only problem i found (or maybe personal preference) was the annoying stretching of columns when trying to resize them (i'm just a tester). Also i'm wondering about the purpose of the Blocked column in Blocked IP's. Aren't all entries there always blocked? |
Do you want something like this?
Not always. qBittorrent/src/base/bittorrent/sessionimpl.cpp Line 5586 in b33dc7d
qBittorrent/src/base/bittorrent/sessionimpl.cpp Line 5593 in b33dc7d
|
Absolutely.
Thanks but looking at the code the peer is still not "not blocked" it is banned instead so writing in that column "blocked false" is misleading. |
f335422
to
39f7068
Compare
Change |
39f7068
to
73dcf22
Compare
Hey, loving this concept, but I wonder if two tweaks could be made (sorry if these are out of scope)
|
Perhaps, you should create a separate issue for help because this feature is not introduced by this pr. |
08b460b
to
ab7512a
Compare
Only one problem remains: When logging in the WebUI and changing to Execution Log's Blocked IP's, the list isn't fetched immediately like the log. |
58087ba
to
4d28a04
Compare
Should be fixed now. |
4d28a04
to
8c8af3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (as a tester)
8c8af3e
to
7e544b6
Compare
Thanks. Remove some redundant codes in new push. |
Please edit the commit message. It should indicate that it includes code copied from elsewhere and its license. A short mention should suffice. |
Also an appropriate entry in the AUTHORS file should be made too. |
7e544b6
to
6da8854
Compare
Added. |
The javascript implementation of multi-select menu is from the source https://github.com/PhilippeMarcMeyer/vanillaSelectBox. It is licensed under the MIT License. Some minor fixes is made to pass the lint. Co-authored-by: brvphoenix <30111323+brvphoenix@users.noreply.github.com>
6da8854
to
f041107
Compare
5725a95
to
2270d87
Compare
2270d87
to
2ee85d5
Compare
Hi, are you consider increasing the tracker announce logs |
@brvphoenix, @ttys3 |
Supersede #18189.
@ttys3