-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: - alerts view fixes - default icon and color for new devices - disable edit of pending devices - catch auth:failure events by default - remove autoFocus for some input elements api: - Add device names as .lan domains - For local mappings allow multiple names for one I build: - base image now uses 23.10 mantic for pi5 support and 6.5 kernel * [build] move codeql scans to the dev branch * [wifid] Address #279 by resetting wlan0 down/up on startup * [ui] fix #271 * gluestack + iOS updates (#280) * [ui] fix for ios build * [ui] bump gluestack --------- Co-authored-by: lts-po <po@longterm.io> * [ui] qrcode for device component * [ui] get device, with psk if otp * [ui] show otp in modal * [ui] show login info & qrcode for device * [api] /device route to include psk if otp auth * [ui] menu order * [ui] validate ip for iOS * [ui] send JSONPath query to api * [ui] skip otp modal for auth page * [ui] fix width for new gluestack, desktop * [ui] only set endpoint if default endpoint is set * [ui] useRNModal for web for menu/popup inside of modal * [ui] input is wider now * [ui] use actionsheet if more items * empty out template device * [ui] react-native - same as gstack * [build] [ios] Attempt verion updates * [ui] bump gluestack * [ui] ios build * [ui] remove autoFocus to avoid keyboard popup * [ui] skip autoFocus * [ui] skip autoFocus * [ui] Select component for alert state * [ui] fix eventTemplate for ios, only build template strings * [api] Update error codes to 400 * [ui] Move New item to the top of the Item Menu * [build] Move back from self hosted due to caching annoyances * [api] Add device names as .lan domains * [api] For local mappings allow multiple names for one IP * [ui] auth:failure to catch event * [ui] auth events * [ui] change default notificationType to warning/error in sample alerts * [ui] skip autoFocus * [ui] use Textarea for body * [ui] list alerts for mobile * [ui] set default icon and color * [ui] no edit of pending devices, #282 * [ui] no edit of pending devices, #282 * [ui] fix alert position on mobile * [ui] use Select component. Fix #285 * [ui] show items on new line * [packet_logs] remove old ulogd2 code and docs * [plugin-lookup] update docs * [installer] Update installer for 23.10 * [build] Update go packages for moby fixes * [dyndns] Update golang to 1.21.5 * [build] [dyndns] Fix golang package name * [build] [clearfog] Update to mantic base image & kernel * [build] [dyndns] Fix to 3.0.7, don't need webserver backend --------- Co-authored-by: Alex Radocea <alex@supernetworks.org> Co-authored-by: lts-po <po@longterm.io>
- Loading branch information
1 parent
20fcc6c
commit e1a1f2c
Showing
71 changed files
with
1,296 additions
and
1,270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ module dyndns_plugin | |
|
||
go 1.17 | ||
|
||
require github.com/gorilla/mux v1.8.0 | ||
require github.com/gorilla/mux v1.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= | ||
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= | ||
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= | ||
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= |
Oops, something went wrong.