Commit Graph
48 Commits
Author SHA1 Message Date
denozord 0d9542d7e9 refactor(App, MikrotikBackupsManager): remove unused IconDatabaseBackup and update icon reference for Mikrotik backups
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m28s
2026-02-09 16:51:21 +07:00
denozord 275f2f6929 feat(mikrotikBackup): add MikroTik backup functionality with S3 integration and implement backup scheduler
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m2s
2026-02-09 15:13:56 +07:00
denozord d949e011c9 feat(NetworkConfig): add network configuration routes and validation; integrate into server and frontend for managing IP, interfaces, and gateways
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m27s
2026-01-22 10:08:51 +07:00
denozord 7091660b80 feat: Add Easy Switch feature to the application, including new route and menu item for improved navigation and user experience.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m6s
2025-12-07 04:23:29 +07:00
denozord cd6a971991 feat: Добавление компонентов ErrorBoundary и NetworkErrorHandler для улучшения обработки ошибок в приложении. Увеличение таймаута запросов до 30 секунд и улучшение логики повторных попыток с детализированными уведомлениями об ошибках.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s
2025-10-03 15:49:28 +07:00
denozord 6231b645b6 feat: Оптимизация структуры server.js с модульным подходом, добавление новых маршрутов и улучшение обработки ошибок. Обновление валидаторов для MikroTik с использованием общих функций. Улучшение кода компонентов приложения для повышения читаемости и производительности. 2025-10-03 01:49:51 +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 cd5e169bc6 feat: Добавить функциональность массовых операций в менеджер доменов, включая выбор всех, удаление и экспорт выбранных доменов. Обновить интерфейс с новыми компонентами для улучшения пользовательского опыта и добавление сохранённых фильтров для более удобной работы с данными.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m32s
2025-10-02 18:30:31 +07:00
denozord 339144fb11 feat: Добавить новые компоненты и улучшения UX/UI, включая Breadcrumbs с динамическими фильтрами, ToastContainer для уведомлений и CommandPalette для глобального поиска. Обновить TableSkeleton с анимацией и добавить новые skeleton компоненты для карточек, списков и форм. Обновить документацию по новым компонентам и улучшениям.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
2025-10-02 18:02:22 +07:00
denozord 434462f633 feat: Обновить компоненты интерфейса, добавив новый заголовок страницы и состояние пустого контента в менеджерах ASNs, Domains и IPRanges, а также улучшить стили для адаптивного отображения
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m0s
2025-08-27 17:16:46 +07:00
denozord 001b4d9d98 feat: Добавить отображение версии UI в нижнем колонтитуле и улучшить отображение ASN и CIDR с помощью моноширинного шрифта в менеджерах ASNs и IPRanges
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m51s
2025-08-27 17:05:36 +07:00
denozord 49d08dbd14 feat: Обновить серверную часть для улучшения обработки запросов и добавления новых метрик; интегрировать поддержку WebSocket URL в менеджеры ASNs, Domains и IPRanges, а также обновить интерфейс настроек для ввода WebSocket URL
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m58s
2025-08-27 14:46:28 +07:00
denozord 03d24e8746 feat: Добавить API для управления настройками пользовательского интерфейса, включая получение и обновление конфигурации из S3; интегрировать модальное окно настроек в интерфейс
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m33s
2025-08-26 17:07:26 +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 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 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 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 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 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 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 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 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 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 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 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 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 8926f599c0 feat: Add new API endpoints for managing domains and integrate DomainsNewManager in the frontend for enhanced domain management functionality
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m24s
2025-07-14 09:00:56 +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 9a109a0bf2 feat: Refactor App and ServerManager components to improve navigation and modal handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 13m26s
2025-07-10 10:02:01 +07:00
denozord aaa4878229 feat: Integrate react-router-dom for routing and enhance App component with new navigation structure
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 13m58s
2025-07-10 09:45:18 +07:00
denozord 86f6304382 feat: Add server management functionality with new API endpoints and update UI to include server statistics
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 14m34s
2025-07-10 08:21:52 +07:00
denozord 0390dfd148 feat: Add new endpoint to fetch last modified dates of S3 files and update Dashboard to display this information
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 16m53s
2025-07-09 22:43:55 +07:00
denozord e0fa98f21a feat: Add StatCard component to Dashboard and implement sorting, filtering, and pagination in DataManager
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 16m3s
2025-07-09 10:36:44 +07:00
denozord 7e29a3daed refactor: Simplify App component by removing sidebar functionality and updating navigation structure for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 16m13s
2025-07-09 09:26:42 +07:00
denozord 1eb3e9d3f6 feat: Integrate @tabler/core for UI enhancements and refactor App component with new sidebar and dashboard features
Publish Tabler Docker image / build-and-push-tabler (push) Has been cancelled
2025-07-08 23:02:32 +07:00
denozord 0c1c156bb7 feat: Add Tabler UI support and enhance frontend with new features
Publish Tabler Docker image / build-and-push-tabler (push) Failing after 6m47s
2025-07-08 22:50:28 +07:00
denozord f110f53a52 feat: Добавлена поддержка AS и рефакторинг UI на вкладки
Publish Docker image / build-and-push (push) Successful in 1m38s
2025-07-07 15:37:26 +07:00
denozord 7bf55bd1d2 Fix: Use domain name as key for editing and deleting
Publish Docker image / build-and-push (push) Successful in 1m34s
2025-07-07 14:32:35 +07:00
denozord 834eeb7fc8 Enhance domain management: Add editing and bulk update features for domain types
Publish Docker image / build-and-push (push) Successful in 2m0s
2025-07-07 13:56:04 +07:00
denozord dcdcc3829c Refactor: Improve domain list UI with search functionality and save button
Publish Docker image / build-and-push (push) Successful in 1m25s
2025-07-07 13:50:24 +07:00
denozord 630a1772ae Fix: Use relative API URL for production build
Publish Docker image / build-and-push (push) Successful in 1m32s
2025-07-07 13:41:50 +07:00
denozord d2e6aa1d38 Init commit
Publish Docker image / build-and-push (push) Failing after 2m17s
2025-07-07 13:07:26 +07:00