esphome/script
dentra 7a551081ee
web server esp idf suppport (#3500)
* initial web_server_idf implementation

* initial web_server_idf implementation

* fix lint errors

* fix lint errors

* add captive_portal support

* fix lint errors

* fix lint errors

* add url decode

* Increase the max supported size of headers section in HTTP request

* add ota support

* add mulipart form data support (ota required)

* make linter happy

* make linter happy

* make linter happy

* fix review marks

* add DefaultHeaders support

* add DefaultHeaders support

* unify file names

* using std::isnan

* parse multipart requests only when ota enabled

* parse multipart requests only when ota enabled

* parse multipart requests only when ota enabled

* parse multipart requests only when ota enabled

* parse multipart requests only when ota enabled

* drop multipart request support

* drop multipart request support

* drop multipart request support

* OTA is disabled by default

* fail when OTA enabled on IDF framework

* changing file permissions to remove execute bit

* return back PGM_P and strncpy_P macro

* temp web_server fix to be compat with 2022.12

* fix config handling w/o web_server

* fix compilation with "local"

* fully remove all idf ota

* merge with esphome 2023.6

* add core/hal to web_server_base

* Update esphome/components/web_server_base/__init__.py

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

* Update __init__.py

* Update __init__.py

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-11 19:08:03 -05:00
..
api_protobuf proto generation updates (#4653) 2023-06-12 17:00:34 +12:00
build_codeowners.py web server esp idf suppport (#3500) 2023-07-11 19:08:03 -05:00
build_language_schema.py support empty schemas and one platform components (#4999) 2023-06-26 09:38:36 +12:00
bump-version.py Refactor docker build system and workflows (#2023) 2021-07-15 21:30:04 +02:00
ci-custom.py display: split DisplayBuffer and Display (#5001) 2023-07-05 14:33:26 -05:00
ci-suggest-changes
clang-format Upgrade clang-format to v13 (#4535) 2023-03-20 03:38:41 +00:00
clang-tidy Update esp32 arduino and platform versions (#3564) 2022-11-21 11:49:30 +13:00
component_test
devcontainer-post-create Redo docker build system with buildkit+multi-stage and cache pio packages (#2338) 2021-09-20 09:07:38 +02:00
fulltest
helpers.py Raise minimum python version to 3.8 (#3176) 2022-02-10 09:55:11 +01:00
lint-cpp Fix default environment for clang-tidy (#2420) 2021-09-30 16:24:02 +02:00
lint-python Bump python min to 3.9 (#3871) 2022-10-05 20:09:27 +13:00
platformio_install_deps.py Only pre-install libraries in docker images (#4766) 2023-05-01 15:57:57 +12:00
quicklint
setup Fix pypi release (#4983) 2023-06-21 16:36:54 +12:00
sync-device_class.py Synchronise Device Classes from Home Assistant (#4633) 2023-03-29 02:47:00 +00:00
test Some tests wasn't running (locally) (#5050) 2023-07-05 10:33:46 +12:00
unit_test