19 Commits

Author SHA1 Message Date
918e282a25 feat: Nettoyage complet du projet
- Suppression des pages inutiles : chat, signature, process-element
- Suppression des fichiers account inutiles : document-validation, process-creation, key-value-section, process
- Suppression des mocks et fichiers de test inutiles
- Nettoyage du main.ts (suppression des imports inutiles)
- Nettoyage du router.ts (suppression des cas inutiles)
- Nettoyage des dépendances package.json :
  - Suppression : @angular/elements, @types/jsonwebtoken, @types/qrcode, @vitejs/plugin-react, @vitejs/plugin-vue
  - Suppression devDependencies : @rollup/plugin-typescript, copy-webpack-plugin, html-webpack-plugin, rimraf, ts-loader, webpack, webpack-cli, webpack-dev-server
- Correction des erreurs TypeScript
- Build fonctionnel après nettoyage
2025-10-22 16:21:22 +02:00
7c2c4bfb46 Fix pairing system: Add waitForPairingCommitment with device sync and update documentation
- Add waitForPairingCommitment function with automatic device synchronization
- Integrate updateDevice() call in waitForPairingCommitment for better sync
- Increase retry attempts to 30 with 2s delay (60s total wait time)
- Add detailed logging for pairing process synchronization
- Update router to call waitForPairingCommitment before confirmPairing
- Remove redundant updateDevice() call from router
- Update PAIRING_SYSTEM_ANALYSIS.md with coherence issues and recommendations
- Identify joiner flow inconsistencies requiring future fixes
2025-10-22 14:15:20 +02:00
omaroughriss
a8b0248b5f Minor updates 2025-07-02 15:39:51 +02:00
06295fe591 Add pdf-lib 2025-06-10 13:18:12 +02:00
0a2a2674f8 Add jose jwt dependencies 2025-05-21 11:54:37 +02:00
2d0e15533a Build boilerplate 2025-03-28 12:53:24 +01:00
3a851d1b62 fusionDev1Dev3 2025-03-12 10:56:26 +01:00
Sosthene
057b52f540 Add storage.service.ts 2024-12-17 13:46:21 +01:00
Pascal
4afdcf9a7a remerge_after_web_component 2024-12-03 16:43:56 +01:00
AnisHADJARAB
2a1fd9f80c transform home page into a web component 2024-12-02 12:08:26 +00:00
Pascal
17397b7fa2 signature_connection_not_ok 2024-11-29 14:07:41 +01:00
Pascal Lim
c2a4e8517f now_can_be_modify 2024-11-20 16:31:20 +01:00
Pascal
42c6bb6897 fusion_ok 2024-11-19 18:07:31 +01:00
AnisHADJARAB
546a92c45e add automatic update of worker and fix bad database get 2024-11-07 15:49:55 +00:00
AnisHADJARAB
29f09e92b7 add prettify to project 2024-10-29 12:49:13 +00:00
700bb63f75 Update dependencies 2024-10-14 16:19:41 +02:00
AnisHADJARAB
5f110fbaaf WIP pairing 2024-08-14 08:39:31 +00:00
AnisHADJARAB
335fbb42c9 link with sdk client and start pairing process 2024-08-06 14:41:18 +00:00
AnisHADJARAB
fd209aeb67 init project with only basic page logic 2024-07-10 14:34:50 +00:00