summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-06-25Merge pull request #2788 from dibdot/opkgJo-Philipp Wich
luci-app-opkg: change remove button caption (first level)
2019-06-25luci-app-opkg: change remove button caption (first level)Dirk Brenken
* add three dots to the first level 'Remove' button caption (revert/fix da8668a) Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-24Merge pull request #2783 from castillofrancodamian/baseJo-Philipp Wich
luci-base: Update Spanish translation
2019-06-22luci-base: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-06-19luci-app-opkg: make overwriting package files optionalJo-Philipp Wich
Ref: #2775 Signed-off-by: Dirk Brenken <dev@brenken.org> [split into multiple commits, sync translations] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19luci-app-opkg: change remove button captionJo-Philipp Wich
Add three dots to the first level 'Remove' button caption, because it leads to a modal dialogue. Ref: #2775 Signed-off-by: Dirk Brenken <dev@brenken.org> [split into multiple commits, sync translations] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19luci-app-opkg: honor installed flag to skip half-installed packagesJo-Philipp Wich
Do not consider half-installed packages (which happens after an installation failure) to be installed. Ref: https://github.com/openwrt/luci/pull/2775 Signed-off-by: Dirk Brenken <dev@brenken.org> [split into multiple commits, refactored code, use local variables] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-16treewide: fix datetype/datatype typoHannu Nyman
Fix 'datetype' typo. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-16Merge pull request #2772 from jjm2473/patch-2Hannu Nyman
luci-app-aria2: fix: datatype
2019-06-16luci-app-aria2: fix: datatype练亮斌
just a spelling mistake. Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2019-06-12luci-mod-system: prevent clearing rc.local on unrelated submit actionsJo-Philipp Wich
Fixes: #2760 Fixes: 1c09ee5e4 ("luci-mod-system: fix SimpleForm usage on file editing pages") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-12luci-base: update Traditional Chinese translationPerry Thompson
Signed-off-by: Perry Thompson <contact@ryper.org>
2019-06-11luci-base: update Traditional Chinese translationa962702
update Traditional Chinese translations. Signed-off-by: Andy Yun <a962702@yahoo.com>
2019-06-11luci-base: update Traditional Chinese translationAndy
update Traditional Chinese translation. Signed-off-by: Andy Yun <a962702@yahoo.com>
2019-06-10Merge pull request #2762 from musashino205/l10n/mwan3-upd-jaFlorian Eckert
luci-app-mwan3: update Japanese translation
2019-06-10luci-app-mwan3: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-06-09i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-07Merge pull request #2755 from dibdot/lxcDirk Brenken
luci-app-lxc: add conffiles define
2019-06-06luci-app-lxc: add conffiles defineDirk Brenken
- fix #2754 Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-05Merge pull request #2753 from tano-systems/pr-luci-base-update-ru-translationHannu Nyman
luci-base: update Russian translation
2019-06-05luci-base: update Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-06-05luci-mod-system: fix SimpleForm usage on file editing pagesJo-Philipp Wich
When a value identical to the stored one is submitted, the CBI framework will not emit an option write event and therfore not store the value in the form data dictionary passed to SimpleForm.handle(). This usage pattern usally works be accident for file editor views such as admin_system/crontab because \r\n windows style line endings are substituted with unix \n ones before writing the data, defeating the equality check in CBI. When a single line without trailing newline is submitted however, the CBI will not see a difference to the data stored in the file and clear out the value on subsequent saves. This commit alignes the logic used by various SimpleForm views to behave identically and predictable: - File data is handled in the SimpleForm.handle() callback - The forcewrite property is used to disable equality checks - Submission of an empty string empties the backing file Fixes: #2737 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-05lucihttp: update to latest Git HEADJo-Philipp Wich
f6e0564 lib: fix handling of empty multipart fields 91c01c3 lib: fix multipart state transition in boundary parsing Fixes: #2737 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-04Merge pull request #2744 from TDT-AG/pr/20190603-luci-app-mwan3Florian Eckert
luci-app-mwan3: change flush_conntrack option to list option
2019-06-04Merge pull request #2748 from dibdot/duid-fixJo-Philipp Wich
luci-base: fix duid_to_mac reference in status.lua
2019-06-04luci-base: fix duid_to_mac reference in status.luaDirk Brenken
* fix for openwrt/packages#9148 Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-04Merge pull request #2746 from TDT-AG/pr/20190603-luci-theme-materialFlorian Eckert
luci-theme-material: fix checkbox css StaticList view
2019-06-04luci-theme-material: fix checkbox css StaticList viewFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-03themes: don't reset theme on package upgradesJo-Philipp Wich
Fixes: #2743 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-03Merge pull request #2742 from Ansuel/odhcp-leaseJo-Philipp Wich
luci-base: handle dhcp lease from odhcpd
2019-06-03luci-app-mwan3: change flush_conntrack option to list optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-03luci-base: handle dhcp lease from odhcpdAnsuel Smith
Currently only the dnsmasq lease file is read for hostname hint. If someone use only odhcpd as dhcp daemon the hostname resolution on wifi_assoc list is broken. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-06-03luci-base: adds duid_to_mac to sys.luaAnsuel Smith
Move duid_to_mac function from status.lua to sys.lua. Implement translation from DUID-LL without header to MAC Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-05-31build: i18n-scan.pl: properly handle bracket-quoted stringsJo-Philipp Wich
Fixes: #2738 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-05-29Merge pull request #2733 from castillofrancodamian/samba4Hannu Nyman
luci-app-samba4: Update Spanish translation
2019-05-29Merge pull request #2734 from castillofrancodamian/tinyproxyHannu Nyman
luci-app-tinyproxy: Update Spanish translation
2019-05-29Merge pull request #2735 from castillofrancodamian/statisticsHannu Nyman
luci-app-statistics: Update Spanish translation
2019-05-29Merge pull request #2394 from gyr0tron/privoxy_hindiHannu Nyman
luci-app-privoxy: Added Hindi translation
2019-05-29Added privoxy Hindi translationsGyrotron
Signed-off-by: Simmar Kalsi <simmarkalsi@gmail.com>
2019-05-29Merge pull request #2670 from TDT-AG/pr/20190410-luci-mod-networkFlorian Eckert
luci-mod-network: move auto option to general tab
2019-05-28luci-app-statistics: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28Merge pull request #2673 from jose1711/mjpg-streamer-linkFlorian Eckert
luci-app-mjpg-streamer: add link option
2019-05-28Merge pull request #2391 from Matthias84/patch-4Florian Eckert
luci-app-uhttpd: German translation
2019-05-28luci-app-tinyproxy: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28luci-app-samba4: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-28Merge pull request #2725 from EricLuehrsen/unbound_viewDirk Brenken
luci-app-unbound: match dependencies with unbound package
2019-05-28Merge pull request #2732 from castillofrancodamian/hdFlorian Eckert
luci-app-hd-idle: Update Spanish translation
2019-05-28luci-app-hd-idle: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-05-25Merge pull request #2174 from rosysong/lease-statusFlorian Eckert
luci-base: drop ipv6 lease status when IPV6 is not support
2019-05-23luci-app-unbound: match dependencies with unbound packageEric Luehrsen
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>