Pascal Vizeli
35aae69f23
Support armv7 and allow support of multible arch types per CPU ( #892 )
...
* Support armv7 and first abstraction
* Change layout
* Add more type hints
* Fix imports
* Update
* move forward
* add tests
* fix type
* fix lint & tests
* fix tests
* Fix unittests
* Fix create folder
* cleanup
* Fix import order
* cleanup loop parameter
* cleanup init function
* Allow changeable image name
* fix setup
* Fix load of arch
* Fix lint
* Add typing
* fix init
* fix hassos cli problem & stick on supervisor arch
* address comments
* cleanup
* Fix image selfheal
* Add comment
* update uvloop
* remove uvloop
* fix tagging
* Fix install name
* Fix validate build config
* Abstract image_name from system cache
2019-01-31 18:47:44 +01:00
Pascal Vizeli
7fdfa630b5
Bump version 143
2019-01-15 12:11:56 +01:00
Pascal Vizeli
aa1c765c4b
Add support for SYS_MODULE ( #889 )
...
* Add support for SYS_MODULE
* Update flake stuff
* Fix lint
* Fix lint
* Fix lint
* Fix lint
2019-01-15 00:56:07 +01:00
Pascal Vizeli
9d59b56c94
Fix lint
2019-01-14 23:20:07 +01:00
Pascal Vizeli
9d72dcabfc
Support to map kernel modules ro into container
2019-01-14 21:57:14 +01:00
Pascal Vizeli
5b92137699
Bump version 142
2018-12-11 23:46:01 +01:00
Pascal Vizeli
57534fac96
Bump version 141
2018-11-20 17:39:39 +01:00
Pascal Vizeli
4c1ee49068
Bump version 140
2018-11-05 16:20:01 +01:00
luca-simonetti
1f091b20ad
fix: use a different convention to handle multiple devices on same card ( #767 )
...
* fix: use a different convention to handle multiple devices on same card
* fix: use a different convention to handle multiple devices on same card
* Update alsa.py
* Update alsa.py
2018-11-02 10:47:25 +01:00
Pascal Vizeli
53dab4ee45
Bump version 139
2018-10-16 12:52:19 +02:00
Pascal Vizeli
aa8ab593c0
Rename login_backend to auth_api ( #764 )
...
* Update const.py
* Update validate.py
* Update addon.py
* Update auth.py
* Update addons.py
* Update API.md
2018-10-16 12:33:40 +02:00
Pascal Vizeli
cee2c5469f
Bump version 138
2018-10-15 15:25:29 +02:00
Pascal Vizeli
000a3c1f7e
Bump to 137
2018-10-12 14:39:47 +02:00
Pascal Vizeli
571c42ef7d
Create role for backup add-ons ( #755 )
...
* Create role for backup add-ons
* Update validate.py
* Update security.py
2018-10-12 12:48:12 +02:00
Pascal Vizeli
8443da0b9f
Add-on SSO support with Home Assistant auth system ( #752 )
...
* Create auth.py
* Finish auth cache
* Add documentation
* Add valid schema
* Update auth.py
* Update auth.py
* Update security.py
* Create auth.py
* Update coresys.py
* Update bootstrap.py
* Update const.py
* Update validate.py
* Update const.py
* Update addon.py
* Update auth.py
* Update __init__.py
* Update auth.py
* Update auth.py
* Update auth.py
* Update const.py
* Update auth.py
* Update auth.py
* Update auth.py
* Update validate.py
* Update coresys.py
* Update auth.py
* Update auth.py
* more security
* Update API.md
* Update auth.py
* Update auth.py
* Update auth.py
* Update auth.py
* Update auth.py
* Update homeassistant.py
* Update homeassistant.py
2018-10-12 12:21:48 +02:00
Pascal Vizeli
78e093df96
Bump version 136
2018-10-09 17:10:25 +02:00
Pascal Vizeli
916f3caedd
Bump version 135
2018-10-08 00:21:59 +02:00
Franck Nijhof
da425a0530
Adds support for privilege DAC_READ_SEARCH ( #743 )
...
* Adds support for privilege DAC_READ_SEARCH
* 🚑 Fixes security rating regarding privileges
2018-10-07 19:17:06 +02:00
Pascal Vizeli
c825c40c4d
Bump version 134
2018-10-01 19:07:48 +02:00
Pascal Vizeli
bf75a8a439
Cleanup discovery data ( #734 )
...
* Cleanup discovery data
* Update API.md
* Update validate.py
* Update discovery.py
* Update const.py
2018-10-01 16:17:46 +02:00
Pascal Vizeli
dccc652d42
Bump version 133
2018-09-30 20:16:42 +02:00
Pascal Vizeli
af19e95c81
Make discovery persistent ( #727 )
...
* Make discovery persistent
* fix file handling
* fix detection
* Smooth
* Fix ring import
* Fix handling
* fix schema
* fix validate
* fix discovery cleanup
2018-09-30 15:33:16 +02:00
Pascal Vizeli
e5451973bd
Overwork Services/Discovery ( #725 )
...
* Update homeassistant.py
* Update validate.py
* Update exceptions.py
* Update services.py
* Update discovery.py
* fix gitignore
* Fix handling for discovery
* use object in ref
* lock down discovery API
* fix api
* Design
* Fix API
* fix lint
* fix
* Fix security layer
* add provide layer
* fix access
* change rating
* fix rights
* Fix API error handling
* raise error
* fix rights
* api
* fix handling
* fix
* debug
* debug json
* Fix validator
* fix error
* new url
* fix schema
2018-09-29 19:49:08 +02:00
Pascal Vizeli
61eefea358
Add version endpoint ( #718 )
...
* Add version endpoint
* Update API.md
* Update const.py
* Create version.py
* Update __init__.py
* Update security.py
* Update version.py
2018-09-26 11:39:45 +02:00
Pascal Vizeli
67dcf1563b
Bump version to 132
2018-09-18 21:20:10 +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
Fabian Affolter
c2299ef8da
Fix typos ( #704 )
2018-09-18 18:17:20 +02:00
Franck Nijhof
622e99e04c
Adds host PID mode support for add-ons ( #700 )
...
* ✨ Adds host PID mode support for add-ons.
* 🔒 Disables host PID mode when in protected mode
* 🚦 Adds more negative rating weight to host PID mode
2018-09-17 21:02:28 +02:00
Franck Nijhof
3d459f1b8b
✨ Adds support for SYS_PTRACE add-on privileges ( #697 )
2018-09-15 22:05:50 +02:00
Pascal Vizeli
5f3dd6190a
Bump version 130
2018-09-10 00:02:27 +02:00
Pascal Vizeli
5cbdbffbb2
Bump version to 130
2018-09-08 00:17:05 +02:00
Pascal Vizeli
cecefd6972
Change access to API ( #686 )
...
* Update API.md
* Update API.md
* Update API.md
* Update addons.py
* Update addons.py
* Update addons.py
* Update addons.py
* Update __init__.py
* Update security.py
* Update security.py
* Update const.py
* Update validate.py
* Update __init__.py
* Update validate.py
* Update homeassistant.py
* Update homeassistant.py
* Update homeassistant.py
* Update addon.py
* Update addon.py
* Update homeassistant.py
* Fix lint
* Fix lint
* Backward combatibility
* Make token more robust
* Fix bug
* Logic error
* Fix access
* fix valid
2018-09-07 22:59:31 +02:00
Pascal Vizeli
ff7f6a0b4c
Bump version 129
2018-08-29 10:16:04 +02:00
Pascal Vizeli
0c345fc615
Bump version 128
2018-08-19 22:05:42 +02:00
Pascal Vizeli
5d319b37ea
Bump verison 127
2018-08-16 23:38:57 +02:00
Pascal Vizeli
ecd12732ee
New generation of security and access ( #652 )
...
* New generation of security and access
* Update const.py
* Update validate.py
* Update addon.py
* Update validate.py
* Fix name
* Allow access
* Fix
* add logs
* change message
* add rating
* fix lint
* fix lint
* fix
* Fix
2018-08-16 22:49:08 +02:00
Pascal Vizeli
f5f5ed83af
Bump version 126
2018-08-09 14:38:34 +02:00
Pascal Vizeli
5d7018f3f0
Bump version 125
2018-08-09 01:05:21 +02:00
Pascal Vizeli
78e91e859e
Add add-on support for docker sock ro ( #635 )
...
* Add add-on support for docker sock ro
* fix
2018-08-09 00:42:33 +02:00
Pascal Vizeli
398815efd8
Bump version to 124
2018-08-08 19:22:12 +02:00
Pascal Vizeli
858c7a1fa7
Bump version 123
2018-08-02 23:40:52 +02:00
Pascal Vizeli
f626e31fd3
Bump version 122
2018-07-25 01:52:24 +02:00
Pascal Vizeli
7f878bfac0
Bump version to 121
2018-07-25 01:39:33 +02:00
Pascal Vizeli
2116d56124
Bump version 120
2018-07-24 16:32:46 +02:00
Pascal Vizeli
22f59712df
Bump version 119
2018-07-23 13:01:51 +02:00
Pascal Vizeli
70005296cc
Bump version 118
2018-07-21 20:25:12 +02:00
Pascal Vizeli
57c58d81c0
Bump version 117
2018-07-21 00:06:34 +02:00
Pascal Vizeli
35b7c2269c
Support control of hassos-cli ( #555 )
...
* Support control of hassos-cli
* Update const.py
* Update validate.py
* Update supervisor.py
* Create hassos_cli.py
* Update hassos_cli.py
* Update hassos_cli.py
* Update hassos.py
* Update tasks.py
* Update hassos.py
* Update API.md
* Update API.md
* Update const.py
* Update hassos.py
* Update __init__.py
* Fix lint
* fix
* Fix logging
* change order
* Fix download
2018-07-20 23:45:36 +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
1151d7e17b
Bump version to 116
2018-07-06 13:10:16 +02:00