summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/auth.py
Commit message (Expand)AuthorAge
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [Web] Fix unable to change passwordCalum Lind2019-06-11
* [WebUI] Fixes for login auth on Python 3Calum Lind2018-10-10
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Fix opening torrent files in byte modeCalum Lind2018-09-14
* [Py2to3] Replace deprecated base64.(de|en)codestringCalum Lind2018-06-26
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [WebUI] Refactor out AuthError for NotAuthorizedErrorCalum Lind2017-06-23
* [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
* [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
* [WebUI] Log successful logins with associated ipCalum Lind2017-02-20
* [Docs] Fix example and param notation in reST docstringsCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Lint] Update pylint rcfileCalum Lind2016-11-03
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [Tests] [Web] Make JSON independent of Web componentbendikro2016-04-10
* [Tests] Catch and print errors in setup/teardownbendikro2016-04-08
* [Core] [WebUI] Increase RSA key size and improve hashingAnton Oussik2015-12-04
* [Lint] Autopep8 aggressive runCalum Lind2015-11-04
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Fix config for isort 4.2Calum Lind2015-10-21
* Fix pep8 across codebaseCalum Lind2015-10-21
* Flake8 add global __request__ to configCalum Lind2014-09-22
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* [WebUI] Add reduce import for Py3 compatCalum Lind2014-09-19
* Change imports to use absolute pathsCalum Lind2014-09-19
* [WebUI] Fix isort error in authCalum Lind2014-09-04
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* [WebUI] Flake8 filesCalum Lind2014-08-19
* [WebUI] Fix errors from rearranging code in 2294670Calum Lind2014-02-18
* [#2310] [WebUI] Fix unicode password supportCalum Lind2014-02-18
* WebUI: Add failed login log message with IP address for fail2banCalum Lind2013-02-04
* fix the path given by the set-cookie headerDamien Churchill2011-05-03
* Apply patch from #1194Motiejus Jakštys2011-02-04
* Apply cookie date fix from adiosDamien Churchill2009-12-09
* fix bug when upgrading old passwords on new loginsDamien Churchill2009-09-23
* change UTC to GMT and add a method for generating the expires int and stringDamien Churchill2009-09-08
* re-set the _session_id cookie updating the expires timeDamien Churchill2009-09-01
* only return deferreds for those methods that require itDamien Churchill2009-08-20
* have the change_password method accept an old_password parameter for extra ch...Damien Churchill2009-08-20
* increase the expires time each time a session is checked for authenticationDamien Churchill2009-08-19