Commit graph

  • 5ec5271fdd
    [GTK] Refactor Connection Manager Add Host dialog Calum Lind 2022-03-02 10:58:44 +00:00
  • e15731fcd4
    [GTK] Fix obscured port number in Connection Manager Add Host Calum Lind 2022-03-02 11:02:26 +00:00
  • 2962f7cd2c
    [Packaging] Add systemd user services Hugo Osvaldo Barrera 2022-02-23 00:13:47 +01:00
  • c89a366dfb
    [Hostlist] Support IPv6 in host lists tbkizle 2022-02-15 15:14:18 -05:00
  • 5f8acabb81
    [Console] Fix torrent details status error Calum Lind 2022-02-17 20:18:19 +00:00
  • 055a84bb15
    [Core] Fix Twisted fromCoroutine AttrError Calum Lind 2022-02-16 16:19:34 +00:00
  • 03938839e0
    [Docs] Add permanent discord invite link Calum Lind 2022-02-15 15:30:08 +00:00
  • 8ff4683780
    Automatically refresh and expire the torrent status cache. Chase Sterling 2022-02-08 14:34:02 -05:00
  • 62a4052178
    [Docs] Remove custom mock to fix autodoc typing errors Calum Lind 2022-02-15 10:51:52 +00:00
  • 8ece036770
    [WebUI] Move HTML entity encoding to client Calum Lind 2022-02-14 10:23:19 +00:00
  • a5503c0c60
    [WebUI] Fix encoding HTML entities for torrent attributes Calum Lind 2022-02-14 18:00:23 +00:00
  • f754882498
    [GTK] Increase connection mgr default height Calum Lind 2022-02-13 14:43:52 +00:00
  • 191549074c
    [GTK] Fix ui logic/bug of checked move_completed Henry Kwan 2022-02-12 18:50:23 +08:00
  • 2ec6e10c8e
    [Lint] Update linter version and fix issues Calum Lind 2022-02-13 12:31:41 +00:00
  • 2bd095e5bf
    [Core] Stopped using libtorrent deprecated functions DjLegolas 2022-01-22 00:33:28 +02:00
  • 513d5f06e5
    [lt] Upgraded libtorrent minimum version to 1.2 DjLegolas 2022-01-22 13:50:15 +02:00
  • a1da2058bc
    [Core] Enable file_completed_alert handling. Chase Sterling 2022-02-09 16:04:10 -05:00
  • af26fdfb37
    [GTK] Fix adding daemon accounts Calum Lind 2022-02-12 22:56:03 +00:00
  • 66b5a2fc40
    [Console] Fix incorrect test for when a host is online bendikro 2020-04-02 22:02:00 +01:00
  • 29f0789223
    [plugins] Add dev links script for Windows DjLegolas 2019-07-13 02:01:20 +03:00
  • f8f997a6eb
    [Config] Fix callLater func missing args DjLegolas 2022-02-11 12:40:47 +02:00
  • 374997a8d7
    [Tests] Make file priority test more consistent. Chase Sterling 2022-02-11 11:44:29 -05:00
  • dabb505376
    [Core] Document all exported core methods with type hints Chase Sterling 2022-02-02 19:50:12 -05:00
  • aa74261d50
    [GtkUI] Fix ETA being copied to neighboring empty cells Chase Sterling 2022-02-09 23:57:18 -05:00
  • b29829f571
    [CI] Fix package build error Calum Lind 2022-02-09 20:34:58 +00:00
  • d559f67ab9
    [Packaging] Fix pyinstaller to find installed deluge package data Calum Lind 2022-02-08 19:39:25 +00:00
  • d4f8775f44
    [CI] Use working dir to shorten commands Calum Lind 2022-02-08 19:29:38 +00:00
  • 50647ab3a5
    [CI] Replace custom twisted package with pre-release Calum Lind 2022-02-08 19:29:11 +00:00
  • 90744dc2e6
    [GTK] Workaround crash on Windows with ico or gif icons Calum Lind 2022-02-08 19:46:59 +00:00
  • 24a3987c3a
    [GTK] Refactor out get_pixbuf_at_size Calum Lind 2022-02-09 19:00:52 +00:00
  • e87236514d
    [Build] Fix entry point build errors Calum Lind 2022-02-06 21:02:43 +00:00
  • 2fb41341c9
    [Core] Convert inlineCallbacks to maybe_coroutine Chase Sterling 2022-02-02 00:21:54 -05:00
  • b76f2c0f20
    [Decorators] Add maybe_coroutine decorator Chase Sterling 2022-02-01 21:51:08 -05:00
  • bd88f78af6
    [Plugins] Fix namespace deprecation warning Calum Lind 2022-02-06 16:27:47 +00:00
  • bf97bec994
    [Config] Add mask_funcs to help mask passwords in logs Calum Lind 2022-02-05 09:23:11 +00:00
  • a27a77f8c1
    [Windows] Use gui_scripts for web and daemon entry points Calum Lind 2022-01-30 15:38:52 +00:00
  • e8fd07e5e3
    [Console] Add the torrent label to info command kingamajick 2022-02-02 08:15:33 +00:00
  • 1089adb844
    Revert "[Core] Document all exported core methods with type hints" Calum Lind 2022-02-05 17:46:30 +00:00
  • 4096cdfdfe
    [Core] Document all exported core methods with type hints Chase Sterling 2022-02-02 19:50:12 -05:00
  • 099077fe20
    [Config] Replace custom property decorator Calum Lind 2022-02-05 10:31:31 +00:00
  • a684029602
    [Config] Refactor config class Calum Lind 2022-02-05 15:47:01 +00:00
  • 8b0c8392b6
    [Log] Fix crash logging to Windows protected folder doadin 2022-02-02 18:12:23 -05:00
  • 222aeed2f3
    Remove legacy PY2 sys.argv unicode handling Chase Sterling 2022-02-03 16:47:23 -05:00
  • ece31cf3cf
    [Tests] Transition tests to pure pytest Chase Sterling 2022-01-29 14:59:19 -05:00
  • 0fbb3882f2
    [CI] Fix checkout action missing fetch depth Calum Lind 2022-02-01 06:45:10 +00:00
  • 73394f1fc5
    [CI] Fix run manual packaging workflow for tag Calum Lind 2022-01-30 17:42:15 +00:00
  • 9b043cf2c1
    [CI] Allow manual specifying tag in packaging workflow Calum Lind 2022-01-30 17:03:19 +00:00
  • 1cd005c272
    [Gtk] Fixed edit torrents dialogs windows close issues DjLegolas 2021-12-24 19:06:03 +02:00
  • 4107bf8f25
    [Blocklist] Add frequency unit to interval label Facundo Acevedo 2021-12-23 11:45:55 -03:00
  • 49bedda956
    [Docs] Add discord link to readme Chase Sterling 2022-01-27 11:10:49 -05:00
  • 540d557cb2
    [Common] Add is_interface to validate network interfaces tbkizle 2020-02-13 00:13:44 -05:00
  • d8acadb085
    [Tests] fix/enable most ui tests on Windows Chase Sterling 2022-01-26 12:45:33 -05:00
  • 932c3c123f
    [Tests] fix torrentview tests (new default column was added) Chase Sterling 2022-01-26 12:32:16 -05:00
  • 986375fa86
    [Tests] Make sure to return exit code still when ending test daemon Use a separate Client instance to call test daemon shutdown Chase Sterling 2022-01-26 10:25:43 -05:00
  • 4497c9bbcc
    [Tests] Escape backslashes in filename in webserver test Chase Sterling 2022-01-26 00:29:46 -05:00
  • 23f7c4dd6e
    [Tests] Change example files in files tab test to sort the same on linux/windows Chase Sterling 2022-01-26 00:03:12 -05:00
  • a41f950d09
    [Tests] Enable more tests that now work on Windows Chase Sterling 2022-01-26 00:02:38 -05:00
  • 209716f7cd
    [Tests] Shutdown test daemon cleanly using rpc. (needed for Windows) Escape backslashes in config path for test daemon startup. Chase Sterling 2022-01-25 23:56:40 -05:00
  • 3dca30343f
    [Tests] Make failure message more clear when test daemon doesn't shut down cleanly Chase Sterling 2022-01-25 23:51:49 -05:00
  • 71cde7c05e
    [Tests] Enable unicode path test on Windows Chase Sterling 2022-01-25 13:47:00 -05:00
  • dbf3495c4e
    [Tests] Fix erroneous windows line endings in test state file Chase Sterling 2022-01-25 12:49:53 -05:00
  • fffc6ab7d7
    [Tests] Enable metafile test on Windows Chase Sterling 2022-01-25 11:37:09 -05:00
  • a73e01f89f
    [Tests] Fix maketorrent test on Windows Chase Sterling 2022-01-25 00:10:57 -05:00
  • 87ec04af16
    Fix crash when logging errors initializing gettext Chase Sterling 2022-01-25 00:06:59 -05:00
  • d8746a8852
    [Core] Return plugin keys with get_torrents_status Chase Sterling 2022-01-21 22:06:32 -05:00
  • 7c9a542006
    [GTK] Hide account password length in log DjLegolas 2022-01-22 21:23:40 +02:00
  • e75ef7e31f
    [Packaging] Simplify PyInstaller spec file Cirno the Strongest 2022-01-21 23:03:02 +01:00
  • 4f87612a0f
    [Common] Replace distro.linux_distribution function DjLegolas 2022-01-22 12:53:50 +02:00
  • 2cad0f46f2
    [CI] Add pygame to windows package build/spec file tbkizle 2022-01-14 08:05:23 -05:00
  • 5931d0cc0b
    [CI] Fix package job not running with PR label Calum Lind 2022-01-21 12:20:37 +00:00
  • 9d4ca77ef7
    [CI] Cleanup packaging dependencies Calum Lind 2022-01-21 11:28:35 +00:00
  • ad27a278fd
    [GTK UI]About Dialog Update year tbkizle 2022-01-13 18:15:50 -05:00
  • 4f17fc41a5
    [Packaging] Disable GTK CSD by default on Windows Calum Lind 2022-01-21 10:35:09 +00:00
  • 15d2d27a53
    [CI] Specify github windows server version Calum Lind 2022-01-21 10:16:15 +00:00
  • 65e5010e7f
    [Core] Add pygeoip dependency support Calum Lind 2019-06-17 17:21:44 +01:00
  • 9b97c74025
    [GTK] Added a torrent menu option for magnet copy DjLegolas 2022-01-01 12:26:52 +02:00
  • d62362d6ae
    [CI] Improve packaging workflow Calum Lind 2022-01-20 15:31:15 +00:00
  • 1a9affbbac
    [Build] Add missing setuptools to requirements Calum Lind 2022-01-20 14:49:53 +00:00
  • 2316088f5c
    [CI] Remove PR specified branch Calum Lind 2022-01-14 13:05:34 +00:00
  • d14310078b
    [CI] Fix typo in CD Calum Lind 2022-01-13 22:46:02 +00:00
  • 1696c69776
    [CI] Fix windows build tag exclude Calum Lind 2022-01-13 22:36:56 +00:00
  • 5f96ea4217
    [CI] Restrict creating Windows installer Calum Lind 2022-01-13 21:25:54 +00:00
  • 491a20cb08
    Fix Execute and Extractor Plugins tbkizle 2022-01-12 23:49:06 -05:00
  • 490fb898af
    Build With Patched Twisted Build tbkizle 2022-01-12 15:21:20 -05:00
  • 560a52a443
    Fix OpenSSL For Libtorrent tbkizle 2022-01-10 23:49:44 -05:00
  • b9a208f18f
    Update Windows Packaging tbkizle 2022-01-04 00:56:11 -05:00
  • 6da4c4bf66
    Restore PY2 for 3rd-party plugins Calum Lind 2022-01-13 19:45:02 +00:00
  • d2390cd247
    [i18n] Fix load_libintl error Calum Lind 2022-01-12 20:17:25 +00:00
  • c3cd7f5e5c
    [Plugins] Fix missing description with metadata 2.1 Calum Lind 2022-01-12 20:03:09 +00:00
  • 2351d65844
    [Plugins] Fix and refactor get_plugin_info method Calum Lind 2022-01-12 19:03:07 +00:00
  • e50927f575
    [GTK] Fix unable to prefetch magnet in thinclient Calum Lind 2022-01-08 18:54:15 +00:00
  • 79b7e6093f
    Fix is_url and is_infohash error with None value Calum Lind 2022-01-08 13:54:30 +00:00
  • 4f0c786649
    [AutoAdd] Fixed error dialog not being shown on error DjLegolas 2022-01-04 22:10:00 +02:00
  • fca08cf583
    [TrackerIcon] Fixed old-large icon removal DjLegolas 2022-01-05 02:08:35 +02:00
  • 517b2c653b
    [TrackerIcon] Fixed parse error on UTF-8 sites with non-english chars DjLegolas 2022-01-05 02:02:32 +02:00
  • 44dcbee5f4
    [GTK] Make combobox_window expand to width Patrick Byrne 2022-01-03 22:16:36 +00:00
  • efc9f465f0
    [WebUI] Define foreground and background colors DjLegolas 2022-01-03 00:14:29 +02:00
  • 5321d24f2a
    [GTK] Use GtkSpinner when testing open port DjLegolas 2022-01-01 21:53:27 +02:00
  • f30f7f4629
    [UI] Add Keywords property to desktop file RedBearAK 2021-12-23 13:47:39 -09:00
  • ec0bcc11f5
    Upgrade codebase with pyupgrade (>=py3.6) DjLegolas 2021-12-28 22:20:57 +02:00