67 Commits

Author SHA1 Message Date
Albert
65fd9a8800 Fix out of screen 2025-03-25 16:10:59 -04:00
Albert
5fafc9b6b6 Improve webkit-app-region precision 2025-03-18 19:00:16 -04:00
Hassan DRAGA
c6d5b58352 Custom webkit-app-region implementation 2025-03-15 18:29:28 -04:00
Albert
9926908e4b Up to Beta 4 2025-03-10 10:14:39 -04:00
Albert
2d3a68ebea webui.js - Adding allowNavigation
More inf: https://github.com/webui-dev/webui/issues/541
2025-02-06 15:04:55 -05:00
Albert
0268c3723b Update date from 2024 to 2025 2025-01-30 15:52:24 -05:00
Albert
ed77621974 Bridge - Delay disconnection warning 2024-11-20 12:29:59 -05:00
Albert
72ae4703aa Embedded HTML Div alert when connection is lost 2024-11-18 16:57:10 -05:00
Hassan DRAGA
12dee8bab7 Up to Beta 3 2024-11-15 21:02:26 -05:00
Albert
2bef6d9f67 Fix Bridge - Duplicated Click Events 2024-11-15 16:04:47 -05:00
Hassan DRAGA
b122b59444
Merge pull request #519 from AlbertShown/patch-2
Update bridge build Batch
2024-11-11 20:46:21 -05:00
Showns
6a6385f515
Update bridge build Powershell 2024-11-11 15:13:47 -05:00
Showns
b261ec8c16
Update bridge build Batch 2024-11-11 15:12:20 -05:00
Hassan DRAGA
2e94629304 Fix Bridge TypeScript Navigation Release Mode
* More inf: https://github.com/webui-dev/zig-webui/pull/58#issuecomment-2226417695
2024-07-12 20:38:08 -04:00
Hassan DRAGA
ecccc7e820 Add comment to webui.js 2024-07-12 20:10:25 -04:00
Hassan DRAGA
a89a10120a Bridge - Fix unwanted logs 2024-07-12 15:11:37 -04:00
Hassan DRAGA
708d4a16a3 Unify Comments 2024-07-11 10:10:29 -04:00
Hassan DRAGA
fc0c867f25 Bridge - Get Bind List After Token
* Get Bind List After Token
* Renaming bridge files
2024-07-10 23:59:08 -04:00
Hassan DRAGA
ff97452eb0 Fix Header SameSite and CORS 2024-07-08 23:35:41 -04:00
Hassan DRAGA
2a79c2b526 Bridge Minified Version 2024-07-08 17:01:16 -04:00
Hassan DRAGA
faa02ad708 Bridge - Auto-reconnect 2024-07-08 16:37:54 -04:00
Hassan DRAGA
4116ec7581 Bridge - Fix send raw size 2024-07-01 02:31:53 -04:00
Hassan DRAGA
4caeb82351 Update Bridge - One-time Token 2024-06-30 23:31:36 -04:00
Hassan DRAGA
88cd5f3774 Adding JS API - isHighContrast 2024-06-25 17:31:14 -04:00
Hassan DRAGA
93d78bf7c8 Fix Bridge Navigation Event
* If there is no bind all, then keep navigation events as default
* More details (https://github.com/webui-dev/webui/issues/392)
2024-06-11 16:58:33 -04:00
Dan
ee90585a0a
fix index for command data 2024-06-09 01:29:30 +00:00
Dan
eacce2e00c
attempt to fix index in parse 2024-06-09 01:20:37 +00:00
Hassan DRAGA
9039c31e68 Adding isConnected to the JavaScript bridge
* More details https://github.com/webui-dev/webui/issues/392
2024-06-07 18:31:55 -04:00
Hassan DRAGA
0462ca7fdb Fix WS close warning 2024-06-05 16:41:19 -04:00
Hassan DRAGA
d20df6483b Update the date to 2024 2024-05-26 19:52:59 -04:00
Mitch Capper
57e6083b7a Use strict mode for powershell bridge script 2024-03-20 16:02:41 -07:00
Hassan DRAGA
70def025c8 Adding webui.setEventCallback
* Adding new feature to WebUI Bridge to listen for connect/disconnect events in the UI. More events will be added in the future.
*
2024-01-04 16:17:51 -05:00
Hassan DRAGA
ff6fdb1361 Make bridge use current host
* To be able to use `webui_set_public()`, the bridge should use the current hostname instead of hardcoded `localhost`.
2023-11-29 18:21:51 -05:00
Hassan DRAGA
7c9f404017 Fix bridge
* Last bridge commit break examples after multiple clicks (JS Run)
2023-11-17 17:17:55 -05:00
Hassan DRAGA
65bafb0f69
Clean PR 2023-11-17 10:50:28 -05:00
Igor Berlenko
88d0aba656 fix encoding callback size limit 2023-11-17 14:47:03 +08:00
Hassan DRAGA
44a488025d Fix bridge Maximum call stack size exceeded
Fix https://github.com/webui-dev/webui/issues/270
2023-11-16 16:43:52 -05:00
Hassan DRAGA
f39af55093 C99 to C 2023-10-28 19:51:02 -04:00
Hassan DRAGA
46c5125e0d Bridge - Backend func as global obj 2023-10-28 11:26:04 -04:00
Hassan DRAGA
87a3a4f4e6 Bridge - Backend functions as global objects
- Making backend functions available under a global object
2023-10-27 17:44:17 -04:00
Turiiya
8bf9bf2279 Run formatter 2023-10-27 06:49:59 +02:00
Hassan DRAGA
8d0b43de00 Bridge MultiPakcet 2023-10-24 20:58:59 -04:00
Hassan DRAGA
270038ee6b Adding TLS to WebUI-Bridge 2023-10-21 22:55:30 -04:00
Turiiya
3e8f854a89 Prettify 2023-10-08 03:55:05 +02:00
Hassan DRAGA
9a78898d62 Fix big-data crash (Civetweb Issue)
- For same reason, data over 97.6Kb (100000 bytes) may have data loss because of Civetweb has an issue. That's make the webui-protocol-header had incorrect data size so it crashes (over flow) if user access the most significant byte. However, WebUI won't crash now. But we should report this to Civetweb.
2023-10-07 15:35:45 -04:00
Hassan DRAGA
e8a57331d9 Fix WebSocket keepAlive 2023-10-05 23:44:41 -04:00
Hassan DRAGA
bb1c438e87 Bridge cleaning 2023-10-05 22:08:50 -04:00
Hassan DRAGA
b09c0dca94 Multi Arguments
- New: webui_get_int_at()
- New: webui_get_string_at()
- New: webui_get_bool_at()
- New: webui_get_size_at()
- Change: webui_interface_bind
- Removed: `e->data` becomes `webui_get_xxx_at(e, 0)`
2023-10-05 20:03:12 -04:00
Hassan DRAGA
39f9ab0cd7 Token Secured Requests
- Removed WEBUI_EVENT_MULTI_CONNECTION
- Removed WEBUI_EVENT_UNWANTED_CONNECTION
- Removed webui_set_multi_access()

- Core Added: Token Secured Requests
- Core Added: New Protocol Header
- Core Added: Block WS handshake for non-authorized connections
- Core Added:
2023-10-04 19:22:40 -04:00
Hassan DRAGA
53724d4ef8 Fix multi click sync
- Fix multi click sync. Now the second click won't process until the first one finishes first
2023-10-03 14:35:44 -04:00