Commit Graph
56 Commits
Author SHA1 Message Date
denozord dace11a407 feat(FilterManager): add functionality to copy filter rules from another server; implement modal for server selection and enhance jumphost filtering logic
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2026-01-21 18:50:55 +07:00
denozord 86d4ecb7e2 feat(BillingManager, ServerManager): implement automatic synchronization of billing entries for new servers; enhance server management modals for improved error handling and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m41s
2026-01-20 17:31:41 +07:00
denozord d173112bae feat(ServerManager): automate billing entry creation for new servers; synchronize existing servers with billing records
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m45s
2026-01-20 17:20:47 +07:00
denozord cf3b1a2028 refactor(ServerManager, ServerCard): remove unused icons and streamline server card layout; enhance button styles and improve responsiveness
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2026-01-20 16:29:28 +07:00
denozord 20db630395 fix(UI): улучшен hover на кнопках и читаемость bulk actions
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
2026-01-20 14:24:25 +07:00
denozord acd4e80435 feat: Refactor ServerManager component to enhance server management features, including improved filtering, sorting, pagination, and bulk actions, while adding new server and connection management functionalities.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m33s
2026-01-20 13:33:03 +07:00
denozord 27dade3eda feat: Implement date formatting utility functions and update components to use formatted timestamps for improved readability and consistency across the application.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m47s
2025-12-24 15:52:01 +07:00
denozord 6dfcaa584d feat: Integrate Pagination component into ASNsNewManager, DomainsNewManager, IPRangesManager, and FilterManager for improved navigation and user experience across multiple pages of data.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m46s
2025-12-24 15:29:46 +07:00
denozord 9fb92c19cb feat: Enhance EditServerModal initialization logic by ensuring local state is synchronized with props only on modal open, improving state management and preventing unnecessary updates.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m11s
2025-12-07 01:41:22 +07:00
denozord 62ceb95233 feat: Refactor EditServerModal to enhance gateway management with improved state handling, including dedicated functions for updating, adding, and removing gateways, ensuring robust server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m12s
2025-12-07 01:35:10 +07:00
denozord 15dc034088 feat: Safeguard gateway access in EditServerModal by ensuring localServer's gateways are properly initialized as an array, enhancing reliability in server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m5s
2025-12-07 01:26:25 +07:00
denozord c9cb325eb1 feat: Safeguard gateway access in EditServerModal by ensuring localServer's gateways are properly initialized as an array, enhancing reliability in server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m24s
2025-12-07 01:19:02 +07:00
denozord 866c474ac2 refactor: Remove unnecessary gateways initialization in ServerManager to streamline code and improve clarity in handling server configurations.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m16s
2025-12-07 01:13:17 +07:00
denozord cb657fe56e feat: Safeguard gateway addition in EditServerModal by implementing error handling during state updates, ensuring robust server configuration management.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m8s
2025-12-07 00:58:26 +07:00
denozord e14839ca21 feat: Refactor gateway addition logic in EditServerModal to ensure safe state updates and improve clarity in handling gateways, enhancing server configuration reliability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s
2025-12-07 00:47:35 +07:00
denozord f246d5407a feat: Improve gateway handling in ServerManager by ensuring safe access to gateways array and enhancing the addition of new gateways, promoting better server configuration reliability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m1s
2025-12-07 00:33:51 +07:00
denozord 7b6e7580fb feat: Enhance gateway initialization in EditServerModal by ensuring a default primary gateway is created when no gateways are specified, improving server configuration reliability.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m56s
2025-12-07 00:27:03 +07:00
denozord 83b3fd96aa feat: Add gateway management UI in EditServerModal, allowing users to add, edit, and remove gateways with validation for primary gateway selection, enhancing server configuration experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m59s
2025-12-07 00:19:41 +07:00
denozord cfa08dd32f feat: Improve gateway handling in ServerManager by enforcing validation for jumphost and exit server types, ensuring at least one primary gateway is specified during server addition and updates.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m5s
2025-12-07 00:13:40 +07:00
denozord 7bc5b48af7 feat: Enhance server validation in server.js and improve gateway management in ServerManager and FilterManager, ensuring proper gateway configuration for jumphost and exit server types.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m2s
2025-12-06 23:56:08 +07:00
denozord f8f8be44ca feat: Introduce server type management in ServerManager, enhancing server configuration with type selection and validation, and update example-servers.json to include server types for improved data consistency.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m27s
2025-12-06 02:16:37 +07:00
denozord 007c7514e1 feat: Implement server connections API and enhance GraphView with custom edge styling for improved visualization and user interaction in the topology graph.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m23s
2025-12-01 16:49:00 +07:00
denozord 840865e074 feat: Enhance GraphView and ServerManager components by adding node highlighting and a modal for quick connection creation, improving user interaction and visual feedback in the graph interface.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m37s
2025-12-01 16:36:32 +07:00
denozord bf4b1b1554 feat: Enhance ServerManager component by adding optional external and internal IP fields, improving server addition and editing functionality, and updating validation messages for better user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m45s
2025-12-01 15:57:53 +07:00
denozord 8952c4a897 feat: Добавить анимации и улучшения UX/UI в компоненты приложения, включая плавные переходы, эффекты при наведении и анимации для модальных окон. Обновить карточки и таблицы с новыми анимациями для улучшения визуального восприятия и доступности.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m42s
2025-10-02 19:17:25 +07:00
denozord cdf42aa589 feat: Introduce cursor utility class for pointer interactions and refactor action buttons into PageHeaderActions component across multiple managers for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m54s
2025-08-12 13:29:19 +07:00
denozord f06a433d77 feat: Standardize button sizes and icons across multiple manager components for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m14s
2025-08-12 13:08:06 +07:00
denozord 026d2a9379 feat: Refactor page headers in multiple managers for improved layout and consistency; remove global badge styles to support Tabler text colors
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m30s
2025-08-12 12:46:29 +07:00
denozord f44acbff98 feat: Add ConfirmDialog component for enhanced user confirmation in DataManager, FilterManager, and ServerManager; integrate html-to-image library for image conversion functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m35s
2025-08-11 21:22:30 +07:00
denozord 6afd43f9e8 feat: Enhance server security and performance by adding helmet for security headers, implementing rate limiting, and centralizing error handling; update frontend API calls to use a dedicated api module for consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m37s
2025-08-11 19:11:30 +07:00
denozord 7419762681 feat: Enhance GraphView component with connection creation delegation and fullscreen mode handling, and update ServerManager to support new connection logic
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m25s
2025-08-11 09:00:04 +07:00
denozord cc8d11cfb1 feat: Add server availability check API and integrate it into the Dashboard and ServerManager components for enhanced server monitoring and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
2025-08-11 00:00:07 +07:00
denozord 0e81f36200 feat: Enhance GraphView and ServerManager components with tunnel type styles and hover effects for improved visualization and user interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m45s
2025-08-08 14:55:23 +07:00
denozord 389725c023 feat: Replace anchor tags with button elements for close actions in multiple managers to improve accessibility and semantic HTML
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m56s
2025-08-08 12:16:09 +07:00
denozord 6d7ed80646 feat: Enhance ASNsNewManager with input validation, import/export functionality, and improved UI feedback for better user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m32s
2025-08-08 10:56:31 +07:00
denozord 64dbe621be feat: Refactor pagination components across multiple managers to improve UI consistency and enhance user experience with better navigation controls
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m1s
2025-08-08 10:24:41 +07:00
denozord bbf143dee7 refactor: Simplify GraphView component by removing state management and implementing grid-based node positioning for improved layout
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m18s
2025-07-15 22:01:09 +07:00
denozord a104cc7a3f feat: Replace react-vis-network-graph with react-sigma for enhanced graph visualization and update GraphView component to utilize SVG for rendering connections and nodes
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m11s
2025-07-15 21:45:28 +07:00
denozord c5da9e357e feat: Replace ForceGraph with react-vis-network-graph for improved visualization and enhance ServerManager with connection validation and deletion functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m50s
2025-07-15 19:37:31 +07:00
denozord 2590b08262 feat: Add GraphView component for visualizing server connections and implement connection management in ServerManager
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m19s
2025-07-15 19:24:45 +07:00
denozord 93ace3c619 feat: Add filters API endpoints for retrieving, updating, generating, and exporting MikroTik configurations
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m37s
2025-07-14 08:09:05 +07:00
denozord a4c5b1dd98 refactor: Update button styles and layout in ServerManager for improved accessibility and visual consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m59s
2025-07-11 13:01:45 +07:00
denozord 3e6199a339 refactor: Remove link column from ServerManager and streamline action button layout for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 9m26s
2025-07-11 12:45:43 +07:00
denozord 24d2198f72 refactor: Adjust min-width for action buttons in ServerManager to enhance layout consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m51s
2025-07-11 12:19:53 +07:00
denozord 15f3166758 refactor: Update button layout in ServerManager for improved UI consistency and accessibility
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m47s
2025-07-11 12:06:01 +07:00
denozord 85ed473cca feat: Refactor ServerManager layout to improve server list display and enhance filtering options
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 18m28s
2025-07-11 08:46:03 +07:00
denozord 9e4c6863b6 feat: Enhance ServerManager with gateway field, improved validation, and new control buttons for server management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 18m46s
2025-07-11 08:26:10 +07:00
denozord 546d9aabac feat: Implement add server modal in ServerManager for enhanced server management, including validation and custom provider support
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 17m24s
2025-07-11 07:56:43 +07:00
denozord 4efe958c2e feat: Add link generator functionality in ServerManager with URL settings management and CSV export feature
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 18m44s
2025-07-11 07:22:20 +07:00
denozord 0d53b11dc4 fix: Ensure safe removal of event listeners in EditServerModal and DeleteServerModal to prevent potential memory leaks
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 13m32s
2025-07-10 11:00:33 +07:00