Xenthys / ShareXen

ShareXen - Another ShareX Custom Uploader PHP Script
MIT License
102 stars 22 forks source link

Feature requests #8

Closed ririko5834 closed 3 years ago

ririko5834 commented 4 years ago

Can you please add option to use Discord RichEmbeds for Discord webhook logging?

Xenthys commented 4 years ago

Hmm, in all honesty it doesn't seem to be very useful for logging. It's going to take more space in the target channel without bringing in more information.

That being said, it's trivial to implement so I don't really mind. Do you have any idea about the format you would like to see or whatever is fine?

ririko5834 commented 4 years ago

Its OK

ririko5834 commented 4 years ago

My another feature request is:

Xenthys commented 4 years ago

The requested "stats" endpoint is called "info" and is already available, returning more information to admins than users.

Deletion URLs aren't necessary for admins since they can already delete images without needing the secret key.

Disk usage should be monitored at a higher level and won't be implemented.

ririko5834 commented 4 years ago

How can i delete image without secret key? And how can i get list of all files?

Xenthys commented 4 years ago

Please check the README, this is a documented API. You need to perform POST calls on the required endpoints, where you have to provide your token like you do for an upload along with any other parameter if necessary.

ririko5834 commented 4 years ago

What online tool can i use for POST requests?

ririko5834 commented 4 years ago

Anoher suggestion:

jzeuzs commented 3 years ago

What online tool can i use for POST requests?

postman?

Xenthys commented 3 years ago

Per-user folders moved to their own issue (#12), closing this one which is too generic and stalled.