Commit Graph

  • 055d82bda4
    Add option to enable previous Add new torrent dialog behavior master Vladimir Golovnev 2025-03-31 09:18:16 +03:00
  • 0796f96ee4
    Merge pull request #22482 from Chocobo1/process_env Chocobo1 2025-03-30 15:12:10 +08:00
  • 841cffafa7
    Restore ability to use server-side translation by custom WebUI Vladimir Golovnev 2025-03-30 09:47:21 +03:00
  • ade39432be
    Revise wordings related to SOCKS4 proxy Chocobo1 2025-03-29 21:09:49 +08:00
  • 830d2c207b
    WebAPI: bump version Chocobo1 2025-03-29 20:47:53 +08:00
  • 97865545c3
    WebUI: fix Tag counter counting wrong Chocobo1 2025-03-29 20:41:05 +08:00
  • 3abdc3134b
    WebUI: Disable alternative UI in case of the index page being inaccessible Hanabishi 2025-03-29 17:32:22 +05:00
  • 5a716a40fb
    Simplify proxy related code Chocobo1 2025-03-25 05:08:28 +08:00
  • 943e403241
    Refine environment variable scope Chocobo1 2025-03-22 04:47:46 +08:00
  • 103ea813dc
    RSS: Fix crash when moving a folder into its subfolder Vladimir Golovnev 2025-03-28 09:03:59 +03:00
  • 52b1f3588a
    RSS: Mark matched article as "read" if refers to duplicate torrent Vladimir Golovnev 2025-03-28 09:01:22 +03:00
  • 4bd50672e8
    Improve add torrent error handling Vladimir Golovnev 2025-03-25 09:13:15 +03:00
  • 8c8a0ac54c
    WebAPI: improve setting preferences behavior Chocobo1 2025-03-24 21:04:35 +08:00
  • 7b4a3fccc6
    WebUI: replace deprecated data type Chocobo1 2025-03-23 15:01:39 +08:00
  • d21653e8cf
    Don't leak parent file descriptors to child processes Chocobo1 2025-03-23 14:48:21 +08:00
  • 627d89813c
    RSS: Allow to set refresh interval per feed Vladimir Golovnev 2025-03-22 08:43:04 +03:00
  • b28c229f85
    Add control for 'hostname resolver cache expiry interval' Chocobo1 2025-03-17 19:40:06 +08:00
  • 8d0870c953
    Switch to string view where applicable Chocobo1 2025-03-17 19:28:38 +08:00
  • 76a3aba7e0
    Backport changes to v5.1.x branch v5_1_x Vladimir Golovnev 2025-03-16 10:39:31 +03:00
  • 7003ac3f4d
    WebUI v5.1 fixes Chocobo1 2025-02-21 20:44:42 +08:00
  • 964be0fa1c
    WebUI: Maintain row highlight after rearranging table columns skomerko 2025-03-02 10:15:21 +01:00
  • c1defceccf
    WebUI: Fix bug where the 'Tracker editing' dialog displays incorrect data skomerko 2025-03-02 10:08:04 +01:00
  • 5a4b3b25d3
    Use slice method where applicable Chocobo1 2025-03-15 14:58:59 +08:00
  • d174bc75e4
    Show free disk space in status bar Vladimir Golovnev 2025-03-13 14:47:10 +03:00
  • 882da47609
    Use Qt built-in function for comparing values Chocobo1 2025-03-10 03:19:31 +08:00
  • b74b334e34
    Add tests for PeerAddress struct Chocobo1 2025-03-10 03:11:08 +08:00
  • 260394623d
    Add missing includes Vladimir Golovnev 2025-03-05 09:03:00 +03:00
  • 53f919aea8
    Add missing includes Vladimir Golovnev 2025-03-05 09:03:00 +03:00
  • 62a7fd86d6
    Improve "split to byte array views" function Chocobo1 2025-03-03 21:42:03 +08:00
  • 96295adc08
    Merge pull request #22351 from Chocobo1/ci_tweak Chocobo1 2025-03-03 21:28:23 +08:00
  • 8f53fb8178
    WebUI: Maintain row highlight after rearranging table columns skomerko 2025-03-02 10:15:21 +01:00
  • 37eb80919c
    WebUI: Fix bug where the 'Tracker editing' dialog displays incorrect data skomerko 2025-03-02 10:08:04 +01:00
  • 1b044d9476
    GHA CI: shorten Windows CI build time Chocobo1 2025-02-25 14:23:29 +08:00
  • 83599f1f7b
    GHA CI: tweak cache size Chocobo1 2025-02-25 14:19:26 +08:00
  • 478c2d5b12
    Don't miss to declare some of the color IDs Vladimir Golovnev 2025-02-25 18:56:15 +03:00
  • 6e1b5ec18b
    Don't miss to declare some of the color IDs Vladimir Golovnev 2025-02-25 18:56:15 +03:00
  • 49cfbd9a49
    Improve command line parameters serialization Vladimir Golovnev 2025-02-25 09:11:03 +03:00
  • 249c80aaaf
    Improve command line parameters serialization Vladimir Golovnev 2025-02-25 09:11:03 +03:00
  • 0ac47496d4
    GHA CI: ensure compatibility with newer cmake versions Chocobo1 2025-02-25 14:08:09 +08:00
  • 4ec80de268
    Update website URL Chocobo1 2025-02-25 14:03:30 +08:00
  • f432c1e615
    WebUI: Show 'Edit tracker URL...' only when one tracker is selected skomerko 2025-02-25 06:55:04 +01:00
  • 41d9ee91a1
    WebUI: tell web crawlers do not index the WebUI Chocobo1 2025-02-23 15:20:22 +08:00
  • ba3d89b674
    WebUI: Update sort icon after changing column order skomerko 2025-02-23 08:13:17 +01:00
  • 1ca33d45ba
    WebUI: Access element attribute/property natively in log tables skomerko 2025-02-21 13:54:26 +01:00
  • a9b54d94a0
    Merge pull request #22282 from skomerko/webui-v51-fixes Chocobo1 2025-02-21 20:44:42 +08:00
  • d028f46fab
    Fix shift-click selection on macOS Luke Memet 2025-02-19 05:52:51 -05:00
  • 693390ff27
    Fix shift-click selection on macOS Luke Memet 2025-02-19 05:52:51 -05:00
  • 57b24a200e
    NSIS: Update Swedish translation Daniel Nylander 2025-02-19 11:45:59 +01:00
  • 5ddc5a8b87
    NSIS: Update Swedish translation Daniel Nylander 2025-02-19 11:45:59 +01:00
  • 100ee5dbe0
    Bump to 5.0.4 release-5.0.4 v5_0_x sledgehammer999 2025-02-18 16:13:57 +02:00
  • 310a9d8e1a
    Update Changelog sledgehammer999 2025-02-18 16:11:44 +02:00
  • ad9100ac07
    WebAPI: Do not wrap result if offset is invalid Bark 2025-02-18 07:53:30 +02:00
  • 1043bea896
    Refactor power management classes Chocobo1 2025-02-18 11:58:43 +08:00
  • 955688c125
    WebUI: replace rounding function from MooTools Chocobo1 2025-02-17 15:11:55 +08:00
  • 677cabcbdf
    GHA CI: fix AppImage building Vladimir Golovnev 2025-02-16 17:46:38 +03:00
  • b86079974c
    Bump copyright year sledgehammer999 2025-02-16 16:39:55 +02:00
  • ca6a89e238
    Sync translations from Transifex and run lupdate sledgehammer999 2025-02-16 16:27:34 +02:00
  • 8da43a4054
    Use const accessor Chocobo1 2025-02-16 15:51:40 +08:00
  • 269dfe87e0
    GHA CI: fix AppImage building Chocobo1 2025-02-16 05:08:39 +08:00
  • ddf6dd5fa2
    GHA CI: fix AppImage building Chocobo1 2025-02-16 05:08:39 +08:00
  • 8c02bbb4bc WebUI: Select next available search tab after closing last active tab with X button skomerko 2025-02-14 16:54:23 +01:00
  • 7e95375cec WebUI: Fix unknown country flag path skomerko 2025-02-14 16:24:12 +01:00
  • 29201fa016 WebUI: Apply scrollbar style to context menu elements skomerko 2025-02-13 22:25:48 +01:00
  • 1a3d0f6fab WebUI: Adjust context menu offsets in Search tab & Status filter list skomerko 2025-02-13 21:00:45 +01:00
  • f58d6ae984 WebUI: Make context menu target selectors more precise skomerko 2025-02-13 20:50:00 +01:00
  • 7f0134108a WebUI: Use classlist property to set cell class in trackers table skomerko 2025-02-13 20:33:28 +01:00
  • 505c1e1c0a
    Backport changes to v5.0.x branch Vladimir Golovnev 2025-02-14 13:56:49 +03:00
  • d79dc86d00
    WebUI: require Subresource Integrity on external links Chocobo1 2025-02-12 15:19:07 +08:00
  • 38070c6eee
    WebUI: use recommended function for checking NaN values Chocobo1 2025-02-12 15:11:54 +08:00
  • 6a1c465d85
    WebAPI: Don't trim string parameters Vladimir Golovnev 2025-02-12 09:33:41 +03:00
  • ecde201ec5
    WebAPI: Don't trim string parameters Vladimir Golovnev 2025-02-12 09:33:41 +03:00
  • c9eb1fbac8
    WebAPI: Don't trim string parameters Vladimir Golovnev 2025-02-12 09:33:41 +03:00
  • 730bf957a4
    WebUI: Don't keep references to context menu targets skomerko 2025-02-11 18:26:43 +01:00
  • 069cd029eb
    NSIS: Update Portuguese translation Hugo Carvalho 2024-12-23 14:37:46 +00:00
  • 7238bad5a6
    Bump to v5.2.0alpha1 sledgehammer999 2025-02-11 02:04:46 +02:00
  • bc7d5c1f8f
    Bump to 5.1.0rc1 release-5.1.0rc1 sledgehammer999 2025-02-11 02:01:34 +02:00
  • 8aabef423c
    Create new resources for this branch for Transifex sledgehammer999 2025-02-11 01:59:07 +02:00
  • bd564a99a3
    Sync translations from Transifex and run lupdate sledgehammer999 2025-02-11 01:56:49 +02:00
  • b052ad0923
    WebUI: inline redundant function Chocobo1 2025-02-09 16:03:01 +08:00
  • c65a68251e
    WebUI: use native function when converting to numbers Chocobo1 2025-02-08 17:58:48 +08:00
  • 93925042dd
    WebUI: Fix memory leak in context menus skomerko 2025-02-08 10:51:21 +01:00
  • e55b59d9ca
    Use switch statement Chocobo1 2025-02-08 17:39:10 +08:00
  • f8469d02f7
    GHA CI: Bump FORTIFY_SOURCE hardening flag to 3 xavier2k6 2025-02-08 09:00:10 +00:00
  • dc10b88cec
    GHA CI: explicitly set C++20 mode for libtorrent Chocobo1 2025-02-08 16:30:36 +08:00
  • 4406a3f173
    Add announce_port support Maxime Thiebaut 2025-02-08 09:12:50 +01:00
  • 9c2e698514
    WebUI: Replace getElements & getChildren skomerko 2025-02-04 10:08:18 +01:00
  • 463700b76d
    GHA CI: Bump libtorrent versions xavier2k6 2025-02-03 06:07:35 +00:00
  • 86387fbe49
    Return first tracker as fallback for "current tracker" Vladimir Golovnev 2025-02-01 14:58:12 +03:00
  • 375e6800e9
    Remove stopped torrent from "error" tracker filter Vladimir Golovnev 2025-01-31 06:23:04 +03:00
  • a018cfa56c
    Remove stopped torrent from "error" tracker filter Vladimir Golovnev 2025-01-31 06:23:04 +03:00
  • b76054beba
    Store search history Vladimir Golovnev 2025-01-30 08:59:10 +03:00
  • f8536162f2
    Use compact format for JSON files Chocobo1 2025-01-29 15:31:06 +08:00
  • 09fb92466a
    Handle Qt style options uniformly Vladimir Golovnev 2025-01-11 10:17:38 +03:00
  • af65ddd012
    WebUI: Allow to move state icon to name column in torrents table skomerko 2025-01-28 07:46:09 +01:00
  • fe9dc131bc
    WebUI: don't wrap regex literal in regex constructor Chocobo1 2025-01-28 00:33:04 +08:00
  • 69321f0e94
    Hide zero and infinity values in peer list only when that setting is set to Always thalieht 2025-01-27 08:40:44 +02:00
  • bb4a668ddd
    Hide zero and infinity values in peer list only when that setting is set to Always thalieht 2025-01-27 08:40:44 +02:00
  • 3978137534
    Store opened search tabs Vladimir Golovnev 2025-01-26 17:12:50 +03:00
  • f39e066672
    Fix torrent content checkbox state under certain conditions thalieht 2025-01-24 11:11:19 +02:00
  • 3ef4d0d798
    GHA CI: add checking for GHA workflows Chocobo1 2025-01-26 03:44:59 +08:00