summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-05-06luci-app-shadowsocks-libev: allow setting plugin optionsYousong Zhou
Reference: https://github.com/openwrt/packages/issues/8903 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-06luci-app-shadowsocks-libev: reword base64 -encoding-Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-05-06luci-base: remove interface from zone upon deletionJo-Philipp Wich
Fixes: #2690 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-05-05Merge pull request #2688 from rosysong/rosy-bugs-fixHannu Nyman
luci-theme-rosy: fix table overflow on network/switch
2019-05-05luci-theme-rosy: fix table overflow on network/switchyglb
Signed-off-by: Rosy Song <rosysong@rosinson.com> Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
2019-04-30luci-app-statistics: escape backslashes as wellJo-Philipp Wich
Fixes: bab4a3ef ("luci-app-statistics - allow rrd files to contain :") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-30luci-base: luci.model.network: simplify is_auto()Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-30Merge pull request #2657 from msurovcak/msurovcak-statistics-collonFlorian Eckert
luci-app-statistics - allow rrd files to contain :
2019-04-30Merge pull request #2620 from TDT-AG/pr/20190311-luci-mod-systemFlorian Eckert
luci-mod-system: add button to sync with ntp server
2019-04-25Merge pull request #2119 from TDT-AG/pr/20180830-fix-iface-status-pageFlorian Eckert
luci-mod-admin-full: add hint to overview page
2019-04-25luci-mod-network: add auto start hintFlorian Eckert
Make the information if the interface is started on boot visible on the interface overview page. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25luci-mod-network: add is_auto option to iface_statusFlorian Eckert
Make interface information is_auto available. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25luci-base: add is_auto functionFlorian Eckert
Add missing is_auto getter function. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-24Merge pull request #2443 from TDT-AG/pr/20190109-luci-mod-system-passwordFlorian Eckert
luci-mod-system: add password strength info
2019-04-23Merge pull request #2681 from dibdot/shadowsocks-fixJo-Philipp Wich
luci-app-shadowsocks-libev: fix cidr datatype
2019-04-23luci-app-shadowsocks-libev: fix cidr datatypeDirk Brenken
* add a new 'cidr' alias datatype to fix #2671 Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-04-22Merge pull request #2676 from castillofrancodamian/luciHannu Nyman
luci-base: Update Spanish translation
2019-04-22Merge pull request #2677 from castillofrancodamian/ddnsHannu Nyman
luci-app-ddns: Update Spanish translation
2019-04-22Merge pull request #2678 from castillofrancodamian/firewallHannu Nyman
luci-app-firewall: Update Spanish translation
2019-04-20luci-app-firewall: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-20luci-app-ddns: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-20luci-base: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-12luci-mod-system: add "KiB" to translatable stringsAnton Kikin
Also changed original "kiB" to "KiB" in accordance with IEEE 1541-2002. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-04-12Merge pull request #2509 from shunjou/material-svgJo-Philipp Wich
luci-theme-material: icons and other changes
2019-04-09Merge pull request #2669 from dibdot/travelmateDirk Brenken
luci-app-travelmate: sync with update 1.4.5
2019-04-09luci-app-travelmate: sync with update 1.4.5Dirk Brenken
* see https://github.com/openwrt/packages/pull/8637 for reference Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-04-08luci-mod-network: fix bad unicode comma in network.jsJo-Philipp Wich
Fixes: 5624b36fa ("luci-mod-network: fix page refresh after interface reconnect") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08luci-mod-status: Remove port suffix where not applicableOlli Asikainen
Submitted-by: Olli Asikainen <olli.asikainen@gmail.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08Merge pull request #2642 from TDT-AG/pr/20190329-luci-baseJo-Philipp Wich
luci-base: add cbi tsection error msg option
2019-04-08luci-mod-status: convert bytes into KB / MB / GB on progress barClaudio Marelli
Currently on the system status page the the memory usage is shown in kB only. If you have a system with 1 GB of Ram its hard to read the large numbers. This automatically formats the byte numbers more human readable into KB / MB / GB. Submitted-by: Claudio Marelli <camarelli@gmx.net> [squash commits, rewrap commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08luci-base: luasrcdiet: switch to scm clone and fix tarball nameJo-Philipp Wich
Switch the LuaSrcDiet download to direct cached SCM clones and fix the tarball name while we're at it. Supersedes: #2522 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08luci-mod-network: fix page refresh after interface reconnectJo-Philipp Wich
Submitted-by: "taeasy" <88336@live.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08luci-theme-bootstrap: fixed input fields having disabled/uneditable colourDavid Hari
Submitted-by: David Hari <d-hari@hotmail.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-07Merge pull request #2663 from rosysong/rosy-bugs-fixHannu Nyman
luci-theme-rosy: bugs fix
2019-04-07Merge pull request #2664 from rosysong/file-serverHannu Nyman
rosy-file-server: remove unused lines and typo fix
2019-04-07luci-app-rosy-file-server: remove unused linesRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-app-rosy-file-server: fix typo error on titleRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-rosy: fix hidden footer for mobile devicesYanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07luci-theme-rosy: fix issue on header and footer compatibilityYanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07luci-theme-rosy: fix view for rosy-file-server packagesyglb
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07luci-theme-rosy: fix indentRosy Song
fix indent for htdocs/luci-static/rosy/cascade.css Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-rosy: fix #2645Rosy Song
fix view on network / switch https://github.com/openwrt/luci/issues/2645 Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-rosy: add css style for modal-overlay warningRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-rosy: tweak padding for tabsRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07luci-theme-material: icons and other changesshunjou
* Remove excess font dependency * Retain two glyphs as svg * Store svg icons externally * Add logout icon * Replace spaces with tabs in script * Various minor fixes Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-04-07luci-theme-material: correct main menu color variableshunjou
* Also declare default color above as fallback Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-04-06Merge pull request #2583 from TDT-AG/pr/20180227-luci-theme-materialJo-Philipp Wich
luci-theme-material: fix loading view on href
2019-04-06Merge pull request #2404 from rosysong/file-serverHannu Nyman
luci-app-rosy-file-server: add new application
2019-04-04luci-app-statistics - allow rrd files to contain :Martin Surovcak
Fixes situations where RRD file name contains ":" (eg. _ping/ipv6_) in `rrdtool` it's unescaped - thus not able to render image. Adding simple escaping of `:` to `\\:` fixes the situation. Might be a solution for #958.
2019-04-03Merge pull request #2618 from TDT-AG/pr/20199397-luci-app-statisticsJo-Philipp Wich
luci-app-statistics: enhancements