Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-05-30 | bssid und ssid scheme Anpassung für kathleen | albialbi | |
2015-05-26 | luci-base: prevent parsing the form input after cbi emergency save | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-05-26 | Merge pull request #388 from oneru/fwknop-qr | Jo-Philipp Wich | |
Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in th… | |||
2015-05-26 | luci-base: fallback to a simple text editor if uci config cannot be loaded | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-05-26 | luci-base: rename .gitignore to .placeholder | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-05-25 | Merge pull request #394 from chris5560/master | Christian Schoenebeck | |
luci-app-ddns: fixed version check | |||
2015-05-24 | luci-app-ddns: fixed version check | Christian Schoenebeck | |
fixed version checking in function ipkg_ver_compare() Reported issue #387 and openwrt/packages issue 1285 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> | |||
2015-05-23 | Timezone information is updated to 2015d, released on 24 Apr 2015. | Hannu Nyman | |
I used build/zoneinfo2lua.pl to pull data from my Ubuntu 15.04. Changes in 2015d are rather small: http://mm.icann.org/pipermail/tz-announce/2015-April/000031.html Changes affecting future time stamps Egypt will not observe DST in 2015 and will consider canceling it permanently. For now, assume no DST indefinitely. Change affecting time zone abbreviations The abbreviations for Hawaii-Aleutian standard and daylight times have been changed from HAST/HADT to HST/HDT, as per US Government Printing Office style. This affects only America/Adak since 1983, as America/Honolulu was already using the new style. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2015-05-22 | Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in the ↵ | Jonathan Bennett | |
fwknopd binary Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz> | |||
2015-05-21 | Merge pull request #384 from nightcoffee/nightcoffee-patch-1 | Jo-Philipp Wich | |
luci-base: Add cache control in index.html | |||
2015-05-20 | Merge pull request #385 from oneru/fwknop-qr | Jo-Philipp Wich | |
luci-app-fwknopd: Add qr code support | |||
2015-05-20 | luci-app-fwknopd: Add qr code support | Jonathan Bennett | |
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz> | |||
2015-05-18 | luci-base: Add cache control in index.html | nightcoffee | |
Signed-off-by: Night Coffee <ydkf@qq.com> | |||
2015-05-17 | IPv6 updates | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2015-05-14 | Merge pull request #382 from chris5560/master | Christian Schoenebeck | |
luci-app-ddns: reflect changes on ddns-scripts | |||
2015-05-14 | Merge pull request #380 from oneru/master | Christian Schoenebeck | |
Add initial luci-app-fwknopd - a way to control the firewall knock da… | |||
2015-05-12 | Add initial luci-app-fwknopd - a way to control the firewall knock daemon ↵ | Jonathan Bennett | |
from luci Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz> | |||
2015-05-12 | luci-app-ddns: reflect changes on ddns-scripts | Christian Schoenebeck | |
* reflect updated language file for zh-cn * change default for retry_count to 0 compatible to ddns-scripts 2.4.2-1 * addition to retry_count help description * modified dependency on ddns-scripts 2.4.2-1 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> | |||
2015-05-08 | Merge pull request #376 from chris5560/master | Christian Schoenebeck | |
luci-app-radicale: New app to support Radicale CalDAV/CardDAV server | |||
2015-05-06 | collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> |