Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-15 | luci-mod-rpc: move luci config require into the authentication function (#427) | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-07-15 | luci-mod-rpc: add missing luci config require | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-07-14 | Add luci support for dnsmasq option '--servers-file' | Lars Kruse | |
Signed-off-by: Lars Kruse <lists@sumpfralle.de> | |||
2015-07-12 | Merge pull request #426 from mamarley/vnstatunderscorefix | Christian Schoenebeck | |
luci-app-vnstat: Fix blank graphs for iface names with underscores | |||
2015-07-12 | luci-app-vnstat: Fix blank graphs for iface names with underscores | Michael Marley | |
The regex used to process the iface query string argument in vnstat.htm was stripping underscores, which caused the graph not to display for interfaces with names containing underscores. This patch adds the underscore to that regex so that the interface name will be correct and the graph will be displayed. Signed-off-by: Michael Marley <michael@michaelmarley.com> | |||
2015-07-07 | contrib/meshwizard: fix LAN with OLSR and DHCP | Manuel Munz | |
2015-07-05 | contrib/meshwizard: fix a bug that occured when processing list options in ↵ | Manuel Munz | |
set_defaults() | |||
2015-07-04 | Merge pull request #425 from aa65535/master | Christian Schoenebeck | |
luci-app-shadowsocks-libev: add package | |||
2015-07-03 | luci-mod-admin-full: restart the firewall instead of reloading it | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-07-03 | luci-app-shadowsocks-libev: add package | Jian Chang | |
This adds support for configuring shadowsocks-libev Signed-off-by: Jian Chang <aa65535@live.com> | |||
2015-06-28 | fix ifname in wifi overview (freifunk public status). | Manuel Munz | |
2015-06-28 | Fix routes on freifunk public status page | Manuel Munz | |
2015-06-25 | contrib/firefunk-watchdog: fix build against musl | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-06-24 | Merge pull request #424 from kdarbyshirebryant/master | Jo-Philipp Wich | |
luci-app-upnp: Stop sys upgrade disabling miniupnpd service on first boot after upgrade | |||
2015-06-22 | Merge pull request #1 from kdarbyshirebryant/miniupnpdatupgrade | kdarbyshirebryant | |
Delete luci-upnp | |||
2015-06-22 | Delete luci-upnp | kdarbyshirebryant | |
Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade. I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed. | |||
2015-06-17 | Update base.po | fabio70mi | |
Corrected "Aggironamento Automatico" to "Aggiornamento Automatico" | |||
2015-06-16 | Merge pull request #419 from dangowrt/fix-olsr-json-dependency | Jo-Philipp Wich | |
luci-app-olsr: depend on luci-lib-json | |||
2015-06-16 | luci-app-olsr: depend on luci-lib-json | Daniel Golle | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org> | |||
2015-06-16 | Fix markup in Template reference | Jo-Philipp Wich | |
2015-06-16 | Fix links in ThemesHowTo.md | Jo-Philipp Wich | |
2015-06-16 | Add documentation converted from old Trac wiki pages | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-06-16 | Merge pull request #414 from maz-1/mjpg-update | Jo-Philipp Wich | |
add chinese translations for luci-app-mjpg-streamer | |||
2015-06-14 | Merge pull request #409 from oneru/fwknop-qr | Christian Schoenebeck | |
Luci-app-fwknopd:add a couple config options to the interface | |||
2015-06-13 | Merge pull request #1 from maz-1/allcommits | maz-1 | |
add chinese translations for luci-app-mjpg-streamer | |||
2015-06-12 | Merge pull request #410 from maz-1/master | Christian Schoenebeck | |
add chinese translations to luci-app-privoxy | |||
2015-06-11 | add chinese translations for luci-app-mjpg-streamer | maz-1 | |
2015-06-11 | add chinese translations for luci-app-privoxy | maz-1 | |
2015-06-10 | Luci-app-fwknopd:add a couple config options to the interface | Jonathan Bennett | |
Minor tweaks to uci-defaults refresh translation files Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz> | |||
2015-06-10 | Merge pull request #402 from NeoRaider/json-empty-object | Jo-Philipp Wich | |
luci-lib-json: ignore null keys to allow encoding empty objects | |||
2015-06-10 | Merge pull request #389 from hnyman/timezone2015d | Jo-Philipp Wich | |
Timezone information is updated to 2015d, released on 24 Apr 2015. | |||
2015-06-07 | Merge pull request #403 from hnyman/fix-qos-l7 | Jo-Philipp Wich | |
luci-app-qos: remove l7 options | |||
2015-06-06 | luci-app-qos: remove l7 options | Hannu Nyman | |
Cleanup luci-app-qos, as it still contains references to l7 functionality that has been removed both from kernel and from qos-scripts. Qos config page has a non-functional "Service" option and every visit to qos config page generates currently an error as no l7 files can be found. daemon.err uhttpd[2285]: find: /etc/l7-protocols/: No such file or directory Patch removes "Service" option and the l7 file search. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2015-06-04 | luci-lib-json: ignore null keys to allow encoding empty objects | Matthias Schiffer | |
There is currently no way to encode an empty object {}, as empty tables are encoded as empty lists []. With this patch, encode() will ignore table fields with the key json.null (which doesn't make sense anyways). This allows adding a field with key json.null to force encoding it as an object. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> | |||
2015-06-04 | Merge pull request #401 from chris5560/master | Christian Schoenebeck | |
luci-app-privoxy: fixed function ipkg_ver_compare() | |||
2015-06-04 | luci-app-privoxy: fixed function ipkg_ver_compare() | Christian Schoenebeck | |
fixed function ipkg_ver_compare() Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> | |||
2015-06-04 | Merge pull request #400 from chris5560/master | Christian Schoenebeck | |
luci-app-radicale: fixed function ipkg_ver_compare | |||
2015-06-04 | luci-app-radicale: fixed function ipkg_ver_compare | Christian Schoenebeck | |
fixed function ipkg_ver_compare() Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> | |||
2015-05-31 | contrib/community-profiles/augsburg: Increase leasetime and bandwidth limits | Manuel Munz | |
2015-05-31 | applications/splash: remove set -x from splash.sh | Manuel Munz | |
2015-05-30 | modules/freifunk: fix basics cbi model | Manuel Munz | |
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 | contrib/meshwizard: add ipv6only option to txtinfo/jsoninfo plugin config | Manuel Munz | |
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-05-30 | meshwizard: use different port (9091) for ipv6 jsoninfo | Manuel Munz | |
2015-05-30 | add changes that were missing in the last commit | Manuel Munz | |
2015-05-30 | Merge branch 'master' of github.com:openwrt/luci | Manuel Munz | |
2015-05-30 | contrib/meshwizard: fix interaction with uci in OpenWrt CC, see ↵ | Manuel Munz | |
https://dev.openwrt.org/ticket/19539 | |||
2015-05-30 | Merge pull request #398 from albialbi/patch-1 | Manuel Munz | |
bssid und ssid scheme Anpassung für kathleen |