luci-app-filemanager: Full featured File Manager application for LuCI
authordima <dima@debian-for-openwrt.local>
Wed, 2 Oct 2024 10:53:21 +0000 (06:53 -0400)
committerPaul Donald <newtwen+github@gmail.com>
Mon, 2 Dec 2024 19:45:57 +0000 (20:45 +0100)
commit3447700b3870e6cd2338a74312288a9a96d9519b
treea5cc21157f707897f2cdcb681efb2f1e0ee77862
parent5c97a89684cbc9eb6cf891f44cfd7f89237c52d4
luci-app-filemanager: Full featured File Manager application for LuCI

- Navigation in resizable window
- Scrollable and sortable list of files with name, type, creation
date/time columns
- Directory and files creation/renaming/removing
- Directory and files attributes changing
- Duplicating any object in the current directory
- Selecting objects individually and everything for removing selected
- Inverting selection with alt-click
- Large files uploading/downloading
- Drag'n'Drop multiple files from local directory to server
- Large files editing
- Line numbers toggle in editing window
- HEX mode for editing/viewing
- ASCII, HEX and RegExp search in HEX mode
- Storage of interface settings in config file
- Help tab with a short manual

Signed-off-by: Dmitry R <rdmitry0911@gmail.com>
Added timeout to info type addNotification so UI does not flood
synced i18n
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-filemanager/Makefile [new file with mode: 0644]
applications/luci-app-filemanager/htdocs/luci-static/resources/view/system/filemanager.js [new file with mode: 0644]
applications/luci-app-filemanager/htdocs/luci-static/resources/view/system/filemanager/HexEditor.js [new file with mode: 0644]
applications/luci-app-filemanager/htdocs/luci-static/resources/view/system/filemanager/md.js [new file with mode: 0644]
applications/luci-app-filemanager/htdocs/luci-static/resources/view/system/filemanager/md_help.js [new file with mode: 0644]
applications/luci-app-filemanager/po/templates/filemanager.pot [new file with mode: 0644]
applications/luci-app-filemanager/root/usr/share/luci/menu.d/luci-app-filemanager.json [new file with mode: 0644]
applications/luci-app-filemanager/root/usr/share/rpcd/acl.d/luci-app-filemanager.json [new file with mode: 0644]