Forceu / Gokapi

Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported.
GNU Affero General Public License v3.0
1.49k stars 57 forks source link

Feature Request: Audit logs of who uploaded what #166

Open MalteMagnussen opened 4 months ago

MalteMagnussen commented 4 months ago

Can we get an ENV variable to enable audit logs of who uploaded what and when?

Bonus points if it uses the oidc info, if that is enabled. Fx also prints the name of the logged in user, as well as an IP address.

Our support team will use this app to send files to customers.

Management wants to know who uploaded what and when, if possible.

Could be solved by creating logs similar to the download logs I guess :)

Thank you for creating gokapi.

Forceu commented 4 months ago

Related to #159. At the moment I do not have the time to implement it, as it would require quite a lot of rewriting. I would be happy to merge any PRs however.