Sending files #2

Open
opened 2018-08-16 13:16:49 +00:00 by PsychoMark · 0 comments
PsychoMark commented 2018-08-16 13:16:49 +00:00 (Migrated from git.x2software.net)

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.

  • Code page
    • Render files available for download
    • Download files for send codes based on code login instead of admin login
  • Admin
    • Specify type of code
    • Manual entering of code
    • Separate maxExpiration settings
    • Upload files for send codes
    • Configure permissions for sending / receiving
    • Apply permissions for sending / receiving
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. * [ ] Code page * [ ] Render files available for download * [ ] Download files for send codes based on code login instead of admin login * [ ] Admin * [ ] Specify type of code * [ ] Manual entering of code * [ ] Separate maxExpiration settings * [ ] Upload files for send codes * [ ] Configure permissions for sending / receiving * [ ] Apply permissions for sending / receiving
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Web/Recv#2
No description provided.