-
-
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
Backport changes to v5.0.x branch #21898
Conversation
glassez
commented
Nov 23, 2024
•
edited by sledgehammer999
Loading
edited by sledgehammer999
- Discard obsolete "state update" events after torrent is reloaded #21873
- Fix incorrect SQL column definition #21874
- WebAPI: Fix incorrect key in torrent creator #21879
- Avoid repeatedly creating the same QDateTime values #21904
- Don't add duplicate episodes to list of previously matched #21917
- Don't follow symlink when creating torrents #21944
- Avoid redundant requests of announce entries from libtorrent #21949
- Use cached current time when parse RSS feed #21959
- WebUI: Fix removing tracker URL with '|' character #21346
- WebUI: Fix reloading page after login #21832
- NSIS: Update Italian translation #21920
Now on Windows, it won't follow/include .lnk files when creating torrents. Note that libtorrent will throw errors if we force adding .lnk files. Non-Windows OS will still follow symlinks. Closes qbittorrent#13286. PR qbittorrent#21944.
It is fine. 👍 It can but (more or less) I still doubt the effectiveness of the first GET request ( |
Manual backport of PR qbittorrent#21832 Original author: Evgenii Ryshkov See commit: 1e851b3
I manually backported #21832 and pushed it here. It didn't apply cleanly with a simple cherry-pick |
Finally pushed PR #21920 |