Commit Graph

229 Commits

Author SHA1 Message Date
Ivan b187b6b00b feat(repository-server): add new routes for repository server API and integrate into frontend routing 2026-04-23 02:25:57 -05:00
Ivan 719e1634aa feat(map): update map functionality with OpenFreeMap support and refactor tile caching logic 2026-04-22 20:29:26 -05:00
Ivan 4fc80c2b53 refactor(DropDownMenu): format 2026-04-22 20:11:25 -05:00
Ivan c66d290db7 feat(sieve-filters): implement Sieve Filters page and integrate notification suppression logic 2026-04-22 20:10:55 -05:00
Ivan 7ea2ad3604 feat(routes): add new route for sieve filters and update API routes for GET and PUT methods 2026-04-22 20:10:15 -05:00
Ivan a6fcc15b51 test(lxmf): add comprehensive tests for LXMF sieve filter functions 2026-04-22 20:09:55 -05:00
Ivan 9ec2a88817 feat(ui): implement clampFloatingToViewport utility for dynamic dropdown positioning across multiple components 2026-04-22 19:28:50 -05:00
Ivan 6ff7a652be refactor(codebase): format 2026-04-22 18:40:11 -05:00
Ivan ef977c84b3 refactor: format and cleanup code using stricted ruff linter rules. 2026-04-22 18:13:05 -05:00
Ivan 1d5f24c639 feat(map): implement new map components and utilities for enhanced marker clustering and drawing functionality 2026-04-22 15:48:51 -05:00
Ivan 3bbee7eed0 feat(database): update trim_announces_for_aspect to protect favourited destinations and saved contacts from deletion 2026-04-22 15:05:40 -05:00
Ivan c4c34ed67a refactor(tests): fix docstring format 2026-04-22 12:20:08 -05:00
Ivan 3d09e8cb22 feat(network-visualiser): implement hop max filter functionality with local storage support and UI updates 2026-04-22 12:04:14 -05:00
Ivan 616a014a3c feat(docs): update Reticulum documentation links to use dynamic URLs based on locale 2026-04-22 12:03:47 -05:00
Ivan 7306edb23e test: add unit tests for AutoInterface bind-failure detection and user guidance messages 2026-04-22 10:52:54 -05:00
Ivan 68ab1067a5 chore(docs): add script to fetch Reticulum manual at build time and update documentation handling in the backend so reticulum docs get bundled offline 2026-04-20 21:12:33 -05:00
Ivan 2102658ca7 refactor(tests): improve code readability by formatting and simplifying assertions in test files 2026-04-19 13:19:28 -05:00
Ivan 96b509c396 refactor(transports): simplify open method signatures and enhance validation for WifiTransport 2026-04-19 11:46:53 -05:00
Ivan 7d320c09ec chore(codebase): format 2026-04-19 11:36:08 -05:00
Ivan 0b9245830b refactor(tests): clean up test code by removing unnecessary line breaks and improving formatting for better readability 2026-04-19 11:35:43 -05:00
Ivan 8343225d45 refactor(tests): remove ffmpeg dependency from voicemail manager tests and update related test cases to reflect in-process audio encoding 2026-04-19 11:33:34 -05:00
Ivan 4a8c77d0f6 feat(audio): implement WAV/PCM recording in MicrophoneRecorder and add encoding to OGG/Opus using LXST; update tests for new functionality 2026-04-18 00:34:14 -05:00
Ivan 9f30d0fef6 fix(tests): fix peering key rejection test to avoid CI flakes by ensuring valid peer selection 2026-04-18 00:28:47 -05:00
Ivan 44c652699d feat(tests): update testing framework for Electron and backend integrity checks, add new tests for loading status and main helpers 2026-04-18 00:06:21 -05:00
Ivan 89d2b1cc0f fix(tests): correct formatting in test docstring and remove unused import in media fuzzing tests 2026-04-17 23:56:48 -05:00
Ivan a1d2e30b42 feat(translator): refactor Argos CLI detection and add integration tests for forwarding functionality 2026-04-17 23:50:29 -05:00
Ivan 429702e533 feat(notification): implement user-facing message filtering for notifications to prevent false triggers from silent payloads... this will surely fix the fake notifications 2026-04-17 23:50:20 -05:00
Ivan 268fc8f864 feat(tests): add comprehensive tests for media APIs, including GIF, sticker, and sticker-pack functionalities, along with regression tests for media formats and HTTP integration. 2026-04-17 23:27:35 -05:00
Ivan 2af89dc446 feat(network-visualiser): improve performance with adaptive chunk sizing and icon queue management 2026-04-17 15:10:44 -05:00
Ivan 284c333a46 refactor(tests): format 2026-04-16 23:50:27 -05:00
Ivan 6194933ce6 feat(config): add configuration options for warning on stranger links and messages sidebar position 2026-04-16 23:33:14 -05:00
Ivan 0f5034642f feat(tests): add loopback TCP fixture for integration tests and apply it to relevant test cases 2026-04-16 23:32:13 -05:00
Ivan eee4ed1ea2 feat(link-utils): update link processing with anchor protection and trailing punctuation handling 2026-04-16 21:55:38 -05:00
Ivan ae6d42d302 fix(markdown): fix underscore handling for links, italic formatting and improve test coverage 2026-04-16 21:49:53 -05:00
Ivan 20136e3088 feat(sync): propagation node sync process with path requests and local node handling
- Implemented proactive path requests for outbound propagation nodes during sync operations.
- Added logic to handle local nodes, allowing immediate sync completion without remote lookups.
- Updated statistics collection for peers and unpeered nodes to improve monitoring capabilities.
2026-04-16 21:35:46 -05:00
Ivan ab1be8ea2d feat(propagation-nodes): propagation node management with new UI elements and API integration
- Added functionality to request paths for preferred propagation nodes during sync.
- Introduced new Material Design icons for better visual representation of node states.
- Updated settings to allow transfer limits in megabytes, improving user experience.
- Enhanced localization support for new features in multiple languages.
- Improved tests to cover new propagation node functionalities and UI interactions.
2026-04-16 21:35:12 -05:00
Ivan 5d87aa3be2 feat(bot_handler): update bot management with LXMF address handling and bot name updates
- Introduced methods for normalizing LXMF hashes and reading LXMF addresses from sidecar files.
- Updated bot status retrieval to include LXMF addresses and improved fallback mechanisms for bot names.
- Added functionality to update bot names and write changes to a sidecar file.
- Implemented a request mechanism for on-demand bot announcements.
- Enhanced tests to cover new features and ensure proper functionality.
2026-04-16 21:34:28 -05:00
Ivan 5416c71094 feat(licenses_collector): update license collection by adding detailed frontend dependency information and improving license notice generation 2026-04-16 19:19:47 -05:00
Ivan cd03c4649e refactor(rns): streamline RNS reload process with loading indicators in UI components 2026-04-16 19:17:50 -05:00
Ivan d63255511f feat(reticulum): implement RNS restart functionality with UI updates 2026-04-16 19:13:32 -05:00
Ivan 6fb4ccc79a chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
Ivan fe44d05f42 refactor(telephone_manager): improve call initiation handling and UI update logic 2026-04-16 04:51:18 -05:00
Ivan 76c8beae4f refactor(meshchat): clean up code 2026-04-16 04:02:35 -05:00
Ivan 8a2f357c49 feat(tests): add tests for app info endpoint handling missing runtime objects and package version resolution without packaging module 2026-04-16 03:20:55 -05:00
Ivan 63fca0c1b1 feat(components): improve AboutPage, CallPage, DebugLogsPage, and SettingsPage with improved layout, error handling, and clipboard functionality; add tests for environment path fallbacks and log copying 2026-04-16 03:20:24 -05:00
Ivan cadf7f462f feat(components): refactor App.vue to use AppShellBanners for emergency and WebSocket status notifications; add ConversationPeerHeader and SettingsSectionBlock components for improved UI structure; implement conversation message helpers and settings services for better configuration management 2026-04-16 01:39:04 -05:00
Ivan 99cf1e1463 feat(ui): introduce UI transparency settings and glass effect toggle; enhance message display and scrolling behavior in conversation viewer 2026-04-16 00:52:28 -05:00
Ivan 2db12e0bde feat(electron, frontend, tests): update Linux app name handling, add UI transparency options, and improve message scrolling tests; refactor icon path retrieval and update license artifact generation logic 2026-04-16 00:52:09 -05:00
Ivan d444daa073 feat(tests): add end-to-end tests for keyboard shortcuts and message conversation scrolling; enhance navigation tests for improved coverage 2026-04-16 00:39:39 -05:00
Ivan ff3f8707af fix(tests): update E2E navigation test to check for "off-grid communication" text instead of "Secure, local-first communication" for improved accuracy 2026-04-15 20:29:09 -05:00