Commit Graph
385 Commits
Author SHA1 Message Date
denozord b7a55e4241 fix(NetworkConfigManager): enhance IP generation logic for /30 networks to ensure valid address ranges and prevent conflicts with reserved IPs
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-23 14:24:36 +07:00
denozord cef571cc40 feat(NetworkConfigManager): add MTU field to interface configuration, allowing for better network performance tuning and flexibility in settings
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m19s
2026-01-23 00:15:02 +07:00
denozord 9b74b77391 refactor(NetworkConfigManager): remove unused MTU settings from interface creation logic to streamline code and improve clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m24s
2026-01-23 00:01:25 +07:00
denozord 2157c6a3c7 feat(NetworkConfigManager): add MTU configuration support for interfaces, enhancing flexibility in tunnel settings and improving user input handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m9s
2026-01-22 23:59:01 +07:00
denozord 26f8a97c21 fix(NetworkConfigManager): update GRE tunnel configuration to use DNS domain for remote address if available, improving flexibility in server address handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m33s
2026-01-22 23:34:09 +07:00
denozord 3ab4c4095a feat(ServerManagement): add 'home' server type to server configurations and update related components to handle billing and filtering exclusions for home routers 2026-01-22 23:30:04 +07:00
denozord 5114e9dd81 refactor(NetworkConfigManager): clean up parentGateways and remove deprecated parentGatewayId field for improved data handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 22:23:09 +07:00
denozord 0cfeaec417 feat(NetworkConfigManager): normalize interface names and descriptions to uppercase for consistency; enhance data handling during interface creation and updates
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 22:14:19 +07:00
denozord ded2116b43 feat(NetworkConfigManager): enhance IP generation logic to ensure unique local and remote IP pairs; improve handling of alternative IP generation for tunnel previews, ensuring better usability and error handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m42s
2026-01-22 22:05:16 +07:00
denozord fc27599222 feat(NetworkConfigManager): refine tunnel preview functionality to support multiple server pairs; enhance IP address generation logic for better handling of local and remote IPs, ensuring uniqueness and proper display in the UI
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 21:28:02 +07:00
denozord ba0f0273e3 feat(NetworkConfigManager): improve IP address generation by passing used IPs to ensure uniqueness across tunnel creations; enhance error messaging for IP allocation failures
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m46s
2026-01-22 21:17:50 +07:00
denozord cd2c0d275e feat(NetworkConfigManager): enhance IP address generation logic to validate local and remote IPs against CIDR; ensure unique IPs and improve handling for /30 networks
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 21:04:24 +07:00
denozord ced727e702 feat(NetworkConfigManager): implement dynamic server pair management for multiple tunnel creation; enhance UI for server selection and interface naming, ensuring proper validation and error handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
2026-01-22 20:49:27 +07:00
denozord 297ea4af34 feat(NetworkConfigManager): enhance tunnel creation logic to support multiple tunnels with dynamic server pairing and improved IP address generation; update UI to reflect changes in tunnel count and server selection
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m46s
2026-01-22 20:37:04 +07:00
denozord 84b4f7e795 refactor(NetworkConfigManager): remove unused IP generation and CIDR checking functions to streamline code and improve maintainability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2026-01-22 20:20:48 +07:00
denozord e57d1316d2 feat(NetworkConfigManager): add support for multiple tunnel creation; implement dynamic interface naming and IP address generation for specified tunnel count
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 54s
2026-01-22 20:14:27 +07:00
denozord 2f09c9ebbb feat(NetworkConfigManager): add IP pool selection for IP address generation; enhance IP address generation logic to utilize selected IP pools and improve user interface for IP pool management
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 54s
2026-01-22 20:10:41 +07:00
denozord 999285801d refactor(NetworkConfigManager): update GRE tunnel creation to use ipsec-secret for IPSec configuration; streamline code generation for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 19:44:50 +07:00
denozord cb0c370c10 fix(NetworkConfigManager): improve IPSec password validation and handling; ensure non-empty passwords are processed and add warnings for empty responses
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2026-01-22 19:35:25 +07:00
denozord 76a8b867f8 feat(NetworkConfigManager): extend IPSec password handling for GRE tunnels; update modal behavior and enhance MikroTik code generation for GRE with optional IPSec support
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 19:22:34 +07:00
denozord a77ba76ff8 feat(NetworkConfigManager, server): update IPSec password handling; return password ID in response and enhance modal behavior for better user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m19s
2026-01-22 19:17:24 +07:00
denozord d223981a93 feat(NetworkConfigManager, server): implement IPSec password management; add CRUD operations for IPSec passwords in the backend and integrate UI components for creating, editing, and deleting passwords in the frontend
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m21s
2026-01-22 19:07:34 +07:00
denozord 39f3510512 feat(NetworkConfigManager): add optional interface names for servers; enhance interface name generation logic with DNS parsing and user-defined names
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2026-01-22 18:56:50 +07:00
denozord 011740df1f feat(NetworkConfigManager): add interface template creation feature; implement modal for generating interfaces from server templates with conflict checking and preview functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m36s
2026-01-22 18:43:59 +07:00
denozord 566dd1d1bb refactor(NetworkConfigManager): adjust column layout for Local and Remote IP fields; change width from 4 to 3 for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m35s
2026-01-22 18:38:12 +07:00
denozord 8f5cd700c3 feat(NetworkConfigManager): add IP Pool management features; implement filtering and rendering for IP Pools, including server grouping and enhanced UI elements
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 18:33:40 +07:00
denozord b94b7c67e2 feat(NetworkConfigManager): enhance IP generation logic for /30 networks; support paired local and remote IP generation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 17:49:47 +07:00
denozord 96d8e9bb67 feat(NetworkConfigManager): add PTR zone display for servers; enhance interface with additional server information
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m52s
2026-01-22 17:44:31 +07:00
denozord 5c2edac25a feat(NetworkConfigManager): implement IP suggestion feature for local and remote IPs; add functionality to generate free private IPs from defined ranges
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 17:40:14 +07:00
denozord 51999d485c refactor(NetworkConfigManager): streamline IP registry processing; enhance conflict detection and improve interface display with clearer server information
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 17:33:31 +07:00
denozord a076f981bb feat(NetworkConfigManager): enhance IP registry with server information; display unique servers for each IP and improve interface management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m36s
2026-01-22 17:28:00 +07:00
denozord 0442942b44 feat(NetworkConfigManager): add IP registry management features; implement IP conflict checking and filtering for better interface management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m36s
2026-01-22 17:18:14 +07:00
denozord 0109d5ea5f refactor(NetworkConfigManager): adjust layout dimensions for improved consistency; simplify DNS display by removing unnecessary badges and buttons
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 15:50:53 +07:00
denozord 29e0679038 refactor(NetworkConfigManager): update server DNS display logic for improved clarity; localize indicator type for better user understanding
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m36s
2026-01-22 15:40:39 +07:00
denozord 849247002c refactor(NetworkConfigManager): migrate parentGatewayId to parentGateways array for recursive gateways; enhance data handling and UI updates for improved clarity and functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 15:23:18 +07:00
denozord 8f81cf9645 refactor(NetworkConfigManager): enhance layout and styling for improved responsiveness; adjust flex properties for better alignment and display of elements
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m46s
2026-01-22 15:05:49 +07:00
denozord e9a029e568 refactor(NetworkConfigManager): adjust card layout for items display; improve responsiveness by modifying Bootstrap grid column size
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m36s
2026-01-22 14:56:41 +07:00
denozord cc69bc53b9 refactor(NetworkConfigManager): update card layout for items display; enhance responsiveness with Bootstrap grid system
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m37s
2026-01-22 14:50:23 +07:00
denozord b79dced147 refactor(NetworkConfigManager): improve layout and styling of gateway and interface cards; enhance indicator display and text formatting for better clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 14:43:43 +07:00
denozord 00bf38fbb9 refactor(NetworkConfigManager): enhance gateway and interface card rendering with improved layout and indicator display; update MikroTik code generation for gateway values
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2026-01-22 14:31:08 +07:00
denozord 0bd2a07dd2 feat(NetworkConfigManager): implement code copying functionality for individual blocks and all generated MikroTik code; update server grouping display for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 14:05:52 +07:00
denozord 75a7778148 refactor(NetworkConfigManager): improve MikroTik code copying functionality and group blocks by server; enhance interface card rendering for dual server support
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 13:55:06 +07:00
denozord 9328e205a0 refactor(NetworkConfigManager): enhance server display with card layout for improved UI; remove unused PreviewConfigModal import
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s
2026-01-22 13:42:47 +07:00
denozord b0ccbc5c54 refactor(NetworkConfigManager): update MikroTik code generation to return structured blocks for interface addresses and recursive routes; enhance modal display for generated code
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 58s
2026-01-22 13:28:47 +07:00
denozord fdc8b1f458 feat(NetworkConfigManager): add optional second interface name for dual server configurations; enhance UI to support interface naming for both servers
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 13:18:46 +07:00
denozord cf1dbfce37 feat(NetworkConfigManager): add support for dual server configurations in network interfaces; enhance MikroTik code generation and UI to display both servers
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-22 13:07:39 +07:00
denozord bf08e91d4b fix(NetworkConfigManager): update parent type handling and improve IP assignment for gateways and interfaces; enhance logging for missing parent configurations
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m33s
2026-01-22 12:41:20 +07:00
denozord ea6220d955 feat(NetworkConfigManager, FilterManager): replace select with GatewayAutocompleteInput for parent gateway selection; update display to include comments in gateway details
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
2026-01-22 12:29:29 +07:00
denozord 64f4b76d3f feat(NetworkConfigManager, FilterManager): enhance gateway display and validation; update UI to show comments and improve IP handling in gateway configuration
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
2026-01-22 12:16:08 +07:00
denozord d3bf307d6c feat(NetworkConfigManager, FilterManager): update gateway configuration to use IP as name; enhance filtering logic and UI to accommodate changes in gateway structure
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m44s
2026-01-22 12:05:07 +07:00