Commit Graph

231 Commits

Author SHA1 Message Date
c419fa48cf fix(call): ensure safe access to call history, announces, voicemails, and contacts by providing default values 2026-01-02 20:36:25 -06:00
09c89d09f0 fix(version): remove unnecessary newline in version string documentation 2026-01-02 20:36:19 -06:00
e988f7743f fix(ringtones): correct SQL argument formatting for consistency in query execution 2026-01-02 20:36:15 -06:00
0f90e7d459 fix(voicemail): correct argument formatting in OpusFileSource and OpusFileSink initialization for consistency 2026-01-02 20:36:10 -06:00
2e6cbd2c0f fix(parser): add validation for interface configuration to ensure it is a dictionary 2026-01-02 20:36:03 -06:00
39cd801354 refactor(config): format BoolConfig initialization for better readability 2026-01-02 20:35:59 -06:00
686b6374bf feat(meshchat): improve error handling and cleanup processes 2026-01-02 20:35:54 -06:00
e1cf6e4809 chore(tests): remove unnecessary blank line 2026-01-02 20:35:34 -06:00
ba35bc4250 chore(lint): exclude test directories from linting rules 2026-01-02 20:35:25 -06:00
1b7ad1cf61 chore(lint): update ruff commands to exclude tests during linting and formatting 2026-01-02 20:35:20 -06:00
51d705ffa4 feat(tests): add fuzzing tests for telemetry unpacking, interface configuration parsing, and LXMF message handling
Some checks failed
CI / test-backend (push) Successful in 4s
CI / build-frontend (push) Successful in 56s
Tests / test (push) Successful in 1m35s
CI / lint (push) Failing after 4m56s
2026-01-02 20:06:18 -06:00
6195b2e37f feat(dependencies): add hypothesis version 6.148.9 and sortedcontainers version 2.4.0 to project dependencies 2026-01-02 20:06:11 -06:00
8871010b97 chore(docker): update .dockerignore and .gitignore to include coverage and hypothesis files 2026-01-02 20:06:05 -06:00
5f32ae05f3 feat(meshchat): improve RPC address handling and error checking; improve rule data validation for forwarding operations (found with fuzzing) 2026-01-02 20:05:56 -06:00
d4ee7ac2d6 feat(ci): add pull_request trigger to CI workflow
All checks were successful
CI / test-backend (push) Successful in 17s
CI / lint (push) Successful in 46s
CI / build-frontend (push) Successful in 9m35s
Tests / test (push) Successful in 9m33s
2026-01-02 19:45:02 -06:00
1e0f61cbb5 feat(tests): add workflow for automated testing with Node.js and Python setup 2026-01-02 19:44:50 -06:00
00b4290735 feat(tests): add comprehensive test suite for backend functionality, including database, configuration, and telemetry utilities
All checks were successful
CI / test-backend (push) Successful in 15s
CI / lint (push) Successful in 42s
CI / build-frontend (push) Successful in 9m35s
2026-01-02 19:41:05 -06:00
d7a5926e6e feat(reticulum): implement hot reloading for Reticulum instance and enhance error handling; update configuration access to ensure stability 2026-01-02 19:40:53 -06:00
c8f49c349e chore(vitest): remove unnecessary blank line in vitest.config.js 2026-01-02 19:40:47 -06:00
3c43a3079c docs(README): update documentation to include RNS Hot Restart feature, configuration options, and Nix development support 2026-01-02 19:40:40 -06:00
fe55ec349b refactor(frontend): clean up and standardize code formatting across various JavaScript files and HTML templates 2026-01-02 19:40:33 -06:00
7aa1560523 feat(locales): add Reticulum Stack management translations for German, English, and Russian 2026-01-02 19:40:20 -06:00
3620643b92 feat(interfaces): add restart required handling and RNS reload functionality across interface components 2026-01-02 19:40:12 -06:00
d52849e832 chore(gitignore): add meshchat-config directory to .gitignore and ensure coverage files are excluded 2026-01-02 19:40:06 -06:00
f4e176394f chore(dependencies): change package groups in poetry.lock from "main" to "dev" for several libraries to better reflect their usage in development 2026-01-02 19:39:56 -06:00
d0bf9349d3 chore(dependencies): update pnpm-lock.yaml to include new testing libraries and various package updates 2026-01-02 19:31:00 -06:00
1477bd92d8 feat(tests): add tasks for running Python and frontend tests, including a combined test task 2026-01-02 19:30:53 -06:00
be338304b6 chore(dependencies): update package.json and poetry.lock to include testing libraries (pytest, pytest-asyncio, pytest-cov) and add coverage support; update .gitignore to exclude coverage files 2026-01-02 19:30:49 -06:00
9c09e18fa6 feat(flake): add flake.nix and flake.lock for Reticulum-MeshChatX development environment setup 2026-01-02 19:28:10 -06:00
7e571f516d feat(ci): add backend compilation step to CI workflow and introduce compile task for Python syntax checking
All checks were successful
CI / test-backend (push) Successful in 16s
CI / lint (push) Successful in 43s
CI / build-frontend (push) Successful in 9m34s
2026-01-02 18:38:16 -06:00
7dd5f5702a chore(package): add Linux and Windows distribution scripts and update artifact naming convention for builds
All checks were successful
CI / lint (push) Successful in 42s
CI / build-frontend (push) Successful in 9m35s
2026-01-02 18:35:59 -06:00
2e8853aa36 chore(workflows): update build and docker workflows to enable tag-based triggers and refine build steps for Electron and Docker images 2026-01-02 18:35:44 -06:00
e595f0a416 docs(README): add manual installation instructions and ARM64 support details
All checks were successful
CI / build-frontend (push) Successful in 36s
CI / lint (push) Successful in 9m34s
2026-01-02 18:20:37 -06:00
eeae2a9821 feat(frontend): add PWA support with manifest, service worker, and audio processing features 2026-01-02 18:20:18 -06:00
22bacfd944 chore(docker-compose): update image source for reticulum-meshchatx and add security options 2026-01-02 18:19:50 -06:00
41e838284c chore(.dockerignore): refine ignore patterns by adding wildcard for __pycache__ directory 2026-01-02 18:19:43 -06:00
8437b7b74c chore(.gitignore): remove 'public/' directory from ignore list (im a dumbass) 2026-01-02 18:19:37 -06:00
e8e12124b6 chore(docker): update docker-compose configuration to use local meshchat-config directory and add optional LibreTranslate service
All checks were successful
CI / lint (push) Successful in 41s
CI / build-frontend (push) Successful in 9m32s
2026-01-02 17:41:36 -06:00
022386aefd feat(workflow): add Docker build and publish workflow for meshchatx
All checks were successful
CI / build-frontend (push) Successful in 30s
CI / lint (push) Successful in 9m36s
2026-01-02 17:33:05 -06:00
b0a4e4d2d7 fix(build): comment out broken Appimage build triggers in workflow configuration 2026-01-02 17:31:38 -06:00
f1a8defad8 fix(build): ensure proper formatting in build workflow configuration 2026-01-02 17:28:59 -06:00
e27bedd54b feat(Routing): add new route for paper message page under tools section 2026-01-02 17:28:54 -06:00
a280e46fba chore(dependencies): update filelock package from version 3.20.1 to 3.20.2 in poetry.lock 2026-01-02 17:28:50 -06:00
d17804530c feat(LXMF): implement URI handling for LXMF messages, including ingestion and generation of paper message URIs, along with keyboard shortcut management enhancements 2026-01-02 17:28:42 -06:00
a4873493df feat(MessageHandler): optimize conversation fetching using window functions for improved performance and add unread message filtering capability 2026-01-02 17:28:27 -06:00
e81968b3dd feat(DatabaseSchema): update schema to version 23, adding keyboard_shortcuts table and optimizing conversation fetching with new indexes 2026-01-02 17:28:22 -06:00
dcb67d208e feat(KeyboardShortcuts): add methods for managing keyboard shortcuts, including retrieval, upsert, and deletion functionalities 2026-01-02 17:28:17 -06:00
c004820846 feat(Localization): update German, English, and Russian locale files with new strings for sync settings, paper messages, and command palette navigation 2026-01-02 17:28:11 -06:00
f789062616 feat(KeyboardShortcuts): implement keyboard shortcuts management with default actions, recording capabilities, and WebSocket integration for saving and deleting shortcuts 2026-01-02 17:28:04 -06:00
189baa3e26 refactor(WebSocketConnection): simplify connection logic by removing demo mode checks and streamlining connection process 2026-01-02 17:27:58 -06:00