Ivan
7fd826abb0
feat(propagation): implement local propagation node management with start, stop, and restart functionality; add API endpoints for controlling propagation nodes and retrieving their stats
2026-04-15 03:11:03 -05:00
Ivan
9c025bd8c5
chore(version): update repository version
2026-04-15 02:27:31 -05:00
Ivan
d227c8b73b
fix(theme): update dark theme accent colors for improved visual consistency; adjust related tests to reflect changes
2026-04-15 02:05:16 -05:00
Ivan
97daa5cbd9
refactor(meshchat): simplify auto-announce and sync logic by introducing interval_action_due utility function; add tests for auto-announce functionality
2026-04-15 02:04:56 -05:00
Ivan
8a88f1642c
refactor(tests): update MicronEditorPage and NomadPageRenderer tests by updating button selection and improving markdown rendering assertions; adjust performance test timeout for ConversationViewer
2026-04-14 22:59:37 -05:00
Ivan
5059b93256
feat(conversation): implement image drag-and-drop functionality in ConversationViewer, including handling for pasted images and associated tests
2026-04-14 22:53:06 -05:00
Ivan
05b173e963
refactor(tests): update performance test for ConversationViewer by improving readability and adding timeout for async operations
2026-04-14 22:31:44 -05:00
Ivan
80237aa836
feat(setup): inject theme variables for Meshchat integration in frontend setup
2026-04-14 19:36:15 -05:00
Ivan
66412c7438
feat(setup): add new packages 'lxmfy' and 'websockets' to cx_setup.py; refactor JSON output handling in build_community_interfaces_json.py; improve docstring clarity in move_wheels.py; update datetime import in slsa-predicate.py; enhance performance benchmarks with clearer argument passing; and refactor various test cases for improved readability and consistency.
2026-04-14 19:36:10 -05:00
Ivan
97fd6049ea
feat(websocket): update WebSocket connection handling with heartbeat, reconnection logic, and support for ping/pong messages
2026-04-14 19:34:36 -05:00
Ivan
2e043ec1c2
feat(theme): introduce semantic design tokens and integrate with Tailwind and Vuetify themes
2026-04-14 19:30:51 -05:00
Ivan
36b6fd7d69
test(incoming-call-policy): add tests for call handling policies including DND, contacts-only, and blocking rules
2026-04-14 15:52:15 -05:00
Ivan
c71b5a65c1
test(performance): increase timeout limits for performance tests and add new tests for NomadNet truecolor handling
2026-04-13 23:36:49 -05:00
Ivan
290f7e09d4
feat(conversation-viewer): update message rendering with single emoji detection and dynamic font sizing for improved display
2026-04-13 22:58:04 -05:00
Ivan
dc280c13bd
feat(reactions): implement emoji reactions for messages, including backend support for sending and processing reactions, frontend display in conversation viewer, and localization updates for multiple languages
2026-04-13 22:48:12 -05:00
Ivan
c6d396ba77
feat(context-menu): refactor context menu implementation by creating reusable ContextMenuPanel, ContextMenuItem, ContextMenuDivider, and ContextMenuSectionLabel components; update styles and integrate components across various pages
2026-04-13 22:47:52 -05:00
Ivan
bd2875eb0d
feat(tests): add comprehensive path traversal and security tests for mesh PageNode APIs, including normalization and file handling, to enhance robustness against potential vulnerabilities
2026-04-13 22:05:15 -05:00
Ivan
0e0732a1d1
feat(page-handling): update nomadnet browser renderer and page management by adding support for .md, .txt, and .html extensions, implement filename normalization, and improve error handling for unsupported extensions
2026-04-13 21:14:31 -05:00
Ivan
7ef7a981b1
cleanup
2026-04-13 21:05:10 -05:00
Ivan
033004824d
feat(tests): add end-to-end tests for Conversations and Nomad Network, enhancing UI coverage and interaction validation
2026-04-13 20:56:25 -05:00
Ivan
329d1df1aa
feat(tests): update ConversationViewer tests with clipboard handling, file attachment functionality, and message translation
2026-04-13 18:46:51 -05:00
Ivan
76cb936582
feat(components): update ConversationViewer with improved pagination handling and draft persistence
2026-04-13 18:38:33 -05:00
Ivan
059d2cbdc1
refactor(components): code formatting and cleanup
2026-04-13 18:32:41 -05:00
Ivan
ba46b12b3f
feat(tests): update ConversationViewer tests with outbound bubble color configurations and inbound message styling
2026-04-13 18:30:13 -05:00
Ivan
1b7051a810
feat(tests): add comprehensive tests for memory leak fixes, name overwrite handling, and frontend display name protection; refactor auto propagation tests for clarity
2026-04-13 17:37:06 -05:00
Ivan
a59b20c2ce
feat(licenses_collector): implement license collection for Python and Node dependencies, including metadata extraction and frontend license handling
2026-04-13 17:35:47 -05:00
Ivan
8aaa770636
refactor(tests): update test selectors
2026-04-12 19:12:24 -05:00
Ivan
92080c17b9
feat(tests): add console patching to suppress specific error messages and update Vitest configuration
2026-04-12 17:41:09 -05:00
Ivan
417b66d0c8
test: improve frontend tests for ConversationViewer and add outbound send queue tests
2026-04-12 17:03:18 -05:00
Ivan
fa3b1ff589
chore(codebase): formatting with ruff and eslint/prettier
2026-04-09 14:31:58 -05:00
Ivan
68c8e6e363
fix: validate request bodies and improve error handling in meshchat API endpoints
2026-04-09 04:49:52 -05:00
Ivan
bb910f288b
feat(notification): improve notification bell with history toggle and improve unread message logic
2026-04-09 03:42:58 -05:00
Ivan
c3aa68adb1
feat(nomadnet): implement caching for active links and better download phase tracking in NomadnetDownloader
...
Also added stats for page load time and size
2026-04-07 15:37:03 -05:00
Ivan
e6e26e31cb
feat(MicronParser): improve resilience by adding error handling for parse failures and implement HTML escaping for fallback content
2026-04-07 15:11:27 -05:00
Ivan
9f87b01ab6
feat(tests): add unit tests for rnstatus formatting functions and interface discovery utility
2026-04-04 23:32:37 -05:00
Ivan
a729e0320f
feat(rnpath): RNPathPage with interface discovery and improved search functionality
2026-04-04 23:32:30 -05:00
Ivan
9f8ffbfc9b
feat(rnstatus): update RNStatusHandler with new formatting functions and interface discovery integration
2026-04-04 23:32:19 -05:00
Ivan
c15af0f9cb
feat(interface): add optional discovery fields for latitude, longitude, and height
2026-04-04 23:32:03 -05:00
Ivan
bf822b6aba
refactor(api): replace axios with window.api for all API calls in frontend components
2026-04-01 02:31:50 +03:00
Ivan
8c37226a98
feat(DebugLogsPage, tests): add tests for debug logs and access attempts tabs, enhancing visibility and functionality in the UI
2026-03-31 06:07:50 +03:00
Ivan
d03bdf08ea
cleanup
2026-03-31 04:07:41 +03:00
Ivan
dead9b0921
test(tests): increase timeout threshold for MicronParser performance test
2026-03-31 00:33:21 +03:00
Ivan
27f3ce9319
feat(frontend): add option to lift banishment from conversation menu and update version to 4.4.0 in tests
2026-03-24 00:41:07 +03:00
Ivan
a9a7dd5212
test: community interfaces, hex utils, archives and conversation viewer
2026-03-24 00:39:11 +03:00
Ivan
a1a480a153
Refactor test mocks in various components to use function constructors instead of arrow functions for improved compatibility with Vitest 4.
2026-03-22 15:09:17 +03:00
Sudo-Ivan
397c3b303b
Refactor i18n tests to dynamically load locale files and ensure all locales have a _languageName property. Update LanguageSelector tests for correct language display order.
2026-03-12 15:44:35 -05:00
Sudo-Ivan
8a362a94be
Revert MicronParser.js truecolor support for now
2026-03-12 15:01:48 -05:00
Sudo-Ivan
b3ac1a1a68
Add support for fallback truecolor in MicronParser
...
- Implemented handling for fallback truecolor syntax for foreground and background colors in MicronParser.
- Updated tests to verify compatibility with NomadNet and priority of fallback truecolor over standard 3-character color codes.
https://github.com/RFnexus/micron-parser-js/pull/21
2026-03-11 22:24:40 -05:00
Sudo-Ivan
b6c0ac450c
Fix database health snapshot functionality and add corresponding tests
2026-03-11 05:32:56 -05:00
Sudo-Ivan
16759f6869
Improve tests for ConversationViewer, DropDownMenu, and UIComponents
...
- Added mock directives for improved testing of click events in ConversationViewer and UIComponents.
- Updated test assertions to check for menu visibility and content using document queries.
- Refactored button interaction tests in DropDownMenu for clarity and consistency in element selection.
2026-03-11 05:23:29 -05:00