You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><strong>Template Ownership Tracking</strong>: New <code>created_by</code> field tracks who created each template</li>
683
-
<li><strong>Enhanced Permissions</strong>: New permissions <code>zone_templ_add</code> and <code>zone_templ_edit</code> for granular access control</li>
700
+
<li><strong>Enhanced Permissions</strong>: New granular permissions system with two new permissions:<ul>
701
+
<li><code>zone_templ_add</code>: "User is allowed to add new zone templates"</li>
702
+
<li><code>zone_templ_edit</code>: "User is allowed to edit existing zone templates"</li>
703
+
</ul>
704
+
</li>
684
705
<li><strong>Template-Zone Synchronization</strong>: New <code>zone_template_sync</code> table tracks sync status between templates and zones</li>
685
706
<li><strong>Change Detection</strong>: System detects when templates need to be re-synchronized with zones</li>
707
+
<li><strong>Template Unlinking</strong>: Ability to unlink zones from templates when needed</li>
686
708
<li><strong>Batch Operations</strong>: Support for bulk template operations and zone updates</li>
687
709
</ul>
688
710
</li>
711
+
<li>
712
+
<p><strong>Bulk Operations Suite</strong></p>
713
+
<ul>
714
+
<li><strong>Bulk Record Addition</strong>: Add multiple DNS records at once to existing zones</li>
715
+
<li><strong>Bulk Zone Registration</strong>: Register multiple zones simultaneously with templates</li>
716
+
<li><strong>Batch PTR Record Creation</strong>: Automated batch creation of reverse DNS records</li>
717
+
<li><strong>Bulk Zone Management</strong>: Streamlined operations for managing large numbers of zones</li>
0 commit comments