Commit graph

7 commits

Author SHA1 Message Date
bf06692bec Handle empty zone 2025-05-31 20:54:21 +02:00
9983b9c60b If only 1 provider registered, add domain to it directly
Closes: https://github.com/happyDomain/happydomain/issues/14
2025-05-31 20:54:21 +02:00
5afaaa35c1 Redirect to login page when trying to access restricted page without being connected 2025-05-31 20:54:21 +02:00
18cf82ea89 Rework domain list page: add a search field 2025-05-31 20:54:21 +02:00
f63860af83 Can create domain directly on the provider if supported
All checks were successful
continuous-integration/drone/push Build is passing
Closes: https://github.com/happyDomain/happydomain/issues/24
2025-05-28 23:02:22 +02:00
356e733e76 Move config struct to model, avoid dependancy to storage 2025-05-28 22:00:02 +02:00
5ef9419072 refactor: restructure project architecture and folder hierarchy
- Moved usecases into internal/usecase
- Renamed internal/utils to internal/helpers for better naming semantics
- Clarified separation between domain model, usecases, adapters, and web/API
2025-05-28 22:00:02 +02:00