Tester798
053ee48692
Enable portable mode if "profile" directory exists
...
Enable portable mode if "profile" directory exists in the app dir.
Remove "--portable" command line argument.
Add logging of current profile config directory.
Closes #9445 .
5 years ago
sledgehammer999
564d845d87
Use the incomplete folder where appropriate
...
Restored torrents already have the correct path saved in their fastresume. Don't override it.
Magnets and new torrents have to be set explicitly to the incomplete folder if it is enabled.
Closes #11552
5 years ago
sledgehammer999
d09c5e529c
Merge pull request #11592 from sledgehammer999/refactor_listeningAddr
...
Rework the listening IP/interface selection code
5 years ago
Mike Tzou
b6476f7585
Merge pull request #11633 from Chocobo1/lanlimit
...
Enable "Apply rate limit to peers on LAN" option by default
5 years ago
Chocobo1
796595ffb6
Enable "Apply rate limit to peers on LAN" option by default
...
Because some ISP will deploy Carrier Grade NAT (means assigning private
IP address to user) and thus accidentally circumvent the speed limiter.
https://www.a10networks.com/blog/carrier-grade-nat/
5 years ago
sledgehammer999
8200ef6bd5
Rework the listening IP/interface selection code
...
Closes #11561
5 years ago
Mike Tzou
53183f3ab3
Merge pull request #11627 from nl6720/webui-magnet-warning-fix
...
Fix quoting of alert() in client.js
5 years ago
nl6720
5f5385d4dd
Fix quoting of alert() in client.js
...
Fix alert() I broke in #11615 .
5 years ago
Mike Tzou
a652c39394
Merge pull request #11029 from Piccirello/webui-rename-file
...
Add ability to rename torrent files from the WebUI
5 years ago
Mike Tzou
5e83574de1
Merge pull request #11615 from nl6720/webui-magnet-warning
...
Mention HTTPS in WebUI magnet link warning
5 years ago
Thomas Piccirello
2bce9f6179
Add ability to rename torrent files from the WebUI
...
Renaming folders is not yet supported. Closes #8892 .
5 years ago
Thomas Piccirello
9fecd18293
Fix incorrect function being used
5 years ago
nl6720
c1ef846c3d
Mention lack of HTTPS in WebUI magnet link warning
...
According to Mozilla docs, registerProtocolHandler() is only
available when using secure contexts (i.e. HTTPS for everything
outside localhost).
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler
The message "Your browser does not support this feature" does not
make this obvious and can lead to confusion if the user is using a
modern browser.
5 years ago
Mike Tzou
a7bd68a2c7
Merge pull request #11607 from luigino/ppc64
...
Remove -march=native optimisation
5 years ago
Luigi Baldoni
2f83587f2a
Remove -march=native optimisation
5 years ago
Mike Tzou
7a657eb5d9
Merge pull request #11566 from Chocobo1/webui
...
Fixes for WebUI
5 years ago
sledgehammer999
0b91c4d890
Merge pull request #11557 from adem4ik/patch-1
...
Update russian.nsi
5 years ago
Mike Tzou
d051519eff
Merge pull request #11568 from Chocobo1/icon
...
Fix inconsistent icon for deleting torrent
5 years ago
Chocobo1
c896982efb
Fix incorrect translation displayed after language change
...
It is expected in WebUI that the language change applies immediately
(without a program restart) and this static caching prevents that.
5 years ago
Chocobo1
5f165c4c00
Fix HTML elements size in search tab
...
Specifying a height/width value might cut the displayed text or
obstruct centering the text in the button, so let it auto decide
instead.
Closes #11553 .
5 years ago
Thomas Piccirello
33a3624652
Rename Country column to "Country / Region"
...
Not all flags displayed strictly belong to countries.
5 years ago
Chocobo1
a92826d316
Fix inconsistent icon for deleting torrent
...
Closes #11565 .
5 years ago
Chocobo1
04f270b9bc
Fix missing translations in search plugins dialog
...
Closes #11551 .
5 years ago
Andrei Stepanov
c89c51f871
Update russian.nsi
5 years ago
Mike Tzou
2e8b17e498
Merge pull request #11521 from Chocobo1/errorStatus
...
Fix stuck in wrong torrent state
5 years ago
Vladimir Golovnev
452b1d8ea2
Merge pull request #11543 from j1warren/content_tab_feature
...
Expand single-item folders in torrent content
5 years ago
sledgehammer999
ad0bc5d90d
Bump to 4.3.0alpha1
5 years ago
sledgehammer999
b7c2f74c19
Update Changelog
5 years ago
sledgehammer999
f46058bbd6
Sync translations from Transifex and run lupdate
5 years ago
sledgehammer999
b296c076f1
Merge pull request #11539 from sledgehammer999/nsis_min_winVer
...
Enforce min Windows version in NSIS installer
5 years ago
warren
b37795d344
Expand single-item folders in torrent content
5 years ago
Vladimir Golovnev
a73dfe4a10
Merge pull request #11538 from glassez/rss-logging
...
Log "RSS Feed successfully downloaded" event
5 years ago
Vladimir Golovnev (Glassez)
9342fb15b3
Log "RSS Feed successfully downloaded" event
5 years ago
sledgehammer999
5d0d8a0b7b
Enforce min Windows version in NSIS installer
5 years ago
Mike Tzou
7e0d64294c
Merge pull request #11535 from Chocobo1/libt
...
Migrate away from deprecated API
5 years ago
Chocobo1
bf58555a7a
Migrate away from deprecated API
5 years ago
sledgehammer999
56c0f39593
Merge pull request #11520 from sledgehammer999/revert_fastresume_functionality
...
Revert fastresume functionality
5 years ago
sledgehammer999
bd3f723ebf
Merge pull request #11474 from sledgehammer999/webui_bump
...
Bump Web API version
5 years ago
Chocobo1
b6050463f4
Show torrent error message in transfer list
5 years ago
Chocobo1
2ca70cf6cc
Fix stuck in wrong torrent state
...
Before this patch, adding the torrent in
https://github.com/qbittorrent/qBittorrent/issues/11511 and the torrrent
state will stay in torrent_status::checking_resume_data forever.
This is not the correct state since the `torrent_status.errc` field is
non-zero and this commit fixes it.
5 years ago
sledgehammer999
7aa01a1b51
Revert "Always save info dict when saving fastresume"
...
This reverts commit 4aab44e779
.
5 years ago
sledgehammer999
005f0010ec
Revert "Fix unable to remove web seeds"
...
This reverts commit d657c87243
.
5 years ago
Vladimir Golovnev
7ff8545f55
Merge pull request #11505 from glassez/fix-build
...
Fix compilation for Windows 7 with MinGW
5 years ago
Vladimir Golovnev (Glassez)
a4b9a4d9da
Fix compilation for Windows 7 with MinGW
5 years ago
sledgehammer999
9c1617b977
Bump to 4.2.0RC
5 years ago
sledgehammer999
442daa31d4
Update Changelog
5 years ago
sledgehammer999
c27457efda
Sync translations from Transifex and run lupdate
5 years ago
Mike Tzou
aaf659519a
Merge pull request #11499 from Chocobo1/limits
...
Avoid session reconfiguration when limit has not changed
5 years ago
Chocobo1
af52a18f82
Avoid session reconfiguration when limit has not changed
...
Fix up 5d46c9b2d6
.
5 years ago
Mike Tzou
1bd739dd4a
Merge pull request #11493 from Chocobo1/speed
...
Revise "speed limits" related code
5 years ago