Bas Nijholt
|
f355570f17
|
use isort to sort imports according to PEP8 for config (#29628)
|
2019-12-08 22:27:28 +05:30 |
Paulus Schoutsen
|
4de97abc3a
|
Black
|
2019-07-31 12:25:30 -07:00 |
Paulus Schoutsen
|
9416af5b56
|
Allow changing password without being admin (#21978)
|
2019-03-12 11:49:28 -07:00 |
Paulus Schoutsen
|
4f98818258
|
Rename is_owner decorator to is_admin (#19266)
* Rename is_owner decorator to is_admin
* Update test_auth.py
|
2018-12-14 10:19:27 +01:00 |
Paulus Schoutsen
|
2e6346ca43
|
Break up websocket 2 (#17028)
* Break up websocket 2
* Lint+Test
* Lintttt
* Rename
|
2018-10-01 16:09:31 +02:00 |
Paulus Schoutsen
|
22a80cf733
|
Break up websocket component (#17003)
* Break up websocket component
* Lint
|
2018-10-01 11:21:00 +02:00 |
Jerad Meisner
|
396895d077
|
Added WS endpoint for changing homeassistant password. (#15527)
* Added WS endpoint for changing homeassistant password.
* Remove change password helper. Don't require current password.
* Restore current password verification.
* Added tests.
* Use correct send method
|
2018-07-19 09:39:51 +02:00 |
Paulus Schoutsen
|
70fe463ef0
|
User management (#15420)
* User management
* Lint
* Fix dict
* Reuse data instance
* OrderedDict all the way
|
2018-07-13 15:31:20 +02:00 |