summaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-10[Console] Fix 'move' command hanging when doneMartin Hertz1-6/+2
2024-09-08[Docs] Replace black/flake8 with pre-commitCalum Lind3-24/+11
2024-09-08[Lint] Format code with ruffCalum Lind34-132/+148
2024-09-08[Lint] Fix ruff lint gettext and type comparisonCalum Lind10-35/+37
2024-09-08[Typing] Add pyright config to suppress warningsCalum Lind2-0/+10
2024-09-08[Lint] Replace black/flake8/isort with ruffCalum Lind5-58/+47
2024-09-08[Console] Block interactive-mode on Windows even with windows-cursesMartin Hertz1-1/+2
2024-09-08[CI] Fix accidental revert of Twisted pin for WindowsCalum Lind1-0/+1
2024-09-08[UI] Replace deprecated cgi module with emailMamoru TASAKA3-9/+15
2024-09-08[UI][Common] Wrap torrent comment and tracker status URLs in HTML (clickable)zakary3-5/+18
2024-09-06[Tests] Fix missing __qualname__ for mock callbackCalum Lind3-4/+3
2024-08-26[Console] endwin() not needed when using wrapperGregorio Litenstein1-1/+0
2024-08-26[Console] Improve interactive-mode preferences savingMartin Hertz1-3/+14
2024-08-26[Build] Fix Ubuntu dependency for appindicatorkenstir3-4/+4
2024-08-26[UI] Replace deprecated Pillow Image.Antialias with LanczosCalum Lind1-1/+1
2024-08-25[i18n] Update po files from launchpadCalum Lind80-269668/+270056
2024-08-24[Console] Fix ports typoJacob Siverskog2-12/+4
2024-08-24[AutoAdd] Fix Windows display scaling breaking WebUI elementsMartin Hertz1-1/+3
2024-08-24[CI] Update actions to latest version (node 16 deprecation)zakary4-14/+14
2024-08-24[Packaging] NSIS x64 reg-keys into proper placeMartin Hertz1-1/+3
2024-08-24[Util] Refactor reset language env varsCalum Lind1-3/+2
2024-08-24[3635][WebUI] fix language change to system defaultDjLegolas1-0/+3
2024-08-24[Build] Prevent usage of twisted>=23 on WindowsDjLegolas2-2/+4
2024-08-24[WebUI] Fix gettext _ importsCalum Lind2-2/+1
2024-08-24[WebUI] Fix error stopping daemon in connection managerCalum Lind2-53/+22
2024-08-19[CI] Disable failing alertmanager test on WindowsCalum Lind1-0/+5
2024-07-15Add deluge.pot to repo for new translation appCalum Lind2-1/+6220
2024-02-19[GtkUI] Reword preferences to prefer dark themeCalum Lind4-79/+50
2024-02-19[WebUI] Refactor changing themeCalum Lind2-14/+22
2024-02-19[GtkUI] Add a way to change themesDjLegolas4-5/+101
2024-02-19[WebUI] Add a way to change themesDjLegolas3-6/+94
2024-01-21[WebUI] Fix tracker icon to fit within tracker column rowsChris Ross1-1/+1
2024-01-21[WebUI] Fix progress divide by 0 error with empty dirfreddy26591-1/+4
2024-01-21[Docs] Bump sphinx version requirementsCalum Lind1-5/+5
2024-01-21[Alerts] Fix alert handler segfault on lt.pop_alertsCalum Lind1-30/+29
2023-12-02[GTK3] Fix changing torrent ownershipCalum Lind2-31/+14
2023-12-02[Core] Remove usage of deprecated torrent status.pausedCalum Lind1-2/+2
2023-11-30[Tests] Refactor parse_human_size testCalum Lind1-10/+11
2023-11-27[Common] Fix order of size_units for parse_human_sizeCalum Lind1-5/+5
2023-11-27[Common] Add extra size units suffixes for user inputArkadiusz Bulski1-14/+34
2023-11-27[Tests] Fix unhandled ProcessTerminated trying to kill daemon in cleanCalum Lind1-2/+5
2023-11-27[Core] Refactor Alertmanager to retry unhandled alertsCalum Lind2-58/+89
2023-11-27[Core] Call wait_for_alert in a threadDjLegolas4-10/+85
2023-11-24[CI] Fix windows packaging buildCalum Lind1-5/+6
2023-11-20[UI][Common] Add daemon version checkDjLegolas2-3/+45
2023-11-20[Core] Support creating v2 torrentsRadu Carpa3-87/+328
2023-11-20[Core] Make create_torrent return a deferredRadu Carpa2-18/+42
2023-11-20[Core] Don't always write create_torrent metafile to diskRadu Carpa2-25/+74
2023-11-20[Lint] Fixup filesCalum Lind2-17/+17
2023-11-20[Tests] Fix console tests stalling by pinning pytest to 7.4.2Calum Lind4-7/+10