Commit Graph
108 Commits
Author SHA1 Message Date
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