Pascal Vizeli
|
c0e3ccdb83
|
Improve gdbus error handling (#1252)
* Improve gdbus error handling
* Fix logging type
* Detect no dbus
* Fix issue with complex
* Update hassio/dbus/__init__.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update hassio/dbus/hostname.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update hassio/dbus/rauc.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update hassio/dbus/systemd.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Fix black
|
2019-08-22 12:48:02 +02:00 |
|
Pascal Vizeli
|
a37c90af96
|
Forward Params (#1150)
|
2019-07-06 18:06:39 +02:00 |
|
Pascal Vizeli
|
b4665f3907
|
Add black support (#1101)
|
2019-05-27 12:35:06 +02:00 |
|
Stephen Beechen
|
c13a33bf71
|
Downgrade add-on API access logging to debug (#992)
resolves home-assistant/hassio#865
|
2019-04-05 11:42:31 +02:00 |
|
Pascal Vizeli
|
7f074142bf
|
Replace pycrpytodome with cryptocraphy (#923)
* Replace pycrpytodome with cryptocraphy
* Fix typing
* fix typing
* Fix lints
* Fix build
* Add musl libc
* Fix lint
* fix lint
* Fix algo
* Add more typing fix crypto imports v2
* Fix padding
|
2019-02-20 10:30:22 +01:00 |
|
Pascal Vizeli
|
7a87d2334a
|
flake8 update to 3.6.0 (#777)
* flake8 update to 3.6.0
* fix lint
|
2018-10-27 15:23:26 +02:00 |
|
Pascal Vizeli
|
5ab5036504
|
Fix proxy handling with failing connection (#760)
* Fix proxy handling with failing connection
* fix lint
* Fix exception handling
* clenaup error handling
* Fix type error
* Fix event stream
* Fix stream handling
* Fix
* Fix lint
* Handle
* Update proxy.py
* fix lint
|
2018-10-15 13:01:52 +02:00 |
|
Pascal Vizeli
|
4a9dcb540e
|
Add support for long live token (#719)
* Add support for long live token
* Update proxy.py
|
2018-09-27 14:35:40 +02:00 |
|
Pascal Vizeli
|
52da7605f5
|
Enable Security API (#710)
* Enable Security API
* Update addons.py
* Update proxy.py
* Update __init__.py
* Update security.py
* Fix lint
|
2018-09-24 15:11:33 +02:00 |
|
Fabian Affolter
|
267791833e
|
Update docstrings, comments and log messages (#707)
|
2018-09-18 23:47:47 +02:00 |
|
Pascal Vizeli
|
9f8ad05471
|
Add API role system (#703)
* Add API role system
* Finish
* Simplify
* Fix lint
* Fix rights
* Fix lint
* Fix spell
* Fix log
|
2018-09-18 20:39:58 +02:00 |
|
Pascal Vizeli
|
dd25c29544
|
Bugfix Proxy with new token (#690)
* Update proxy.py
* Update security.py
|
2018-09-09 23:47:35 +02:00 |
|
Pascal Vizeli
|
9ab6e80b6f
|
Cleanup logging (#637)
* Cleanup logging
* simplify
|
2018-08-09 01:03:00 +02:00 |
|
Pascal Vizeli
|
00e7d96472
|
Fix new auth system (#633)
* Fix new auth system
* Update exceptions.py
* Update exceptions.py
* Update homeassistant.py
* Update homeassistant.py
* Update homeassistant.py
* Fix some API Errors
* fix lint
|
2018-08-09 00:05:08 +02:00 |
|
Pascal Vizeli
|
cc3e6ec6fd
|
Fix stream error with aiohttp >= 3 (#579)
* Fix stream error with aiohttp >= 3
* Update proxy.py
* Update proxy.py
* Update proxy.py
* Update proxy.py
* Update proxy.py
* Update proxy.py
|
2018-07-20 22:28:56 +02:00 |
|
Paulus Schoutsen
|
4df42e054d
|
Leverage access and refresh tokens if available (#575)
* Leverage access and refresh tokens if available
* Update homeassistant.py
* Update homeassistant.py
* Update proxy.py
* Migrate HomeAssistant to new exception layout
* Fix build for 3.7
* Cleanups
* Fix style
* fix log strings
* Fix new style
* Fix travis build
* python 3.7
* next try
* fix
* fix lint
* Fix lint p2
* Add logging
* Fix logging
* fix access
* Fix spell
* fix return
* Fix runtime
* Add to hass config
|
2018-07-20 16:55:48 +02:00 |
|
Pascal Vizeli
|
4647035b00
|
Bugfix Websession
|
2018-05-06 09:44:58 +02:00 |
|
Pascal Vizeli
|
28f295a1e2
|
Cleanup
|
2018-04-21 22:33:06 +02:00 |
|
Pascal Vizeli
|
55c2127baa
|
Cleanup Loop handling
|
2018-04-21 16:30:31 +02:00 |
|
Pascal Vizeli
|
524d875516
|
Update aioHttp3 (#403)
* Update aioHttp3
* fix line ending
* fix close session
|
2018-03-12 23:40:06 +01:00 |
|
Pascal Vizeli
|
3bf446cbdb
|
Improve security layer (#352)
* Improve security layer
* Update logger
* Fix access
* Validate token
* fix
* fix some bugs
* fix lint
|
2018-02-11 00:05:20 +01:00 |
|
Pascal Vizeli
|
ee86770570
|
Fix API URL
|
2018-01-29 23:27:31 +01:00 |
|
Pascal Vizeli
|
142cdcffca
|
Better error handling for proxy (#334)
|
2018-01-29 12:36:58 +01:00 |
|
Pascal Vizeli
|
eb6c753514
|
Add support for undocument ha version inside wesocket (#333)
|
2018-01-29 10:17:53 +01:00 |
|
Pascal Vizeli
|
26d390b66e
|
Add GET param support (#314)
|
2018-01-16 12:20:04 +01:00 |
|
Pascal Vizeli
|
1c49351e66
|
Refactory code / object handling (#289)
* Refactory code / object handling
* Next step
* fix lint
* Step 2
* Cleanup API code
* cleanup addons code
* cleanup data handling
* Cleanup addons data handling
* Cleanup docker api
* clean docker api p2
* next cleanup round
* cleanup start on snapshots
* update format strings
* fix setup
* fix lint
* fix lint
* fix lint
* fix tox
* Fix wrong import of datetime module
* Fix bug with attributes
* fix extraction
* Update core
* Update logs
* Expand scheduler
* add support for time interval objects
* next updates on tasks
* Fix some things
* Cleanup code / supervisor
* fix lint
* Fix some code styles
* rename stuff
* cleanup api call reload
* fix lock replacment
* fix lint
* fix lint
* fix bug
* fix wrong config links
* fix bugs
* fix bug
* Update version on startup
* Fix some bugs
* fix bug
* Fix snapshot
* Add wait boot options
* fix lint
* fix default config
* fix snapshot
* fix snapshot
* load snapshots on startup
* add log message at the end
* Some cleanups
* fix bug
* add logger
* add logger for supervisor update
* Add more logger
|
2018-01-02 21:21:29 +01:00 |
|
Pascal Vizeli
|
1bdd3d88de
|
Bugfix SSL settings on proxy (#288)
* Bugfix SSL settings on proxy
* fix lint
|
2017-12-26 12:10:24 +01:00 |
|
Pascal Vizeli
|
b9ce405ada
|
Add websocket proxy support (#286)
* Add websocket proxy support
* forward
* update proxy code
* fix import
* fix import
* fix
* reorder
* fix setup
* fix code
* stage al
* fix lint
* convert it into object
* fix lint
* fix url
* fix routing
* update log output
* fix future
* add loop
* Update log messages & error handling
* fix error message
* Update logging
* improve handling
* better error handling
* Fix server read
* fix cancel reader
|
2017-12-26 00:51:07 +01:00 |
|