1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-02-06 00:19:25 +01:00
juanfont.headscale/hscontrol/db
nblock f44b1d37c4
Remove routes without a node_id (#2386)
The routes table has a NOT NULL constraint on node_id.

Fixes: #2376
2025-01-30 14:57:06 +01:00
..
testdata fix postgres migration issue with 0.24 (#2367) 2025-01-23 14:58:42 +01:00
api_key_test.go
api_key.go
db_test.go use dedicated registration ID for auth flow (#2337) 2025-01-26 22:20:11 +01:00
db.go Remove routes without a node_id (#2386) 2025-01-30 14:57:06 +01:00
ip_test.go more linter fixups (#2212) 2024-11-22 15:54:58 +00:00
ip.go use tsaddr library and cleanups (#2150) 2024-10-02 09:06:09 +02:00
node_test.go fix tags not resolving to username if email is present (#2309) 2024-12-19 13:10:10 +01:00
node.go use dedicated registration ID for auth flow (#2337) 2025-01-26 22:20:11 +01:00
policy.go reformat code (#2019) 2024-07-22 08:56:00 +02:00
preauth_keys_test.go fix tags not resolving to username if email is present (#2309) 2024-12-19 13:10:10 +01:00
preauth_keys.go use userID instead of username everywhere 2024-11-23 21:14:55 +01:00
routes_test.go Fix typos 2025-01-09 10:38:25 +01:00
routes.go Fix typos 2025-01-09 10:38:25 +01:00
suite_test.go fix postgres migration issue with 0.24 (#2367) 2025-01-23 14:58:42 +01:00
text_serialiser.go use gorm serialiser instead of custom hooks (#2156) 2024-10-02 11:41:58 +02:00
users_test.go fix tags not resolving to username if email is present (#2309) 2024-12-19 13:10:10 +01:00
users.go create and rename usernames validated by new func (#2381) 2025-01-27 22:58:10 +01:00