[PR #993] [CLOSED] Excluded files and non-allowed extensions + more audio formats embedded #1117

Closed
opened 2026-03-02 16:03:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/prasathmani/tinyfilemanager/pull/993
Author: @ner00
Created: 3/19/2023
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • f524227 Add embedded audio player for OPUS, FLAC and AAC
  • 671d0c2 Excluded files and non-allowed extensions
  • 76fdf74 Check recursive operations

📊 Changes

1 file changed (+94 additions, -16 deletions)

View changed files

📝 tinyfilemanager.php (+94 -16)

📄 Description

  • Adds "not allowed" file extension list;
  • Tries to prevent uploading, downloading, deleting, ziping, taring, creating, and renaming, files or extensions which are in the excluded list or the "not allowed" list;
  • Add embedded audio player for OPUS, FLAC and AAC since most browsers support playback of those formats/containers by default;

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/prasathmani/tinyfilemanager/pull/993 **Author:** [@ner00](https://github.com/ner00) **Created:** 3/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`f524227`](https://github.com/prasathmani/tinyfilemanager/commit/f524227a67124d2cca334d0e4ab693580743fa5e) Add embedded audio player for OPUS, FLAC and AAC - [`671d0c2`](https://github.com/prasathmani/tinyfilemanager/commit/671d0c246c539412581f3a9df780679cb8aa7496) Excluded files and non-allowed extensions - [`76fdf74`](https://github.com/prasathmani/tinyfilemanager/commit/76fdf7494a7ef7831a68f81fdba50f1c83911393) Check recursive operations ### 📊 Changes **1 file changed** (+94 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `tinyfilemanager.php` (+94 -16) </details> ### 📄 Description - Adds "not allowed" file extension list; - Tries to prevent uploading, downloading, deleting, ziping, taring, creating, and renaming, files or extensions which are in the excluded list or the "not allowed" list; - Add embedded audio player for OPUS, FLAC and AAC since most browsers support playback of those formats/containers by default; --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:03:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/tinyfilemanager#1117
No description provided.