denozord
  • Joined on 2024-11-14
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 21:02:23 +07:00
e7c527f787 chore(mikrotikConfigRoutes): remove deprecated MikroTik configuration routes file
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 20:50:34 +07:00
76294ab2c9 refactor(NetworkConfigManager, mikrotikConfigRoutes): streamline logging and error handling in MikroTik configuration application; remove redundant debug log setup
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 20:40:35 +07:00
ce107db7ea feat(MikrotikConfig, NetworkConfigManager): implement streaming logs for MikroTik configuration application and enhance error handling in response processing
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 20:22:23 +07:00
b374faa593 feat(MikrotikConfig): add ping endpoint and enhance applyMikrotikConfig error handling with safe response method
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 20:13:20 +07:00
b581c47c28 feat(MikrotikConfig): enhance applyMikrotikConfig and NetworkConfigManager with detailed request logging and error handling improvements
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 20:05:08 +07:00
e5f093b65f refactor(MikrotikConfig): implement timeout handling and improve error management in applyMikrotikConfig function
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 19:55:45 +07:00
f56150694b fix(NetworkConfigManager): update button click handler to use arrow function for improved readability
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 19:48:10 +07:00
3319f9c329 refactor(NetworkConfigManager): update API call for applying MikroTik configuration to use fetch; improve error handling and response processing
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 19:26:52 +07:00
94314c383b feat(MikrotikConfig): add API endpoint for applying MikroTik configuration; update frontend to support configuration application with dry-run option and modal interface
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 19:12:45 +07:00
1a27217676 feat(MikrotikConnection): add MikroTik connection testing functionality in ServerModal; update API routes and README for new encryption key and connection endpoint
denozord pushed to v3 at denozord/router-lists-ui 2026-02-03 17:46:38 +07:00
0ea0f376a6 feat(MikrotikConfig): enhance MikroTik configuration generation with support for 'text' and 'json' formats; add new API endpoints for interface and recursive route generation
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 21:43:54 +07:00
5b96325184 feat(NetworkConfigManager): implement recursive gateway code generation for enhanced routing configuration, including error handling for missing gateways and parent references
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 21:35:35 +07:00
ac34faaf48 feat(NetworkConfigManager, SettingsModal): add global PTR zone settings management, allowing users to define DNS replacements in both global and interface-specific contexts for enhanced configuration flexibility
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 21:32:54 +07:00
f4f79a8f01 fix(NetworkConfigManager): refine IP conflict checking logic to ensure uniqueness of gateways on the same server, improving conflict notification accuracy
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 21:24:45 +07:00
49ee872e4a fix(NetworkConfigManager): correct comment formatting for IP conflict checking logic to enhance code clarity
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 21:23:05 +07:00
e0163fa968 fix(NetworkConfigManager): update IP conflict checking logic to differentiate between gateway and interface IPs, ensuring accurate conflict notifications during gateway creation
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 21:21:40 +07:00
2ee43d0538 feat(NetworkConfigManager): implement PTR zone replacement functionality, allowing dynamic DNS adjustments for improved server configuration and user experience
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 21:08:05 +07:00
c7ebe0943b feat(NetworkConfigManager, GatewayAutocompleteInput): add serverId handling for gateway filtering, enhancing configuration accuracy and user experience
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 19:25:54 +07:00
d583757882 feat(NetworkConfigManager): add IP normalization function to enhance gateway IP generation, ensuring correct handling of full and partial IP inputs
denozord pushed to v3 at denozord/router-lists-ui 2026-01-25 19:17:28 +07:00
80c91d9c54 feat(NetworkConfigManager): enhance gateway IP generation logic to support direct and recursive gateways, improving template-based configuration and user experience