Age | Commit message (Collapse) | Author |
|
Created sv.po
|
|
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
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>
|
|
Display a question mark for undefined SSID and BSSID strings.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
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>
|
|
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>
|
|
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>
|
|
luci-mod-admin-full: make diagnostics url customizable
|
|
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|
luci-app-privoxy: change to tabbed display
|
|
- 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>
|
|
Closes #741: Can't delete disabled wireless networks
|
|
luci-app-ddns: adding pt-br translation
|
|
contrib/community_profiles: Add LibreTulum
|
|
|
|
Signed-off-by: Matheus Dal Mago <matheusdalmago10@gmail.com>
|
|
Adding Profile for LibreTulum
|
|
Signed-off-by: John Crispin <john@phrozen.org>
[Jo-Philipp Wich: remove file datatype constraint]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
|
|
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>
|
|
Fixed luci-proto-vpnc typos which rendered it unusable
|
|
|
|
luci-app-ddns: fix handling of parameter "is_glue" and "dns_seerver"
|
|
- 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>
|
|
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.
|
|
* more status info
* change in default nullipv addresses
* two uhttpd instances (for ports 80/443)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-ddns: pass the is_glue option value to the helper
|
|
Signed-off-by: Mathias Kresin <dev@kresin.me>
|
|
luci-mod-freifunk: Fix "Undefined reference to net.iwdata"
|
|
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>
|
|
Cleanup the .po files by removing the archived old translation strings.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Cleanup the .po files by removing the archived old translation strings.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
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>
|
|
luci-base: fix lua interpreter location
|
|
luci-theme-bootstrap: Remove jql.min.js which does not exist
|
|
Add support for 'adb_restricted'
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
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>
|
|
change spaces to tabs
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-aria2: Add package
|
|
Fix 404 error
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|
LuCI Support for Aria2
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|
sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-adblock: Add translation
|
|
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|
Support adb_fetchttl options from adblock 1.1.15
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
ModulesHowTo: Fix typo
|