Chocobo1
a137f1493e
Use correct locale to display date
6 years ago
Chocobo1
de437b905b
Fix MSVC C4267 warning
...
The warning was: "warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of
data"
6 years ago
Mike Tzou
6bb4eb825b
Merge pull request #9942 from Chocobo1/pbkdf2
...
Do password hashing properly
6 years ago
Mike Tzou
1eef5b6876
Merge pull request #9373 from FranciscoPombal/checking_mem_usage_adv_settings
...
Add checking_mem_usage option to AdvancedSettings
6 years ago
Mike Tzou
0ab5b8fcba
Merge pull request #9824 from thalieht/style
...
Convert all foreach() to range-based for()
6 years ago
FranciscoPombal
74be5d9030
Add checking_mem_usage option to AdvancedSettings
6 years ago
Vladimir Golovnev
de9067d6a3
Merge pull request #9967 from thalieht/mac-start-minimized
...
Save option to start minimized in Mac
6 years ago
Chocobo1
593052dd93
Revise startup message in nox version
...
Only print the WebUI username when password is still the default.
6 years ago
Chocobo1
2c8890bd06
Apply PBKDF2 to GUI lock
6 years ago
Chocobo1
05d6a29416
Apply PBKDF2 when storing passwords
6 years ago
Chocobo1
8a6cac8338
Make OpenSSL a direct dependency
6 years ago
Mike Tzou
eb957bb790
Merge pull request #9953 from Chocobo1/announce
...
Use ip parameter from tracker request if provided
6 years ago
sledgehammer999
31078cb7fd
Merge pull request #9907 from sledgehammer999/cxx11_autotools
...
Autotools: Better C++ mode detection and handling
6 years ago
sledgehammer999
63e4dc566a
Autotools: Replace CPPFLAGS with CXXFLAGS
6 years ago
sledgehammer999
d04d6bfcf8
Autotools: Print Boost LDFLAGS nicer
6 years ago
thalieht
6a21acbf1a
Save option to start minimized in Mac
6 years ago
sledgehammer999
8f5bbe24ce
Autotools: Improve handling of C++ mode
6 years ago
Mike Tzou
1baa71c97a
Merge pull request #9938 from Chocobo1/tr
...
Fix translation issues
6 years ago
Chocobo1
ede9b1a7c4
Fix typo
6 years ago
Chocobo1
b4564f5f4e
Use ip parameter from tracker request if provided
...
Closes #9949 .
6 years ago
Chocobo1
b56937f5fa
Use QHostAddress for storing IP
6 years ago
Chocobo1
36429887dc
Fix wrong locale used in log message
6 years ago
Chocobo1
297ef52dcb
Fix weekday names translations
...
Closes #9933 .
6 years ago
Chocobo1
0ad831e48a
Fix strings not translated
...
Closes #9934 .
6 years ago
thalieht
1f36b8b89f
Combine qAsConst() with copyAsConst() to asConst()
6 years ago
thalieht
6b1d26d555
Convert all foreach() to range-based for()
6 years ago
thalieht
d668a4fe6d
Fix coding style for various things
6 years ago
Mike Tzou
5efdd211cc
Merge pull request #9892 from Chocobo1/progress
...
Code cleanup
6 years ago
Vladimir Golovnev
9e00f08ea6
Merge pull request #9883 from glassez/queue
...
Save torrents queue in separate file
6 years ago
Chocobo1
0339e6ee35
Clean up code
6 years ago
Vladimir Golovnev (Glassez)
68508ba657
Save torrents queue in separate file
6 years ago
Vladimir Golovnev (Glassez)
e146c2f227
Fix signed/unsigned integers comparison warning
6 years ago
Mike Tzou
a97543d258
Merge pull request #9919 from Piccirello/webui-sidebar
...
Show ellipsis when WebUI sidebar is too narrow
6 years ago
Mike Tzou
a7c6e873d4
Merge pull request #9889 from Piccirello/instantiate-search
...
Only instantiate SearchPluginManager as needed
6 years ago
Thomas Piccirello
64c20bf6b2
Allow WebUI sidebar to be collapsed
6 years ago
Thomas Piccirello
2ef16f669b
Show ellipsis when WebUI sidebar is too narrow
6 years ago
Vladimir Golovnev
0e8323659e
Merge pull request #9869 from Piccirello/download-bug
...
Fix WebUI bug on override of Start Torrent option
6 years ago
Mike Tzou
45cfac6c00
Merge pull request #9891 from Chocobo1/i18n
...
Fix missing words in WebUI
6 years ago
Chocobo1
b79a231d2e
Fix missing words in WebUI
...
This is because Qt translator returns empty string when the translation
is not provided, now we fallback to the original string from source code.
Closes #9868 .
6 years ago
Mike Tzou
70707a2664
Merge pull request #9884 from Piccirello/webui-cookie-samesite
...
Add SameSite attribute to WebUI session cookie
6 years ago
Thomas Piccirello
4885fe6b4c
Only instantiate SearchPluginManager as needed
6 years ago
Thomas Piccirello
cd47380b85
Add SameSite attribute to WebUI session cookie
...
This attribute prevents the cookie from being submitted on any cross-site request, strongly limiting CSRF.
Closes #9877 .
6 years ago
Mike Tzou
d05897c89a
Merge pull request #9859 from Chocobo1/host
...
Add option for WebUI Host header validation
6 years ago
Mike Tzou
9826aec4cf
Merge pull request #9820 from Piccirello/webui-col-icon
...
Show icon in WebUI sorted column
6 years ago
Tom Piccirello
2d7138839d
Fix WebUI bug on override of Start Download option
...
Disabled form values aren't submitted, causing the add_paused value not to be sent when Start Torrent was checked. qBittorrent would then fall back to the global Start Download preference.
Closes #9855 .
6 years ago
Chocobo1
58be2d4bc2
Put WebUI security related options into a groupbox
6 years ago
Chocobo1
344e47dcfb
Add option for WebUI Host header validation
...
Closes #9743 .
6 years ago
Mike Tzou
39ee27785c
Merge pull request #9835 from Chocobo1/cppver
...
Implement proper C++11 mode detection
6 years ago
sledgehammer999
45878fb7dd
Sync translations from Transifex and run lupdate
6 years ago
Mike Tzou
d3e012148e
Merge pull request #9858 from Chocobo1/clamp
...
Clamp values properly
6 years ago