Orne Brocaar
f970e94cca
Show version in UI (for admin users).
...
Closes #73 and #158 .
2024-03-26 09:01:21 +00:00
Orne Brocaar
8c875c3bf1
Bump version to 4.7.0
2024-03-13 10:44:21 +00:00
Orne Brocaar
519f53940e
Bump version to 4.7.0-test.4
2024-02-27 16:48:40 +00:00
Orne Brocaar
f816ca469b
Update generated api code.
2024-02-27 16:34:31 +00:00
Orne Brocaar
d599e7a276
Add js context to get_activation api method.
2024-02-06 13:16:26 +00:00
Orne Brocaar
be26e60111
Bump version to 4.7.0-test.3
2024-01-12 09:19:50 +00:00
Orne Brocaar
e1334f647d
Bump version to 4.7.0-test.2
2024-01-11 15:42:16 +00:00
Orne Brocaar
cc47958839
Bump version to 4.7.0-test.1
2024-01-11 12:48:18 +00:00
Orne Brocaar
9f67b9c221
Implement direct redirect for OIDC and OAuth login.
2023-12-19 14:31:21 +00:00
Orne Brocaar
9198d7d51b
Implement Clerk as authentication backend (OAuth2).
2023-12-19 13:49:16 +00:00
Orne Brocaar
f647949c05
Bump version to 4.6.0
2023-12-07 09:13:36 +00:00
Orne Brocaar
20e28407d0
Bump version to 4.6.0-test.4
2023-11-28 13:01:40 +00:00
Orne Brocaar
3538145e3d
Add allow roaming option to device-profile.
2023-11-23 08:53:47 +00:00
Orne Brocaar
f13a5f492c
Bump version to 4.6.0-test.3
2023-11-22 11:28:00 +00:00
Orne Brocaar
5fd56e7e3c
Bump version to 4.6.0-test.2
2023-11-20 12:33:52 +00:00
Orne Brocaar
6931e9adb5
api: Add BackendInterfacesRequest stream message.
2023-11-02 08:36:57 +00:00
Orne Brocaar
36e6d5ccb9
api: Change streams > stream to be consistent.
2023-10-31 14:03:31 +00:00
Orne Brocaar
1d38ae2544
api: Refactor api/request_log.proto to streams/api_requests.proto.
2023-10-31 11:59:07 +00:00
Orne Brocaar
a4da4ab784
api: Refactor api/frame_log.proto into streams/frames.proto.
2023-10-31 11:21:43 +00:00
Orne Brocaar
ec0ecf2044
api: Refactor meta/meta.proto to streams/meta.proto.
2023-10-31 10:19:38 +00:00
Orne Brocaar
091909e8ea
Bump version to 4.6.0-test.1
2023-10-26 15:38:37 +01:00
Orne Brocaar
fefa4f8be9
Re-generate API code.
2023-10-26 15:38:37 +01:00
Orne Brocaar
dc5be942d4
api: Re-generate API code.
2023-10-19 17:12:19 +01:00
Orne Brocaar
1f64212923
api: Regenerate API SDKs.
2023-10-16 12:25:53 +01:00
Orne Brocaar
41d00cb651
Implement end-to-end app payload encryption.
...
This implements end-to-end encryption between the end-device and
end-application. The encrypted AppSKey or SessionKeyID is forwarded to
the end-application which should be able to decrypt or request the
AppSKey to decrypt the uplink payload. As well the end-application will
be able to enqueue encrypted application payloads.
Using this mechanism, ChirpStack will never have access to the uplink
and downlink application-payloads.
2023-10-05 13:06:09 +01:00
Orne Brocaar
503beaa2fd
Bump version to 4.5.1
2023-10-05 10:20:32 +01:00
Orne Brocaar
4ebee8d614
Bump version to 4.5.0
2023-09-11 16:58:25 +01:00
Orne Brocaar
81ac49ff8f
Bump version to 4.5.0-test.3
2023-09-07 16:53:20 +01:00
Orne Brocaar
f06f11334e
Bump version to 4.5.0-test.2
2023-09-05 12:14:35 +01:00
Orne Brocaar
295cd5e4b1
Bump version to 4.5.0-test.1
2023-09-04 15:06:38 +01:00
Orne Brocaar
7ff12f5ae7
Bump version to 4.4.3
2023-07-24 11:54:31 +01:00
Orne Brocaar
f66186bb7b
Bump version to 4.4.2
2023-07-14 10:56:00 +01:00
Orne Brocaar
9d543603d5
Bump version to 4.4.1
2023-07-05 11:18:51 +01:00
Orne Brocaar
407ebd2d3f
Bump version to 4.4.0
2023-06-26 12:05:45 +00:00
Orne Brocaar
087a27f904
Re-generate API code.
2023-06-14 13:13:13 +01:00
Orne Brocaar
3f77203516
Bump version to 4.4.0-test.1
2023-05-30 14:08:45 +00:00
Orne Brocaar
cefe61072d
Initial Relay support implementation (TS011).
...
Closes #59 .
2023-05-22 11:04:13 +01:00
Orne Brocaar
513aa7804d
Add event prefix + arbitrary JSON options for IFTTT.
2023-05-19 14:43:39 +01:00
Orne Brocaar
08d69502de
Bump version to 4.3.2
2023-04-26 13:02:10 +01:00
Orne Brocaar
0a3fcaeb2d
Bump version to 4.3.1
2023-04-10 12:24:52 +01:00
Orne Brocaar
1430c30ab3
Make using gateway location optional (LoRa Cloud).
2023-03-28 13:11:49 +01:00
Orne Brocaar
8a496d9019
Fix Python README.
...
Closes #141 .
2023-03-09 09:32:11 +00:00
Orne Brocaar
ef97eccf62
Update LoRa Cloud integration.
2023-03-08 17:01:11 +00:00
Orne Brocaar
50f8093c07
Bump version to 4.3.0
2023-03-08 09:20:50 +00:00
Orne Brocaar
eaad8586a1
Bump version to 4.3.0-test.3
2023-03-02 14:32:56 +00:00
Orne Brocaar
4b41893f42
Bump version to 4.3.0-test.2
2023-02-28 12:07:16 +00:00
Orne Brocaar
3db01e66c0
Bump version to 4.3.0-test.1
2023-02-24 11:59:12 +00:00
Orne Brocaar
f776dd3898
Split private gateways under tenant in uplink / downlink.
...
This makes it possible to share uplink data with other tenants, but do
not allow other tenants to use these gateways for downlinks.
2023-02-14 13:41:22 +00:00
Orne Brocaar
f657c3e971
Implement adding gws to multicast-group + Class-C scheduling config.
...
This makes it possible to add gateways to a multicast-group, which in
case configured will always be used for transmitting the multicast
downlinks.
This also moves the multicast class-c scheduling to the multicast-group
configuration. Options are delay between multiple gateways, or GPS time
synchronized transmission.
2023-02-09 15:29:23 +00:00
Orne Brocaar
1d2f627bbb
Bump version to 4.2.0
2023-01-24 12:23:44 +00:00