denozord
|
5eecb8d070
|
feat(mikrotikBackupScheduler, MikrotikBackupsManager): enhance backup server management by integrating UI settings and adding server selection functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m58s
|
2026-02-09 17:06:49 +07:00 |
|
denozord
|
0d9542d7e9
|
refactor(App, MikrotikBackupsManager): remove unused IconDatabaseBackup and update icon reference for Mikrotik backups
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m28s
|
2026-02-09 16:51:21 +07:00 |
|
denozord
|
bcbbdc19e4
|
fix(MikrotikBackupsManager): correct backup server description formatting for consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m10s
|
2026-02-09 16:38:59 +07:00 |
|
denozord
|
275f2f6929
|
feat(mikrotikBackup): add MikroTik backup functionality with S3 integration and implement backup scheduler
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m2s
|
2026-02-09 15:13:56 +07:00 |
|
denozord
|
3d9394e27d
|
fix(mikrotikApplyService, ServerModal): update default port for MikroTik connections to 80 and ensure proper number conversion for port input
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m41s
|
2026-02-04 15:07:13 +07:00 |
|
denozord
|
21d2707a1b
|
refactor(BillingManager): streamline next payment date calculation by integrating it into data normalization process
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m21s
|
2026-02-04 12:33:48 +07:00 |
|
denozord
|
d8457b1497
|
feat(BillingManager): implement next payment date calculation based on payment history and exchange rates
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m50s
|
2026-02-04 11:29:34 +07:00 |
|
denozord
|
e5b72ca56f
|
feat(BillingManager): add functionality to calculate next payment date by adding one month to the last payment date
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m46s
|
2026-02-04 10:26:19 +07:00 |
|
denozord
|
61c87e69ef
|
fix(mikrotikConfigRoutes): enhance script execution logic to find script ID before running
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m9s
|
2026-02-03 23:47:39 +07:00 |
|
denozord
|
d4a1643a25
|
fix(mikrotikConfigRoutes): correct script execution command to use '.id' for script name in API call
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m54s
|
2026-02-03 22:17:49 +07:00 |
|
denozord
|
7815c5354f
|
fix(mikrotikConfigRoutes): update script execution command to use the correct REST API endpoint for running scripts
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m3s
|
2026-02-03 22:11:28 +07:00 |
|
denozord
|
335af01116
|
feat(mikrotikConfigRoutes, FilterManager): add run-script endpoint and integrate BGP update functionality in FilterManager
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s
|
2026-02-03 21:56:30 +07:00 |
|
denozord
|
99c027f96f
|
fix(mikrotikApplyService): filter routes by comment prefix when removing to ensure accurate route deletion
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m55s
|
2026-02-03 21:43:08 +07:00 |
|
denozord
|
6e4a0aae27
|
refactor(mikrotikInterfaceGenerator, NetworkConfigManager): improve comments for route removal and enhance request logging format in API responses
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m0s
|
2026-02-03 21:35:04 +07:00 |
|
denozord
|
1dfdfcfeec
|
fix(mikrotikConfigRoutes, mikrotikApplyService): update default port for MikroTik API connections from 443 to 80 to align with REST API standards
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m59s
|
2026-02-03 21:26:47 +07:00 |
|
denozord
|
999bd14590
|
refactor(mikrotikApplyService): transition from node-routeros to REST API client for MikroTik configuration; enhance request handling and error management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m10s
|
2026-02-03 21:19:01 +07:00 |
|
denozord
|
e7c527f787
|
chore(mikrotikConfigRoutes): remove deprecated MikroTik configuration routes file
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m49s
|
2026-02-03 21:02:19 +07:00 |
|
denozord
|
76294ab2c9
|
refactor(NetworkConfigManager, mikrotikConfigRoutes): streamline logging and error handling in MikroTik configuration application; remove redundant debug log setup
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m8s
|
2026-02-03 20:50:31 +07:00 |
|
denozord
|
ce107db7ea
|
feat(MikrotikConfig, NetworkConfigManager): implement streaming logs for MikroTik configuration application and enhance error handling in response processing
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 3m2s
|
2026-02-03 20:40:32 +07:00 |
|
denozord
|
b374faa593
|
feat(MikrotikConfig): add ping endpoint and enhance applyMikrotikConfig error handling with safe response method
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s
|
2026-02-03 20:22:19 +07:00 |
|
denozord
|
b581c47c28
|
feat(MikrotikConfig): enhance applyMikrotikConfig and NetworkConfigManager with detailed request logging and error handling improvements
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s
|
2026-02-03 20:13:08 +07:00 |
|
denozord
|
e5f093b65f
|
refactor(MikrotikConfig): implement timeout handling and improve error management in applyMikrotikConfig function
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m51s
|
2026-02-03 20:05:05 +07:00 |
|
denozord
|
f56150694b
|
fix(NetworkConfigManager): update button click handler to use arrow function for improved readability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m15s
|
2026-02-03 19:55:40 +07:00 |
|
denozord
|
3319f9c329
|
refactor(NetworkConfigManager): update API call for applying MikroTik configuration to use fetch; improve error handling and response processing
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m55s
|
2026-02-03 19:48:05 +07:00 |
|
denozord
|
94314c383b
|
feat(MikrotikConfig): add API endpoint for applying MikroTik configuration; update frontend to support configuration application with dry-run option and modal interface
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m56s
|
2026-02-03 19:26:49 +07:00 |
|
denozord
|
1a27217676
|
feat(MikrotikConnection): add MikroTik connection testing functionality in ServerModal; update API routes and README for new encryption key and connection endpoint
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m13s
|
2026-02-03 19:12:32 +07:00 |
|
denozord
|
0ea0f376a6
|
feat(MikrotikConfig): enhance MikroTik configuration generation with support for 'text' and 'json' formats; add new API endpoints for interface and recursive route generation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m37s
|
2026-02-03 17:46:30 +07:00 |
|
denozord
|
5b96325184
|
feat(NetworkConfigManager): implement recursive gateway code generation for enhanced routing configuration, including error handling for missing gateways and parent references
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m45s
|
2026-01-25 21:43:53 +07:00 |
|
denozord
|
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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m47s
|
2026-01-25 21:35:33 +07:00 |
|
denozord
|
f4f79a8f01
|
fix(NetworkConfigManager): refine IP conflict checking logic to ensure uniqueness of gateways on the same server, improving conflict notification accuracy
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m44s
|
2026-01-25 21:32:51 +07:00 |
|
denozord
|
49ee872e4a
|
fix(NetworkConfigManager): correct comment formatting for IP conflict checking logic to enhance code clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m54s
|
2026-01-25 21:24:43 +07:00 |
|
denozord
|
e0163fa968
|
fix(NetworkConfigManager): update IP conflict checking logic to differentiate between gateway and interface IPs, ensuring accurate conflict notifications during gateway creation
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
|
2026-01-25 21:23:03 +07:00 |
|
denozord
|
2ee43d0538
|
feat(NetworkConfigManager): implement PTR zone replacement functionality, allowing dynamic DNS adjustments for improved server configuration and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
|
2026-01-25 21:21:39 +07:00 |
|
denozord
|
c7ebe0943b
|
feat(NetworkConfigManager, GatewayAutocompleteInput): add serverId handling for gateway filtering, enhancing configuration accuracy and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m2s
|
2026-01-25 21:06:15 +07:00 |
|
denozord
|
d583757882
|
feat(NetworkConfigManager): add IP normalization function to enhance gateway IP generation, ensuring correct handling of full and partial IP inputs
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m44s
|
2026-01-25 19:25:52 +07:00 |
|
denozord
|
80c91d9c54
|
feat(NetworkConfigManager): enhance gateway IP generation logic to support direct and recursive gateways, improving template-based configuration and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
|
2026-01-25 19:17:20 +07:00 |
|
denozord
|
604d45ed92
|
feat(NetworkConfigManager): add gateway templates feature for streamlined gateway creation and configuration, enhancing user experience and efficiency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m44s
|
2026-01-25 14:20:56 +07:00 |
|
denozord
|
335f7c9b58
|
refactor(NetworkConfigManager): replace action buttons with compact icon buttons wrapped in tooltips for improved UI clarity and user interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
|
2026-01-25 14:15:39 +07:00 |
|
denozord
|
4feb84338a
|
refactor(NetworkConfigManager): improve layout and styling of server cards for better user experience and readability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m47s
|
2026-01-25 14:08:30 +07:00 |
|
denozord
|
3b858441a2
|
refactor(NetworkConfigManager): enhance UI structure and styling for server cards, improving readability and user interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m42s
|
2026-01-25 14:00:54 +07:00 |
|
denozord
|
cc77a21ba1
|
feat(NetworkConfigManager): add server-wide MikroTik code generation for interfaces, improving bulk configuration capabilities and user feedback
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
|
2026-01-25 12:26:26 +07:00 |
|
denozord
|
6f1d307ee0
|
feat(NetworkConfigManager): implement category-based accordion view for gateways and interfaces, improving organization and user navigation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m51s
|
2026-01-25 03:46:35 +07:00 |
|
denozord
|
0310147044
|
feat(NetworkConfigManager): add GRE interface list support for home routers, enhancing tunnel management and configuration clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m45s
|
2026-01-25 03:16:02 +07:00 |
|
denozord
|
2bdad8445e
|
feat(NetworkConfigManager): add support for local-address parameter in GRE tunnel configuration for home routers, improving network setup clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m44s
|
2026-01-24 18:21:28 +07:00 |
|
denozord
|
cd4b95bb8f
|
feat(NetworkConfigManager): implement MikroTik code generation for individual gateways, enhancing user experience with detailed route generation and error handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
|
2026-01-24 13:59:17 +07:00 |
|
denozord
|
6ced966274
|
fix(NetworkConfigManager): enhance validation for /30 networks by ensuring generated local and remote IPs are always checked against network and broadcast address conflicts, improving IP generation reliability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
|
2026-01-24 01:18:05 +07:00 |
|
denozord
|
32255c6a3a
|
fix(NetworkConfigManager): enhance validation for /30 networks by ensuring local and remote IPs do not conflict with network and broadcast addresses, improving IP generation accuracy
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
|
2026-01-24 00:52:35 +07:00 |
|
denozord
|
4ff9ae0f46
|
fix(NetworkConfigManager): refine validation logic for /30 networks to ensure local IPs are correctly derived and within valid ranges, enhancing overall IP generation accuracy
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m48s
|
2026-01-24 00:32:51 +07:00 |
|
denozord
|
4c9cb7eab6
|
fix(NetworkConfigManager): improve validation for /30 networks by ensuring local and remote IPs do not conflict with network and broadcast addresses
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
|
2026-01-23 19:18:06 +07:00 |
|
denozord
|
f60611e689
|
feat(NetworkConfigManager): implement MikroTik code generation for individual and selected interfaces, enhancing user interaction and flexibility in network configuration
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m37s
|
2026-01-23 15:59:11 +07:00 |
|