Crypter-File-Transfer / Crypter

A Blazor WASM web application that offers end-to-end encrypted file and message transfer using Libsodium, Entity Framework, Hangfire, Docker, NUnit, and Mailkit.
https://www.crypter.dev
GNU Affero General Public License v3.0
37 stars 15 forks source link

Log an event to the EventLog table when a transfer is downloaded #703

Closed Jack-Edwards closed 4 months ago

Jack-Edwards commented 4 months ago

Log an event to the EventLog table when a transfer is successfully downloaded.

Also fix an apparent bug; UserMessage transfers were not being deleted properly after download by the recipient. TransferItemType.File was used instead of TransferItemType.Message. Apparently this never impacted the live site, as the UserMessageTransfer table is currently empty.