Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | treewide: resync translation files | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-11-14 | Merge pull request #2259 from pmelange/luci-app-olsr-new-json-lib | Jo-Philipp Wich | |
update luci-app-olsr to the new jsoninfo library | |||
2018-11-11 | luci-app-olsr: convert olsr.lua and smartgw.htm to new json plugin | pmelange | |
Signed-off-by: pmelange <isprotejesvalkata@gmail.com> | |||
2018-11-11 | luci-app-olsr: convert mid.htm to new json plugin | pmelange | |
Signed-off-by: pmelange <isprotejesvalkata@gmail.com> | |||
2018-11-07 | luci-app-olsr: convert interfaces.htm to new json plugin | pmelange | |
Signed-off-by: pmelange <isprotejesvalkata@gmail.com> | |||
2018-11-07 | luci-app-olsr: convert olsr.lua and overview.htm to new json plugin | pmelange | |
Signed-off-by: pmelange <isprotejesvalkata@gmail.com> | |||
2018-11-07 | luci-app-olsr: cbi remove library version numbers in library search results | pmelange | |
Signed-off-by: pmelange <isprotejesvalkata@gmail.com> | |||
2018-11-07 | i18n: sync translations, add location annotatations | Hannu Nyman | |
Thanks to a recent commit, the translation files will now have info about locations where the string is used. That can help is deciding the correct translation, as all contexts are more easily found. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2018-11-02 | Merge pull request #2250 from booo/remove-olsrd-library-version-numbers | Jo-Philipp Wich | |
get rid of library version numbers in luci olsrd code | |||
2018-10-28 | Add missing variable declarations in JavaScript code | Stefan Weil | |
This fixes errors reported by LGTM. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
2018-10-25 | get rid of library version numbers in luci olsrd code | Philipp Borgers | |
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de> | |||
2018-10-12 | luci-app: Fix typos for po strings | yangfl | |
Signed-off-by: David Yang <mmyangfl@gmail.com> | |||
2018-10-12 | treewide: Fix typos in UI strings | yangfl | |
Signed-off-by: David Yang <mmyangfl@gmail.com> | |||
2018-10-01 | i18n: update Chinese translation | yangfl | |
Signed-off-by: David Yang <mmyangfl@gmail.com> | |||
2018-07-09 | treewide: always include cbi.js | Jo-Philipp Wich | |
Include cbi.js in the main header template like it is done for xhr.js and remove the page specific includes. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-05-28 | treewide: convert HTML tables to div | Jo-Philipp Wich | |
Mostly convert HTML tables to div based markup to allow for easier styling in the future. Also change JS accessor code accordingly. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-04-05 | treewide: filter shell arguments through shellquote() where applicable | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-03-12 | treewide: unify mac address handling | Jo-Philipp Wich | |
Use the new luci.ip MAC address facilities to parse and verify MAC addresses in a common way, instead of relying on various ad-hoc solutions. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-01-26 | i18n-ru: fixed and updated russian translation | Vladimir | |
Signed-off-by: Vladimir <picfun@ya.ru> | |||
2017-02-22 | i18n: complete pt-br translation | Luiz Angelo Daros de Luca | |
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> | |||
2017-01-10 | luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5 | Bastian Bittorf | |
controller/olsr.lua: drop HTTP-headers which are now emitted, we do not need them status-olsr/neighbors.htm: olsr ETX value now without muliplication 1024x Signed-off-by: Bastian Bittorf <bb@npl.de> Signed-off-by: Freifunk UFO <ufo@rund.freifunk.net> | |||
2016-01-27 | Use numeric prefixes for uci-defaults scripts | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-12-20 | i18n: sync translations | Hannu Nyman | |
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2015-12-18 | luci-app-olsr: Edited Swedish translation | Kristoffer Grundström | |
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com> | |||
2015-12-09 | luci-app-olsr: use public interface of luci.model.network.wifinet (#569) | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-10-06 | Globally convert headline anchors into name attributes. | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-06-16 | luci-app-olsr: depend on luci-lib-json | Daniel Golle | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org> | |||
2015-05-30 | applications/olsr: change config file download on olsr overview page to use ↵ | Manuel Munz | |
seperate v4 and v6 config files | |||
2015-05-30 | applications/olsr: redirect errors on jsoninfo connects with netcat to ↵ | Manuel Munz | |
/dev/null to avoid spamming the log | |||
2015-05-30 | applications/olsr: Get jsoninfo source port prom olsrd/olsrd6 config file | Manuel Munz | |
2015-01-22 | luci-app-olsr: rewrite mac address resolving | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-app-olsr: use luci.ip.routes() to find default gw | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | Update my email addresses in the license headers | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | Globally reduce copyright headers | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | luci-app-olsr: add workaround for finding default gw with policy routing | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-15 | luci-app-olsr: switch to nixio.fs | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | Remove obsolete ipkg directories | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | Rework LuCI build system | Jo-Philipp Wich | |
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> |