Commit Graph
100 Commits
Author SHA1 Message Date
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
denozord bbad45dfad feat: Enhance FilterManager with advanced mode, search, and sorting capabilities for improved filter management and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m43s
2025-08-10 16:46:28 +07:00
denozord 9c3332fe36 refactor: Update MetricCard component in Dashboard for improved layout and styling, enhancing visual hierarchy and responsiveness
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m16s
2025-08-10 16:14:56 +07:00
denozord 522112cc3c feat: Implement panning mode in GraphView, allowing users to pan the graph using the spacebar for improved navigation and interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m40s
2025-08-08 19:34:48 +07:00
denozord b1b043f7bc feat: Introduce zoom slider and enhance zoom controls in GraphView for improved user interaction and accessibility
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m44s
2025-08-08 18:08:29 +07:00
denozord d36db114cd fix: Enhance zoom functionality in GraphView by incorporating viewBox dimensions for accurate scaling and smoother transitions during zoom interactions
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m5s
2025-08-08 17:50:54 +07:00
denozord b23056d95a feat: Add mouse wheel zoom control and reset zoom functionality in GraphView for improved user experience and interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m36s
2025-08-08 17:31:40 +07:00
denozord f5f71085b2 fix: Update zoom functionality in GraphView to use scaleBy instead of scaleTo for smoother zoom transitions and improved user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m14s
2025-08-08 17:15:38 +07:00
denozord 08cf7f806c feat: Refine zoom functionality in GraphView by enforcing zoom limits and optimizing flag rendering for improved performance and visual consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m54s
2025-08-08 17:03:56 +07:00
denozord 8ea6f9526e feat: Add debug logging and enhance flag emoji handling in GraphView for improved debugging and country code support
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m42s
2025-08-08 16:50:21 +07:00
denozord eaa88e2897 feat: Improve zoom functionality in GraphView by adjusting zoom extent and enabling broader panning capabilities for enhanced user interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m39s
2025-08-08 16:28:32 +07:00
denozord efc561a2a1 feat: Add fullscreen toggle functionality to GraphView for enhanced user experience and improved interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m52s
2025-08-08 16:15:59 +07:00
denozord 16c75a40a8 feat: Enhance GraphView with improved zoom functionality and label styling, including shadows for better visibility and aesthetics
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m48s
2025-08-08 16:03:30 +07:00
denozord 896f2e668c feat: Add zoom controls and country flag display in GraphView for enhanced interactivity and visualization
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m52s
2025-08-08 15:48:31 +07:00
denozord 5bdb4cfdd9 feat: Enhance GraphView with node dimensions, background grid, and improved layout adjustments for better visualization and interactivity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m37s
2025-08-08 15:28:34 +07:00
denozord 26152b2127 feat: Implement force-directed layout and zoom functionality in GraphView for enhanced visualization and interactivity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m58s
2025-08-08 15:12:29 +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 68e9d5be7d feat: Improve currency conversion logic in BillingManager to handle multiple currencies and enhance accuracy in RUB calculations
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m11s
2025-08-08 14:29:22 +07:00
denozord 1f1ee7161c feat: Remove right section of the navbar in MainLayout to enhance conciseness and streamline the user interface
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m57s
2025-08-08 12:43:08 +07:00
denozord a7549ff164 feat: Simplify MainLayout by removing unused icons and notifications, streamlining the navbar for a cleaner user interface
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m57s
2025-08-08 12:28: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 ebfc5a9fab feat: Add favicon display functionality in BillingManager for improved visual identification of providers
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m41s
2025-08-08 12:03:20 +07:00
denozord 560120f5b8 feat: Implement payment editing functionality in BillingManager for enhanced payment management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m37s
2025-08-08 11:50:11 +07:00
denozord fdad8ce5e1 feat: Add country flag display functionality in BillingManager for improved user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m47s
2025-08-08 11:37:58 +07:00
denozord 6c7142d45d feat: Add payment modal to BillingManager for streamlined payment entry and management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m42s
2025-08-08 11:21:22 +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 3c185509b2 feat: Revamp Dashboard component with new icons, improved layout, and quick action links for enhanced user navigation and experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m14s
2025-08-08 10:39:50 +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 82e15e708f feat: Enhance DomainsNewManager with validation for domain and community fields, add import/export functionality, and improve UI with new icons and feedback messages
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m8s
2025-08-08 09:54:34 +07:00
denozord f999c87335 chore: Remove inline caching build argument from Docker publish workflow for simplification
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m31s
2025-08-08 09:34:09 +07:00
denozord c736268c87 chore: Update Docker publish workflow to use inline caching and simplify old image cleanup process
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m6s
2025-08-08 09:29:12 +07:00
denozord b1b956f05b chore: Update Dockerfile to switch from npm ci to npm install for improved caching and dependency management
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 6m35s
2025-08-08 09:12:53 +07:00
denozord fd9f598f95 chore: Change NODE_ENV to development and update npm command in Dockerfile for improved build process
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 3m41s
2025-08-08 09:04:15 +07:00
denozord 9d6cef6f9b chore: Update Dockerfile to replace npm run build with npx vite build for improved build process consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 6m54s
2025-08-08 08:55:19 +07:00
denozord a8c7d3e73e refactor: Update Dockerfile to use glibc-based images for frontend and backend builds, and implement a minimal distroless runtime for improved security and efficiency. Enhance CI workflow with cleanup of old Docker images.
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 4m50s
2025-08-08 08:47:59 +07:00
denozord 4e5025b86e chore: Update Dockerfile to switch from npm ci to npm install for improved dependency management with caching
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m36s
2025-08-08 08:33:10 +07:00
denozord c139a0c9c9 feat: Update Dockerfile and package.json to optimize Rollup build process and add optional Rollup dependency
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m58s
2025-08-08 08:26:55 +07:00
denozord b0094e4658 feat: Update Docker configuration and enhance AutoUrlManager with copy functionality for example format
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 4m32s
2025-08-08 08:18:32 +07:00
denozord d96f1e1c24 feat: Enhance AutoUrlManager with validation for URL and community fields, add mass import functionality, and improve UI with new icons and feedback messages
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 9m16s
2025-08-08 07:58:08 +07:00
denozord 9b253e8963 feat: Enhance BillingManager with new payment addition functionality, update modal forms to include historical payment details, and improve UI with additional action buttons and status selection
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 30m1s
2025-08-06 00:18:45 +07:00
denozord 2c67c2b23b feat: Add payment history section to BillingManager, update form labels to Russian, and remove country flag display for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m43s
2025-08-05 23:40:06 +07:00
denozord 859395028f feat: Refactor BillingManager to improve validation, add filter functionality, and enhance UI with new icons and export feature
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m26s
2025-08-05 23:09:52 +07:00
denozord 31559eae3b feat: Update API endpoints and routing for domains in Dashboard and MainLayout, removing deprecated components
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m4s
2025-08-05 22:01:56 +07:00
denozord 6dee0fa0b4 feat: Refactor S3 last modified endpoint and Dashboard data fetching to handle errors gracefully
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m7s
2025-08-05 21:39:58 +07:00
denozord 7c6ceb66bc feat: Integrate Dashboard component into MainLayout and update routing to redirect home path to /dashboard
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m6s
2025-08-05 21:26:23 +07:00
denozord f5d86d9e1b feat: Enhance dropdown menu functionality in MainLayout by adding click outside detection and improved toggle behavior
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m23s
2025-08-05 20:47:19 +07:00
denozord 89bb76d7cb fix icons 2
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m1s
2025-08-05 20:26:04 +07:00
denozord 6807d1d429 fix icons
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 3m6s
2025-08-05 20:21:41 +07:00
denozord 3168964cde feat: Revamp navigation structure in App component with dropdown menus and enhanced styling for improved user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 4m49s
2025-08-05 20:14:38 +07:00
denozord 4fbffad878 feat: Add currency support to billing data and enhance BillingManager with exchange rate fetching and formatting functions
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m47s
2025-07-30 04:56:49 +07:00
denozord 13767d7b3f feat: Update BillingManager to replace 'nodeName' with 'purpose', add purpose formatting function, and enhance UI elements with consistent icon sizes
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m56s
2025-07-30 04:47:17 +07:00
denozord c2f0324817 feat: Add IconCreditCard and IconCurrencyDollar to BillingManager and App components for improved icon representation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m25s
2025-07-30 04:25:44 +07:00
denozord c6fbfee2b3 feat: Add billing routes in server.js for retrieving and updating billing data, and integrate BillingManager in App.jsx for navigation
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 6m7s
2025-07-30 04:16:05 +07:00
denozord 093d3e07db refactor: Update auto URL parsing and formatting in server.js and AutoUrlManager for consistent whitespace handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 18m1s
2025-07-21 14:41:45 +07:00
denozord 7642d86a82 feat: Implement auto URL management in server.js and integrate AutoUrlManager in App.jsx for enhanced URL processing and IP updates
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 21m16s
2025-07-21 14:11:41 +07:00
denozord 9ca9d3f2df refactor: Improve configuration generation formatting in server.js for better readability and structure
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled
2025-07-21 14:04:07 +07:00
denozord 8a475b38c0 feat: Enhance filter editing functionality in FilterManager by adding index tracking for updates
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m27s
2025-07-16 12:28:54 +07:00
denozord 9df5f577d9 fix: Update navigation items in MainLayout to display all available links instead of limiting to the first five
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m12s
2025-07-16 12:09:17 +07:00
denozord 04766bd005 feat: Enhance GraphView component with draggable nodes, improved positioning, and country color coding for better visualization of server connections
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 7m24s
2025-07-15 23:46:14 +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 1a31b37677 fix: Correct spelling of 'community' in S3 file paths and remove outdated domains_comunity.txt file
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m1s
2025-07-14 23:12:04 +07:00
denozord 646e9be382 refactor: Update S3 file paths in server.js to use a new directory structure for better organization
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m45s
2025-07-14 22:17:41 +07:00
denozord 24d4e743b5 feat: Integrate ASNsNewManager component for ASN management in routing
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m33s
2025-07-14 20:36:10 +07:00
denozord b65d459e5d update ui
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m0s
2025-07-14 20:18:28 +07:00
denozord 2bee891548 feat: Add IP ranges management API endpoints and integrate with frontend for viewing and updating IP ranges
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m20s
2025-07-14 19:40:27 +07:00
denozord a54c09ae15 feat: Implement complete server deletion endpoint in API and update FilterManager to utilize it for removing server configurations and associated files
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m0s
2025-07-14 16:09:34 +07:00
denozord 2f33d2545a refactor: Update server configuration and filter API endpoints to use a new directory structure for improved organization
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m2s
2025-07-14 15:57:58 +07:00
denozord 3b852464d6 feat: Enhance FilterManager with advanced and simple preview modes for configuration, including improved modal display and copy functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m30s
2025-07-14 15:41:29 +07:00
denozord c62666bd42 feat: Implement simple filters management in FilterManager with API integration for fetching, adding, and deleting filters, enhancing user experience and functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m46s
2025-07-14 15:13:32 +07:00
denozord e6a9c17aa0 refactor: Simplify FilterManager layout by conditionally rendering server statistics and search section based on advanced mode, and remove custom hover effects in App.css for cleaner UI
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m47s
2025-07-14 15:00:39 +07:00
denozord fd769dc81a feat: Add toggle buttons for switching between simple and advanced modes in FilterManager to enhance user navigation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m39s
2025-07-14 13:41:04 +07:00
denozord 6bcc8a8331 refactor: Update simplified filter management UI in FilterManager to use card layout, enhancing visual consistency and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m10s
2025-07-14 13:24:25 +07:00
denozord 7d4e1d26b7 feat: Introduce simplified filter management mode in FilterManager with enhanced filter handling and deployment capabilities
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m21s
2025-07-14 12:46:01 +07:00
denozord b4f3d78349 feat: Add server editing functionality in FilterManager with modal for improved server management and user experience
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m33s
2025-07-14 12:37:21 +07:00
denozord ecca26d486 refactor: Update input group styling and button placement in FilterManager for improved layout and user interaction
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m54s
2025-07-14 12:27:11 +07:00
denozord a4e0b5c936 feat: Add search functionality and server statistics panel in FilterManager for improved user experience and server management insights
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m59s
2025-07-14 12:18:19 +07:00
denozord 1869774f73 feat: Enhance FilterManager to include filter copying functionality and improve user prompts for server configuration deployment
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m42s
2025-07-14 12:01:54 +07:00
denozord d059892d7e fix: add filter manager
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m5s
2025-07-14 11:50:48 +07:00
denozord 71ab7b24d3 feat: Enhance error handling and validation in FilterManager for server configuration saving and generation processes
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m3s
2025-07-14 11:26:05 +07:00
denozord 022c8dddc5 feat: Implement server filters management API and integrate filter handling in FilterManager for enhanced server configuration capabilities
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m25s
2025-07-14 11:13:35 +07:00