Erv Walter
1243d01e11
Make VAPID subject configurable via MESHCORE_VAPID_SUBJECT
...
iOS/Safari (Apple APNs) rejects the hard-coded mailto:noreply@meshcore.local VAPID subject with 403 BadJwtToken because .local is a reserved TLD; FCM accepts it, so only Apple devices were affected. Add MESHCORE_VAPID_SUBJECT (default unchanged) resolved via a new get_vapid_claims() in app/push/vapid.py, used by both dispatch and the test-notification endpoint.
Closes #288
2026-06-16 13:30:38 -05:00
Jack Kingsman
fb848d2e8d
Add outbound message opt-in for apprise
2026-06-11 20:42:29 -07:00
Jack Kingsman
2778e8bd4f
Don't use ghost shape of telemetry, and fix ceiling behavior
2026-05-13 17:47:24 -07:00
Jack Kingsman
a4fd1d3b37
Propagate to HA
2026-05-13 17:30:07 -07:00
Jack Kingsman
2eb8ac15a8
Reject repeaters from contact telemetry opt-in
2026-05-13 17:30:06 -07:00
Jack Kingsman
7f1bb92e92
Add telemetry config to radio settings
2026-05-13 17:30:05 -07:00
Jack Kingsman
0bd0c062f2
Initial tracke telemetry for contacts
2026-05-13 17:30:05 -07:00
Jack Kingsman
e814653300
Add non-markdown option. Closes #232 .
2026-04-30 19:54:43 -07:00
Jack Kingsman
e76d922752
Add recieved time to packet display. Closes #238 .
2026-04-30 19:07:50 -07:00
Jack Kingsman
dbf14259dc
Do full rewrite of 5xx => 4xx
2026-04-30 18:47:35 -07:00
Björkan
f710a1f2d9
Change failed trace from using 504 to instead use 422
2026-04-30 23:03:08 +02:00
Jack Kingsman
047d713003
Permit hourly checks for direct/routed repeaters. Closes #226 .
2026-04-27 09:51:57 -07:00
Jack Kingsman
b37ce89c96
Add repeater telemetry error count
2026-04-25 13:45:17 -07:00
Jack Kingsman
55f05bf03b
Add dropdown to choose contact addition type. Closes #216 .
2026-04-22 17:43:01 -07:00
Jack Kingsman
ecb4c99a43
Make Apprise strings customizable. Closes #212 .
2026-04-21 19:40:14 -07:00
Jack Kingsman
7528e4121f
Add config export
2026-04-20 19:55:25 -07:00
Jack Kingsman
291bd85c78
Better env var/config knob exposure
2026-04-20 16:43:43 -07:00
Jack Kingsman
4bc87b4a0f
Add debug radio details to radio pane
2026-04-20 16:10:24 -07:00
jkingsman
c8c8e6b549
Add channel mute
2026-04-19 19:31:26 -07:00
Jack Kingsman
af76546287
Pass 2
2026-04-16 21:44:52 -07:00
Jack Kingsman
31bd4a0744
Add web push
2026-04-16 18:41:19 -07:00
Jack Kingsman
4b69ec4519
Offer multiple timing windows for repeater telemetry pickup. Closes #192 .
2026-04-16 13:55:01 -07:00
Jack Kingsman
b9414e84ee
Add LPP/tracked repeater telemetry and HA fanout
2026-04-12 17:23:25 -07:00
Jack Kingsman
d09166df84
HomeAssistant MQTT fanout
2026-04-12 14:36:13 -07:00
Jack Kingsman
442c2fad20
Fix some frontend display/quality/doc issues
2026-04-10 15:43:08 -07:00
Jack Kingsman
1e22a21445
Add radio health &c. to fanout bus
2026-04-10 14:31:45 -07:00
Jack Kingsman
3bd756ee4e
Pluck in HA radio stats into the WS fanout endpoint
2026-04-10 12:39:37 -07:00
Jack Kingsman
a351c86ccb
Add favorites as contact field (dug)
2026-04-05 20:50:27 -07:00
Jack Kingsman
67873e8dd9
Drop some duplicated logic and defns
2026-04-03 17:47:44 -07:00
Jack Kingsman
e2ddf5f79f
Move require connected down into the manager
2026-04-03 17:37:30 -07:00
Jack Kingsman
4a93641f04
Axe some dead code
2026-04-03 17:22:04 -07:00
Jack Kingsman
d5922a214b
Clear out old migration logic and replace with thin shim for favorites; sort order is lost
2026-04-03 17:15:41 -07:00
Jack Kingsman
1046baf741
Add auto-resend option for not-heard-repeated messages. Closes #154 .
2026-04-03 14:43:52 -07:00
Jack Kingsman
55081d4a2d
Add hop width to channel info. Closes #153 .
2026-04-03 14:04:35 -07:00
Jack Kingsman
be2b2604df
Add intervalized repeater metrics collection. Closes #151 .
2026-04-03 13:45:39 -07:00
Jack Kingsman
8e998c03ba
Add channel path hash width override
2026-04-03 13:05:58 -07:00
Jack Kingsman
1895e6a919
Clean up legacy sort order
2026-04-02 20:16:16 -07:00
Jack Kingsman
c7d5d3887d
Yield radio lock on build repeater ops and use INSERT OR IGNORE instead of check-then-act on packet ops
2026-04-02 18:53:34 -07:00
Jack Kingsman
cfe485bf29
Be kinder about streaming volume in memory
2026-04-02 18:43:48 -07:00
Jack Kingsman
5f969017f7
Add some tests, make it an actual endpoint (whoops said we didn't need that) and tidy things up a bit
2026-04-02 12:43:42 -07:00
Gnome Adrift
967dd05fad
Prune telemetry entries, remove uplot comments, format code
2026-04-02 12:34:00 -07:00
Gnome Adrift
c808f0930b
Remove automatic telemetry querying, remove battery pane, add telemetry history pane
2026-04-02 12:31:51 -07:00
Gnome Adrift
78b5598f67
First draft of repeater telemetry feature
2026-04-02 12:27:06 -07:00
Jack Kingsman
4420d44838
Add bulk room add
2026-04-02 00:19:25 -07:00
Jack Kingsman
456f739f51
Emit correct events, update sender key, and don't let discovery path skip prefix promotion; other misc. fixes
2026-04-01 21:56:51 -07:00
Jack Kingsman
630ba67ef0
Patch up radio locking and frontend contact delete behavior for bulk contact delete
2026-04-01 16:52:25 -07:00
Jack Kingsman
fbff9821be
Add bulk deletion interface
2026-04-01 16:33:05 -07:00
Jack Kingsman
5653a43941
Add new node ingest blocking
2026-04-01 15:57:22 -07:00
Jack Kingsman
738c21dd66
Compact debug endpoint. Closes #143 .
2026-04-01 12:18:03 -07:00
Jack Kingsman
b4f3d1f14c
Add additional info to debug endpoint. Closes #142 .
2026-04-01 11:31:20 -07:00