Chris Bisset
625647ed19
fix duplicate tags
2025-05-22 04:23:57 +00:00
Chris Bisset
907ab6af57
remove old route class
2025-05-22 04:13:58 +00:00
Chris Bisset
adef58f27d
fix device route for new API
2025-05-22 04:07:22 +00:00
Chris Bisset
38e0de2696
fix api calls for preauth keys
2025-05-20 00:20:22 +00:00
routerino
2508507644
remove min length from api and device fields ( #198 )
2025-03-21 10:09:00 +11:00
Chris Bisset
2631785f9f
fix api for reassigning user
2025-03-13 22:21:18 +00:00
Guillaume Chx
216a49ec52
fix: headscale 25 uses user's "name" instead of "id" to get/create/expire pre-auth keys ( #192 )
2025-03-14 09:09:56 +11:00
Poupapaa
3e5651189e
Make headscale-ui compatible with headscale v0.24 - *BREAKING* ( #185 )
2025-01-18 10:02:20 +11:00
Chris Bisset
ec79e4c908
removed remaining references to 'machine' api
2024-10-10 08:15:03 +11:00
routerino
64323e49c5
163-production-build-not-completing
...
* resolved svelte-check warnings, reverted svelte preprocessor version
* added caddy dependency to dev image
* adapted to run on new port
2024-10-05 09:43:39 +10:00
routerino
bcf9ef1e31
fix renaming users with numbers
...
* fix renaming users with numbers
2024-10-05 08:52:35 +10:00
routerino
beb4a4b8fc
added online check for device status tooltip
...
* added online check for device status tooltip
2024-10-05 08:48:44 +10:00
routerino
297ae51eaa
force lowercase on submit
...
* force lowercase on submit
2024-10-05 08:37:17 +10:00
routerino
a6e53bae9c
removed backwards compatibility check
...
* removed backwards compatibility check
2024-10-01 21:56:15 +10:00
routerino
f91f88cdda
added numbers to possible inputs
...
* added numbers to possible inputs
2024-10-01 21:45:54 +10:00
Guillaume Chx
ae481f54cc
feat: redesign tweaks ( #150 )
2024-10-01 21:26:55 +10:00
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