Vladimir Golovnev
|
bd01b7c4df
|
WebUI: Correctly apply changed "save path" of RSS rules
PR #21030.
Closes #20141.
|
2024-07-08 10:18:02 +03:00 |
|
Chocobo1
|
fa58e58e70
|
WebUI: unify curly bracket usage
|
2024-06-25 21:13:16 +03:00 |
|
Chocobo1
|
4a36fe7278
|
WebUI: don't auto infer radix parameter
|
2024-06-25 21:13:14 +03:00 |
|
Chocobo1
|
3bb47a5410
|
WebUI: iterate over own properties only
|
2024-06-25 21:13:14 +03:00 |
|
Chocobo1
|
1ef21bc2b7
|
WebUI: enforce usage of const whenever possible
|
2024-06-25 21:13:13 +03:00 |
|
Chocobo1
|
4687b4e8e4
|
WebUI: enforce string quotes coding style
|
2024-06-25 19:33:20 +03:00 |
|
thalieht
|
5d1c249606
|
Use Start/Stop instead of Resume/Pause
PR #20532.
---------
Co-authored-by: Vladimir Golovnev (Glassez) <glassez@yandex.ru>
|
2024-03-25 19:11:04 +03:00 |
|
Chocobo1
|
d06d5b923a
|
Cache program preferences
So that qbt can just use the data from memory which is vastly faster than waiting for a response
over the net.
|
2024-02-14 03:38:09 +08:00 |
|
Chocobo1
|
8ef99b336c
|
Remove 'no cache' directive for POST requests
The response for POST request is only cachable under a specific condition and
qbt doesn't use it.
https://developer.mozilla.org/en-US/docs/Glossary/Cacheable
|
2024-02-11 23:28:44 +08:00 |
|
Vladimir Golovnev
|
fb497f3410
|
WebUI: Correctly set save path in RSS rules
PR #19916.
Closes #19915.
|
2023-11-11 16:04:13 +03:00 |
|
Matic Babnik
|
145971b915
|
Add "Add Tags" field for RSS rules in WebUI
PR #19519.
|
2023-09-02 21:37:53 +03:00 |
|
Vladimir Golovnev
|
9171b73edb
|
WebUI: use new format of RSS rules
PR #19326.
Fixes regression of #18824.
Closes #19323.
|
2023-07-18 15:05:17 +03:00 |
|
Chocobo1
|
eb875ac8c1
|
Add attributes explicitly
|
2023-03-28 22:20:37 +08:00 |
|
Chocobo1
|
ca274635d5
|
Make WebUI images self-contained
|
2022-08-27 13:55:04 +08:00 |
|
Chocobo1
|
72941b10bb
|
Use proper request method
|
2022-08-16 11:26:47 +08:00 |
|
sledgehammer999
|
0e989185ce
|
Merge pull request #15769 from now-im/flow
Implement new icon/color theme
|
2022-06-28 23:23:25 +03:00 |
|
Chocobo1
|
3dd616f6ff
|
Use proper method for manipulating text
`innerText` is too powerful for the job here, use a more
restricted/secure way to manipulate text.
Related: #17211.
PR #17212.
|
2022-06-17 13:00:32 +08:00 |
|
Nowshed H. Imran
|
199d770e15
|
Implement new icon/color theme
Co-authored-by: xavier2k6 <42386382+xavier2k6@users.noreply.github.com>
|
2022-06-09 18:18:14 +06:00 |
|
Chocobo1
|
dbfd6a2368
|
WebUI: enforce coding style
Actually, not all of them but some that can be enforced by eslint.
The changes are made by eslint with minor manual tweaking.
PR #17046.
|
2022-05-18 11:37:05 +08:00 |
|
Chocobo1
|
121ff2b7be
|
Apply code formatting
|
2021-03-26 00:27:52 +08:00 |
|
Mike Tzou
|
45c0d5a823
|
Merge pull request #14587 from Chocobo1/monitor
Remove wrong parentheses in WebUI
|
2021-03-24 12:47:11 +08:00 |
|
Chocobo1
|
e43a9de2f3
|
Make global functions immutable
|
2021-03-23 18:53:56 +08:00 |
|
brvphoenix
|
5beb1b2cd0
|
WebUI: Avoid decoding strings repeatedly
Fix #14553
|
2021-03-21 02:09:53 -07:00 |
|
Vladimir Golovnev (Glassez)
|
1d5dc283fe
|
Allow to add root folder to torrent content
|
2020-12-23 13:07:33 +03:00 |
|
Thomas De Rocker
|
9515b40ca5
|
Fix confusion in date format description (#1)
* Update automatedrssdownloader.ui
* Update rssDownloader.html (#2)
|
2020-11-21 10:09:47 +01:00 |
|
Chocobo1
|
ccdc3b201b
|
Add missing semicolons
Also trim trailing whitespaces along the way.
|
2020-09-17 12:11:13 +08:00 |
|
Sepro
|
04c8c4e846
|
Add newRule and removeRule buttons to RSS downloader WebUI
New buttons for the basic actions instead of only relying on the context menu.
|
2020-06-13 00:40:42 +02:00 |
|
Sepro
|
23a2675665
|
Fix input overlap off RSS downloader WebUI
The text input's in the RSS downloader window where not correctly inside their bounding box.
|
2020-06-12 13:23:53 +02:00 |
|
Sepro
|
2b3c92a4a8
|
WebUI: Add RSS functionality
Implemented RSS Reader and AutoDownloader in reference WebUI.
|
2020-05-22 14:21:45 +02:00 |
|