kev1n

Results 56 comments of kev1n

Unfortunately, I don’t own an iPhone or a Mac to test this, so I’m unable to assist with a PR.

In the code, there is a cleaning step for the folder name before creation: `$new = str_replace('/', '', fm_clean_path(strip_tags($_POST['newfilename'])));` This line removes all slashes (/) from the folder name. As...

You could add an option (e.g., interleave_sorting= true) to allow the user to choose whether to interleave files and folders in the listing. When interleaving is enabled, display all items...

I can see and use the seek bar (timeline slider) in both the demo and the recent release. Or are you referring to something else? Would a screenshot or video...

Neither Google Docs nor Microsoft Office Online actually support online ODP viewing. You’ll see the viewer frame, but the document will not display.

I asked Copilot. Maybe it is useful for a PR. Here’s how you can make both the filename length and the visibility of the permissions/owner columns configurable in tinyfilemanager.php. This...