issues
search
cesanta
/
mongoose-wizard
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make input field with the insufficient write access , read-only
#29
cpq
closed
1 month ago
0
Occasional write errors on file uploads
#28
cpq
closed
3 weeks ago
2
Edited input field gets reset by a refresh.
#27
cpq
closed
3 weeks ago
0
Mongoose library files not generated by wizard for ESP32 platform
#26
dvosully
closed
3 months ago
1
Data glue discussion
#25
cpq
closed
3 months ago
6
Implement UI auto-refresh heartbeat
#24
cpq
closed
3 months ago
3
Wizard file upload not terminating
#23
dvosully
closed
3 months ago
2
Create an "admin password" panel
#22
cpq
closed
3 months ago
0
CSS and Formatting Tools do not change "Label" elements.
#21
tandrewspoe
closed
3 months ago
1
Labels displayed truncated early
#20
dvosully
closed
5 months ago
1
Improve custom file handling
#19
cpq
closed
3 months ago
2
Add tests to check for privilege levels
#18
cpq
closed
5 months ago
0
Handle delayed reboot
#17
cpq
closed
5 months ago
7
Implement JSON-RPC support
#16
cpq
closed
5 months ago
2
Imrpove MQTT handling
#15
cpq
closed
5 months ago
9
When UI login is disabled in settings, default UI does not show all panels & widgets
#14
cpq
closed
5 months ago
3
Feature request (low importance): If there are pages with an authorization level of 0 eg. the dashboard, they should be accessible without login. (I can get by without this).
#13
cpq
closed
3 months ago
1
Toggles in panels with a 'save' button don't send a POST to the server (either when clicked, or when save is clicked). Expected behaviour: State of a toggle is sent when 'save' is clicked.
#12
cpq
closed
5 months ago
2
Dropdowns are completely broken in the current wizard release. When adding a dropdown variable to a panel, the 'list' variables are unavailable to select to populate the dropdown. This can be observed on the default web UI builder panel, Settings > Log Level variable.
#11
cpq
closed
5 months ago
0
A callback to create/initialise the mqtt semaphore should possibly be added. In many RTOSes, a semaphore must be created/initialised at runtime before it can be used. A glue_lock_create() function in mongoose_glue.c and called early in mongoose_impl.c mongoose_init() would probably do (though initialising the semaphore earlier in the runtime might be wiser, in which case it would need to be a user problem after all... having a glue_lock_create() function would still be good though)
#10
cpq
closed
5 months ago
2
Uploading a file to a file variable endpoint when not authenticated causes the application to crash in mongoose_impl.c handle_uploads(). To duplicate: create and place a file variable with a write auth level of 1, log in to the dashboard as user, restart the mongoose application, then try to upload a file using the (invalidated) user session open in the browser.
#9
cpq
closed
5 months ago
3
When a file is uploaded using the upload type, once the file finishes uploading, the file being written to is not closed until the socket times out. I believe mongoose_impl.c should set the 'is_draining' parameter once the upload is complete to immediately close the socket and file, as shown below
#8
cpq
closed
5 months ago
0
Generating (or subscribing to?) the mqtt rx topic crashes the application with a corrupted backtrace if the rx topic contains an variable whose value is not empty. To duplicate: Enable MQTT in the wizard and build the default project. Optionally adjust the device_id default value to be an empty string to observe a successful connection instead. Observed on ESP32.
#7
cpq
closed
5 months ago
4
When an action/button is placed on a panel which has a save button, clicking the 'save' button triggers the action. I believe the button should only be triggered if it is clicked or otherwise explicitly activated.
#6
cpq
closed
5 months ago
5
Next issues
#5
cpq
closed
3 months ago
2
Element alignment and sizing problems
#4
dvosully
closed
6 months ago
2
Gauge widget configuration unclear
#3
dvosully
closed
6 months ago
1
Build failure (ESP32) - Mongoose now requires a mongoose_config.h
#2
dvosully
closed
6 months ago
1
Ongoing issues
#1
cpq
closed
5 months ago
3