Chocobo1
1fe006d16f
Merge pull request #18853 from Chocobo1/exportTorrent
...
Work around Chrome download limit
2 years ago
Sentox6
bd31eddb94
Inhibit system sleep while torrents are moving
...
PR #18783 .
2 years ago
DivineHawk
0defb7d79d
WebUI: Use workaround for IOS file picker
...
PR #18837 .
Fixes #18683 .
2 years ago
七海千秋
1e400df324
Set "SameSite=None" if CSRF Protection is disabled
...
PR #18843 .
2 years ago
Chocobo1
9ea48539b4
Inline variable declared in header
2 years ago
Chocobo1
d63e0ad78f
Work around Chrome download limit
...
Closes #18775 .
2 years ago
Vladimir Golovnev
eaee38a19e
Disable UPnP for web UI by default
...
PR #18832 .
2 years ago
Vladimir Golovnev
b3e9c46eff
Don't miss saving "download path" in SQLite storage
...
PR #18844 .
Closes #18842 .
2 years ago
Chocobo1
5dcc14153f
Move feature macro declaration to build scripts
...
PR #18825 .
2 years ago
Chocobo1
4a66d705b8
Merge pull request #18812 from Chocobo1/buf
...
Use KiB unit for socket buffer sizes
2 years ago
Chocobo1
9d7fcea5d6
Describe special values in label
...
https://github.com/qbittorrent/qBittorrent/pull/18806#discussion_r1158346210
https://github.com/qbittorrent/qBittorrent/pull/18812#issuecomment-1500303976
2 years ago
Vladimir Golovnev
b8cd614775
Allow to edit RSS feed URL
...
PR #18807 .
Closes #5489 .
2 years ago
Chocobo1
a9ab2d9b9e
Use KiB unit for socket buffer sizes
...
https://github.com/qbittorrent/qBittorrent/pull/18806#issuecomment-1499894871
2 years ago
Chocobo1
cecf2d28e6
Merge pull request #18806 from Chocobo1/buf
...
Expose 'socket send/receive buffer size' options
2 years ago
Chocobo1
a01f1014b9
Inline variable defined in header
2 years ago
Chocobo1
77411760a0
Expose 'socket send/receive buffer size' options
...
Closes #18794 .
2 years ago
Vladimir Golovnev
0dcb65bb7c
Add option to auto hide zero status filters
...
* Extract transfer list filter classes into separate files
* Add option to auto hide zero status filters
PR #18801 .
Closes #13996 .
2 years ago
Vladimir Golovnev
d40be79c69
Implement torrent tags editing dialog
...
PR #18797 .
2 years ago
Bartu Özen
b55d4b1733
WebUI: Implement subcategories
...
PR #18740 .
2 years ago
Chocobo1
40e28930a4
GHA CI: add missing dll
...
Closes #18383 .
PR #18792 .
2 years ago
Chocobo1
5a3579a3f9
Merge pull request #18779 from Chocobo1/webui
...
WebUI: Add checker for html
2 years ago
Chocobo1
9de8abadb6
Fix wrong end tag
2 years ago
Chocobo1
05c5cdab96
Add alternative text for images
2 years ago
Chocobo1
1e1c1725ab
Always use quotes for attributes
...
This is to unify coding style.
2 years ago
Chocobo1
b5c57af869
Escape special characters properly
2 years ago
Chocobo1
eb875ac8c1
Add attributes explicitly
2 years ago
Chocobo1
a36358d7d0
Remove deprecated rules
2 years ago
Chocobo1
679e592a5c
Add checker for html
2 years ago
Vladimir Golovnev
b922441a7c
Correctly handle redirections
...
PR #18771 .
Fixes regression introduced by #18528 .
Closes #18764 .
2 years ago
Vladimir Golovnev
941c587c68
Don't forget to clear I2P peer items
...
PR #18753 .
2 years ago
Vladimir Golovnev
77bd09bb8b
Use tray icon from system theme only if option is set
...
PR #18733 .
2 years ago
Vladimir Golovnev
8bcac1bed2
Reduce default file pool size
...
PR #18734 .
2 years ago
Vladimir Golovnev
cdded6cef7
Add (experimental) I2P support
...
PR #18717 .
Closes #16257 .
2 years ago
thalieht
8cbe4a571c
Initialize a few groupboxes' check state after their children
...
PR #18727 .
2 years ago
Vladimir Golovnev
ee9d2173e0
Combine all the column filter related widgets
...
PR #18726 .
2 years ago
Chocobo1
a450a7c6e1
Delegate string hashing to standard library
...
Since standard library could have platform dependent specialized hashing functions.
Also the main idea is to let `qHash` handle whatever integer type `std::hash` returns and mix it with `seed` accordingly.
PR #18715 .
2 years ago
thalieht
d41a77841d
Save UI Theme Dialog size
...
PR #18709 .
2 years ago
thalieht
ae06daba6a
Correctly initialize group box children as disabled
...
PR #18710 .
2 years ago
Vladimir Golovnev
77aa85fbd3
Provide UI Theme editor
...
PR #18655 .
2 years ago
Vladimir Golovnev
989b1e6c2c
Improve finished torrent handling
...
PR #18704 .
Closes #18694 .
2 years ago
Vladimir Golovnev
9ef23d524d
Prevent incorrect log message about torrent content deletion
...
PR #18692 .
Closes #18689 .
2 years ago
Chocobo1
f16e903623
Merge pull request #18687 from Chocobo1/codeql
...
GHA CI: add CodeQL scanning
2 years ago
Tom
0bb0829a9a
Allow to filter torrent list by save path
...
PR #18600 .
2 years ago
Chocobo1
fa30b70453
Fix code defects
2 years ago
Christian Danížek
e4f90730b2
NSIS: Add Slovak translation
...
PR #18676 .
2 years ago
Chocobo1
6fd522472c
GHA CI: drop needless syntax
...
https://docs.github.com/en/actions/learn-github-actions/expressions#about-expressions
>When you use expressions in an if conditional, you may omit the
>expression syntax (${{ }}) because GitHub automatically evaluates the if conditional as an expression.
2 years ago
Chocobo1
0f32de9d8c
GHA CI: add CodeQL scanning
...
This enable codebase scanning for C++ and JavaScript languages.
https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql
https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning
2 years ago
thalieht
f630d84858
WebUI: Add "Add to top of queue" option
...
PR #18660 .
2 years ago
Vladimir Golovnev
ee6f699b48
Apply adjacent changes within single transaction
...
PR #18635 .
2 years ago
Vladimir Golovnev
ce9bdaef5c
Correctly check for database needs to be updated
...
* Correctly check for database needs to be updated
* Create index only if not exists
* Double check whether database needs to be updated
PR #18638 .
2 years ago