summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-07-29luci-mod-admin-full: make diagnostics url customizableFlorian Eckert
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2016-07-24Merge pull request #764 from chris5560/masterChristian Schoenebeck
luci-app-privoxy: change to tabbed display
2016-07-24luci-app-privoxy: change to tabbed displayChristian Schoenebeck
- changed to tabbed display - modified version detection - adaption to new function version_compare() in ipkg.lua - adaption to fixed Flag.parse() in cbi.lua - add support new option "system.boot_delay" - also fix #763 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-07-08Merge pull request #743 from HenryGiraldo/masterJo-Philipp Wich
Closes #741: Can't delete disabled wireless networks
2016-07-08Merge pull request #754 from dalmago/translationJo-Philipp Wich
luci-app-ddns: adding pt-br translation
2016-07-05Merge pull request #753 from platschi/masterManuel Munz
contrib/community_profiles: Add LibreTulum
2016-07-05Update LibreTulum Profileplatschi
2016-07-02luci-app-ddns: adding pt-br translationMatheus Dal Mago
Signed-off-by: Matheus Dal Mago <matheusdalmago10@gmail.com>
2016-07-01Add LibreTulumplatschi
Adding Profile for LibreTulum
2016-06-30luci-mod-admin-full: add log_file and log_proto supportJohn Crispin
Signed-off-by: John Crispin <john@phrozen.org> [Jo-Philipp Wich: remove file datatype constraint] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-28luci-proto-vpnc: further typo fixesJuan Manuel M
2016-06-28luci-app-openvpn: various fixes and optimizationsVladimir Ulrich
Closes #628 as suggestion was implemented and tested. Added PID handling function (Fixes https://dev.openwrt.org/ticket/21506). Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-06-28Merge pull request #749 from TaiSHiNet/masterJo-Philipp Wich
Fixed luci-proto-vpnc typos which rendered it unusable
2016-06-28Fixed luci-proto-vpnc typos which rendered it unusableJuan Manuel M
2016-06-19Merge pull request #744 from chris5560/masterHannu Nyman
luci-app-ddns: fix handling of parameter "is_glue" and "dns_seerver"
2016-06-18luci-app-ddns: - fix handling of parameter "is_glue" and "dns_seerver"Christian Schoenebeck
- fix handling of parameter "is_glue" and "dns_seerver" - depends on https://github.com/openwrt/packages/pull/2875 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-06-16Closes #741: Can't delete disabled wireless networksEnrique Giraldo
When a wireless network is disabled it can't be removed. From wifi_overview.htm the delete call is generated as wlan0, wlan1 or whatever. This wlan is not working because it is disabled, then LuCI deletes the virtual radio which really is named as wlan0.
2016-06-12luci-app-adblock: adjust to adblock 1.2.0Hannu Nyman
* more status info * change in default nullipv addresses * two uhttpd instances (for ports 80/443) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-12Merge pull request #740 from mkresin/masterHannu Nyman
luci-app-ddns: pass the is_glue option value to the helper
2016-06-12luci-app-ddns: pass the is_glue option value to the helperMathias Kresin
Signed-off-by: Mathias Kresin <dev@kresin.me>
2016-06-11Merge pull request #739 from LipkeGu/patch-1Hannu Nyman
luci-mod-freifunk: Fix "Undefined reference to net.iwdata"
2016-06-10luci-mod-freifunk: Fix "Undefined reference to net.iwdata" Guido L
This PR fixes an Internal Server Error when requesting the Wireless Informations in luci-mod-freifunk. It checks an unindexed value "net.iwdata". ``` /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute template dispatcher target for entry '/freifunk/status'. The called action terminated with an exception: /usr/lib/lua/luci/template.lua:97: Failed to execute template 'freifunk/public_status'. A runtime error occured: [string "/usr/lib/lua/luci/view/freifunk/public_stat..."]:116: attempt to index field 'iwdata' (a nil value) stack traceback: [C]: in function 'assert' /usr/lib/lua/luci/dispatcher.lua:460: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:141: in function... ``` signed-off.by: Guido Lipke <lipkegu@gmail.com>
2016-06-09luci-app-firewall: cleanup translationsHannu Nyman
Cleanup the .po files by removing the archived old translation strings. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-09luci-base: cleanup translationsHannu Nyman
Cleanup the .po files by removing the archived old translation strings. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-09i18n: sync translationsHannu Nyman
sync translations Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-09luci-mod-admin-full/mini: replace Wifi with Wireless in menusHannu Nyman
Replace the menu item "Wifi" by "Wireless", which is already used for page and section headings This closes #695 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-08Merge pull request #735 from kdarbyshirebryant/srcdietfixJo-Philipp Wich
luci-base: fix lua interpreter location
2016-06-05Merge pull request #733 from kuoruan/jqlJo-Philipp Wich
luci-theme-bootstrap: Remove jql.min.js which does not exist
2016-06-03luci-app-adblock: support 1.16Hannu Nyman
Add support for 'adb_restricted' Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-03luci-base: fix lua interpreter locationKevin Darbyshire-Bryant
An lua interpreter is required on the building host to run the luasrcdiet lua script. Due to a build change, the interpreter was not being installed to the correct location. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2016-06-03luci-base: fix whitespaceHannu Nyman
change spaces to tabs Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-06-02Merge pull request #732 from kuoruan/aria2Hannu Nyman
luci-app-aria2: Add package
2016-05-31luci-theme-bootstrap: Remove jql.min.js which does not existHsing-Wang Liao
Fix 404 error Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30luci-app-aria2: Add packageHsing-Wang Liao
LuCI Support for Aria2 Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30i18n: sync translationsHannu Nyman
sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-30Merge pull request #730 from kuoruan/luci-masterHannu Nyman
luci-app-adblock: Add translation
2016-05-30luci-app-adblock: Add Simplified Chinese translationkuoruan
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30luci-app-adblock: Add po templateskuoruan
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-26luci-app-adblock: support adb_fetchttl optionHannu Nyman
Support adb_fetchttl options from adblock 1.1.15 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-26Merge pull request #727 from LipkeGu/patch-1Hannu Nyman
ModulesHowTo: Fix typo
2016-05-25luci-base: remove deprecated 6relayd from ucitrackHannu Nyman
Cleanup /etc/config/ucitrack by removing '6relayd' item, as the whole 6relayd package was removed in 2014. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-23Merge pull request #728 from LipkeGu/luci-admin-system-fstab-uiJo-Philipp Wich
luci-mod-admin-full: Look also if the file /etc/config/fstab exists.
2016-05-23luci-mod-admin-full: Look also if the file /etc/config/fstab exists.Guido Lipke
This pull request adds a condition, which checks whether the file "/etc/config/fstab" exists before it allows access to "mount points". Signed-off-by: Guido Lipke <lipkegu@gmail.com>
2016-05-23ModulesHowTo: Fix typoGuido L
Signed-off-by: Guido Lipke <lipkegu@gmail.com>
2016-05-14Merge pull request #723 from 981213/pr_disable_patternHannu Nyman
luci-base:Turn off pattern matching when generating distversion
2016-05-14luci-base:Turn off pattern matching when generating distversionChuanhong Guo
Otherwize the distrevision may be displayed twice if it contains some special matching patterns.(For example I am using "git-$hash" in my own OpenWrt branch.) Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2016-05-12luci-app-statistics: option for max/avg data when not rrasingleHannu Nyman
Introduce option that enables the user to select max values instead of averages for graphs if the user has disabled RRAsingle. The option defaults to average values, which have been the default in Luci statistics. Remove 'optional' from RRASingle, as it is a key option for statistics. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-12Merge pull request #721 from kdarbyshirebryant/maxrrdtoolHannu Nyman
Graph the max value rather than avg if rrdsingle disabled
2016-05-11Graph the max value rather than avg if rrdsingle disabledKevin Darbyshire-Bryant
With rrdsingle the average values are used for graphing. As the timescale increases (say over a day or month) the average values progressively reduce. Using the maximum value over the longer periods is arguably no less deceptive but it does produce more informative graphs. V2 - Invert the default path logic related to rra.single Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2016-05-10Merge pull request #717 from Umeaboy/patch-25Hannu Nyman
Update wshaper.po