Chocobo1
|
2c08dc9dad
|
Merge pull request #19333 from Chocobo1/clean
Change default power management to Gnome Session Manager
|
1 year ago |
Chocobo1
|
15b46259f3
|
Add logging
|
1 year ago |
Chocobo1
|
d569eaa991
|
Revise message
|
1 year ago |
Chocobo1
|
64c3845a7c
|
Detect D-Bus interface
|
1 year ago |
Chocobo1
|
79afa0b84d
|
Clean up coding style
|
1 year ago |
Chocobo1
|
38d773ca46
|
Change default power management to Gnome Session Manager
As seen on https://www.freedesktop.org/wiki/Specifications/power-management-spec/,
the `org.freedesktop.PowerManagement` is obsolete.
|
1 year ago |
axet
|
9194f60ac0
|
Inhibit suspend instead of screen idle
PR #19316.
Closes #19312.
|
1 year ago |
Vladimir Golovnev
|
4a217dc42f
|
Don't initialize Properties widget size until window is shown
PR #19328.
Closes #19322.
|
1 year ago |
Vladimir Golovnev
|
9171b73edb
|
WebUI: use new format of RSS rules
PR #19326.
Fixes regression of #18824.
Closes #19323.
|
1 year ago |
sledgehammer999
|
0f0de5e4f8
|
Bump to v5.0.0alpha1
|
1 year ago |
sledgehammer999
|
c1d64cc3ea
|
Sync translations from Transifex and run lupdate
|
1 year ago |
Vladimir Golovnev
|
57085ca126
|
Use previous approach of deducing favicon URL
PR #19325.
Fixes regression of #19062.
Closes #19307.
|
1 year ago |
Vladimir Golovnev
|
7b4b7c2b81
|
Always honor the configured behavior for merging trackers
PR #19305.
* Always honor the configured behavior for merging trackers
* Clarify merging trackers related options
|
1 year ago |
Vladimir Golovnev
|
6a3a5fac83
|
Correctly add new column to existing database
PR #19321.
|
1 year ago |
Christopher
|
35e18498d9
|
Add option to stop seeding when torrent has been inactive
PR #19294.
Closes #533.
Closes #8073.
Closes #15939.
|
1 year ago |
Vladimir Golovnev
|
f99a98306d
|
Log when duplicate torrents are being added
PR #19306.
Closes #18458.
|
1 year ago |
Chocobo1
|
b0cfe53329
|
Merge pull request #19302 from Chocobo1/connection
Move signal/slot connections out of .ui files
|
1 year ago |
Chocobo1
|
060466e326
|
GHA CI: fix environment variable not being used
Related issue: https://github.com/Wandalen/wretry.action/issues/106
A workaround was suggested in https://github.com/Wandalen/wretry.action/issues/106#issuecomment-1631860467
PR #19303.
|
1 year ago |
Chocobo1
|
392949b313
|
Rename variable to avoid name clash
|
1 year ago |
Chocobo1
|
b17307f283
|
Move signal/slot connections out of .ui files
This unify the place (.cpp file) where we handle signal/slot connections.
|
1 year ago |
sledgehammer999
|
e739d38061
|
Sync translations from Transifex and run lupdate
|
1 year ago |
Chocobo1
|
20f4d0c4e3
|
Merge pull request #19292 from Chocobo1/head
Fix response for HTTP HEAD method
|
1 year ago |
Chocobo1
|
4f6038c350
|
Merge pull request #19291 from Chocobo1/limits
Expose 'bdecode limits' settings
|
1 year ago |
Fabricio Silva
|
f08556be30
|
WebUI: Preserve the network interfaces when down
PR #19286.
|
1 year ago |
Chocobo1
|
543745b3f2
|
Avoid stuffing the log via junk requests
|
1 year ago |
Chocobo1
|
cb0c09769f
|
Response proper error status for invalid request methods
|
1 year ago |
Chocobo1
|
e8f5a3b44e
|
Fix response for HTTP HEAD method
Closes #19288.
|
1 year ago |
Chocobo1
|
5a660fc8a9
|
Expose 'bdecode limits' settings
This includes:
* Bdecode depth limit
* Bdecode token limit
|
1 year ago |
stalkerok
|
488464731d
|
Change some default settings
* Reduce default file pool size to 100
* Reduce default stop tracker timeout to 2 seconds
PR #19171.
|
1 year ago |
xavier2k6
|
fb68604ee7
|
Display correct Minimum Python requirement
PR #19281.
|
1 year ago |
Vladimir Golovnev
|
4ef9a6444a
|
Add options to adjust behavior of merging trackers to existing torrent
PR #19278.
Closes #19251.
|
1 year ago |
Chocobo1
|
66dfe8545d
|
Expose 'max torrent file size' setting
|
1 year ago |
Chocobo1
|
fff7b1dcbd
|
Merge pull request #19277 from Chocobo1/ctor
Don't update settings when it hasn't changed
|
1 year ago |
Burak Yavuz
|
b5b1f51cee
|
NSIS: Update Turkish translation
Corrected and updated some strings
PR #19242.
|
1 year ago |
Chocobo1
|
33875aa70a
|
Mark singleton class as final
|
1 year ago |
Chocobo1
|
9d7dad4a61
|
Don't unnecessarily restart Web server
When related settings hasn't changed.
|
1 year ago |
Chocobo1
|
213b6e316c
|
Don't emit superfluous signal
`Preferences::apply()` might emit superfluous changed signal even when the settings hasn't
changed (e.g. not dirty), this commit fixes it.
|
1 year ago |
Chocobo1
|
ffc3d8d345
|
Don't update settings when it hasn't changed
So when a setting is the same as the default, it won't write an entry to config file on disk.
|
1 year ago |
Vladimir Golovnev
|
7ec80263e1
|
Allow to globally disable the use of proxy
PR #19273.
Closes #19141.
|
1 year ago |
Chocobo1
|
66e533f505
|
Avoid redundant buffer copying
PR #19272.
|
1 year ago |
Chocobo1
|
045b4f0a06
|
GHA CI: retry flaky steps automatically
PR #19270.
|
1 year ago |
Vladimir Golovnev
|
80c637bf99
|
Always use the same limits when parse bencoded data
PR #19263.
|
1 year ago |
gdim47
|
48d5e3326b
|
Improve performance when scrolling large torrents
PR #19255.
|
1 year ago |
Chocobo1
|
80791e328d
|
Fix wrong behavior when reading text
Also add another 'file read error' status.
Closes #19254.
PR #19262.
|
1 year ago |
Chocobo1
|
08a771468d
|
Merge pull request #19260 from Chocobo1/func
Fix code defects
|
1 year ago |
Chocobo1
|
c3fc96dfe6
|
Visually validate input path in torrent creator dialog
PR #19245.
|
1 year ago |
Chocobo1
|
715a4f3eb6
|
Use move construct for large data
|
1 year ago |
Chocobo1
|
8655e48336
|
Use move construct for shared pointers
|
1 year ago |
Chocobo1
|
3c139ca333
|
Fix potential use-after-move
The evaluation order for function parameters is unspecified in C++.
https://stackoverflow.com/questions/2934904/order-of-evaluation-in-c-function-parameters
Fix up 1b2ff0f6f8 .
|
1 year ago |
Ignat Loskutov
|
f4deb1050f
|
Disable symlink resolving in Torrent creator
PR #19199.
|
1 year ago |