Chocobo1
793e8643bf
GHA CI: Support libtorrent v2.0.4
3 years ago
Chocobo1
521ef8e28f
Merge pull request #15321 from Chocobo1/ci
...
Clean up workflow files coding style
3 years ago
Chocobo1
7433d85418
Revise workflow steps name/description
3 years ago
Chocobo1
ba1cf12817
Capitalize workflow step names
3 years ago
Chocobo1
7dc7b95bfd
Merge pull request #15306 from Chocobo1/icon
...
Minor UI revise
3 years ago
Chocobo1
59352e4ca7
Use nodejs lts version for CI
...
The exact nodejs version isn't critical here, just make sure it isn't
too outdated.
3 years ago
Chocobo1
011d026d76
Rename jobs
3 years ago
Chocobo1
89a8184ad2
Avoid using legacy backticks
...
https://github.com/koalaman/shellcheck/wiki/SC2006
3 years ago
Chocobo1
a23e10dff5
Split commands to multiple lines properly
3 years ago
Chocobo1
535603fac4
Use latest Ubuntu images
...
Jobs in those workflows has little to do with specific OS version, so
just use the latest.
3 years ago
Chocobo1
fb6282da57
Add proper indention to steps section
...
Following the style from the examples in https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idsteps
3 years ago
Chocobo1
23766cd01d
Clean up Github workflows' name
3 years ago
sledgehammer999
44b2afb218
Merge pull request #15310 from Chocobo1/stale
...
Stale bot: Handle more PR per run
3 years ago
sledgehammer999
9e82e59fc8
Merge pull request #15315 from sledgehammer999/readme_chat
...
Change IRC channel to Libera.Chat
3 years ago
Chocobo1
e006538514
Fix cmake script ( #15309 )
...
Fix up 138c911ef4
.
3 years ago
sledgehammer999
fad5dfa4f4
Change IRC channel to Libera.Chat
...
Unfortunately Freenode, after a takeover, decided to purge all their databases, thus
deleting all channel and user registrations, without a warning.
So if we're forced to re-register our stuff why not go where the cool kids are at?
3 years ago
a-raccoon
b737ee0240
Update README.md
...
Removed these two lines because they haven't been true in a very long time, and is no longer even possible.
```
You can also meet me (sledgehammer_999) on IRC:
`#qbittorrent on irc.freenode.net`
```
3 years ago
Chocobo1
9d9f774dad
Handle more PR per run
...
Previously only about ~27 PR are scanned per run, this commit attempt
to handle all open PR at once.
3 years ago
Chocobo1
526ee9c9db
Add tooltip to listening port spinbox
3 years ago
sledgehammer999
671eff324d
Merge pull request #15298 from sledgehammer999/coverity_workflow
...
Run Coverity once per month
3 years ago
Chocobo1
a93cf04aca
Use default values for inconsequential fields
...
Or when the default value is actually what we want.
3 years ago
Chocobo1
e93a67e644
Use default upper limits for ddns entries
...
The default is 32767 which is larger than the previous artificial limit.
3 years ago
Chocobo1
b29a52dfa8
Use the same icon for selecting folders/files
...
As stated in Qt doc, the `QStyle::SP_DialogOpenButton` is only for a
button within QDialogButtonBox which means it isn't suitable elsewhere.
3 years ago
Chocobo1
4ed99ba851
Introduce stale bot for PR ( #15211 )
...
Stale bot will mark stale PR with a tag and close them after a specified
interval of time.
* Draft PRs are not subject to this marking.
* PR with an assignee or milestone is not subject to this marking.
3 years ago
sledgehammer999
3e92e716b2
Merge pull request #15294 from sledgehammer999/accept_v2_infohash
...
Accept v2 infohashes for download
3 years ago
sledgehammer999
c6c8f6563d
Run Coverity once per month
3 years ago
Chocobo1
138c911ef4
Add compile definition to indicate using of libtorrent 2.0 ( #15297 )
...
The compile definition is temporary which will be removed when qbt
ditches libtorrent 1.x.
3 years ago
sledgehammer999
e5fe6401a0
Accept v2 infohashes for download
...
Partially fixes #15287
3 years ago
Vladimir Golovnev
bed643e627
Delay processing of watched folders ( #15282 )
...
Fixes regression of #14882 .
Closes #15272 .
3 years ago
Mengyang Li
4ac25a50ed
WebUI: group trackers by hostname ( #15264 )
...
Closes #13608 .
3 years ago
Chocobo1
d9cf189ef6
Merge pull request #15281 from Chocobo1/lib
...
Update js libraries
3 years ago
Matthaiks
6e19878973
NSIS: Add Polish translation ( #15262 )
3 years ago
Chocobo1
9f9c4d6ed0
Ignore file heath for 3rd party libraries
3 years ago
Chocobo1
567848e94f
Work around missing function error
...
The fix comes from older version of MochaUI.
3 years ago
Chocobo1
221cbcc1ac
Update MochaUI to v0.9.7
...
Upstream: https://github.com/cdotyone/mochaui/blob/develop-0.9.8/Build/mocha.js
3 years ago
Chocobo1
dc2086dab4
Update clipboard.js to v2.0.8
3 years ago
Chocobo1
7be2a03c86
Update mootools to v1.6.0
3 years ago
Sylvain Finot
e87f8f5b93
Expose SSRF mitigation ( #15247 )
3 years ago
Chocobo1
11a063ea66
Merge pull request #15242 from Chocobo1/libt_version
...
Detect incompatible libtorrent v2 versions in build systems
3 years ago
sledgehammer999
1d26f4c5f7
Bump to 4.4.0beta2
3 years ago
sledgehammer999
8a09558ed8
Sync translations from Transifex and run lupdate
3 years ago
Daniel Aleksandersen
60b1e692b9
Disconnect comment links fom the WebUI ( #15251 )
3 years ago
Chocobo1
0a1865d0dd
Don't use old style cast
3 years ago
Chocobo1
3d94c70c48
Adopt a subset of semantic versioning notation
...
https://github.com/npm/node-semver#ranges
https://semver.npmjs.com/
3 years ago
Chocobo1
7d7f967d5e
Detect incompatible libtorrent v2 versions in build systems
...
Although the detection is working, the error message in autotools is not
perfect, i.e. it would only mention valid range for libtorrent v1 and it
shouldn't be a problem since v2 support isn't fully ready yet.
3 years ago
Chocobo1
ce554e6c77
Merge pull request #15229 from Chocobo1/port
...
Use spinbox special value to represent "Use any available port"
3 years ago
xavier2k6
5d151cca9d
GitHub Actions CI: update workflow ( #15245 )
...
- update vcpkg to latest commit (includes updated BOOST)
3 years ago
Chocobo1
e47d90b5a6
Update pkg.m4 to latest version
...
Upstream: https://gitlab.freedesktop.org/pkg-config/pkg-config/-/blob/master/pkg.m4.in
3 years ago
AbeniMatteo
e4730191db
Set default file priorities when not specified ( #15190 )
3 years ago
Chocobo1
49aab492e0
Use spinbox special value to represent "Use any available port"
...
WebAPI functionality is preserved (deprecated) for now and should be
removed in the future.
3 years ago