| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Drop the weird workaround. Also, make the power buttons stack vertically
on my phone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I learned how to do it, currently evaluating if it's actually safer and
maintanable.
|
|
|
|
|
|
|
|
|
|
It runs a web server and imports the request handling classes from
get.py directly, hence eliminating the performance culprit (which was
the `import` processing for each request).
|
|
|
|
If run as root, the server queries all the users.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|