Sending files #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow uploading files in the admin panel as a registered user, which can be downloaded using the associated code. A code will therefore get a property indicating it's direction (receive or send). It can not be both, by design, to prevent abuse.
Send codes can either be randomly generated as is the case with receive codes, or entered manually as long as they're globally unique.
New permissions will be introduced to determine if a user can receive and/or send files. This will only apply to creating new codes.