Commit Graph

1063 Commits

Author SHA1 Message Date
c89bca1949 fix(deps): update dependency @sveltestrap/sveltestrap to v6.2.2
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-10 16:41:13 +00:00
e59986a056 chore(deps): update dependency @sveltejs/kit to v2.2.1
Some checks are pending
continuous-integration/drone/push Build is running
2024-01-10 16:40:43 +00:00
fa8885d33b fix(deps): update module golang.org/x/crypto to v0.18.0
Some checks are pending
continuous-integration/drone/push Build is running
2024-01-10 16:39:58 +00:00
156d0c1198 ui: Disable next button on first new provider stage
Some checks are pending
continuous-integration/drone/push Build is running
2024-01-10 17:10:06 +01:00
1fcb5788b4 ui: Ability to close all modals with a backdrop click or header cross 2024-01-10 16:59:22 +01:00
1b0c0c2ac3 ui: Mimic the domain display with spaces and rounded corners 2024-01-10 16:34:51 +01:00
f45c17b186 ui: Replay the request if the same domain is requested 2024-01-10 16:20:10 +01:00
e121372073 Update package-lock.json
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-09 10:30:39 +01:00
c4084a4840 migration to Sveltestrap 6 2024-01-09 10:30:25 +01:00
61394bfc0b migration to SvelteKit 2 2024-01-09 10:26:26 +01:00
7ff90f91bd migration to Svelte 4 2024-01-09 10:25:45 +01:00
6ca65ae8d1 ui: Update copyright 2024-01-02 18:22:17 +01:00
fea2c4a6e3 ui: Fix CustomForm doesn't redraw between states
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-02 16:33:35 +01:00
497269f811 New option to disable provider edition
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This will be useful for the demo instance
2024-01-02 13:28:31 +01:00
c5131b4f91 config: Sort struct fields 2024-01-02 13:07:15 +01:00
8715325edc ui: Avoid panic when not compiled with ui 2024-01-02 13:01:38 +01:00
e470cfab5b Add Bind provider, enabled through -with-bind-provider option 2024-01-02 13:01:38 +01:00
2507fbca0d New option to add a message on top of the website 2024-01-02 12:21:03 +01:00
46a5cf09d1 Fix Dockerfile to include all tags 2023-12-26 00:15:13 +01:00
3a05d4accb admin: Improve user and provider creation 2023-12-24 15:19:15 +01:00
11b0a4d439 Format code
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-24 11:42:24 +01:00
1035610be0 Relicense the project to AGPL-3.0 2023-12-24 11:42:00 +01:00
e67bf97e60 Add go.mod and regenerate providers/icons.go
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-12-17 13:40:13 +01:00
David
18cfc8f775 New provider from DNSControl: OpenSRS 2023-12-17 13:39:51 +01:00
David
4e4496d392 New provider from DNSControl: Mythic Beasts 2023-12-17 13:39:51 +01:00
David
e1aa7311c4 New provider from DNSControl: Internet.bs 2023-12-17 13:39:51 +01:00
David
3f41dc1a67 New provider from DNSControl: Exoscale 2023-12-17 13:39:51 +01:00
6ca8b51c66 Support NAPTR records
Closes: https://github.com/happyDomain/happydomain/issues/2
2023-12-11 20:17:28 +01:00
92d52ab430 ui: New button to display generated records
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-12-11 19:18:19 +01:00
ead38fdf76 Create basic form for SPF record 2023-12-11 18:53:17 +01:00
df76dd5476 Create basic forms for DKIM, DMARC, MTA-STS and TLS-RPT 2023-12-11 18:28:04 +01:00
01f39f3188 Update dnscontrol
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 16:07:30 +01:00
64d559e7dd Ensure SOA is always the first record in the list 2023-12-11 16:07:30 +01:00
5ff353079d Refactor domain comparator: split fqdn handling from raw domain 2023-12-11 16:07:30 +01:00
ea8a5cdd46 chore(deps): lock file maintenance
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 00:15:18 +00:00
b121c744cb chore(deps): update alpine docker tag to v3.19
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-10 09:16:55 +00:00
6c9d1da793 chore(deps): update dependency typescript to v5.3.3
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-10 09:04:05 +00:00
ee70fc3ce3 chore(deps): update dependency eslint-config-prettier to v9.1.0
Some checks are pending
continuous-integration/drone/push Build is running
2023-12-10 09:03:31 +00:00
81bdce9393 chore(deps): update dependency eslint to v8.55.0
Some checks are pending
continuous-integration/drone/push Build is running
2023-12-10 09:03:10 +00:00
7285113782 chore(deps): update dependency @sveltejs/kit to v1.27.7
Some checks are pending
continuous-integration/drone/push Build is running
2023-12-10 09:02:09 +00:00
c9057962a1 chore(deps): update typescript-eslint monorepo to v6.13.2
Some checks are pending
continuous-integration/drone/push Build is running
2023-12-10 09:01:42 +00:00
5b43144532 chore(deps): update dependency vite to v4.5.1
Some checks are pending
continuous-integration/drone/push Build is running
2023-12-10 09:00:53 +00:00
cfcb5c0b75 fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.0
Some checks are pending
continuous-integration/drone/push Build is running
2023-12-10 09:00:37 +00:00
01f23b6cb4 Fix display of records detail in records view
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-09 10:12:27 +01:00
56e56ed75b form: New property to hide a given field in interface
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-06 03:26:11 +01:00
1bcc5253cf Translate CAA form 2023-12-06 02:39:41 +01:00
7e9868d281 services: Introducing NSOnlySOA 2023-12-06 02:14:52 +01:00
f465d44bd4 analyzer: trim the latest dot as NameFQDN doesn't finish by a dot 2023-12-06 02:14:52 +01:00
05048056a5 ui: If something goes wrong, keep the delete button available 2023-12-06 02:14:51 +01:00
457769044d services: New hidden family 2023-12-06 02:14:51 +01:00