Commit Graph
190 Commits
Author SHA1 Message Date
denozord ae8141bee8 refactor: Integrate PortalDropdown component into PageHeaderActions for improved dropdown management and layout consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 17m4s
2025-08-13 12:04:36 +07:00
denozord bdfbdcfa1f style: Elevate z-index for dropdowns and page header to ensure proper overlay on content; adjust button attributes for improved dropdown behavior
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 19m43s
2025-08-13 11:05:52 +07:00
denozord 30fbc1107d style: Refine header actions layout by adjusting button alignment and enhancing dropdown z-index for improved visibility and usability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m7s
2025-08-13 10:23:05 +07:00
denozord 3dbb8db338 style: Update header actions layout with improved button grouping and dropdown z-index for better overlay on tables/cards
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 16m41s
2025-08-13 09:45:13 +07:00
denozord a9029acea2 refactor: Remove unused preview actions from ASNs, Domains, and IPRanges managers; streamline PageHeaderActions component for improved clarity and usability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 25m46s
2025-08-13 09:12:36 +07:00
denozord 358bfb04b6 feat: Implement background BGP update proxy endpoint and update documentation; refactor frontend components to utilize new API endpoint
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 19m20s
2025-08-13 00:41:32 +07:00
denozord 5b80e5faa4 feat: Add comprehensive documentation for Router Lists UI, including setup instructions, API endpoints, and frontend/backend structure; enhance navbar styles for better responsiveness
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
2025-08-13 00:12:34 +07:00
denozord 8982c9ae10 feat: Enhance header actions with responsive design and improved button layout for better usability on small screens
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m35s
2025-08-12 23:46:49 +07:00
denozord 9c0fe54402 fix: Improve JSON message handling in WsUpdateModal to ensure only relevant data is logged and enhance error resilience during parsing
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m17s
2025-08-12 23:10:42 +07:00
denozord 64b9254174 feat: Implement header actions toolbar with improved button grouping and layout for enhanced user interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m33s
2025-08-12 22:53:49 +07:00
denozord 10a86232fc feat: Enhance WsUpdateModal with improved message handling, auto-scroll functionality, and log management features for better user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m10s
2025-08-12 22:48:18 +07:00
denozord 459b02f756 feat: Add WebSocket and background update functionality to ASNs, Domains, and IPRanges managers; integrate WsUpdateModal for real-time updates
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m33s
2025-08-12 22:33:57 +07:00
denozord 79038a3981 feat: Refactor CommunitiesManager to utilize PageHeaderActions component for action buttons, improving UI consistency and reducing redundancy
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m43s
2025-08-12 13:40:59 +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 3b1a59b03f feat: Enhance error handling in server responses by including request IDs and detailed error codes; improve frontend modal components for better accessibility and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m59s
2025-08-11 21:32:32 +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 af9ef12ba8 feat: Integrate @tanstack/react-query for improved data fetching and state management in HistoryModal; update API error handling and enhance request interceptors for better error notifications
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m12s
2025-08-11 20:37:36 +07:00
denozord c49bb26f6d feat: Integrate logging and metrics with pino and prom-client; enhance S3 data handling with caching and improved response formats for ASNs, Domains, and IP Ranges APIs
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m38s
2025-08-11 19:55:44 +07:00
denozord 5287089fb7 feat: Improve CORS configuration and security headers in server setup, allowing for customizable origins and enhanced preflight handling; trust first proxy for rate limiting functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m57s
2025-08-11 19:30:49 +07:00
denozord c1afd0a9d6 chore: Update package dependencies by adding express-rate-limit and helmet for enhanced security and performance in the backend
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m19s
2025-08-11 19:20:38 +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 087e0eb491 refactor: Reintroduce history endpoints for resource versioning and rollback functionality in server, ensuring proper initialization and organization of code
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m8s
2025-08-11 17:41:04 +07:00
denozord 6f45015bec feat: Add history endpoints for resource versioning and implement rollback functionality in server, along with UI integration in ASNs, Domains, and IPRanges managers for enhanced data management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m45s
2025-08-11 17:29:41 +07:00
denozord 460c06dfba refactor: Update API calls in Dashboard component to use countOnly parameter for improved data handling and simplify response processing
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m50s
2025-08-11 17:03:51 +07:00
denozord 7321e21871 feat: Introduce helper functions for S3 metadata handling and improve error responses across ASNs, Domains, and IP Ranges APIs for better consistency and clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m18s
2025-08-11 16:54:19 +07:00
denozord f1b84a761e refactor: Replace axios with api module in ASNs, Domains, IPRanges managers, and S3MetaBar for consistent API interaction and improved code maintainability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m5s
2025-08-11 16:46:27 +07:00
denozord 415f05f6aa feat: Integrate NotifyProvider into App component and update ASNs, Domains, and IPRanges managers to display S3MetaBar with improved comments for clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m41s
2025-08-11 16:37:10 +07:00
denozord 3340571a6e feat: Disable auto-ETag in Express, enhance S3 interaction with improved error handling and response structure for ASNs, Domains, and IP Ranges APIs
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m39s
2025-08-11 16:17:01 +07:00
denozord d1a06866c9 feat: Enhance CORS support by exposing important headers and update API responses to include Last-Modified and Content-Length-Source for improved client-side handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m14s
2025-08-11 16:03:51 +07:00
denozord 8f31a31827 feat: Optimize server availability checks with parallelized TCP connections and in-memory caching, and update Dashboard to handle paginated API responses for improved performance and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m47s
2025-08-11 15:32:16 +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 eafd0c0957 feat: Enhance GraphView component with custom control panel for zooming and fullscreen functionality, and add country flag display for improved user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m58s
2025-08-11 08:16:43 +07:00
denozord 21f6f46bd3 feat: Integrate @xyflow/react for graph visualization in GraphView component, update package.json and package-lock.json to include new dependencies and remove unused ones for improved performance and maintainability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m21s
2025-08-11 08:00:53 +07:00
denozord 6f10e63ad8 feat: Update package-lock.json to include ajv and compression dependencies for enhanced validation and response compression capabilities
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 18m28s
2025-08-11 00:07:48 +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 d25e8fc810 feat: Enhance backend API with pagination and validation for ASNs, Domains, and IP Ranges, and update frontend managers to support new API structure for improved data handling and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m14s
2025-08-10 23:55:44 +07:00
denozord 1fb53c3467 feat: Add language and theme context providers to App component, implement global search functionality in Dashboard, and enhance ASNs, Domains, and IPRanges managers with drag-and-drop import feature and confirmation modals for improved user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m48s
2025-08-10 23:44:17 +07:00
denozord ca56b52672 refactor: Move ETag, Last-Modified, and content length display to a consistent location in ASNs and IPRanges managers for improved layout and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m36s
2025-08-10 23:33:09 +07:00
denozord 16f14d3350 feat: Update ASNs, Domains, and IPRanges managers to display ETag, Last-Modified, and content length with new icon badges for improved metadata visibility and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m22s
2025-08-10 23:22:17 +07:00
denozord 4635c05f8c feat: Add S3 metadata handling and soft-lock mechanism in backend, enhance ASNs, Domains, and IPRanges managers with ETag support and change preview functionality for improved data integrity and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m30s
2025-08-10 23:10:25 +07:00
denozord 817a8981f4 feat: Implement nested if/else block generation for RouterOS configuration in gateway management to enhance filter logic and maintain compatibility
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m27s
2025-08-10 21:57:38 +07:00
denozord d3490c438b feat: Replace input fields with CommunityAutocompleteInput in ASNs, Domains, and IPRanges managers for enhanced user experience and streamlined community selection
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m37s
2025-08-10 21:15:01 +07:00
denozord 92474cc49b fix: Correct minor grammatical error in domain deletion confirmation message for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m16s
2025-08-10 20:54:27 +07:00
denozord f8a80f44e4 fix: Correct spacing in confirmation message for domain deletion in DomainsNewManager for improved readability
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m12s
2025-08-10 20:52:32 +07:00
denozord 42c54a32c1 refactor: Simplify community label formatting in ASNs, Domains, and IPRanges managers for improved clarity and consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m14s
2025-08-10 20:48:19 +07:00
denozord f74586c4ff feat: Implement community badge rendering and enhance community suggestions in ASNs, Domains, and IPRanges managers for improved user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m9s
2025-08-10 17:43:49 +07:00
denozord e5f8544c2e feat: Integrate community suggestions in ASNs, Domains, and IPRanges managers for improved user input experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m14s
2025-08-10 17:31:13 +07:00
denozord 76dee39843 feat: Add communities management routes and integrate community selection in FilterManager for enhanced user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 4m19s
2025-08-10 17:14:55 +07:00