1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-11-21 12:30:55 +00:00

Commit Graph

  • ceffe2b7b3
    Merge pull request #316 from joyfullservice/master master Lukas Bachschwell 2024-11-06 09:32:25 +0100
  • c42c40d881 Update key verification syntax joyfullservice 2024-10-04 16:14:41 -0500
  • 0ceb052a2e
    Merge pull request #315 from joyfullservice/master Lukas Bachschwell 2024-09-28 16:45:28 +0200
  • 8c729ee0da Remove unneeded arguments from separator function joyfullservice 2024-09-27 09:29:03 -0500
  • 8ca8241547 Resolve null pointer exception joyfullservice 2024-09-25 15:07:13 -0500
  • fcae216c5c
    Merge 8b39885266 into 66340823db Martin Mueller 2024-09-02 21:13:55 +0200
  • 66340823db
    Merge pull request #314 from telesyst/Original Lukas Bachschwell 2024-09-02 21:13:09 +0200
  • 25250dd026
    Update ESPUI.cpp Nikola Kirov 2024-08-31 20:05:40 +0300
  • 694fc01029 fix Nikola Kirov 2024-08-29 20:38:05 +0300
  • 8b39885266
    Merge branch 'master' into master Martin Mueller 2024-07-18 18:45:38 -0400
  • 5c4a202808 Moved management of the control list to control manager Martin 2024-07-18 11:53:57 -0400
  • 89d592911e Used access functions for id and type Martin 2024-07-18 11:51:16 -0400
  • 0a0a97d7f9 Moved the generation of jsonChunks to control manager Martin 2024-07-18 11:50:15 -0400
  • 83104e9e1e Made Type and ID private and added accessors for them. Martin 2024-07-18 11:45:29 -0400
  • bddcde4e57 Made Type and ID private and added accessors for them. Martin 2024-07-18 11:42:37 -0400
  • 356d5b1ffe
    v2.2.4 2.2.4 Lukas Bachschwell 2024-07-16 14:29:57 +0200
  • 610ed1275e Changed version to 2.3.1 Added upgrade instructions. Martin 2024-07-15 07:50:58 -0400
  • c0b8a58864 Moved ControlType and ControlColor objects into class specific namespace. This resolves a conflict with some other libraries that also use global definitions. Martin 2024-07-14 16:45:20 -0400
  • 2d023cce6d
    Merge pull request #307 from MartinMueller2003/master Lukas Bachschwell 2024-07-14 19:11:30 +0200
  • 47db2ad6d8 Removed conditional flags for the large tests. Martin 2024-07-14 13:08:15 -0400
  • 8bca2e503b
    Merge branch 's00500:master' into master Martin Mueller 2024-06-28 23:09:34 -0400
  • 33ee753096
    Changed check of ArduinoJson major version for easier handling in case newer version support is required ChrSchu 2024-06-07 00:56:00 +0200
  • 7ca9dece4c
    Fixed deprecated ArduinoJson functions ChrSchu 2024-06-06 23:53:11 +0200
  • 1492ea1dc7
    Use JsonDocument instead of DynamicJsonDocument if ArduinoJson major version >= 7 ChrSchu 2024-06-06 22:28:04 +0200
  • cfce777f50
    Moved FILE_WRITTING into the common code section. ChrSchu 2024-06-06 21:39:43 +0200
  • 731e6c68d3
    Merge pull request #301 from ChrSchu90/master Lukas Bachschwell 2024-06-03 21:23:12 +0200
  • 82460d4aed
    Trigger a websocket client cleanup on new connection to disconnect old clients and releasing the memory ChrSchu 2024-06-02 23:21:38 +0200
  • 7e6390ba0a Moved FILE_WRITTING into the common code section. Martin 2024-04-07 16:27:04 -0400
  • 164be971e3
    Merge branch 's00500:master' into master Martin Mueller 2024-04-06 10:35:52 -0400
  • 75bbece7b5
    Merge pull request #299 from sunlord2k/sunlord2k-patch-2 Lukas Bachschwell 2024-04-06 11:16:35 +0200
  • efda9b7140
    Merge pull request #298 from sunlord2k/sunlord2k-patch-1 Lukas Bachschwell 2024-04-06 11:16:15 +0200
  • 9ba3f5a940
    Update ESPUI.cpp sunlord2k 2024-04-05 12:10:10 +0200
  • 84ff52d8cb
    Update ESPUI.h sunlord2k 2024-04-05 12:09:01 +0200
  • 75bd3dc378 Changes to support ArduinoJson 6 & 7 MartinMueller2003 2024-03-26 16:06:23 -0400
  • 7dc51d1274 Fixes to the startup sequence to fix file system errors. MartinMueller2003 2024-03-26 16:04:55 -0400
  • 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 -0500
  • e6e4d6b09c Added a fragmentation test object Made compilation of some of the other corner case controls optional MartinMueller2003 2024-03-05 13:36:18 -0500
  • 09aede269b Added some debug output MartinMueller2003 2024-03-05 13:33:48 -0500
  • 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 -0500
  • f472dc1158 Added mechanism to estimate the marshaled size of a control. MartinMueller2003 2024-02-29 16:32:04 -0500
  • 6dcaf55c84 Merge branch 'master' of https://github.com/MartinMueller2003/ESPUI MartinMueller2003 2024-02-29 13:22:57 -0500
  • dd234135f2
    Merge pull request #295 from MartinMueller2003/master Lukas Bachschwell 2024-02-26 13:00:48 +0100
  • 6724abfef3 removed temporary SSID and network name definitions. Martin 2024-02-22 08:08:21 -0500
  • a448fdd180
    Update README.md Martin Mueller 2024-02-21 15:42:11 -0500
  • ba7fa33dfb dded missing shortcut Martin 2024-02-21 15:39:32 -0500
  • 624663076f Added File Display Martin 2024-02-21 15:32:17 -0500
  • c43c2c7b72 Added File Display section Martin 2024-02-21 15:31:46 -0500
  • ffe2ce7859 Fixed default ssid and pasphrase. MartinMueller2003 2024-02-12 09:25:39 -0500
  • e9fc63f86d Modified to use the ESPUI unified littlefs handle MartinMueller2003 2024-02-12 09:15:00 -0500
  • 1ba92a3cd6 Fixes for ESP8266 builds MartinMueller2003 2024-02-12 09:13:37 -0500
  • da20c8b0a5 Converted to normalized littlefs definition MartinMueller2003 2024-02-12 09:09:51 -0500
  • 707c2aa3bf Added write function Exposed unified littlefs type for use by our users. MartinMueller2003 2024-02-12 09:09:05 -0500
  • 9efd0c27aa Auto Generated updates Martin 2024-02-10 15:40:34 -0500
  • 6a18c59f31 Added code to create a file display dynamic test / demo. Martin 2024-02-10 13:54:58 -0500
  • 6e281e302a Added ability to turn on ESPUI debugging Martin 2024-02-10 13:52:56 -0500
  • d2ccf83874 Changes to support processing a file to display Martin 2024-02-10 13:52:06 -0500
  • ea8de92246 Checkpoint adding fileDisplay object Martin 2024-02-06 22:38:17 -0500
  • 30ff0a16f3
    Merge 2e79f99247 into aa9a62bbdf Nikola Kirov 2024-01-26 13:19:54 -0500
  • 2e79f99247 Update from orign Nikola Kirov 2024-01-26 19:49:21 +0200
  • aa9a62bbdf
    Merge pull request #288 from TA1AUB/patch-1 Lukas Bachschwell 2024-01-24 16:38:44 +0100
  • f3b105f143
    Update Turkish Language Abdullah YILMAZ 2024-01-20 22:44:38 +0300
  • 7508e034be
    Merge pull request #285 from MartinMueller2003/master Martin Mueller 2024-01-10 09:19:25 -0500
  • 5b36d79395
    Merge branch 's00500:master' into master Martin Mueller 2024-01-08 08:54:15 -0500
  • e4c6906723 Made the Webserver globally accessible. MartinMueller2003 2024-01-08 08:43:10 -0500
  • 9184ae0e8b Controls Label in flash and other fixes Nikola Kirov 2024-01-06 14:10:38 +0200
  • e5f53d5118 Fix CCS code for Alert Nikola Kirov 2024-01-05 01:04:51 +0200
  • 4d22565e02 Add Alert, alpha version Nikola Kirov 2024-01-05 00:11:52 +0200
  • 2feab51c67 Merge Nikola Kirov 2024-01-03 23:12:57 +0200
  • 82d0e5adc2 fix Nikola Kirov 2024-01-03 23:02:45 +0200
  • dc2d5e1205
    Merge pull request #277 from MartinMueller2003/master Lukas Bachschwell 2023-12-16 11:04:25 +0100
  • 6fb57aa897
    Merge da4b28798b into 8b64b185a4 haennes 2023-12-15 16:10:26 +0100
  • da4b28798b adds LocalTime control hannses 2023-12-15 16:03:49 +0100
  • d3c6df5cfa Restored custom port support. MartinMueller2003 2023-12-14 08:34:17 -0500
  • 46ad206a49 Restored missing port identifier for custom port support. MartinMueller2003 2023-12-14 08:32:59 -0500
  • daeb944e92 static ui sources generation David Gauchard 2023-12-14 09:51:35 +0100
  • a56ea12eb0 wip: fix websocket connection when using an alternate port David Gauchard 2023-12-13 17:23:36 +0100
  • 0533e22c34 changed git path Nikola Kirov 2023-12-13 17:03:01 +0200
  • fe75655ecc Update Nikola Kirov 2023-12-13 09:27:21 +0200
  • ab46429b3c CmakeLists correct Nikola Kirov 2023-12-10 13:56:29 +0200
  • 656dab6e6a Add onCreateServerCallback hook Nikola Kirov 2023-12-09 08:56:52 +0200
  • 31911b3969 Add "autoupdate value" option for input controls Nikola Kirov 2023-11-30 14:54:50 +0200
  • 4990cbb7d3 fix mistake Hours -> Minutes haennes 2023-11-27 13:00:29 +0100
  • 9a70bf8102 fix for local time haennes 2023-11-27 09:15:47 +0100
  • cbcd31a9e3 edit styles Boris 2023-11-25 00:33:07 -0500
  • ffe6623e62 edit styles Boris 2023-11-25 00:29:50 -0500
  • 8b64b185a4
    Merge pull request #264 from MartinMueller2003/master Lukas Bachschwell 2023-11-09 18:15:04 +0100
  • 00841ce32d Changes to support keeping multiple Browser Clients in sync MartinMueller2003 2023-11-09 11:06:44 -0500
  • 85ccff0ee0
    Merge pull request #257 from d-a-v/stringref Lukas Bachschwell 2023-10-14 20:31:01 +0200
  • 0571f65f6f
    Merge pull request #249 from d-a-v/lambda-with-examples Lukas Bachschwell 2023-10-14 20:30:20 +0200
  • 542ac03656 Merge branch 'master' into lambda-with-examples David Gauchard 2023-10-06 16:45:17 +0200
  • 8f7cce59bf
    Merge pull request #253 from MartinMueller2003/master Lukas Bachschwell 2023-10-06 16:04:33 +0200
  • ae5b6d5c0a use more string references David Gauchard 2023-09-22 22:37:50 +0200
  • 62b4b56a4d Merge branch 'master' into lambda-with-examples David Gauchard 2023-09-22 22:18:34 +0200
  • 8a3865e42e
    Merge pull request #254 from croghostrider/patch-1 Lukas Bachschwell 2023-09-22 08:06:14 +0200
  • 0d9a874ba2
    Update library.json croghostrider 2023-09-20 12:59:25 +0200
  • cf1f81bced
    Merge pull request #252 from d-a-v/minorchangesagain Lukas Bachschwell 2023-09-19 12:05:47 +0200
  • 0b22328bd8 introduce lambda David Gauchard 2023-09-15 00:59:10 +0200
  • c39d707fc4
    Update library.json croghostrider 2023-09-13 21:31:22 +0200
  • d8c1af6cce
    Update library.json croghostrider 2023-09-13 21:31:06 +0200
  • 98e6585b67
    Update library.json croghostrider 2023-09-13 21:18:29 +0200