721 Commits

Author SHA1 Message Date
Sudo-Ivan
3da8eab9e4 Update CHANGELOG 2026-03-10 22:02:55 -05:00
Sudo-Ivan
2cb7b9886e Update MicronParser to support truecolor foreground and background colors with new 'FT' and 'BT' formats. Add corresponding unit tests to validate functionality. 2026-03-10 22:00:51 -05:00
Sudo-Ivan
35884c15e2 Bump version to 4.3.1
Made-with: Cursor
v4.3.1
2026-03-10 04:35:09 -05:00
Sudo-Ivan
99c8775963 Add retry functionality for failed messages in ConversationViewer and enhance message handling in MessagesPage 2026-03-10 04:26:43 -05:00
Sudo-Ivan
30ef8856dc Add tests for message handling and conversation updates 2026-03-10 04:26:39 -05:00
Sudo-Ivan
d648b7d779 Update README files 2026-03-10 04:26:26 -05:00
Sudo-Ivan
ded56cb75f Update CHANGELOG 2026-03-10 04:26:15 -05:00
Sudo-Ivan
5773a9a5cc Update CI workflows to specify branches for pull requests and add permissions for content access 2026-03-10 00:19:01 -05:00
Sudo-Ivan
8845af182a Add Global Args v4.3.0 2026-03-09 16:16:00 -05:00
Sudo-Ivan
6f15e80628 Update version and dependencies in PKGBUILD and .SRCINFO files 2026-03-09 16:10:38 -05:00
Sudo-Ivan
ebacc0065e Update PKGBUILD .SRCINFO to current version
Made-with: Cursor
2026-03-09 15:40:51 -05:00
Sudo-Ivan
ed34f16991 Add TODO links and branch information to README files in multiple languages 2026-03-09 15:39:34 -05:00
Sudo-Ivan
dde04426df Code Cleanup 2026-03-09 15:28:32 -05:00
Sudo-Ivan
17bcedcf87 Refine build condition in Docker workflow to trigger only on 'dev' branch 2026-03-09 15:28:08 -05:00
Sudo-Ivan
875f05d2eb Update CI workflows 2026-03-09 15:26:12 -05:00
Sudo-Ivan
ae1ced57b9 Add discovered interfaces feature to NetworkVisualiser component 2026-03-09 14:06:23 -05:00
Sudo-Ivan
8be8faee2f Swap 'contacts' and 'nomad network' links in the sidebar for improved navigation clarity 2026-03-09 14:05:56 -05:00
Sudo-Ivan
263d35760d Update TODO link 2026-03-09 13:42:20 -05:00
Sudo-Ivan
aeab301891 Cleanup docker files 2026-03-09 13:42:00 -05:00
Sudo-Ivan
2ac4b3cb05 Update CHANGELOG 2026-03-09 13:41:05 -05:00
Sudo-Ivan
5b57bf08dc remove uv.lock 2026-03-09 13:40:55 -05:00
Sudo-Ivan
5d803da1e2 Code Cleanup 2026-03-09 12:37:16 -05:00
Sudo-Ivan
7dc27f32fd Update performance tests and adjust expectations for rendering times 2026-03-09 12:36:45 -05:00
Sudo-Ivan
247502e6ca Add time ago functionality to MessagesSidebar component 2026-03-09 12:36:33 -05:00
Sudo-Ivan
0000ab15f0 Remove disconnected animation logic and related properties from InterfacesPage component 2026-03-09 12:36:24 -05:00
Sudo-Ivan
c206ee480d Remove bounce animation 2026-03-09 12:36:19 -05:00
Sudo-Ivan
176f7e339c Add CONTRIBUTING and CONTRIBUTORS 2026-03-09 12:17:11 -05:00
Sudo-Ivan
c2df972c3a Refactor error handling in PageNodesPage component 2026-03-09 12:10:35 -05:00
Sudo-Ivan
b528c12727 Fix partial page loading with fields and auto-refresh
NomadNet partials can include field data in their syntax.
- PARTIAL_LINE_REGEX updated to capture optional fields group
- WebSocket handler allows partial responses when callback registered
- Strip field_ prefix before send to avoid double-prefixing
- Partial DOM updates via innerHTML instead of Vue reactivity

Co-Authored-By: torlando-tech <torlando-tech@users.noreply.github.com>
2026-03-09 12:10:26 -05:00
Sudo-Ivan
1ae07456f7 Add Makefile 2026-03-09 12:08:34 -05:00
Sudo-Ivan
642d2a2c09 Update README 2026-03-06 19:43:16 -06:00
Sudo-Ivan
8a942eb61a Update Changelog 2026-03-06 19:43:11 -06:00
Sudo-Ivan
443dd5e2c6 Update version to 4.3.0 2026-03-06 19:42:54 -06:00
Sudo-Ivan
824d84e3ac Implement PageNodeManager for managing page nodes
- Updated the version in `__init__.py` and `version.py` to 4.3.0.
- Introduced `PageNodeManager` to handle the lifecycle of page nodes, including creation, deletion, and management of their state.
- Added API endpoints for listing, creating, retrieving, deleting, starting, stopping, and announcing page nodes.
- Improved the frontend with a new `PageNodesPage` component for managing page nodes and integrated publishing functionality in the `MicronEditorPage`.
2026-03-06 19:42:35 -06:00
Sudo-Ivan
1944397382 Remove status indication 2026-03-06 15:58:22 -06:00
Sudo-Ivan
b001949195 Add comprehensive tests for MicronParser and NotificationBell 2026-03-06 15:50:40 -06:00
Sudo-Ivan
3bc3494a58 Add extensive tests for notification reliability and LXMF field hardening 2026-03-06 15:50:30 -06:00
Sudo-Ivan
f335044ad3 Add stranger protection features and related UI enhancements
- Updated NotificationBell to handle additional notification types for missed calls and voicemails.
- Added buttons in CallPage for messaging and calling contacts directly from call history.
- Enhanced ContactsPage with context menu options for messaging and calling contacts.
- Introduced a stranger trust banner in ConversationViewer to inform users about non-contacts and provide options to add them.
- Implemented settings in SettingsPage to block attachments and messages from strangers, with corresponding configuration updates.
2026-03-06 15:49:42 -06:00
Sudo-Ivan
ae4dfa1d8a Add localization for stranger protection features
- Added new strings for managing attachments and messages from unknown peers in German, English, Italian, and Russian.
- Included descriptions and options for blocking attachments and messages from strangers.
- Updated user interface text to inform users about the handling of messages from non-contacts.
2026-03-06 15:49:32 -06:00
Sudo-Ivan
8661711898 Add configuration options to block attachments and messages from strangers
- Introduced settings to block attachments and messages from non-contacts.
- Updated message handling to strip attachments from strangers if configured.
- Enhanced database schema to include a new column for tracking stripped attachments.
- Updated relevant methods and database queries to accommodate new configurations.
2026-03-06 15:49:23 -06:00
Sudo-Ivan
b60f3794e5 Update v4.2.1 2026-03-06 12:17:28 -06:00
Sudo-Ivan
1653553518 Refactor crash recovery diagnostics and remove unused curvature calculations
- Simplified diagnostic output by renaming "Probabilistic Root Cause Analysis" to "Root Cause Analysis".
- Removed unused methods and calculations related to manifold curvature.
- Updated tests to reflect changes in diagnostic output and removed obsolete assertions.
2026-03-06 12:16:56 -06:00
Sudo-Ivan
7e44b60052 Update READMEs 2026-03-06 12:04:10 -06:00
Sudo-Ivan
f10a29d21a Improve crash recovery and monitoring capabilities. 2026-03-06 12:03:50 -06:00
Sudo-Ivan
83716134d8 Improve error handling and validation in IntegrityManager and CrashRecovery
- Added exception handling for database path resolution in IntegrityManager to ensure robustness against invalid paths.
- Implemented latitude clamping in MapManager to restrict values within valid geographical limits.
- Improved Kullback-Leibler Divergence documentation in CrashRecovery for clarity on its application to Bernoulli distributions.
2026-03-06 11:38:18 -06:00
Sudo-Ivan
2b6616f162 Add extensive tests for CrashRecovery and IntegrityManager 2026-03-06 11:36:24 -06:00
Sudo-Ivan
4fb50f412e Improve message retrieval and database operations
- Implemented pagination for message export in the maintenance API to handle large datasets efficiently.
- Set default limit values for message queries in MessageHandler and AnnounceDAO to improve consistency.
- Added a busy timeout pragma in the database initialization to manage lock contention.
- Refactored batch insert operations in MessageDAO for improved performance and readability.
2026-03-06 03:54:36 -06:00
Sudo-Ivan
4418f915a1 Update CHANGELOG for version 4.2.1 - March 6, 2026 2026-03-06 03:54:11 -06:00
Sudo-Ivan
bc8969ab16 Improve database performance and SQL handling
- Introduced SQLite pragma tuning in the Database initialization for improved performance.
- Wrapped multiple database operations in transactions to optimize batch processing in MessageDAO.
- Updated DatabaseSchema to version 39, adding new indexes for better query performance.
- Improved test coverage for batch operations and SQL injection scenarios in the DAO layer.
2026-03-06 03:26:36 -06:00
Sudo-Ivan
9d7ae2017b Add SQL injection prevention measures in database migration and schema validation
- Implemented identifier validation regex in legacy migrator and schema.
- Enhanced database path handling to escape single quotes during ATTACH DATABASE.
- Added tests for SQL injection scenarios, ensuring robustness against malicious inputs.
- Introduced fuzz tests for DAO layers to cover edge cases and improve overall test coverage.
2026-03-06 03:08:28 -06:00