mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 02:31:46 +00:00
3447700b38
- 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>
14 lines
313 B
Makefile
14 lines
313 B
Makefile
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI File Manager module
|
|
LUCI_DEPENDS:=+luci-base
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Dmitry R <rdmitry0911@gmail.com>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|