summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-08-16Merge pull request #778 from Umeaboy/patch-26Hannu Nyman
Created sv.po
2016-08-16Created sv.poKristoffer Grundström
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2016-08-15luci-mod-admin-full: use switch toplogy information for vlan setupJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-15luci-base: support reading switch topology from /etc/board.jsonJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-04luci-base: cbi.js: handle undefined arguments in formattingJo-Philipp Wich
Fix the JavaScript String.format() to not trigger an exception if the argument for an escaped format like %h or %q is undefined. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-04luci-mod-admin-full: status page formatting fixJo-Philipp Wich
Display a question mark for undefined SSID and BSSID strings. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-04luci-base: fix handling of monitor ifacesJo-Philipp Wich
Wireless monitor interfaces usually have no SSID set in their config and various network model utility functions did not handle this case properly, mainly while trying to incorperate the SSID string into various description labels. Fall back to the internal network id (radioX.networkY) in cases where neither the SSID nor the BSSID are available. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-04luci-base: improve string format error reportingJo-Philipp Wich
In mod metamethod, execute string format under pcall() and rethrow error in caller context to report caller of function in errors and not the meta method itself. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-31luci-mod-admin-full: fix net diagnostics with missing configJo-Philipp Wich
Gracefully handle a missing diag section in /etc/config/luci when rendering the network diagnostics tool page. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-29Merge pull request #766 from feckert/config_diag_urlJo-Philipp Wich
luci-mod-admin-full: make diagnostics url customizable
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