Commit Graph

  • ff07591a87
    WebUI: add missing debounce handler master Thomas Piccirello 2025-06-09 06:46:07 -07:00
  • c215c1e8b1
    WebUI: reduce MooTools usage Chocobo1 2025-06-09 21:39:44 +08:00
  • 06756936f3
    WebUI: Always show Auto Torrent Management option Thomas Piccirello 2025-06-09 06:31:46 -07:00
  • 7ed026ef78
    WebUI: Reset filter selection when double clicking filter Thomas Piccirello 2025-06-09 06:24:58 -07:00
  • 78fae0ae76
    WebUI: Cache server stats for statistics window Thomas Piccirello 2025-06-09 06:17:30 -07:00
  • 8aa1a96d71
    Revise Interface section layout in Options dialog Chocobo1 2025-06-08 17:15:42 +08:00
  • 4132173b30
    WebUI: avoid redundant operations when sorting Chocobo1 2025-06-08 17:08:47 +08:00
  • 8e2125ee72
    WebAPI: Add metadata in /app/getDirectoryContent response Rémi Marseault 2025-06-07 17:02:48 +02:00
  • 05bcc4e175
    Don't limit the size of read "resume data" Vladimir Golovnev 2025-06-07 06:58:48 +03:00
  • 5dfb51a8d2
    WebUI: Add ability to refresh search Thomas Piccirello 2025-06-06 02:32:47 -07:00
  • 526abdf7ce
    Avoid data copying when prepare resume data Vladimir Golovnev 2025-06-06 08:59:39 +03:00
  • 617b1da842
    WebUI: Keep client session from expiring when the page is hidden bolshoytoster 2025-06-05 11:28:35 +01:00
  • c59ac3b970
    Make modifying log file perms best effort Thomas Piccirello 2025-06-05 02:32:26 -07:00
  • 0c48b70e5b
    Send 204 when WebAPI response contains no data Thomas Piccirello 2025-06-04 23:25:04 -07:00
  • 1cb6173ad1
    Fix command line placeholders description Vladimir Golovnev 2025-06-05 09:21:46 +03:00
  • 2cbfb91b88
    Use modern API to export torrent Vladimir Golovnev 2025-06-03 15:24:52 +03:00
  • 0729c9a2f8
    Handle libtorrent alerts in SessionImpl only Vladimir Golovnev 2025-06-03 08:18:12 +03:00
  • 7982f66fa6
    WebAPI: Optionally include files info in torrent list Shanary 2025-06-01 05:06:11 -04:00
  • 50d60b9589
    GHA CI: enforce sorted import in Python scripts Chocobo1 2025-05-31 18:01:02 +08:00
  • 96f0eebc4e
    WebUI: switch to lightweight clipboard library Chocobo1 2025-05-31 17:55:10 +08:00
  • 4b07597d54
    WebUI: migrate away from recursion Chocobo1 2025-05-31 17:38:05 +08:00
  • a9213627a9
    Interpret tracker "updating" status as a separate property Vladimir Golovnev 2025-05-30 08:34:26 +03:00
  • 28c1ba869b
    WebUI: Add support for tracker status filter Vladimir Golovnev 2025-05-30 08:32:46 +03:00
  • 054003970e
    WebUI: Fix path autofill in set location and new category tehcneko 2025-05-29 21:57:43 +08:00
  • 44bb1ac7eb
    WebUI: Add support for tracker status filter ivan 2025-05-24 11:28:38 -05:00
  • e309b17732
    WebAPI: Provide announce stats within "sync" data Vladimir Golovnev (Glassez) 2025-02-27 20:12:52 +03:00
  • e10fb40a48
    NSIS: revise license page Chocobo1 2025-05-27 14:53:50 +08:00
  • 7648a2838d
    Fix access denial messages Zentino 2025-05-27 14:47:43 +08:00
  • 8cd1a80852
    WebAPI: Add more properties to 'torrents/info' result Vladimir Golovnev 2025-05-27 09:37:06 +03:00
  • c79a9624af
    WebUI: Remove unnecessary script loading tehcneko 2025-05-27 14:33:22 +08:00
  • 4e9c514c2f
    WebUI: migrate to JS native class Chocobo1 2025-05-27 14:28:15 +08:00
  • 84ed24e257
    WebUI: Replace slider with native input range tehcneko 2025-05-27 14:22:13 +08:00
  • 48f7f6fb8c
    WebUI: Convert 'Progress Bar' class to a custom element tehcneko 2025-05-27 14:16:18 +08:00
  • f47754838b
    Allow to pass torrent comment to external program Vladimir Golovnev 2025-05-26 15:35:51 +03:00
  • a3d1ff0eb2
    WebUI: Fix memory leak bolshoytoster 2025-05-25 08:41:52 +01:00
  • afcfea5b8f
    Merge pull request #22761 from Chocobo1/rss_fields Chocobo1 2025-05-25 15:12:16 +08:00
  • 84cd8e1535
    Utilize Path class when finding Python executable Chocobo1 2025-05-25 15:00:19 +08:00
  • eb3718fc91
    Add 'Open link' to RSS article header Chocobo1 2025-05-09 01:59:58 +08:00
  • 7e0247fefe
    Avoid redundant function calls Chocobo1 2025-05-09 01:21:04 +08:00
  • f9f031cdb4
    Use HTTPS by default Chocobo1 2025-05-09 01:20:36 +08:00
  • d56b353c52
    Add checks for minimum supported Python version Chocobo1 2025-05-21 14:52:11 +08:00
  • 83799f4f07
    WebUI: Prevent mobile keyboards from capitalizing username input samet sahin 2025-05-18 09:49:40 +02:00
  • c7caae1150
    WebUI: fix wrong replacement sequence Chocobo1 2025-05-18 15:42:36 +08:00
  • 1662a9deb2
    Add fallback for random number generator Chocobo1 2025-05-18 15:37:17 +08:00
  • 6c310aa311
    WebUI: Make multi-rename search & replace fields use a monospace font Atk 2025-05-18 08:32:06 +01:00
  • 368748ac52
    GHA CI: Bump spellcheck related hooks revs xavier2k6 2025-05-18 08:04:49 +01:00
  • 9c81e58de6
    Update help message for Windows systems KanishkaHalder1771 2025-05-18 12:21:01 +05:30
  • 778a158597
    WebUI: add versioning to local preferences Chocobo1 2025-05-14 07:20:01 +08:00
  • 09071d2b69
    Allow symbolic links in torrent creator on Windows Chocobo1 2025-05-14 07:13:52 +08:00
  • b79ac0d716
    Remove "Physical memory (RAM) usage limit" option on Linux Hanabishi 2025-05-12 21:49:18 +05:00
  • de767871f1
    WebUI: Convert 'Pieces Bar' class to a custom element skomerko 2025-05-12 18:43:35 +02:00
  • 2477e13b3f
    GHA CI: update zizmor rules ID Chocobo1 2025-05-13 00:36:31 +08:00
  • eb82c9078d
    WebUI: always provide event variable Chocobo1 2025-05-13 00:11:00 +08:00
  • 663da093bd
    Fix compilation with Qt 6.6.0 Vladimir Golovnev 2025-05-12 11:27:02 +03:00
  • 13f9c20a69
    WebUI: Remove unselectable from General tab dezza 2025-05-10 10:48:05 +02:00
  • 86e4b662ce
    WebUI: Select multiple files to rename with Shift justusaac 2025-05-10 03:08:19 -05:00
  • dcaf4b6d80
    Fix async result handlers Vladimir Golovnev 2025-05-10 10:17:35 +03:00
  • d29f47c36e
    Revamp adding torrents to libtorrent session Vladimir Golovnev 2025-05-08 16:31:02 +03:00
  • ab04064adc
    Store AddTorrentParams inside alert handlers Vladimir Golovnev (Glassez) 2025-05-02 19:04:02 +03:00
  • 9afbd47b52
    Assign add_torrent_alert handler when adding torrent Vladimir Golovnev (Glassez) 2025-04-20 20:21:04 +03:00
  • 582dc99cae
    Don't access libtorrent session directly from TorrentImpl Vladimir Golovnev (Glassez) 2025-05-05 13:57:53 +03:00
  • 3691eb948e
    Join the similar code paths Vladimir Golovnev (Glassez) 2025-05-02 14:05:26 +03:00
  • 76bb4e5f98
    Add helpers to get InfoHash from libtorrent classes Vladimir Golovnev (Glassez) 2025-05-02 17:11:17 +03:00
  • 0262faa915
    Merge pull request #22650 from Chocobo1/webui_file_tree Chocobo1 2025-05-05 15:48:24 +08:00
  • f1b7c4572b
    Revise labels for 'duplicate torrent' actions Chocobo1 2025-05-05 15:38:12 +08:00
  • c494314a29
    Use short format for displaying RSS entry date Chocobo1 2025-05-03 23:04:55 +08:00
  • 559f47ab0c
    WebUI: avoid double lookup Chocobo1 2025-04-23 07:11:37 +08:00
  • 380b25e22f
    WebUI: migrate 'file tree' class to JS native class Chocobo1 2025-04-23 00:56:31 +08:00
  • 7745ac19d8
    Merge pull request #22636 from skomerko/webui-dynamic-classes Chocobo1 2025-05-03 22:19:01 +08:00
  • 6cd6267c26
    Fix ratio handling Vladimir Golovnev 2025-05-01 14:18:18 +03:00
  • e7dee969e1
    Remove dubious seeding time max value Vladimir Golovnev 2025-05-01 08:57:10 +03:00
  • bb68a39b53 WebUI: Prefix private properties with # in dynamic table classes skomerko 2025-04-29 19:58:23 +02:00
  • 4c91cd9372 WebUI: Use modern class syntax to create dynamic table classes skomerko 2025-04-28 20:32:54 +02:00
  • 0791828b84
    WebUI: fix virtual list defects tehcneko 2025-04-29 20:16:00 +08:00
  • c2f2a38582
    Call QPromise::start() early to avoid race condition Vladimir Golovnev 2025-04-28 17:26:51 +03:00
  • ad4bdc0653
    Merge pull request #22615 from Chocobo1/webui_eslint Chocobo1 2025-04-28 20:20:57 +08:00
  • d5094a72a5
    Fix build for Ubuntu 25.04 debian sledgehammer999 2025-04-28 14:57:00 +03:00
  • f3095935ea
    Merge pull request #22549 from skomerko/webui-element-by-id Chocobo1 2025-04-28 03:34:23 +08:00
  • 732b2bcbdb
    Provide asynchronous results via QFuture Vladimir Golovnev 2025-04-27 16:24:07 +03:00
  • 33aaa867b5
    Drop support of Qt 6.5 Vladimir Golovnev 2025-04-27 16:21:20 +03:00
  • da87be2b12
    Bump to 5.1.0 release-5.1.0 v5_1_x sledgehammer999 2025-04-27 11:53:39 +03:00
  • 891265b390
    Update Changelog sledgehammer999 2025-04-27 11:53:25 +03:00
  • f46e44d3ed
    Sync translations from Transifex and run lupdate sledgehammer999 2025-04-27 11:52:43 +03:00
  • fdd17159eb
    WebUI: remove unused variable Chocobo1 2025-04-20 17:46:12 +08:00
  • e9fee414df
    WebUI: disallow async functions which have no await expression Chocobo1 2025-04-17 19:37:03 +08:00
  • 1077cbba2b
    WebUI: ensure consistent shorthand syntax Chocobo1 2025-04-17 19:29:26 +08:00
  • 70dbe9468a
    WebUI: disallow unnecessary semicolons Chocobo1 2025-04-17 18:48:12 +08:00
  • 45babc336d
    Fix preview not opening on Wayland Isak05 2025-04-27 09:02:52 +02:00
  • 70822e8942
    Fix appearance of search history length spinbox Vladimir Golovnev 2025-04-26 09:28:24 +03:00
  • b5394e7939
    Don't interpret wildcard pattern as filepath globbing Vladimir Golovnev 2025-04-26 09:27:22 +03:00
  • 411ca0f668 WebUI: Use native function for selecting elements by ID skomerko 2025-04-12 11:57:27 +02:00
  • 7b3aa51bb1 WebUI: Eliminate redundant DOM element queries skomerko 2025-04-12 11:53:52 +02:00
  • 805c80bf51
    Sync translations from Transifex and run lupdate v5_0_x sledgehammer999 2025-04-21 12:37:35 +03:00
  • 0b3bce8993
    Sync translations from Transifex and run lupdate sledgehammer999 2025-04-21 12:29:58 +03:00
  • 0160aa28b6
    WebUI: Don't update UI if the page is hidden bolshoytoster 2025-04-21 10:23:09 +01:00
  • 0187f19f60
    WebUI: migrate away from recursion calls Chocobo1 2025-04-21 17:21:18 +08:00
  • e87dfe35f3
    Bump copyright year sledgehammer999 2025-04-20 23:38:34 +03:00
  • e51be45ce6
    Sync translations from Transifex and run lupdate sledgehammer999 2025-04-20 23:34:53 +03:00
  • a4094a440d
    Bump copyright year sledgehammer999 2025-04-20 23:26:52 +03:00
  • 46c3da21e1
    Sync translations from Transifex and run lupdate sledgehammer999 2025-04-20 23:23:23 +03:00