15 Commits

Author SHA1 Message Date
Vins
98a1694261 Changed anchor proof file 2024-06-12 14:52:51 +02:00
OxSaitama
99985590bc fix erros & access 2023-10-24 21:50:49 +02:00
Loïs Mansot
11ad41aae4
reshape zip content structure 2023-10-20 11:46:32 +02:00
Loïs Mansot
0728559e0e
update anchors/download route to get a complete zip archive
The zip will contain:
- the anchoring proof PDF ;
- plus all accessible files stored on IPFS.

If the key is invalid, a broken file will be added to the archive. If the key is missing, the file will not be added to the archive, because there is no way it could be deciphered. For now, all network errors from IPFS are silently ignored, resulting in an archive containing only the anchoring proof.
2023-10-18 16:47:12 +02:00
Maxime Lalo
542c568e10 🐛 Cannot anchor a folder if not all documents are validated 2023-10-09 11:22:23 +02:00
Maxime Lalo
ef4cb3f5fa Creating get of anchors 2023-10-03 11:21:25 +02:00
Arnaud D. Natali
9725eed815
send anchoring notification (#107) 2023-10-02 11:25:06 +02:00
Loïs Mansot
6698b05ad3
fix eager toString() 2023-09-29 19:13:37 +02:00
Loïs Mansot
f99612a85d
send anchoring notification 2023-09-29 18:47:43 +02:00
Loïs Mansot
279ea66a50
update anchor when requesting secure status 2023-09-29 15:46:43 +02:00
Loïs Mansot
ab4fac8e01
link an anchor to folder when requesting a new job 2023-09-29 15:36:31 +02:00
Loïs Mansot
532543fe5e
set anchoring proof download response content type 2023-09-26 15:37:32 +02:00
Loïs Mansot
fa5cd62bd0
add route and service to download the document 2023-09-22 17:57:16 +02:00
Loïs Mansot
9590adff2e
add middlewares in OfficeFolderAnchorsController 2023-09-22 10:06:00 +02:00
Loïs Mansot
dc5eb4cb52
add OfficeFolderAnchorsController
- create a job for anchoring all hashes in a folder
- monitor the status of an anchoring
2023-09-21 16:33:30 +02:00