Commit graph

7598 commits

Author SHA1 Message Date
Manuel Munz
6d788d82f1 contrib/meshwizard: fix LAN with OLSR and DHCP 2015-07-07 12:22:39 +02:00
Manuel Munz
9d85b7ee2e contrib/meshwizard: fix a bug that occured when processing list options in set_defaults() 2015-07-05 01:32:25 +02:00
Christian Schoenebeck
cfd8ad89c4 Merge pull request #425 from aa65535/master
luci-app-shadowsocks-libev: add package
2015-07-04 21:20:00 +02:00
Jo-Philipp Wich
74b5c1bbc3 luci-mod-admin-full: restart the firewall instead of reloading it
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-07-03 16:59:51 +02:00
Jian Chang
74501038e4 luci-app-shadowsocks-libev: add package
This adds support for configuring shadowsocks-libev

Signed-off-by: Jian Chang <aa65535@live.com>
2015-07-03 15:17:38 +08:00
Manuel Munz
30e344c60a fix ifname in wifi overview (freifunk public status). 2015-06-28 15:59:53 +02:00
Manuel Munz
bccc6279fc Fix routes on freifunk public status page 2015-06-28 15:55:37 +02:00
Jo-Philipp Wich
0ef5f3c693 contrib/firefunk-watchdog: fix build against musl
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 14:19:51 +02:00
Jo-Philipp Wich
23dba10808 Merge pull request #424 from kdarbyshirebryant/master
luci-app-upnp: Stop sys upgrade disabling miniupnpd service on first boot after upgrade
2015-06-24 12:16:23 +02:00
kdarbyshirebryant
2d564999bf Merge pull request #1 from kdarbyshirebryant/miniupnpdatupgrade
Delete luci-upnp
2015-06-22 19:04:00 +01:00
kdarbyshirebryant
387a06bb73 Delete luci-upnp
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-22 18:58:58 +01:00
fabio70mi
bae48b6f88 Update base.po
Corrected "Aggironamento Automatico" to "Aggiornamento Automatico"
2015-06-17 16:06:20 +02:00
Jo-Philipp Wich
eac90c78fb Merge pull request #419 from dangowrt/fix-olsr-json-dependency
luci-app-olsr: depend on luci-lib-json
2015-06-16 18:27:09 +02:00
Daniel Golle
ba897c6a20 luci-app-olsr: depend on luci-lib-json
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 17:41:23 +02:00
Jo-Philipp Wich
e8029d6398 Fix markup in Template reference 2015-06-16 10:21:47 +02:00
Jo-Philipp Wich
dde25048b9 Fix links in ThemesHowTo.md 2015-06-16 10:17:28 +02:00
Jo-Philipp Wich
4b11843e4c Add documentation converted from old Trac wiki pages
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-16 10:11:45 +02:00
Jo-Philipp Wich
37a9d6aee7 Merge pull request #414 from maz-1/mjpg-update
add chinese translations for luci-app-mjpg-streamer
2015-06-16 09:56:30 +02:00
Christian Schoenebeck
3429097437 Merge pull request #409 from oneru/fwknop-qr
Luci-app-fwknopd:add a couple config options to the interface
2015-06-14 12:22:48 +02:00
maz-1
d48f53b0dd Merge pull request #1 from maz-1/allcommits
add chinese translations for luci-app-mjpg-streamer
2015-06-13 10:46:23 +08:00
Christian Schoenebeck
3bcbfb3823 Merge pull request #410 from maz-1/master
add chinese translations to luci-app-privoxy
2015-06-12 18:56:18 +02:00
maz-1
8e43ab3770 add chinese translations for luci-app-mjpg-streamer 2015-06-11 10:35:21 +02:00
maz-1
0b00986cfc add chinese translations for luci-app-privoxy 2015-06-11 10:29:55 +02:00
Jonathan Bennett
9d69f61f4c Luci-app-fwknopd:add a couple config options to the interface
Minor tweaks to uci-defaults
refresh translation files
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-06-10 16:10:56 -05:00
Jo-Philipp Wich
edf0f4f549 Merge pull request #402 from NeoRaider/json-empty-object
luci-lib-json: ignore null keys to allow encoding empty objects
2015-06-10 10:20:49 +02:00
Jo-Philipp Wich
d2638a7a0e Merge pull request #389 from hnyman/timezone2015d
Timezone information is updated to 2015d, released on 24 Apr 2015.
2015-06-10 10:19:19 +02:00
Jo-Philipp Wich
abc1ed6148 Merge pull request #403 from hnyman/fix-qos-l7
luci-app-qos: remove l7 options
2015-06-07 17:13:48 +02:00
Hannu Nyman
1d477abc54 luci-app-qos: remove l7 options
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-06 10:41:23 +03:00
Matthias Schiffer
304eec2eba luci-lib-json: ignore null keys to allow encoding empty objects
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 21:13:41 +02:00
Christian Schoenebeck
0ef7a00afd Merge pull request #401 from chris5560/master
luci-app-privoxy: fixed function ipkg_ver_compare()
2015-06-04 21:00:37 +02:00
Christian Schoenebeck
22f40d392b luci-app-privoxy: fixed function ipkg_ver_compare()
fixed function ipkg_ver_compare()

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-06-04 20:59:21 +02:00
Christian Schoenebeck
57c5143b23 Merge pull request #400 from chris5560/master
luci-app-radicale: fixed function ipkg_ver_compare
2015-06-04 20:51:30 +02:00
Christian Schoenebeck
e2d6ee7822 luci-app-radicale: fixed function ipkg_ver_compare
fixed function ipkg_ver_compare()

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-06-04 20:50:08 +02:00
Manuel Munz
a835fc013b contrib/community-profiles/augsburg: Increase leasetime and bandwidth limits 2015-05-31 16:41:11 +02:00
Manuel Munz
0fe4e4696e applications/splash: remove set -x from splash.sh 2015-05-31 01:13:30 +02:00
Manuel Munz
5ef1485133 modules/freifunk: fix basics cbi model 2015-05-30 23:01:24 +02:00
Manuel Munz
7f26be3628 applications/olsr: change config file download on olsr overview page to use seperate v4 and v6 config files 2015-05-30 22:53:11 +02:00
Manuel Munz
77612e3e3e contrib/meshwizard: add ipv6only option to txtinfo/jsoninfo plugin config 2015-05-30 22:02:05 +02:00
Manuel Munz
516ea62f73 applications/olsr: redirect errors on jsoninfo connects with netcat to /dev/null to avoid spamming the log 2015-05-30 21:04:50 +02:00
Manuel Munz
cc39eaa681 applications/olsr: Get jsoninfo source port prom olsrd/olsrd6 config file 2015-05-30 20:48:57 +02:00
Manuel Munz
595c637c3b meshwizard: use different port (9091) for ipv6 jsoninfo 2015-05-30 20:45:17 +02:00
Manuel Munz
d447b7e9f2 add changes that were missing in the last commit 2015-05-30 17:01:02 +02:00
Manuel Munz
0eef467871 Merge branch 'master' of github.com:openwrt/luci 2015-05-30 16:57:30 +02:00
Manuel Munz
458c3c1366 contrib/meshwizard: fix interaction with uci in OpenWrt CC, see https://dev.openwrt.org/ticket/19539 2015-05-30 16:56:18 +02:00
Manuel Munz
9b5beaee7c Merge pull request #398 from albialbi/patch-1
bssid und ssid scheme Anpassung für kathleen
2015-05-30 14:22:24 +02:00
albialbi
420cdd4377 bssid und ssid scheme Anpassung für kathleen 2015-05-30 14:10:26 +02:00
Jo-Philipp Wich
1dada8cc44 luci-base: prevent parsing the form input after cbi emergency save
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-26 17:32:11 +02:00
Jo-Philipp Wich
d6d0926aee Merge pull request #388 from oneru/fwknop-qr
Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in th…
2015-05-26 17:14:24 +02:00
Jo-Philipp Wich
fe14cd5a66 luci-base: fallback to a simple text editor if uci config cannot be loaded
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-26 17:12:42 +02:00
Jo-Philipp Wich
03610cee3a luci-base: rename .gitignore to .placeholder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-26 16:27:05 +02:00