Age | Commit message (Collapse) | Author |
|
modules/base: ltn12: fix source.file() termination condition
|
|
The read method of nixio's file and socket objects both return an empty string
when they reach EOF, not nil, causing the consumer to loop endlessly as
source.file() never terminates.
As there is no other situation in which an empty chunk is read, just change it
to nil to terminate the consumer's loop.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|
Create README.md
|
|
applications/luci-dump1090: update config to latest version
|
|
Fix disabling service instance for dump1090/udpxy/shairplay/shairport
|
|
luci-app-ddns: Update to support ddns-scripts 2.1.0-1
|
|
Update timezone data to 2014i (from 2011n)
|
|
Timezone information embedded in Luci is updated to 2014i.
Afaik, the old data was from version 2011n.
I used build/zoneinfo2lua.pl to pull data from my Ubuntu 14.10 buildhost
that contains 2014i version of the timezone data.
2014j has been released this week, but is not yet embedded in Ubuntu and
Turks&Caicos is the only affected country/zone.
2014i: http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html
2014j: http://mm.icann.org/pipermail/tz-announce/2014-November/000027.html
This update should fix Openwrt bugs #11445 and #18323.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
|
|
fix verify of entry for DNS server Issue #244
https://github.com/openwrt/luci/issues/244
add support for option 'update_script'
add display of version information when click on "Dynamic DNS" on
overview page
add verify of installed ddns-scripts version and show as hint if not
correct version
modified epoch to date conversation
cbi object Flag did not set section.changed state, fixed in
tools.flag_parse function
ucitrack entry no longer needed and removed
minor fixes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
|
Add initial README.md file. Used Packages feed README as template.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
The current build/mkversion.sh still expected an SVN repository layout,
rewrite it to derive tags and branchnames from git metadata.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
This should fix non-wellformed page errors with XHTML themes.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
applications/luci-shairport: add new package.
|
|
This adds support for configuring shairport.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
openconnect proto: added missing makefile
|
|
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
Openconnect
|
|
applications/luci-shairplay: add new package.
|
|
applications/luci-udpxy: add new package.
|
|
applications/luci-dump1090: add new package.
|
|
This adds support for configuring dump1090.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
This adds support for configuring udpxy.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
This adds support for configuring shairplay.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
Many complex widgets do not reset properly with traditional form reset,
therfore simply reload the page.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Update minidlna status messages for v1.13
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Fix minidlna v1.13 status messages
|
|
The latest netifd updates changed the ubus wireless status reporting in a
way that breaks the current LuCI integration. Work around the changed
format by translating the extended UCI section syntax back to the plain one.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
Ref: https://dev.openwrt.org/ticket/18176
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Freifunk: correct bbsid in Potsdam on channel 5
|
|
|
|
fixes missing imports for gwcheck
|
|
since r41281 (83e9122) network.sh depends on jsonfilter instead of jshn.
Therefor jshn is missing for gwcheck and needs to be sourced manually.
|
|
|
|
package/community-profiles: fix netmask for freifunk gadow
|
|
|
|
Instead of simply emitting a "git-$hash" revision, take the commit time into
account to generate strictly increasing revisions to preserve opkg upgrade
capabilities.
The format is "git-YY.DDD.SSSSS-HHHHHHH" with the following defined fields:
- YY year number (00..99)
- DDD day of year (001..366)
- SSSSSS second of day (00000..86399)
- HHHHHHH abbreviated git commit hash
An example revision is "git-14.283.50202-bb388f0".
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Make submenus accessible to screen readers
|
|
Make submenus accessible to screen readers
|