lorawan-stack icon indicating copy to clipboard operation
lorawan-stack copied to clipboard

The Things Stack, an Open Source LoRaWAN Network Server

Results 228 lorawan-stack issues
Sort by recently updated
recently updated
newest added

### Summary While creating the device using APIs, we see that the `version_ids.serial_number` field is ignored. We have included the `version_ids` values (`brand_id`, `model_id`, `serial_number`) in the request body of...

technical debt

#### Summary Closes #5597 #### Changes - Add `field_mask` field to webhook templates and entities - Apply the field mask (if present) before marshalling the uplink - Console integration ####...

c/application server
compat/api
ui/web

#### Summary Refers to #4847 The provisioning part of the device onboarding #### Changes - Add joinEUI logic - Add claiming - Add regular registration - Refactor validation schemas ####...

ui/web

#### Summary This PR applies two small styling fixes. #### Changes - Allow displaying checkbox labels with title styling - Fix incosistent vertical placement of tooltip icons - Fix proptype...

c/console
ui/web

#### Summary Closes #5403 #### Changes - Add rpc to list all bands - TBD #### Testing TBD ##### Regressions n/a #### Notes for Reviewers ... #### Checklist - [...

compat/api

#### Summary OS counterpart of https://github.com/TheThingsIndustries/lorawan-stack/pull/3382 #### Changes - Add smoke tests for application subpages - Add smoke tests for gateway subpages - Add smoke tests for organization subpages ####...

#### Summary This quickfix PR will prevent users from accidentally navigating away when changing payload formatters in the Console. #### Changes - Refactor ``-component a bit - Add `` to...

bug
ui/web

#### Summary References #3947 OS counterpart of https://github.com/TheThingsIndustries/lorawan-stack/pull/3304 This PR adds the new gateway onboarding which retires the old gateway registration form. The OS version of the gateway onboarding only...

ui/web

#### Summary We should expose band definitions via a gRPC API such that clients (mainly the Console) can provide a better UX. #### Why do we need this? Currently MAC...

c/shared
compat/api

#### Summary OS Counterpart of https://github.com/TheThingsIndustries/lorawan-stack/pull/3380 #### Changes - Ensure that 404s will not cause the request handler to throw, since it is an expected result if a package association...

bug
ui/web