mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #1317] feature request: totp support & online editor preference #840
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#840
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?
Originally created by @jamesliu96 on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1317
here's an example of a possible php totp implementation:
https://gist.github.com/jamesliu96/9de800a55e8abea42f84e208971b6579
perhaps one should implement a more robust one :)
make it optional, not mandatary, additional to current user-password challenge
i'll submit a pr if i have time to do so
@jamesliu96 commented on GitHub (May 20, 2025):
also could there be an option for a relatively better online editor (i.e. Monaco editor)?
@jamesliu96 commented on GitHub (May 20, 2025):
just found this #1054
LGTM although it uses a separate file instead of a single file
simply merging them should work just fine
(i rather LOVE the idea of this "single file" app implementing all sorts of features or, in code, some one line function or concise config files that are so portable that i dont even care if my server disk is totally wiped out once i have only few files backed up *data stored remotely on object storage not on logic server)