Hunter Thornsberry
88510a6ffe
Merge pull request #367 from danielhogstrom/sidebar-close-button
feat: Add sidebar close button
1 year ago
Hunter275
be6acc5ef2
add right border
1 year ago
Daniel
c2cdc92ae9
feat: Add sidebar close button
1 year ago
Tom Fifield
6b10d35e1a
Merge pull request #365 from kylewistrand/fix-node-detail-dark-mode
fix: Node map detail dark mode
1 year ago
Kyle Wistrand
b50edb2762
fix: Node map detail dark mode
1 year ago
Hunter Thornsberry
88e06a1bea
Merge pull request #350 from kylewistrand/add_map_node_detail
feat: Add Node detail popup in Map view
1 year ago
Tom Fifield
ecd50148de
Merge pull request #363 from danditomaso/add_empty_psk_size
Added empty value to pre-shared key size. Feature parity with IOS app
1 year ago
Hunter Thornsberry
08a28eeb68
Merge branch 'master' into add_map_node_detail
1 year ago
Dan Ditomaso
63be65a487
feat: added empty value to pre-shared key size.
1 year ago
Hunter Thornsberry
94c6eea20b
Merge pull request #317 from jangrewe/master
Update Containerfile to use plain Nginx
1 year ago
Jan Grewe
1ec3aa07d3
Merge branch 'meshtastic:master' into master
1 year ago
Tom Fifield
1087c68541
Merge pull request #356 from danditomaso/add_attribution_control_to_map
feat: Add AttributionControl to Map to comply with OSM license requirements
1 year ago
Dan Ditomaso
856556c12b
feat: Add AttributionControl to Map to comply with OSM license requirements
1 year ago
Tom Fifield
fc24a389c0
Merge pull request #353 from meshtastic/dependabot/npm_and_yarn/nanoid-3.3.8
Bump nanoid from 3.3.7 to 3.3.8
1 year ago
dependabot[bot]
5687485154
Bump nanoid from 3.3.7 to 3.3.8
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
1 year ago
Jan Grewe
654d6c64c1
Merge remote-tracking branch 'upstream/master'
2 years ago
Kyle Wistrand
fed6b2a6da
feat: Add Node detail popup in Map view
2 years ago
Hunter Thornsberry
e78aa2df61
Merge pull request #332 from Nestpebble/patch-1
Improve Managed Node description
2 years ago
Hunter Thornsberry
03173f6a37
Merge pull request #347 from meshtastic/dependabot/npm_and_yarn/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6
2 years ago
dependabot[bot]
3fa73894ed
Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
Tom Fifield
a147324913
Merge pull request #344 from meshtastic/CVE-2024-45812
Update vite to 5.3.6
2 years ago
Tom Fifield
0fc4211c13
Update vite to 5.3.6
Fixes CVE-2024-45812
2 years ago
Tom Fifield
6df0b287ef
Update vite to 5.3.6
Fixes CVE-2024-45812
2 years ago
Tom Fifield
2f9af111c8
Update vite to 5.3.6
Fixes CVE-2024-45812
2 years ago
Hunter Thornsberry
615045be9f
Merge pull request #339 from hectorthemonk/patch-1
Add ledHeartbeatDisabled to Device Settings in Radio Config
2 years ago
Tom
6fc183ff15
Update Security.tsx
2 years ago
hectorthemonk
9aafa681e8
Add ledHeartbeatDisabled to Device Settings in Radio Config
`led_heartbeat_disabled` in https://buf.build/meshtastic/protobufs/docs/main:meshtastic#meshtastic.Config.DeviceConfig
2 years ago
Tom Fifield
f48f9ccd62
Merge pull request #338 from Hunter275/bluetooth-pin-validation
Add bluetooth pin validation
2 years ago
Hunter275
2bd80bb5b4
Add pin validation
2 years ago
Tom Fifield
de597d2c28
Merge pull request #337 from Hunter275/issue-335-charging
If the batteryLevel is over 100, its charging
2 years ago
Hunter275
94cca88e2e
If the batteryLevel is over 100, its charging
2 years ago
Hunter Thornsberry
443c7fcd48
Merge pull request #331 from fmoessbauer/master
document scalar clamping of curve25519 keys
2 years ago
Hunter Thornsberry
6138d9f8c8
Merge pull request #314 from meshtastic/dependabot/npm_and_yarn/micromatch-4.0.8
Bump micromatch from 4.0.7 to 4.0.8
2 years ago
Hunter Thornsberry
37547b54e9
Merge pull request #330 from meshtastic/dependabot/npm_and_yarn/elliptic-6.6.0
Bump elliptic from 6.5.7 to 6.6.0
2 years ago
Hunter Thornsberry
618e2f619b
Merge pull request #313 from meshtastic/dependabot/npm_and_yarn/rollup-4.24.0
Bump rollup from 4.18.0 to 4.24.0
2 years ago
rcarteraz
72fc3ea337
Merge pull request #336 from rcarteraz/master
Fix Title
2 years ago
rcarteraz
82f4784107
Merge pull request #2 from rcarteraz/fix-title
Fix Title
2 years ago
rcarteraz
4f9fb9976d
fix title
2 years ago
Tom
2cf7655562
Update Security.tsx
2 years ago
Felix Moessbauer
79c5638e10
document scalar clamping of curve25519 keys
The "scalars" are just random bytes. To make them secure curve25519
keys, they need to be clamped according to rfc7748 section 5.
As this is not obvious, we need to add a reference to the RFC.
No functional change.
Closes : #324
2 years ago
dependabot[bot]
f53d53ea20
Bump elliptic from 6.5.7 to 6.6.0
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.7 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
Jan Grewe
f2760a941b
Update Containerfile to use plain Nginx
Only add required files to container
Fix HTML title
2 years ago
dependabot[bot]
1e26eed861
Bump micromatch from 4.0.7 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
dependabot[bot]
2da4a44505
Bump rollup from 4.18.0 to 4.24.0
Bumps [rollup](https://github.com/rollup/rollup ) from 4.18.0 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.24.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
Sacha Weatherstone
42068ad3d8
move to RsBuild
2 years ago
Hunter Thornsberry
62f8c4509e
Merge pull request #311 from medentem/master
Added Password Visibility Toggle
2 years ago
Hunter Thornsberry
d699764546
biome
2 years ago
medentem
8549d56c21
biome
2 years ago
medentem
4b532fc7f8
added password visibility toggle
2 years ago
Hunter Thornsberry
06d2c393ce
Merge pull request #310 from Hunter275/remove-client-router
Remove router-client
2 years ago