summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/json_api.py
Commit message (Expand)AuthorAge
* Fix #2038 : Chrome 17 disconnecting from webuiCalum Lind2012-02-27
* Add magnet uri support to Add Url in WebuiCalum Lind2012-02-18
* Fix #1936 : Referenced before assignment error in json_apiCalum Lind2012-01-09
* fix a bug when the host_id doesn't existDamien Churchill2011-05-07
* Handle redirection when adding a torrent by urlJohn Garland2011-03-09
* Handle partial downloads due to incorrect headers (fixes #1517)John Garland2011-03-09
* add a check to ensure that the events loop doesn't continue indefinitelyDamien Churchill2010-10-10
* wrap client.disconnect() call with a check to see if its classic modeDamien Churchill2010-10-07
* fix the system.listMethods json call when running in classic modeDamien Churchill2010-08-14
* a couple of fixes to stop the webui crashing when running within the gtkuiDamien Churchill2010-07-18
* use FileTree2 in the TorrentInfo class when specifiedDamien Churchill2010-03-31
* remove a needless loop in the update_ui() method callDamien Churchill2010-03-30
* make greater use of the SessionProxyDamien Churchill2010-03-29
* make use of the sessionproxyDamien Churchill2010-03-29
* Fix the progress bars for directories, was calculating the progress incorrectlyDamien Churchill2010-03-23
* fix the sidebar and torrent filtering (Closes: #1176)Damien Churchill2010-03-16
* Merge branch 'master' of deluge-torrent.org:delugeDamien Churchill2010-02-19
* implement a better remote events systemDamien Churchill2010-02-17
* use get_host() in connect()Damien Churchill2010-01-29
* add the full path to the info returned by the file treeDamien Churchill2010-01-26
* add .x-mixed-download to the priorities cssDamien Churchill2010-01-26
* fix the progressbar renderer for the file treeDamien Churchill2010-01-26
* change the queue number server sideDamien Churchill2010-01-24
* add gzip encoding to responses that are just textDamien Churchill2010-01-22
* #496: Remove deprecated functions in favour of get_session_status()Andrew Resch2009-12-25
* Strip lines/spacesAndrew Resch2009-12-25
* disconnect the client if getting information failsDamien Churchill2009-12-13
* implement installing plugins via the webuiDamien Churchill2009-12-10
* add tooltips to the statusbar itemsDamien Churchill2009-12-10
* remove the connected call upon an update to reduce the number of ajax callsDamien Churchill2009-11-04
* fix displaying the protocol speed in the webuiDamien Churchill2009-10-27
* fix bug in the start_daemon methodDamien Churchill2009-09-24
* fix bug in the stop_daemon methodDamien Churchill2009-09-24
* add a start_daemon methodDamien Churchill2009-09-24
* add a method that returns both the available and enabled plugins to reduce th...Damien Churchill2009-09-16
* add a method to gather the plugins resources for when they need to be loaded ...Damien Churchill2009-09-14
* stop a session from subscribing to the same event more than once server sideDamien Churchill2009-09-14
* fix a KeyError in the JSON componentDamien Churchill2009-09-14
* add enable/disable methods to the JSON componentDamien Churchill2009-09-14
* fix an AlreadyCalledError when getting a hosts statusDamien Churchill2009-09-10
* add the beginnings of the plugins preferences pageDamien Churchill2009-08-27
* add a method for grabbing plugin infoDamien Churchill2009-08-26
* only return deferreds for those methods that require itDamien Churchill2009-08-20
* fix returning the call when the method doesn't return a deferredDamien Churchill2009-08-20
* add a show_session_speed optionDamien Churchill2009-08-19
* stop using get_stats and fix the protocol overheads in the statusbarDamien Churchill2009-08-12
* fix calling core methodsDamien Churchill2009-08-12
* complete the new auth system using cookies & sessionsDamien Churchill2009-08-11
* stop the update_ui method from calling core methods when the client isn't con...Damien Churchill2009-08-11
* update the doc string for exportDamien Churchill2009-08-07