Commit Graph
66 Commits
Author SHA1 Message Date
denozord 60f55e447f feat(ServerManager): fetch and integrate network configuration gateways for improved server gateway handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m58s
2026-02-17 12:53:54 +07:00
denozord 7cd33384b7 feat(ServerManager): add group selection functionality for servers in ServerManager and ServerGroupCard components
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m51s
2026-02-17 12:10:49 +07:00
denozord d799c38edf feat(ServerManager): implement server grouping in cards view and enhance server modal for groupKey input
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m52s
2026-02-17 10:37:23 +07:00
denozord 1f49b02ba0 refactor(PageHeaderActions): restructure actions layout and enhance button visibility for improved user interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m52s
2026-02-16 22:45:06 +07:00
denozord 0935eacd3f refactor(ServerManager): enhance actions layout and button styling for improved user experience and interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m58s
2026-02-16 22:28:47 +07:00
denozord 5c57e160fd refactor(ServerManager): adjust offcanvas width and maxWidth for improved layout and responsiveness
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m0s
2026-02-16 19:48:59 +07:00
denozord a6cf9f7130 refactor(ServerManager): integrate PageHeaderActions for enhanced action handling and UI consistency in server management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s
2026-02-16 19:39:28 +07:00
denozord cf6d8b61a3 refactor(PageHeader): standardize header component across various managers by adding icons for improved visual consistency and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m53s
2026-02-16 19:26:56 +07:00
denozord 75d2366462 refactor(ServerManager): implement offcanvas for filters and update ServerSidebar for embedded usage to enhance UI flexibility and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m53s
2026-02-16 19:17:13 +07:00
denozord 698d42ce31 refactor(Managers): remove Breadcrumbs component from various managers for cleaner UI and improved readability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s
2026-02-16 16:58:24 +07:00
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