- Apr 14, 2021
-
-
Jonathan de Jong authored
Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>`>
-
- Apr 06, 2021
-
-
Patrick Cloke authored
-
- Dec 11, 2020
-
-
Dirk Klimpel authored
-
- Sep 18, 2020
-
-
Patrick Cloke authored
This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
-
- Aug 26, 2020
-
-
Patrick Cloke authored
-
- Aug 12, 2020
-
-
Patrick Cloke authored
-
- Feb 28, 2020
-
-
Erik Johnston authored
-
- Oct 30, 2019
-
-
Hubert Chathi authored
-
- Oct 23, 2019
-
-
Hubert Chathi authored
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 06, 2019
-
-
Andrew Morgan authored
fixes #5153
-
- Aug 13, 2018
-
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jul 26, 2016
-
-
Richard van der Hoff authored
You can update the displayname of devices now.
-
- Jul 20, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
implement a GET /devices endpoint which lists all of the user's devices. It also returns the last IP where we saw that device, so there is some dancing to fish that out of the user_ips table.
-