summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Bump version to 1.3.11deluge-1.3.11Calum Lind2014-11-30
| | | | | | * Update changelog * Merge translations * Build js files
* [#2676] Add pilow and appindicator to DEPENDSCalum Lind2014-11-25
|
* [WebUI] Add missing column entries to Torrent RecordCalum Lind2014-11-20
|
* [#2588] [WebUI] Fix Size column to show total_wantedCalum Lind2014-11-20
| | | | * It is more useful to show total_wanted and now matches GTKUI column.
* [#2698] [GTKUI] Fix corrupted column indexes when using multiple col_typesCalum Lind2014-11-20
| | | | * Ensures that removing multiple items from liststore_columns list does not affect the index.
* [WebUI] Modify SSL Context to allow >=TLSv1 protocolCalum Lind2014-11-20
| | | | * The TLSv1_METHOD is a fixed protocol version so this change will allow higher versions to be used where possible.
* [#2555] [Core] Disable use of SSLv3 for DelugeRPCCalum Lind2014-11-20
|
* [GTKUI] Fix ImportError with ReactorAlreadyInstalledErrorCalum Lind2014-11-18
| | | | | Older systems such as Ubuntu Lucid encountered this import error as Twisted versions < 10 don't have the exception type ReactorAlreadyInstalledError.
* [Core] Modify #1869 fix to only apply to lt <= 0.15Calum Lind2014-11-18
| | | | A fix was implemented in 0.16: https://code.google.com/p/libtorrent/issues/detail?id=406#c39
* Bump version to 1.3.10 and update changelogdeluge-1.3.10Calum Lind2014-10-15
|
* [#2256] [GTKUI] Indexes are not updated correctly when removing columnsbendikro2014-10-15
|
* [GTKUI] Fix bug in the torrentview introduced by 5dba83bendikro2014-10-15
| | | | | | | The speedup optimizations removed code that recreates the model filter when a new column is added. This missing line is only a problem when there plugins that add columns to the GTKUI after initially loading the torrentlist.
* [WebUI] Security update for POODLE vulnerabilityCalum Lind2014-10-15
| | | | | WebUI with HTTPS enabled is vulnerable to POODLE (CVE­-2014­-3566), so switch from SSLv3 to TLSv1.
* Update changelog and bump version to 1.3.9deluge-1.3.9Calum Lind2014-10-04
|
* [#2514] [GTKUI] Every torrent is displayed twice in classic modebendikro2014-10-04
|
* Bump version to 1.3.8deluge-1.3.8Calum Lind2014-10-04
|
* Update copyright year in About dialog and po filesCalum Lind2014-10-04
|
* Update Changelog and translation filesCalum Lind2014-10-03
|
* Revert "[#1032] Keep track of torrent errors over restarts"Calum Lind2014-10-03
| | | | | | This reverts commit 2c54c696a1bb31a107f86c72341471c76b2fb0c2. This is not working as I intended, will hopefully commit a revised version to 1.3-stable.
* Fix previous commit's except statement for py2.5Calum Lind2014-10-02
|
* [#2335] [GTKUI] Fix startup failing with 'cannot acquire lock'Calum Lind2014-10-02
| | | | | | | | | This issue was caused by an unclean shutdown of Deluge, usually on system shutdown, and upon rebooting the PID stored in the lockfile is in used by another process thus the lockfile is never removed. It affects users with Deluge set in startup applications as the PIDs are more likely to be reused. * Lockfile is removed if Deluge is restarted in IPC. * Renamed the old_tempfile variable to make it clearer as to it's role.
* [Extractor] Add Finding Win 7z Path via Registrydoadin2014-09-24
|
* [#2497] [GTKUI] Fix the queue 'Clear' button not properly clearing.Alex Knaust2014-09-01
|
* Revert "Fix #2221 : Addtorrentdialog KeyError accessing download_location"Calum Lind2014-08-31
| | | | This reverts commit 686fb3184480527d81ecc2e399b24ae676e7a1e8.
* [#2496] [GTKUI] Fix updating core_config before setting default optionsCalum Lind2014-08-31
| | | | | | * Remove duplicate entry in init. * Call update if empty config and prevent potential loop in update method. * Ensure that the queue Add button is sensitive, even when automatically adding.
* [GTKUI] Fix listview error with new configCalum Lind2014-08-31
|
* [#2493] [GTKUI] Fix TypeError if active workspace is NoneCalum Lind2014-08-25
|
* [Notifications] Small layout fixes for web page and version bumpCalum Lind2014-08-19
|
* [#1310] [Notifications] Add webui prefs pageomaralvarez2014-08-19
|
* Fix firing of Finished event when movingCalum Lind2014-08-16
|
* Fix for Indicator icon label issueCalum Lind2014-08-09
|
* [LP:#1168858] Nautilus window opens behind current windowCalum Lind2014-08-09
|
* [GTKUI] Fix showing the open_folder menuitemCalum Lind2014-08-09
|
* [GTKUI] Suppress unimportant gnome warningsCalum Lind2014-08-09
|
* [GTKUI] Optimized the updating of the torrent viewbendikro2014-08-04
| | | | | Instead of disabling sort, sort is not enabled until the list is loaded for the first time.
* Backport decode_string from developCalum Lind2014-08-04
|
* [WebUI] Update from config upon showing plugin pageCalum Lind2014-08-04
|
* Bump version for updated pluginsCalum Lind2014-08-04
|
* [#2478] [Blocklist] Add WebUI plugin pageLuis Omar Alvarez Mures2014-08-04
|
* [#2470] [Console] Fix console parsing argsCalum Lind2014-08-04
| | | | | | | This negates the need for quoting a single command with an arg e.g. deluge-console del --remove_data torrrent_file Multiple commands separated by semi-colon still require quoting.
* [#1290] [Execute] Add TorrentRemoved eventCalum Lind2014-08-04
|
* [#1032] Keep track of torrent errors over restartsCalum Lind2014-08-04
|
* [Extractor] Add webui pageCalum Lind2014-08-04
|
* [#1126] [#2322] Emit FinishedEvent after moving storage completeCalum Lind2014-07-19
| | | | | Also changed the Execute and Extractor plugins to process the updated FinishedEvent functionality.
* Fix to mitigate fastresume corruptionCalum Lind2014-07-19
| | | | | | The code in develop is more robust but by writing to a temp file first then moving it should stop the worst of fastresume corruption issues, e.g. hard resets.
* [#2238] [Scheduler] Fix undefined this.scheduleCellsCalum Lind2014-07-13
|
* Bump version to 1.3.7deluge-1.3.7Calum Lind2014-07-09
|
* [WebUI] Update compressed jsCalum Lind2014-07-09
|
* Update ChangeLogCalum Lind2014-07-09
|
* Update POT fileCalum Lind2014-07-09
|