Commit Graph

101 Commits

Author SHA1 Message Date
e80281c941 Add NO_AUTH configuration option.
This option permit to use happyDNS without creating accounts.
2021-01-06 03:20:14 +01:00
4dc0c592d0 Rework DNS resolver client 2021-01-06 03:20:14 +01:00
10398cad8a Simplify client resolver form 2021-01-06 03:20:14 +01:00
9272ee5a8c Make the DNS client public 2021-01-06 03:20:14 +01:00
0780bb6444 When importing zone, create a WIP element 2021-01-04 10:52:09 +01:00
f004899f2f Save settings on user registration 2021-01-04 10:52:09 +01:00
0458acc6c9 On password change or account deletion, disconnect all user sessions 2020-12-29 17:06:12 +01:00
d8b123f38a Fix source updating 2020-12-29 17:06:12 +01:00
bf5f35daf3 Add user settings and ability to change lang 2020-12-29 17:06:12 +01:00
af4637ff8b Include source capabilities in source specs list 2020-12-29 17:06:11 +01:00
bb0d9c857a Add icon for some service providers 2020-12-29 17:03:13 +01:00
53da0f60cb Use CustomForm to display services 2020-12-29 17:03:13 +01:00
fd72f3bff8 Refactor service add 2020-12-29 17:01:01 +01:00
6ea1115f20 Move all related forms struct to forms package 2020-12-29 17:00:06 +01:00
bb54496ca5 Split services into family 2020-12-08 18:25:23 +01:00
bf20e73bd6 Refactor zone analyzer method visibility 2020-12-08 18:25:23 +01:00
37ed10f3bf Move zone services under a dedicated route 2020-12-08 18:25:23 +01:00
e25ca8b160 Extract Forms as a dedicated module 2020-12-08 18:25:23 +01:00
e627e6b5ea Disable types that are not compatible with a given source 2020-12-08 18:25:23 +01:00
12d9acd368 Able to list records from abstract services 2020-12-08 18:25:23 +01:00
914d8b2669 New route to generate records for a given service 2020-12-08 18:25:23 +01:00
e70cc46be2 Transfert hexadecimal instead of base64 when this is truly hexadecimal 2020-12-08 18:25:23 +01:00
bf3d23c705 Display most DNS binary fields as hexadecimal 2020-12-08 18:25:23 +01:00
dc49cd0e63 Improve logging 2020-12-08 18:25:23 +01:00
e2419d545f API: Add SameSite Strict attribute to cookie 2020-12-08 18:25:23 +01:00
adff503fa1 Force deletion of the auth cookie when session has expired 2020-12-08 18:25:23 +01:00
a0ebd2f23d api: source_specs and service_specs don't contains / anymore 2020-12-08 18:25:22 +01:00
0b48f7bf58 Add My account page to change password and delete account 2020-12-08 18:25:22 +01:00
e8e845b725 Give neutral answer when username is not found 2020-12-08 18:25:22 +01:00
e5476f884b Fix edition of source with redirections outside happyDNS 2020-12-08 18:25:22 +01:00
eef9462931 Handle source update through source settings API 2020-12-08 18:25:22 +01:00
f439ad605d Rework new domain page, following new source creation method 2020-12-08 18:25:22 +01:00
46ca300201 Handle simple sources creation 2020-12-08 18:25:22 +01:00
21d4ed6f43 Refactor SourceField creation 2020-12-08 18:25:22 +01:00
3efa233a7c Add a button to delete source if it has no more domains associated 2020-12-08 18:25:22 +01:00
02612d576e Implement complex source registration 2020-12-08 18:25:22 +01:00
f5fe9320c6 Add a route to view current user session and clear it 2020-12-08 18:25:22 +01:00
eae71bdc7e Refactor multiple source fields 2020-12-08 18:25:22 +01:00
bbafb1bc6d Store values in session, and automatically save changes 2020-12-08 18:25:22 +01:00
e7cae312d6 api: Fill a structure instead of passing argument to API function 2020-12-08 18:25:21 +01:00
ef87fdf922 Don't include DNSSEC records in diffs 2020-12-08 18:25:21 +01:00
8c1170fef4 Include origin in RR generation to extends relatives forms 2020-12-08 18:25:21 +01:00
d75e20da6b Handle zone diff and update from abstract page 2020-12-08 18:25:21 +01:00
beb87a8572 Rename SourceType as SourceMeta to follow ZoneMeta 2020-12-08 18:25:21 +01:00
ab6fe350ca Import ZoneMeta in domain history 2020-12-08 18:25:21 +01:00
0625d8f5ec storage: add GetSourceType 2020-12-08 18:25:21 +01:00
c6e64d64a3 Don't do special case of aliases. Treat them only in frontend part. 2020-12-08 18:25:21 +01:00
014f728a6f Handle @ in subdomain, to avoid empty string 2020-12-08 18:25:21 +01:00
e1c0352ddc Can add new services to zone 2020-12-08 18:25:21 +01:00
4a19149b51 Full update/deletion on abstract page 2020-12-08 18:25:21 +01:00