Mike Tzou
2eb213e2f9
Merge pull request #9758 from Piccirello/new-search-webui-2
...
Add Search feature to WebUI
6 years ago
Mike Tzou
c093561532
Merge pull request #9980 from Chocobo1/opensslVersion
...
Add OpenSSL version to GUI & stackdump
6 years ago
Mike Tzou
0418401ddd
Merge pull request #9976 from Piccirello/fix-js-error
...
Fix JavaScript error
6 years ago
Thomas Piccirello
f3c1e82199
Match WebUI Peers table column order to GUI
6 years ago
Mike Tzou
f32865b0c8
Merge pull request #9752 from Piccirello/webui-autotmm
...
Add missing Preferences to WebUI
6 years ago
Chocobo1
1b2cdda7e2
Use gcc-5 for TravisCI linux builds
...
Remove workarounds for CXXFLAGS.
Using 3 compilation jobs should cause process trashing, tune it down to 2.
TravisCI container builds is deprecated, so remove the `sudo: false` command.
6 years ago
Chocobo1
2a428ffd37
Use CC, CXX from environment when available
6 years ago
Chocobo1
f13bcbd772
Add OpenSSL version to GUI & stackdump
6 years ago
Thomas Piccirello
a8d5b146be
Fetch data less frequently when torrents tab isn't visible
6 years ago
Thomas Piccirello
b7ad751ec3
Add Search tab to WebUI
...
Closes #859 , #8107 .
6 years ago
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
Tom Piccirello
adcfbf0b8c
Fix JavaScript error
...
Fixes a JavaScript error caused by the element lookup returning null
6 years ago
Thomas Piccirello
3aeaf6a054
Disallow setting a blank alternative WebUI location
6 years ago
Thomas Piccirello
402715004c
Add slow torrent options
6 years ago
Thomas Piccirello
2ebc6a056e
Add "Use alternative Web UI" option
6 years ago
Thomas Piccirello
c237accf82
Add "Apply rate limit to peers on LAN" option
6 years ago
Thomas Piccirello
e499e1ba85
Add email "From" option
6 years ago
Thomas Piccirello
abf43b695b
Set WebUI download options using set preferences
...
"Start torrent" and "Create subfolder" are now set depending on the user's set preferences, which matches the behavior exhibited by the GUI.
6 years ago
Thomas Piccirello
7151d6babd
Show list of categories on WebUI download page
6 years ago
Thomas Piccirello
a7c2ee3ce6
Hide WebUI text input for custom monitor save locations
6 years ago
Thomas Piccirello
19ccd8c7d3
Add "When adding a torrent" options
6 years ago
Thomas Piccirello
d05cf47169
Add WebUI Auto TMM options
6 years ago
Thomas Piccirello
bf4df54fb8
Replace all line breaks and fix legend code style.
6 years ago
Thomas Piccirello
127e4acb24
Add speed limit icons to WebUI Speed options
6 years ago
Thomas Piccirello
b9229babfc
Add WebUI Random port button and proxy unencrypted password notice
6 years ago
Thomas Piccirello
66e3be1579
Replace WebUI Options fixed-width labels
...
This allows the labels to auto-expand based on the language used, and also removes unnecessary whitespace. Additionally, this results in a look more consistent with the GUI which right-aligns labels.
6 years ago
Thomas Piccirello
99ca872011
Reorder WebUI options to match GUI
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
Vladimir Golovnev (Glassez)
89deccd9b5
Show error message when Session failed to start
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