2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-28 21:07:46 +00:00

29 Commits

Author SHA1 Message Date
Aravindh-Raju
4c9ea3148b
add time converter 2023-03-17 17:19:05 +05:30
Aravindh-Raju
9098b99e53
add logs 2023-03-17 12:47:20 +05:30
Nicholas Spadaccino
55845519df
Merge branch 'master' into aravindhr/manage-portal-logging 2023-03-15 16:56:34 -04:00
nspadaccino
29424382b5
Merge branch 'master' into aravindhr/manage-portal-logging 2023-03-15 16:54:30 -04:00
Aravindh-Raju
59cdf92890
fix zonechange history bug 2023-02-27 12:08:06 +05:30
Aravindh-Raju
39095c5655
resolve minor issues 2023-02-23 10:42:59 +05:30
Aravindh-Raju
804d0c54c8
resolve automated sync issue 2023-02-22 21:00:57 +05:30
Aravindh-Raju
8719cf254c
add scheduler in separate section 2023-02-22 18:03:26 +05:30
Aravindh-Raju
9a12f1a865
add option to remove zone sync schedule 2023-01-09 16:39:30 +05:30
Aravindh-Raju
1a398f4261
update comments and remove unnecessary logs 2023-01-06 16:26:40 +05:30
Aravindh-Raju
bd5cdd094b
change scheduler format 2023-01-03 13:38:08 +05:30
Aravindh-Raju
1a9bf5cd89
Add zone sync scheduler 2023-01-02 18:20:53 +05:30
Aravindh-Raju
7deaa78df7
disable logs in production 2022-09-08 13:35:30 +05:30
Jay07GIT
61ba1ebca9
Update 2022-07-26 18:11:54 +05:30
Jay07GIT
4c63161f0c
Update 2022-07-26 18:02:55 +05:30
Jay07GIT
7061bb8e1a
Update in portal tests 2022-07-26 15:00:48 +05:30
Jay07GIT
b58efee7f3
Added portal tests and updated ACL modal view page 2022-07-25 18:04:12 +05:30
Jay07GIT
877d4fe76d
Added pagination in zone history tab 2022-07-22 16:58:26 +05:30
Jay07GIT
94c16361b1
Add Zone history tab in zones page 2022-07-22 10:14:58 +05:30
Nicholas Spadaccino
e9406ec24d
Add new allGroups scope to manageZones view, update view to allow for viewing all groups when creating an acl rule 2022-05-06 16:19:15 -04:00
Paul Cleary
aeb5b8310c
Added key algorithm support (#1011)
Fixes #964 

- Updated the `ZoneConnection` model to allow specifying the key algorithm.
- Added an `Algorithm` to the protobuf file, defaults to HMAC-MD5
- Updated JSON serialization to serdes the algorithm
- Updated the Portal to allow the user to specify the algorithm when connecting to a zone or managing a zone

Supported algorithms are:

```
  case object HMAC_MD5 extends Algorithm("HMAC-MD5.SIG-ALG.REG.INT")
  case object HMAC_SHA1 extends Algorithm("hmac-sha1.")
  case object HMAC_SHA224 extends Algorithm("hmac-sha224.")
  case object HMAC_SHA256 extends Algorithm("hmac-sha256")
  case object HMAC_SHA384 extends Algorithm("hmac-sha384.")
  case object HMAC_SHA512 extends Algorithm("hmac-sha512.")
```

**Note: needs some tests**
2020-10-23 15:23:01 -04:00
Britney Wright
d0d88dc0ea
Open list groups access (#809) 2019-08-21 14:26:51 -04:00
Britney Wright
135335541d
remove SPF record type from portal menus (#701) 2019-06-21 12:14:08 -04:00
Britney Wright
87d0d79129
update zone shared status in the portal (#699) 2019-06-21 11:11:20 -04:00
Britney Wright
0827a970e6
only show abandon zone button to zone admins (#616) 2019-05-10 14:49:24 -04:00
Nima Eskandary
f0a25fe943
Zone BackendID in portal (#607)
* list backend ids route and option to update a zones backendid in portal
2019-05-06 11:51:27 -04:00
Thomas Pressnell
77c4536e37 Adding NAPTR support (#594)
* Adding NAPTR support
2019-04-24 11:22:05 -04:00
Michael Ly
2cd18da25f
Portal support for DS records (#484)
* Add DS to ACL support.
2019-02-15 11:19:33 -05:00
Paul James Cleary
f0726ecb37 Initial code release 2018-07-31 14:26:07 -04:00