psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.45k stars 211 forks source link

Feature: Admin account setting, upload history by user.... #281

Open joel72265 opened 11 months ago

joel72265 commented 11 months ago

Thank you for making a good sharing platform

Please 1) set the admin password during install so that after install the user does not need to go back and set it 2) on the Upload history page show all the uploads in chronological order displaying upload name, size, date, username, download count

Maytrok commented 7 months ago

hi,

  1. there is no realy installation process. The "npm install" is just pulling the dependencies from the node repository The error message if no admin pw is set could be more descriptive
  2. Did you mean the Download page where you can download files from a bucket or the admin page? anyhow, there are not usernames that can be displayed. Aside from the chronological ordering and the username the other information will be displayed on both pages ( download count is currently in RP #297 )