Commit graph

139 commits

Author SHA1 Message Date
routerino
eead9859f9
change api to dynamically check for breaking change (#132) 2024-02-24 14:13:17 +11:00
Austin Drummond
a9db179089
fix ssr with nodekey param (#122) 2023-11-20 10:21:51 +11:00
Austin Drummond
1f73a7bf8a
Add a new device registration route (#121)
* added a new device registration form

* removed unused variables

* remove old register html

* bind new device key from url

* remove redirect

* clear nodekey query string param after successuful addition

* expand bool flipping

* added documention on nodekey

* remove null check

* tweak wording
2023-11-18 09:34:36 +11:00
routerino
dd944a45c1
GitHub actions testing (#107)
* test 1

* test 2

* remove accidental pasting in commit

* removed multi-platform for dev

* Revert "Add button to delete machine route"

This reverts commit 63041fd673.

* modernized release workflow

* update version

* Migration to Svelte 4

* cleaned up version injection

* moved build arg below FROM

* increment release
2023-06-25 17:00:13 +10:00
routerino
fab13597d8 Revert "Add button to delete machine route"
This reverts commit 63041fd673.
2023-06-18 19:56:33 +10:00
幻猪
63041fd673 Add button to delete machine route 2023-04-11 15:16:23 +10:00
Christopher Bisset
4e98db256d comment fixup 2023-01-30 20:32:52 +11:00
Christopher Bisset
359fab1419 removed legacy API handles for routes 2023-01-30 20:32:52 +11:00
Christopher Bisset
5fad4877a9 replace all instances of namespace with user 2023-01-30 20:32:52 +11:00
routerino
62e362ebc6
fixed regression in legacy api (#88) 2022-12-24 10:49:14 +11:00
routerino
02e243a96e
84-rewrite-routes-api-to-handle-both-legacy-and-changed-APIs-for-routes (#85)
* fix crash on receiving malformed API object

* split route specific API functions into separate file

* add object transformation from legacy to current routes

* refactored modifyDeviceRoutes function to work with both legacy and normal API

* adjustments for legacy API

* minor edit
2022-12-23 18:24:19 +11:00
Christopher Bisset
a227c3ccb5 fix sveltekit warning about on:keypress 2022-12-16 18:10:35 +11:00
Christopher Bisset
aa6758b09a updated dependencies, fixed warnings where applicable 2022-11-05 16:34:50 +11:00
Christopher Bisset
3792920b1b fix issue with updated sveltekit settings 2022-09-13 18:34:10 +10:00
Christopher Bisset
a843a192c0 updated dependencies 2022-09-13 18:02:17 +10:00
Christopher Bisset
95e2964191 fixed sidebar floating 2022-09-13 17:51:40 +10:00
Christopher Bisset
b1bff1f8e5 extracted sort functions from get functions 2022-09-11 16:13:22 +10:00
Christopher Bisset
df2737e0ef removed artificial delay in groups view 2022-09-10 13:26:04 +10:00
Christopher Bisset
438639804f added group view page 2022-09-10 13:25:02 +10:00
Christopher Bisset
a5ed48bda0 added toggle to show groups page under dev settings 2022-09-10 13:17:10 +10:00
Christopher Bisset
b29c79fe90 refactor stores.js to be more explicit 2022-08-22 11:00:08 +10:00
Christopher Bisset
fa28d334e0 minor cleanup, added flag switch in html 2022-08-22 10:55:39 +10:00
Christopher Bisset
0dad084baa Merge branch 'master' into 42-acl-work-create-group-page 2022-08-20 09:39:53 +10:00
Christopher Bisset
65e762b498 svelte-migrate: renamed files 2022-08-20 09:31:37 +10:00
Christopher Bisset
60697dcc6a changed group keys to have string arrays 2022-08-18 13:26:15 +10:00
Christopher Bisset
42e117deb1 added skeleton ACL class 2022-08-18 13:02:05 +10:00
Christopher Bisset
f03d3a07ce trim trailing / when saving url 2022-08-17 09:41:33 +10:00
Christopher Bisset
9dd99e205a changed sorting to respect numeric values 2022-08-14 11:14:31 +10:00
Christopher Bisset
c81e61d87f fix sort based on lastseen 2022-08-13 21:02:55 +10:00
Christopher Bisset
ecce526964 smoothed loading for settings page 2022-08-13 19:43:19 +10:00
Christopher Bisset
cd0b84a679 disabled rollover when not possible to rollover 2022-08-13 19:21:29 +10:00
Christopher Bisset
2ad12f5a92 fix notification for time/date 2022-08-13 19:18:22 +10:00
Christopher Bisset
acff41daf4 update server form to handle dynamic api key changes 2022-08-13 19:12:45 +10:00
Christopher Bisset
4f3f17adc2 basic functionality for api key rollover 2022-08-13 18:52:49 +10:00
Christopher Bisset
44d98afac0 fix bug with server setting test 2022-08-13 11:35:32 +10:00
Christopher Bisset
0cd07d4f90 more minor fixups 2022-08-13 11:22:00 +10:00
Christopher Bisset
7e4aab06ad minor fixups 2022-08-13 11:19:47 +10:00
Christopher Bisset
d91cda082a added expiry warning 2022-08-13 11:14:39 +10:00
Christopher Bisset
98df17298f scaffolded apikey retrieval 2022-08-13 10:51:04 +10:00
Christopher Bisset
ad9b840ddb added getAPIKeys function 2022-08-13 10:23:56 +10:00
Christopher Bisset
da3e6f679c added ability to toggle api key visibility 2022-08-12 16:14:25 +10:00
Christopher Bisset
e12d6d1a1b added indicator to show time left in API Key 2022-08-11 16:24:23 +10:00
Christopher Bisset
14dd7c6949 scaffold html 2022-08-11 14:46:07 +10:00
routerino
1f3814597e
fix early return post merge 2022-08-09 21:32:31 +10:00
Christopher Bisset
73281b22ff fixed time indicator 2022-08-09 21:07:08 +10:00
Christopher Bisset
519de91437 created visual indicator 2022-08-08 14:09:19 +10:00
Christopher Bisset
ee5cdf3f59 fixed associated regex 2022-08-08 10:21:54 +10:00
Christopher Bisset
a1ac3a4531 fix headscaleURL needing to be required 2022-08-07 20:04:17 +10:00
幻猪
9f883fc2c2 Add tooltip class to Device Route active button 2022-08-06 16:36:51 +00:00
幻猪
4672239b1f Fix Device Routes active error
Fix When a device has multiple device routes, activating one of them will cause the others to become pending
Also added the ability to make routes inactive(why no make it to be a switch)
2022-08-05 03:05:34 +00:00