2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-23 18:47:11 +00:00

40 Commits

Author SHA1 Message Date
Jay07GIT
3a7a97b385
update 2024-01-17 12:46:39 +05:30
Jay07GIT
f52f1554ef
modified deleted zone search query and resolved pagination issue in portal 2023-12-06 19:03:36 +05:30
Jay07GIT
6a8e588417
ignore access fix 2023-08-22 23:57:44 +05:30
Jay07GIT
6a1e91d5df
list abandoned zones 2023-07-24 18:24:02 +05:30
nspadaccino
a10377051e
Update checkbox placement, add filter to allzones view 2023-06-23 16:21:35 -04:00
nspadaccino
a222a2efd9
Merge branch 'nspadaccino/ptr-filter' into nspadaccino/ptr-zone-filter-new 2023-06-23 14:54:19 -04:00
Aravindh-Raju
d03315512c
manage logs 2023-05-25 11:38:49 +05:30
ssranjani06
e7ddf84571
fix for issues after review 2023-04-12 10:51:16 +05:30
ssranjani06
0806a9e46c
Merge branch 'master' into ranjani/Zoneeamailvalidations 2023-04-11 18:07:56 +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
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
4bbbe323b3
optimize code 2023-02-27 09:36:13 +05:30
Aravindh-Raju
629bf390e8
optimize code 2023-02-24 17:58:40 +05:30
Aravindh-Raju
697c8113c6
fix autocomplete search 2023-02-24 17:41:14 +05:30
nspadaccino
7b7f670e10
Merge branch 'master' into nspadaccino/ptr-filter 2023-02-23 14:05:14 -05:00
Aravindh-Raju
67f4e43bd2
add autocomplete for search by group 2023-02-15 14:41:40 +05:30
Aravindh R
7d614ebdcf
Merge branch 'master' into aravindhr/add-autocomplete-zone-search 2023-02-15 09:49:13 +05:30
Nicholas Spadaccino
e1b5932649
Merge branch 'master' into aravindhr/add-groups-pagination 2022-10-07 15:49:38 -04:00
Aravindh-Raju
c2e364f6da
Add zone autocomplete search 2022-09-28 14:23:51 +05:30
Aravindh-Raju
7deaa78df7
disable logs in production 2022-09-08 13:35:30 +05:30
Nicholas Spadaccino
119ebd49f4
Update tests, remove unneeded code 2022-06-13 17:34:52 -04:00
Nicholas Spadaccino
cc597cf1a5
Fix issue with list zones sql query, update zone controller and view 2022-06-09 17:08:37 -04:00
Nicholas Spadaccino
4fd3bde261
Update api and sql repo to filter reverse zones 2022-06-07 16:34:12 -04:00
Aravindh-Raju
27d24478ae
Add pagination in group view 2022-06-01 15:01:01 +05:30
Ryan Emerle
92d01157c9
Merge branch 'master' into aravindhr/filter-zones 2022-05-25 10:39:24 -04:00
Ryan Emerle
16b4dafd43
Fix portal tests 2022-05-20 09:23:37 -04:00
Emerle, Ryan
02d702f461
Performance tuning
- Add `getGroupsAbridged` which returns a subset of group data for dropdowns and other places where all groups are listed
- Remove unnecessary checks for `canSeeGroup` in `groups.scala.html` since all users can see all groups
- Move `ZoneController` initialization in `manageZone.scala.html` to higher level to avoid waiting for groups to load when expanding the select box
- Add `PreparePortalHook` to automatically run `prepare-portal.sh` when `project porta; run` is executed
2022-05-19 14:41:11 -04:00
Aravindh-Raju
085b1235e6
Search/filter zone by admin group 2022-05-12 12:39:29 +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
Emerle, Ryan
e1743e5342
Updates
- Simplify build config
- Add TTY check to Makefiles for running Docker containers
- Update `fs2` to latest patch
- Update `sbt-assembly` plugin
- Update portal to remove chatty console
- Update portal scripts to add license header
- Update prepare-portal/Gruntfile to combine js and css where applicable
- Remove unused gentelella files from final portal artifact
- Add support for shared zones to quickstart/docker images
- Consolidate built artifacts in `artifacts/` to make eventual release easier
2021-11-02 17:06:24 -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
693b5e15e9
Expand Zone access (#689) 2019-06-24 17:19:59 -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
Britney Wright
4ca1bcbaf8
stop duplicate zone creation bug (#307) 2018-10-29 16:56:57 -04:00
Paul James Cleary
f0726ecb37 Initial code release 2018-07-31 14:26:07 -04:00