Commit Graph

8 Commits

Author SHA1 Message Date
Pascal Fischer
78c886eb53 use domains validate for routes 2025-08-08 15:32:33 +02:00
Pascal Fischer
30b387ba02 separate fqdn and domain validation 2025-08-08 15:19:13 +02:00
Pascal Fischer
1c1706753d allow wildcard 2025-08-07 17:53:39 +02:00
Pascal Fischer
b5da6d3f8e dynamic regex 2025-08-07 17:26:22 +02:00
Pascal Fischer
0af0447f1b update regex and tests 2025-08-07 17:05:29 +02:00
Pascal Fischer
6124405f94 unify domain validation into single package used 2025-08-07 15:24:29 +02:00
Viktor Liu
abd152ee5a [misc] Separate shared code dependencies (#4288)
* Separate shared code dependencies

* Fix import

* Test respective shared code

* Update openapi ref

* Fix test

* Fix test path
2025-08-05 18:34:41 +02:00
Viktor Liu
1d5e871bdf [misc] Move shared components to shared directory (#4286)
Moved the following directories:

```
  - management/client → shared/management/client
  - management/domain → shared/management/domain
  - management/proto → shared/management/proto
  - signal/client → shared/signal/client
  - signal/proto → shared/signal/proto
  - relay/client → shared/relay/client
  - relay/auth → shared/relay/auth
```

and adjusted import paths
2025-08-05 15:22:58 +02:00