summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/json_api.py
Commit message (Expand)AuthorAge
* [Web] Accept charset in content-type for json messagesibizaman2022-06-12
* [WebUI] Move HTML entity encoding to clientCalum Lind2022-02-14
* [Core] Stopped using libtorrent deprecated functionsDjLegolas2022-02-13
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Docs] Add spellchecking with pyenchantCalum Lind2019-06-15
* [Web] Fix missing deregister_objectCalum Lind2019-05-11
* [Core] Refactor the base argparser and translation code.Calum Lind2019-05-11
* [#3244|Web] Add support for accept-encoding headerCalum Lind2019-05-09
* [WebUI] Catch unhandled 'Bad host id' exceptionCalum Lind2018-11-16
* [Docs] Reorganise and add sections from wikiCalum Lind2018-11-01
* [WebUI] Use application/json in headerCalum Lind2018-10-10
* [WebUI|Py3] Refactor content_type checkCalum Lind2018-10-10
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] More fixes for web uiCalum Lind2018-09-14
* [Py2to3] Fixes to display Web UICalum Lind2018-09-14
* [Py2to3] Fix log.warn deprecation warningCalum Lind2018-09-14
* [Py2to3] Replace deprecated base64.(de|en)codestringCalum Lind2018-06-26
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [WebUI] Encode HTML entitiiesCalum Lind2018-02-04
* [#3126|Core] Restore synchonous add torrent methods for backward compatibiltyCalum Lind2017-11-18
* [WebUI] Refactor out AuthError for NotAuthorizedErrorCalum Lind2017-06-23
* [WebUI] Refactor host connect methodsCalum Lind2017-06-16
* [#3068|WebUI] Fix not connecting to default daemonCalum Lind2017-06-16
* [WebUI] Fix attempting to connect to blank host_infoCalum Lind2017-06-08
* [UI] Further refactoring of the connection managersCalum Lind2017-06-07
* [UI] Refactor duplicated code out of connection managersCalum Lind2017-06-07
* Replace/remove usage of dict.keys()Calum Lind2017-03-16
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [WebUI] Use error logging and add exception message detailCalum Lind2017-03-01
* [WebUI] Only accept application/json content-type requestsCalum Lind2017-03-01
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [WebUI] Markup byte strings for twisted requestCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [UI] Move and rename util/lang to translations_utilCalum Lind2016-11-28
* [Docs] Fix example and param notation in reST docstringsCalum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Rename classic to standaloneCalum Lind2016-11-02
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* [Py2to3] Passes libfuturize.fixes.fix_division_safeCalum Lind2016-10-26
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* [UI] Use a shared DEFAULT_HOSTS dict in ui/commonbendikro2016-05-24
* [WebUI] Refactor json_api._get_hostCalum Lind2016-05-16
* [WebUI] Add missing deregister event handlersCalum Lind2016-05-15
* [#2293] [WebUI] Fix plugins not loading when using WebUI pluginCalum Lind2016-05-15
* [WebUI] Fix prefs plugins page not listing enabled plugins correctlyCalum Lind2016-05-15
* [#2490] Add external IP to statusbarCalum Lind2016-05-14
* [Lint] Enable pylint 'bad-continuation' and fix issuesCalum Lind2016-05-09