1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 00:22:12 +00:00
Files
core/script
Paulus Schoutsen 2036c44364 Hotfix 21 2 (#2302)
* Update frontend

Conflicts:
	homeassistant/components/frontend/version.py
	homeassistant/components/frontend/www_static/core.js.gz
	homeassistant/components/frontend/www_static/frontend.html
	homeassistant/components/frontend/www_static/frontend.html.gz
	homeassistant/components/frontend/www_static/home-assistant-polymer
	homeassistant/components/frontend/www_static/service_worker.js
	homeassistant/components/frontend/www_static/service_worker.js.gz

* Add a default OPTIONS handler for wsgi (#2301)

When a browser makes a CORS request, it often makes a 'preflight'
options request in order to make sure the resource is valid, and that
it has the right CORS access. This adds a default OPTIONS handler for
all views. If a view needs to customize the OPTIONS handler for some
reason, it's free to, but this way CORS will work.

* Version bump to 0.21.2
2016-06-14 19:54:09 -07:00
..
2015-09-17 00:38:52 -07:00
2015-12-27 16:57:16 -08:00
2016-06-14 19:54:09 -07:00
2016-03-09 11:15:04 +01:00
2015-11-15 17:43:38 -05:00
2016-02-14 13:04:42 -05:00
2016-01-16 10:17:26 -05:00
2015-09-20 11:00:35 -07:00
2015-09-17 00:38:52 -07:00
2016-03-26 16:21:27 -04:00
2016-02-14 13:04:42 -05:00
2015-09-17 00:38:52 -07:00
2016-05-21 15:01:34 -07:00