-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Upload From Web UI #133
Comments
Hello again 😄 ! I'm not opposed to this kind of functionality living in Stump, either, but I think there are some things that would need to be thoroughly worked out beforehand. Additionally, as I mentioned in your other issue, I personally won't have development time to give to this until after the core features for the A few in the Discord saw this issue and had a brief discussion that at least helped me come up with a couple thoughts that will need addressing/planning:
Let me know if you have any thoughts! |
im not sure im following this correctyly but i had another idea that maybe relates to this one, is to have another profile apart from admin and user, maybe something called mod, that lets the user upload a book to acertain library, at this moment we are using stump with my friends to share comics and books we are reading and think the others would like, bbut im the one that has upload them to the server, dont know if this is in the roadmap but i think it would ne a neat feature. dont know how problematic it could be |
Yeah that sounds pretty much on the nail for what functionality this issue asks for. Most of my previous response is just me vomiting some thoughts about how certain aspects would have to work and also pointing out the potential risk of allowing arbitrary file uploads from a client to your remote server. I think the last point I make there about RBAC is more what you’re asking. Right now in Stump there is very minimal user management/access control. Ideally, a server owner could assign multiple roles to a user that grants them access to something, e.g |
Also interested in this feature. It doesn't have to be very fancy, server admins can secure it on their own. |
This was implemented as part of #492 and has landed in the |
Is your feature request related to a problem? Please describe.
My workflow for books is to download them onto my computer or phone directly. Instead of moving them via FTP, I'd like to just upload them to stump directly.
Describe the solution you'd like
Stump should allow for uploading an e-book directly on the webpage.
Describe alternatives you've considered
Using FPT or other 3rd party file transfer
Additional context
Happy to make a PR for this one if accepted.
The text was updated successfully, but these errors were encountered: