Commit Graph

1292 Commits

Author SHA1 Message Date
Jack Kingsman 06556a853d Add draft reactions + gifs; region resolution 2026-06-20 21:30:51 -07:00
Jack Kingsman cb4d4ca584 Merge pull request #274 from fred777/fred777-add_bot_globals
Introduce _bot_globals for persistent data storage between bot executions
2026-06-20 18:03:56 -07:00
Jack Kingsman 165dcd0cfe Add some additional debug for message scope 2026-06-20 18:00:09 -07:00
Jack Kingsman 08c4ec3283 Ruff me up 2026-06-20 17:54:46 -07:00
Jack Kingsman 3cd820d71b Merge pull request #297 from jkingsman/make-repeater-sortable
Make repeater neighbor pane sortable. Closes #290.
2026-06-20 17:38:06 -07:00
jkingsman 85574f7747 Make repeater neighbor pane sortable. Closes #290. 2026-06-17 18:19:15 -07:00
Jack Kingsman 0a803ff68a Merge pull request #293 from jkingsman/dependabot/uv/uv-e01e180ce9
Bump aiohttp from 3.14.0 to 3.14.1 in the uv group across 1 directory
2026-06-17 17:51:25 -07:00
dependabot[bot] 047fed4844 Bump aiohttp from 3.14.0 to 3.14.1 in the uv group across 1 directory
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.1
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-17 14:49:55 +00:00
Jack Kingsman 6efc5f097f Merge pull request #289 from ervwalter/fix/configurable-vapid-subject
Make VAPID subject configurable via MESHCORE_VAPID_SUBJECT (fixes iOS/Safari push)
2026-06-16 12:54:13 -07:00
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
jkingsman 7198d92c74 Use the correct last-heard time for repeater recency sorting 2026-06-15 22:13:38 -07:00
fred777 f1e853ea0a Merge remote-tracking branch 'origin/main' into fred777-add_bot_globals 2026-06-12 16:34:00 +02:00
Jack Kingsman 35c2371088 Updating changelog + build for 3.15.0 3.15.0 2026-06-11 22:27:51 -07:00
Jack Kingsman 9391116d53 Compact the trace panes. Closes #285. 2026-06-11 22:13:41 -07:00
Jack Kingsman 01c4dd1df7 Add recently traced contacts as a sort category in the trace pane. Closes #286. 2026-06-11 21:55:51 -07:00
Jack Kingsman e1e0b48437 Add 'Reverse Link' button to trace pane. Closes #287. 2026-06-11 21:22:07 -07:00
Jack Kingsman fb848d2e8d Add outbound message opt-in for apprise 2026-06-11 20:42:29 -07:00
fred777 4d06e38ee5 Merge remote-tracking branch 'origin/main' into fred777-add_bot_globals 2026-06-08 09:48:46 +02:00
jkingsman 907a0e4d14 Make repeater packet history legend clearer 2026-06-05 21:51:39 -07:00
jkingsman 556847ea2b Improve QoL around repeater history (brush scrubbing, better extents, per-datapoint delta on packet count 2026-06-05 21:43:52 -07:00
jkingsman 6e763a965f Add pubkey suffix to the repeater neighbors. Closes #281. 2026-06-05 21:21:33 -07:00
Jack Kingsman 57bb52820c Merge pull request #284 from jkingsman/dependabot/uv/uv-f07ca4ca9c
Bump starlette from 0.50.0 to 1.0.1 in the uv group across 1 directory
2026-06-05 20:55:48 -07:00
Jack Kingsman 6a0e02fdec Merge pull request #280 from Bjorkan/TimezoneFix
Emit UTC Z-suffixed timestamps for Community MQTT observer payloads
2026-06-05 20:54:25 -07:00
dependabot[bot] 5b0dfcd2d2 Bump starlette from 0.50.0 to 1.0.1 in the uv group across 1 directory
Bumps the uv group with 1 update in the / directory: [starlette](https://github.com/Kludex/starlette).


Updates `starlette` from 0.50.0 to 1.0.1
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/starlette/compare/0.50.0...1.0.1)

---
updated-dependencies:
- dependency-name: starlette
  dependency-version: 1.0.1
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-06 03:54:03 +00:00
Jack Kingsman a3f861787b Merge pull request #277 from jkingsman/dependabot/uv/uv-1c0655a644
Bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory
2026-06-05 20:48:52 -07:00
Bjorkan 603adccb9f Emit UTC Z-suffixed timestamps for Community MQTT observer payloads 2026-06-05 10:38:17 +02:00
jkingsman 52243cbc94 Extract ACK codes for standalone ACKs (i.e. normal/non-flood). Might resolve #278? 2026-06-04 21:34:02 -07:00
dependabot[bot] 612482e26e Bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.0
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-04 00:05:12 +00:00
Jack Kingsman be2b7fdacc Actually fix the test issues 2026-06-01 20:27:01 -07:00
Jack Kingsman 42ed3f0289 Updating changelog + build for 3.14.1 3.14.1 2026-06-01 19:30:21 -07:00
Jack Kingsman 257f09c2b4 Be more gentle during test runs 2026-06-01 19:21:02 -07:00
Jack Kingsman bea51b894d Add packet_hash to bot kwargs. Closes #268. 2026-06-01 18:50:35 -07:00
Jack Kingsman 50af30f3bb Make the trace pane overflow neater. Closes #270. 2026-06-01 18:22:41 -07:00
Jack Kingsman 4e195f0dd1 Don't trim trailing space from repeater console input. Closes #276. 2026-06-01 18:11:18 -07:00
Jack Kingsman c721e7461a Don't display blocked contacts on the map. Closes #269. 2026-06-01 18:10:45 -07:00
fred777 20150278b3 DEFAULT_BOT_CODE: add usage example for bot_globals 2026-05-27 10:33:26 +02:00
fred777 abfd45f7f1 Introduce _bot_globals for persistent data storage between bot executions 2026-05-27 10:28:34 +02:00
Jack Kingsman c68054ba46 Don't display blocked contacts on the map. Closes #296. 2026-05-24 13:35:47 -07:00
jkingsman f4dd6b44a1 Fix flaky tests 2026-05-19 17:45:33 -07:00
Jack Kingsman e28981679f Merge pull request #267 from jkingsman/dependabot/uv/uv-d665ee01e3
Bump idna from 3.11 to 3.15 in the uv group across 1 directory
2026-05-19 16:32:33 -07:00
dependabot[bot] 0b0351b202 Bump idna from 3.11 to 3.15 in the uv group across 1 directory
Bumps the uv group with 1 update in the / directory: [idna](https://github.com/kjd/idna).


Updates `idna` from 3.11 to 3.15
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 22:59:21 +00:00
Jack Kingsman 2462e40379 (feat) chain app nav to browser history state. Closes #250.
Hook browser back/forward to nav state
2026-05-15 22:49:20 -07:00
Jack Kingsman 89d7725a17 (bug) fix contact telemetry chart visual issues. Closes #261. 2026-05-14 21:03:06 -07:00
Jack Kingsman d5b27a2405 (bug) invalidate repeater panel map tiling on resize. Closes #262. 2026-05-14 20:57:09 -07:00
Jack Kingsman e23613d18a fix: units in lpp sensors to HA. Extends PR #260. 2026-05-14 09:01:10 -07:00
Jack Kingsman 2a6453bc5a Merge pull request #260 from mitte2/mitte2-patch-1
current sensor unit
2026-05-14 08:58:28 -07:00
Jack Kingsman f3e9953b48 Fix linting 2026-05-14 08:58:18 -07:00
mitte2 48fd2412e8 current sensor unit
fix wrong unit in lpp sensors, add convertion between A and mA
2026-05-14 17:47:52 +02:00
Jack Kingsman 9b67512225 Merge pull request #239 from Bjorkan/API-test
Add Swagger UI API page to /docs
2026-05-14 08:44:17 -07:00
Bjorkan 40591610ea Removed button from Integration page 2026-05-14 10:28:02 +02:00