Daniel James
f9d3ec5027
Support for publishing TXT records via mDNS
...
- Update lwIP+Raspberry Pi implementation to use lwIP API correctly
- Add translations
2023-10-30 20:39:38 -07:00
Jeff Epler
774f6ac6ab
Switch to using MP_ERROR_TEXT instead of translate, globally
2023-10-30 09:49:06 +01:00
RetiredWizard
5dfe92ba8e
web_workflow: adjust indent and move #endif
2023-10-24 16:30:19 -04:00
Scott Shawcroft
5a19971efd
Fix pre-commit
2023-10-16 10:46:11 -07:00
Scott Shawcroft
9633c4e78f
Merge remote-tracking branch 'adafruit/main' into v1.20-merge
2023-10-11 11:21:57 -07:00
Scott Shawcroft
2910dea6fd
Almost fix extra_coverage test
2023-10-11 10:04:02 -07:00
Scott Shawcroft
4087960dfd
Fix MDNS. C3 works
2023-09-14 15:04:07 -07:00
Bill Sideris
5869af395e
Wifi fully seperate from web-workflow
2023-09-05 22:39:41 +03:00
Bill Sideris
9eaae37dfc
When no password is passed, connect to wifi but do not init web_workflow.
2023-09-05 19:31:18 +03:00
Ted Hess
9c45551880
Do not enable web_workflow background callbacks if wifi is not enabled/connected
2023-05-11 17:01:53 -04:00
Ted Hess
ccbb6a58fb
Fix web-editor debug on non-standard port using localhost (CORS)
2023-04-22 13:09:18 -04:00
Scott Shawcroft
09c2c5ef0e
Merge pull request #7876 from thess/CORS-update
...
Simplify CORS checks and don't restrict host names.
2023-04-19 11:07:34 -07:00
Ted Hess
8980ebfa16
Simplify CORS checks and don't restrict host names.
...
Minor socket cleanup.
2023-04-18 22:09:48 -04:00
Ted Hess
27a97dec16
Static web pages:
...
- Move loading .js scripts from <head> to <body> for faster rendering
- Enable back-button support for file system/editor navigation
- Close WebSocket when navigating away from /cp/serial
- Use better looking Blinka icon.
2023-04-16 15:53:07 -04:00
Isaac Benitez
532283d1a5
Replace malloc() with static varible
2023-04-10 20:58:21 -07:00
Isaac Benitez
e38b5491f4
Add device name env variable for web workflow
2023-04-07 11:45:13 -07:00
Ted Hess
9825b7fbb7
Web Workflow sockets and threads handling improvements.
...
Fixes polling thread looping forever hangs preventing new connections.
Don't lose listening sockets on mp resets and re-init.
Keep better separation of "system" and "user" sockets.
Track socket states to prevent re-use of sockets before closed.
Close REST socket when transaction completes. No post-init.
Remove unnecessary state flags.
2023-04-05 13:50:42 -04:00
Ted Hess
1a5afd485b
Allow web_workflow to startup after deep sleep alarm wakeup
2023-03-29 15:47:17 -04:00
foamyguy
0773a2bd6d
increment web_api_version
2023-03-20 17:32:00 -05:00
foamyguy
a1506df805
implement real diskinfo functionality
2023-03-17 21:36:13 -05:00
foamyguy
408406c84f
starting diskinfo api
2023-03-14 18:09:18 -05:00
root
59f56a438a
Fix for issue #7054 by avoiding recursive calls to websocket_background.
2023-03-08 13:09:45 -06:00
Scott Shawcroft
5c517b7e5a
Handle MDNS deinited better.
2023-01-12 11:24:20 -08:00
Scott Shawcroft
ca80f30348
Share the web workflow MDNS object with the user
...
Fixes #7369
2023-01-11 16:05:19 -08:00
Jeff Epler
e817563ca0
Update cyw43-driver, fix no-password wifi
...
Now, open wifi works on Pico W, so this closes #7438 .
For the web workflow it's now OK to either
* specify an empty password string (as before)
* not have the CIRCUITPY_WIFI_PASSWORD key at all (new functionality)
2023-01-10 15:07:17 -06:00
Scott Shawcroft
f8ac1d9261
Rework the coproc API
...
It is now a generic `memorymap` API and an ESP specific `espulp` module.
Fixes #7218 . Fixes #3234 . Fixes #7300 .
2022-12-19 14:08:38 -05:00
Jeff Epler
808161eaab
fix missing sentinel in call
2022-12-12 19:09:57 -06:00
Jeff Epler
3620d14542
Pass string length when enabling radio
2022-12-12 17:04:03 -06:00
Jeff Epler
1b15985783
Fix web workflow builds
2022-12-12 09:20:56 -06:00
Jeff Epler
44f15d563d
Rename "environ" errors to "getenv" errors
2022-12-09 14:14:53 -06:00
Jeff Epler
3a92c079fc
Finish renaming os_environ_get_key to os_getenv
...
.. for consistency.
2022-12-09 14:07:23 -06:00
Jeff Epler
3459fe322b
Withdraw the _environ module
...
This existed solely for testing, so expose it a different way during
the unix coverage build
Also turn off os.getenv support on samd21.
2022-12-08 15:33:10 -06:00
Jeff Epler
ef2bfdb5db
dotenv becomes settings.toml
2022-12-08 12:44:20 -06:00
Scott Shawcroft
b354cec8cb
Three small ESP web workflow fixes
...
* Set nonblock on all accepted sockets. Not just ones for user code.
* Close an open websocket if another is accepted.
* Set debug level to INFO rather than DEBUG because DEBUG crashes
on ESP32-S3 USB OTG.
2022-12-06 11:49:04 -08:00
Scott Shawcroft
65e913ecd6
Fix writing files from web workflow
...
Pico W changes assumed that f_write could handle a NULL fourth
argument. It can't.
2022-11-30 14:22:46 -08:00
Scott Shawcroft
c13ca95da1
Add MDNS support to Pico W
...
This adds both cpy-MAC.local and circuitpython.local support.
Fixes #7214
2022-11-28 16:15:28 -08:00
Scott Shawcroft
c3a96a63c0
Enable* web workflow for Pico W
...
* Except for circuitpython.local which depends on MDNS and will be
done in a follow up PR.
Progress on #7214
2022-11-21 16:24:05 -08:00
Jonathan Myers
db28605add
Fix mask for minutes field when computing modified_ns
2022-10-02 18:29:07 -07:00
Patrick
c271a421bf
Update supervisor/shared/web_workflow/static/directory.html
2022-09-09 16:34:11 -07:00
Patrick
b50bafa22c
Update supervisor/shared/web_workflow/static/directory.html
2022-09-09 16:31:11 -07:00
Patrick
c5f014f2a6
web workflow file system page
...
Fixes #6884
2022-09-09 15:40:02 -07:00
Dan Halbert
dd37c81136
Merge pull request #6847 from dhalbert/status-bar-control
...
Allow enabling and disabling of status bar
2022-09-08 10:48:36 -04:00
Melissa LeBlanc-Williams
8be2d650c7
Add info and link for Web Workflow /code/ page
2022-09-01 12:26:33 -07:00
Dan Halbert
52080e24eb
status bar control
2022-08-30 15:23:44 -04:00
Melissa LeBlanc-Williams
1ae4d881fd
Allow Move/Rename to be called from localhost
2022-08-24 14:50:42 -07:00
Neradoc
dfd6fa2114
add serial number to version.json, UID like in boot_out.txt
2022-08-21 04:09:44 +02:00
Dan Halbert
05d2013b45
Merge pull request #6778 from tannewt/fix_s2_bootloop
...
Guard against workflow background happening early
2022-08-18 07:18:57 -04:00
Scott Shawcroft
3e60ec3a3e
Merge pull request #6770 from tannewt/upload_folder
...
Add uploading a directory and its contents
2022-08-17 16:09:56 -07:00
Scott Shawcroft
704ecc34fb
Guard against workflow background happening early
...
Fixes #6756 because the ringbuf size is zero and the empty check
does % which leads to division by zero error.
2022-08-17 15:44:07 -07:00
Melissa LeBlanc-Williams
79628a7c41
Add offline message to web workflow /code/ page
2022-08-17 13:57:20 -07:00