2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-24 11:07:11 +00:00

48 Commits

Author SHA1 Message Date
Aravindh-Raju
2c209180b8
fix scheduler bug 2023-07-19 11:52:38 +05:30
Aravindh-Raju
7a21dd4e19
fix zone button bug 2023-06-20 12:26:00 +05:30
Aravindh-Raju
d03315512c
manage logs 2023-05-25 11:38:49 +05:30
Arpit Shah
f9774bcbe5
Merge branch 'master' into fix-scheduler-acl-bug 2023-05-17 09:42:33 -04:00
Aravindh-Raju
b86ee93835
fix scheduler bug 2023-04-25 10:49:10 +05:30
ssranjani06
56c5d71e4b
Removing unwanted comments 2023-04-12 12:01:16 +05:30
ssranjani06
e7ddf84571
fix for issues after review 2023-04-12 10:51:16 +05:30
ssranjani06
93dc115f11
Merge branch 'ranjani/Zoneeamailvalidations' of https://github.com/ssranjani06/vinyldns into ranjani/Zoneeamailvalidations
update latest changes
2023-04-11 18:30:24 +05:30
ssranjani06
7a9f3d4e5a
review changes 2023-04-11 18:27:37 +05:30
ssranjani06
0806a9e46c
Merge branch 'master' into ranjani/Zoneeamailvalidations 2023-04-11 18:07:56 +05:30
ssranjani06
ba79f7e97b
update 2023-04-11 14:32:14 +05:30
ssranjani06
bc439dc683
update 2023-04-11 13:54:00 +05:30
ssranjani06
37ab1ea3a5
Changes after review 2023-04-11 11:50:49 +05:30
ssranjani06
c7135cd15e
Adding tests 2023-04-10 11:53:00 +05:30
ssranjani06
cfe84baa31
Zone related dropdown changes 2023-04-04 11:33:57 +05:30
Aravindh-Raju
03e450f8ba
make 24hrs format in all cases 2023-03-22 21:30:39 +05:30
Aravindh-Raju
16e065946e
add trailing zero for minutes 2023-03-21 18:47:52 +05:30
Aravindh-Raju
6e779fbdf9
hide calendar and css overrides 2023-03-21 16:23:05 +05:30
Aravindh-Raju
9e6a10159f
updates to zone sync scheduler 2023-03-21 15:46:08 +05:30
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