summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/server.py
Commit message (Expand)AuthorAge
...
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [WebUI] Refactor server.get_scriptsCalum Lind2015-09-04
* [WebUI] Modify SSL Context to allow >=TLSv1 protocolCalum Lind2014-11-20
* [WebUI] Security update for POODLE vulnerabilityCalum Lind2014-10-15
* Workaround for the isort Travis issue by using order-by-typeCalum Lind2014-09-26
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [WebUI] Flake8 filesCalum Lind2014-08-19
* [#2450] [WebUI] Fix empty Peers tabCalum Lind2014-08-09
* [WebUI] Fix json importCalum Lind2014-07-22
* Fix for github code language detectionCalum Lind2014-02-21
* [#1908] [WebUI] Add bind interface option for serverFriedrich Gonzalez2014-02-21
* [WebUI] Move gettext.js into js dirCalum Lind2014-02-17
* Fix starting deluge-webAndrew Resch2011-06-06
* Cleaner fix for #1874, code clean up and reusability.Pedro Algarvio2011-06-04
* fix the path given by the set-cookie headerDamien Churchill2011-05-03
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* fix the script resource on windowsDamien Churchill2010-08-14
* a couple of fixes to stop the webui crashing when running within the gtkuiDamien Churchill2010-07-18
* fix the Tracker resource for the webuiDamien Churchill2010-05-03
* Update web ui to use new TrackerIconsJohn Garland2010-05-04
* disable the JSON component upon webserver stopDamien Churchill2010-04-30
* change the multiple filters to be configurable, deprecating the show trackers...Damien Churchill2010-04-28
* revert previous change, we want remove_script to throw an error if the script...Damien Churchill2010-04-24
* don't raise an error if the script isn't in the resourceDamien Churchill2010-04-23
* fix up the deluge-web plugin interfaceDamien Churchill2010-04-23
* Apply patch from #1226 to allow use of certificate chain filesDamien Churchill2010-04-11
* import PIL.Image rather than just ImageDamien Churchill2010-04-01
* use getHeaders which is backwards compatible with twistedDamien Churchill2010-04-01
* resize tracker icons if they are too big and PIL is installedDamien Churchill2010-03-31
* add support for defining order via a .order fileDamien Churchill2010-03-28
* initial commit of the big javascript refactorDamien Churchill2010-03-28
* rename Deluge.Sorters to Deluge.data.SortTypes and reflect this within the fileDamien Churchill2010-03-27
* add a new namespace for data records, Deluge.dataDamien Churchill2010-03-27
* add 2 extra debug logging statements to the Upload controllerDamien Churchill2010-03-21
* add some base parameter validationDamien Churchill2010-03-21
* drop the Config resource and just include it in a script tag on the index pageDamien Churchill2010-03-20
* allow the base path to be specified by a command line switch on deluge-webDamien Churchill2010-03-20
* rename Deluge.Events to Deluge.EventsManagerDamien Churchill2010-03-20
* big refactor to meet the new coding style to allow for tidier namespacesDamien Churchill2010-03-18
* reorganise the themes to make it easier to upgrade extjsDamien Churchill2010-03-17
* compress the response of UploadDamien Churchill2010-03-15
* change first_load to first_login in the ui config keys as wellDamien Churchill2010-03-13
* change load to login as it seems more sensibleDamien Churchill2010-03-13
* add a first_load config parameterDamien Churchill2010-03-13
* fix the paths of static content so a base config parameter can be usedDamien Churchill2010-03-09
* improve support for a base config parameterDamien Churchill2010-03-09
* fix the header year and file pathDamien Churchill2010-03-09
* add a stub file/class for a filebrowserDamien Churchill2010-03-07