Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Admin-Only available Upload-Logging #29

Closed CalaxDev closed 8 years ago

CalaxDev commented 8 years ago

That was something that popped into my mind could be useful. A feature that Logs time, Filename and Link into a File or something, accessible with "url/uploads" as an example. Would reduce the need to upload files several times over

andre-d commented 8 years ago

This is not possible as up1 is an encrypted host and the sever never knows anything about the contents of the upload aside from size.

You likely want a different service. On Aug 12, 2015 9:21 AM, "Z3roCoder" notifications@github.com wrote:

That was something that popped into my mind could be useful. A feature that Logs time, Filename and Link into a File or something, accessible with "url/uploads" as an example. Would reduce the need to upload files several times over

— Reply to this email directly or view it on GitHub https://github.com/Upload/Up1/issues/29.

ultramancool commented 8 years ago

As @andre-d mentioned, up1 is for clientside encrypted image hosting. The idea is to have the server not know what clients are uploading. I would suggest using ownCloud or pydio if you want a solution with this sort of functionality.

Any sort of "upload logging", beyond perhaps traffic to individual encrypted blobs would be a backdoor. As such, we cannot and will not add such functionality.