1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-03-31 07:35:58 +00:00

Commit Graph

  • ceffe2b7b3
    Merge pull request #316 from joyfullservice/master master Lukas Bachschwell 2024-11-06 09:32:25 +01:00
  • c42c40d881 Update key verification syntax joyfullservice 2024-10-04 16:14:41 -05:00
  • 0ceb052a2e
    Merge pull request #315 from joyfullservice/master Lukas Bachschwell 2024-09-28 16:45:28 +02:00
  • 8c729ee0da Remove unneeded arguments from separator function joyfullservice 2024-09-27 09:29:03 -05:00
  • 8ca8241547 Resolve null pointer exception joyfullservice 2024-09-25 15:07:13 -05:00
  • 66340823db
    Merge pull request #314 from telesyst/Original Lukas Bachschwell 2024-09-02 21:13:09 +02:00
  • 25250dd026
    Update ESPUI.cpp Nikola Kirov 2024-08-31 20:05:40 +03:00
  • 356d5b1ffe
    v2.2.4 2.2.4 Lukas Bachschwell 2024-07-16 14:29:57 +02:00
  • 2d023cce6d
    Merge pull request #307 from MartinMueller2003/master Lukas Bachschwell 2024-07-14 19:11:30 +02:00
  • 47db2ad6d8 Removed conditional flags for the large tests. Martin 2024-07-14 13:08:15 -04:00
  • 8bca2e503b
    Merge branch 's00500:master' into master Martin Mueller 2024-06-28 23:09:34 -04:00
  • 731e6c68d3
    Merge pull request #301 from ChrSchu90/master Lukas Bachschwell 2024-06-03 21:23:12 +02:00
  • 82460d4aed
    Trigger a websocket client cleanup on new connection to disconnect old clients and releasing the memory ChrSchu 2024-06-02 23:21:38 +02:00
  • 7e6390ba0a Moved FILE_WRITTING into the common code section. Martin 2024-04-07 16:27:04 -04:00
  • 164be971e3
    Merge branch 's00500:master' into master Martin Mueller 2024-04-06 10:35:52 -04:00
  • 75bbece7b5
    Merge pull request #299 from sunlord2k/sunlord2k-patch-2 Lukas Bachschwell 2024-04-06 11:16:35 +02:00
  • efda9b7140
    Merge pull request #298 from sunlord2k/sunlord2k-patch-1 Lukas Bachschwell 2024-04-06 11:16:15 +02:00
  • 9ba3f5a940
    Update ESPUI.cpp sunlord2k 2024-04-05 12:10:10 +02:00
  • 84ff52d8cb
    Update ESPUI.h sunlord2k 2024-04-05 12:09:01 +02:00
  • 75bd3dc378 Changes to support ArduinoJson 6 & 7 MartinMueller2003 2024-03-26 16:06:23 -04:00
  • 7dc51d1274 Fixes to the startup sequence to fix file system errors. MartinMueller2003 2024-03-26 16:04:55 -04:00
  • f2146309fe Reworked control marshaling code to be aware of and enforce size limits by starting to fragment sooner. MartinMueller2003 2024-03-05 13:40:01 -05:00
  • e6e4d6b09c Added a fragmentation test object Made compilation of some of the other corner case controls optional MartinMueller2003 2024-03-05 13:36:18 -05:00
  • 09aede269b Added some debug output MartinMueller2003 2024-03-05 13:33:48 -05:00
  • 4944f0ff04 Arduino 7 does not report an overflow util heap is exhausted. Added a mechanism to estimate how much memory the doc is using so we can limit the number of entries in the messages MartinMueller2003 2024-02-29 16:34:20 -05:00
  • f472dc1158 Added mechanism to estimate the marshaled size of a control. MartinMueller2003 2024-02-29 16:32:04 -05:00
  • 6dcaf55c84 Merge branch 'master' of https://github.com/MartinMueller2003/ESPUI MartinMueller2003 2024-02-29 13:22:57 -05:00
  • dd234135f2
    Merge pull request #295 from MartinMueller2003/master Lukas Bachschwell 2024-02-26 13:00:48 +01:00
  • 6724abfef3 removed temporary SSID and network name definitions. Martin 2024-02-22 08:08:21 -05:00
  • a448fdd180
    Update README.md Martin Mueller 2024-02-21 15:42:11 -05:00
  • ba7fa33dfb dded missing shortcut Martin 2024-02-21 15:39:32 -05:00
  • 624663076f Added File Display Martin 2024-02-21 15:32:17 -05:00
  • c43c2c7b72 Added File Display section Martin 2024-02-21 15:31:46 -05:00
  • ffe2ce7859 Fixed default ssid and pasphrase. MartinMueller2003 2024-02-12 09:25:39 -05:00
  • e9fc63f86d Modified to use the ESPUI unified littlefs handle MartinMueller2003 2024-02-12 09:15:00 -05:00
  • 1ba92a3cd6 Fixes for ESP8266 builds MartinMueller2003 2024-02-12 09:13:37 -05:00
  • da20c8b0a5 Converted to normalized littlefs definition MartinMueller2003 2024-02-12 09:09:51 -05:00
  • 707c2aa3bf Added write function Exposed unified littlefs type for use by our users. MartinMueller2003 2024-02-12 09:09:05 -05:00
  • 9efd0c27aa Auto Generated updates Martin 2024-02-10 15:40:34 -05:00
  • 6a18c59f31 Added code to create a file display dynamic test / demo. Martin 2024-02-10 13:54:58 -05:00
  • 6e281e302a Added ability to turn on ESPUI debugging Martin 2024-02-10 13:52:56 -05:00
  • d2ccf83874 Changes to support processing a file to display Martin 2024-02-10 13:52:06 -05:00
  • ea8de92246 Checkpoint adding fileDisplay object Martin 2024-02-06 22:38:17 -05:00
  • aa9a62bbdf
    Merge pull request #288 from TA1AUB/patch-1 Lukas Bachschwell 2024-01-24 16:38:44 +01:00
  • f3b105f143
    Update Turkish Language Abdullah YILMAZ 2024-01-20 22:44:38 +03:00
  • 7508e034be
    Merge pull request #285 from MartinMueller2003/master Martin Mueller 2024-01-10 09:19:25 -05:00
  • 5b36d79395
    Merge branch 's00500:master' into master Martin Mueller 2024-01-08 08:54:15 -05:00
  • e4c6906723 Made the Webserver globally accessible. MartinMueller2003 2024-01-08 08:43:10 -05:00
  • dc2d5e1205
    Merge pull request #277 from MartinMueller2003/master Lukas Bachschwell 2023-12-16 11:04:25 +01:00
  • d3c6df5cfa Restored custom port support. MartinMueller2003 2023-12-14 08:34:17 -05:00
  • 46ad206a49 Restored missing port identifier for custom port support. MartinMueller2003 2023-12-14 08:32:59 -05:00
  • 8b64b185a4
    Merge pull request #264 from MartinMueller2003/master Lukas Bachschwell 2023-11-09 18:15:04 +01:00
  • 00841ce32d Changes to support keeping multiple Browser Clients in sync MartinMueller2003 2023-11-09 11:06:44 -05:00
  • 85ccff0ee0
    Merge pull request #257 from d-a-v/stringref Lukas Bachschwell 2023-10-14 20:31:01 +02:00
  • 0571f65f6f
    Merge pull request #249 from d-a-v/lambda-with-examples Lukas Bachschwell 2023-10-14 20:30:20 +02:00
  • 542ac03656 Merge branch 'master' into lambda-with-examples David Gauchard 2023-10-06 16:45:17 +02:00
  • 8f7cce59bf
    Merge pull request #253 from MartinMueller2003/master Lukas Bachschwell 2023-10-06 16:04:33 +02:00
  • ae5b6d5c0a use more string references David Gauchard 2023-09-22 22:37:50 +02:00
  • 62b4b56a4d Merge branch 'master' into lambda-with-examples David Gauchard 2023-09-22 22:18:34 +02:00
  • 8a3865e42e
    Merge pull request #254 from croghostrider/patch-1 Lukas Bachschwell 2023-09-22 08:06:14 +02:00
  • 0d9a874ba2
    Update library.json croghostrider 2023-09-20 12:59:25 +02:00
  • cf1f81bced
    Merge pull request #252 from d-a-v/minorchangesagain Lukas Bachschwell 2023-09-19 12:05:47 +02:00
  • 0b22328bd8 introduce lambda David Gauchard 2023-09-15 00:59:10 +02:00
  • 09596a4e65
    fix #196 croghostrider 2023-09-13 17:24:26 +02:00
  • 8d61abc47d updated files to send to the esp fs Martin 2023-09-12 17:49:38 -04:00
  • adf2ba369e Added fragment assembly reset if something happens to the socket. Martin 2023-09-12 06:56:53 -04:00
  • 93d0bf7d27 some more minor changes before #249 David Gauchard 2023-09-11 13:29:32 +02:00
  • 794d54dc96 updated minify and .h versions. Martin 2023-09-11 06:53:05 -04:00
  • 1deddad091 Added changes made to ack section Martin 2023-09-11 06:52:35 -04:00
  • 999d465c79 Add fragmentation support Martin 2023-09-10 17:09:00 -04:00
  • 83dbb49697 Removed more debug output Martin 2023-09-09 17:01:55 -04:00
  • 290f0c6fc6 Restored offset to marshal call. Martin 2023-09-09 17:01:36 -04:00
  • 7e3de1c14f Aligned with latest main branch Martin 2023-09-09 16:52:28 -04:00
  • 136b182813 Removed debug messages Martin 2023-09-09 16:50:34 -04:00
  • 43b8cdbfb2 Merge branch 'master' of https://github.com/MartinMueller2003/ESPUI Martin 2023-09-09 16:49:52 -04:00
  • 488a6cb252 first working version of the fragmentation code. Martin 2023-09-09 15:58:12 -04:00
  • c7a9438149
    Merge pull request #251 from d-a-v/minorfixes Lukas Bachschwell 2023-09-08 17:03:12 +02:00
  • 03c30fa75c more minor changes for #249 David Gauchard 2023-09-06 22:50:42 +02:00
  • 68c251226d minor fixes for restoring warning-less emulation on host for debugging (using emuAsync, see main readme) David Gauchard 2023-09-06 22:35:41 +02:00
  • ec41deab01 Added ClientTransferContext_t to the marshal API Martin 2023-09-03 09:30:31 -04:00
  • fae30398b2 Added a client transfer context for use by the control marshaling function Martin 2023-09-03 09:26:36 -04:00
  • de09ddbe09 Turned off ESPUI_DEBUG by default Martin 2023-09-03 09:20:12 -04:00
  • 679a3b5a8d
    Version 2.2.3 2.2.3 Lukas Bachschwell 2023-08-03 16:33:27 +02:00
  • f8fbcf887a
    Fix compile issues #243 Also fix pio example Lukas Bachschwell 2023-08-03 16:32:54 +02:00
  • fd1cc14e87
    Bump Version 2.2.2 Lukas Bachschwell 2023-08-01 13:01:49 +02:00
  • 372157b980
    Merge pull request #241 from d-a-v/membreathe Lukas Bachschwell 2023-08-01 13:00:52 +02:00
  • f08cd5c51a
    Icon changes, thanks to Mark Kinsley Lukas Bachschwell 2023-03-13 19:25:41 +01:00
  • b45f4f7356 update examples with esp8266 specifics David Gauchard 2023-07-19 12:07:25 +02:00
  • c3bf9c5d00 reduce memory footprint David Gauchard 2023-07-18 19:49:58 +02:00
  • 678a2ccf53
    Merge pull request #235 from MartinMueller2003/master Lukas Bachschwell 2023-05-13 15:55:39 +02:00
  • 270f0dd16b
    Merge pull request #218 from d-a-v/ptr2long Lukas Bachschwell 2023-05-13 15:53:59 +02:00
  • be8cf73d55 Exposed WebServer instance Martin 2023-05-12 15:02:32 -04:00
  • cc69f8a469 pointers can always be be casted to long David Gauchard 2023-01-17 14:53:02 +01:00
  • 48e947287a Added variant of the text type to support hidden password fields Martin Mueller 2022-11-27 16:59:28 -05:00
  • 5cf0ce6afa
    Merge pull request #212 from leokeba/master Lukas Bachschwell 2022-11-24 11:50:59 +01:00
  • 35c2f5b6b1 small fixes to graph UI element to make X-axis labels legible and meaningful leokeba 2022-11-21 16:05:29 +01:00
  • b1b9fd2c79 Setting SVG overflow property to 'visible' to properly display numbers on the graph UI element leokeba 2022-11-21 15:33:56 +01:00
  • 0aaca5449b
    Merge pull request #211 from leokeba/master Lukas Bachschwell 2022-11-14 11:22:34 +01:00
  • 7b4ec5920a Fixed step handler to allow using float numbers and sliders leokeba 2022-11-11 17:29:02 +01:00
  • 048f337d61
    Merge pull request #208 from leokeba/master Lukas Bachschwell 2022-11-06 14:58:18 +01:00