Chocobo1
e98d4e874f
Unify translation files loading action
...
Since it is possible alternative WebUI could be coded in languages other than English,
WebUI must be able to load user-provided webui_en.qm.
At least one translated string must exist in order to generate an usable .qm file.
6 years ago
Stephen Dawkins
70435ab5bf
Keep track of REPACK/PROPER downloads
...
When using the smart episode filter, if the episode contains REPACK and/or
PROPER, these should be stored to prevent it from redownloading a duplicate
episodes.
Closes #9898 .
6 years ago
sledgehammer999
3f9300dff4
Sync translations from Transifex and run lupdate
6 years ago
sledgehammer999
b69dd05216
Update WebUI .ts files
6 years ago
sledgehammer999
63cf216550
Use configured locale only for translating
...
Don't use other aspects of it eg for date formatting. We should depend
on the system locale for all these. The user probably likes it that way,
otherwise he would have changed it.
6 years ago
Chocobo1
c1912e17c1
Revise CSP header
...
The majority of the CSP is tuned for built-in WebUI, it may not be
suitable for alternative UI.
Also add QLatin1String to strings. This code path is called repeatedly,
it is worth adding QLatin1String to squeeze out the last bit of
performance.
6 years ago
Chocobo1
d0886f8db0
Reformat WebUI code
6 years ago
Chocobo1
ba32525b45
Fix errors from using strict mode
6 years ago
Chocobo1
1cb065edc6
Use Javascript strict mode
6 years ago
Thomas Piccirello
7f349732ee
Send numeric status without translation
6 years ago
Thomas Piccirello
718f66e6a2
Remove condition for unsupported libtorrent version
6 years ago
Thomas Piccirello
9e1f7a72b7
Simplify map initialization
6 years ago
Thomas Piccirello
33351e3d8d
Add WebUI Trackers context menu
6 years ago
Thomas Piccirello
4947b0a44f
Add DHT, PeX, and LSD to WebUI Tracker list
6 years ago
Thomas Piccirello
b8e4c6b0be
Add additional Tracker columns to WebUI
6 years ago
Thomas Piccirello
dd790d94c9
Use const where appropriate
6 years ago
Thomas Piccirello
c89e9d4354
Reorder and rename Tracker list context menu option
...
Adds an ellipses to indicate that the Edit option opens a dialog. Also moves Edit to top of the list to convey action's prominence.
6 years ago
Thomas Piccirello
b481787574
Rename Tracker List columns
...
"Received" renamed to "Peers", "Peers" renamed to "Leeches".
6 years ago
sledgehammer999
cd2c448e6d
Bump Web API version
6 years ago
Thomas Piccirello
57e625494b
Update Copyright email address
6 years ago
Thomas Piccirello
66015164d7
Fix display bugs in WebUI Files tab. Remove <IE9 support
...
Priority select boxes would frequently go blank due to an unexpected priority value. On first load, the torrent-scoped file checkbox's state was inconsistent with the state of the torrent's files.
6 years ago
Thomas Piccirello
a44ed9cfd3
Fix incorrect priority value sent from WebUI
...
Closes #9070 .
6 years ago
Thomas Piccirello
c5b8f62780
Set priority for multiple files in one WebAPI request
...
Closes #6259 .
6 years ago
Thomas Piccirello
f27dc977e9
Replace prio namespace with FilePriority enum class
6 years ago
Chocobo1
7fd30fa90f
Enforce referrer-policy in WebUI
...
This stops leaking private data to other websites via Referrer header.
6 years ago
Thomas Piccirello
66f6823965
Add torrent name filtering to WebUI
...
Closes #721
6 years ago
Thomas Piccirello
f3c1e82199
Match WebUI Peers table column order to GUI
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
FranciscoPombal
74be5d9030
Add checking_mem_usage option to AdvancedSettings
6 years ago
Vladimir Golovnev (Glassez)
89deccd9b5
Show error message when Session failed to start
6 years ago