mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[PR #812] Upload only users #1064
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#1064
Loading…
Add table
Add a link
Reference in a new issue
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?
📋 Pull Request Information
Original PR: https://github.com/prasathmani/tinyfilemanager/pull/812
Author: @mythsmith
Created: 7/6/2022
Status: 🔄 Open
Base:
master← Head:uploadOnly📝 Commits (5)
d4abd0aenabled chuncked upload185bf1dDefinition of upload-only users28938ddMerge remote-tracking branch 'upstream/master'0759f0bMerge branch 'master' into uploadOnly066ab3aminor📊 Changes
1 file changed (+70 additions, -48 deletions)
View changed files
📝
tinyfilemanager.php(+70 -48)📄 Description
Introduces users which can only access the upload form. They cannot perform any other operation except upload a file.
This feature differs from $directories_users because the user cannot browse its own files. This allows to share the same credentials to multiple actors, without the risk of one actor seeing reserved files uploaded by other actors.
Each uploaded file is placed in a subdirectory structure like
/incoming/<USERNAME>/<TIMESTAMP>/<FILENAME>.Raw access to uploaded files through direct links can be protected with .htaccess, for example to avoid that links to malicious uploads could be guessed and then distributed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.