summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-06-01luci-app-mwan3: make interface list non sortableFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-06-01luci-app-mwan3: change track_ip from ip to host datatypeFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-30luci-base: resync translations, update German translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-30luci-theme-freifunk: fix a few broken translation directivesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-30luci-proto-wireguard: use "Optional" instead of "Optional." as translationJo-Philipp Wich
This allows sharing the translation string with other components. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-30luci-mod-admin-full: use "Lease time" instead of "Leasetime" as translation ↵Jo-Philipp Wich
label This allows sharing a common translation string between DHCP and interface pages. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-30luci-proto-ipv6: use "Automatic" instead as "automatic" as translation labelJo-Philipp Wich
This allows sharing a common translation string with all other protocols. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-30luci-proto-openconnect: fix authgroup translationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-29luci-mod-admin-full: auto-migrate ifnames when changing VLAN configurationJo-Philipp Wich
This change extends the switch VLAN configuration page to automatically adjust interface ifname options when altering VLAN settings. For example "eth0" is changed to "eth0.1" when a previously untagged LAN VLAN is switched to tagged on the CPU port and vice versa. Notifications are displayed in the page header if an auto migration was performed. This change should make the switch configuration more user friendly and less prone to soft bricking. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-25Merge pull request #1168 from EricLuehrsen/unbound_may2017Hannu Nyman
luci-app-unbound: option 'add_extra_dns' and list 'trigger'
2017-05-23luci-app-unbound: option 'add_extra_dns' and list 'trigger'Eric Luehrsen
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-05-21luci-base: support ip6ifaceid option for proto_staticHannu Nyman
Add support for 'ip6ifaceid' option for proto_static in LuCI. Information about the option: The option is optional and defaults to '::1'. Allowed values: 'eui64', 'random', fixed value like '::1' or '::1:2' When IPv6 prefix (like 'a:b:c:d::') is received from a delegating server, the ip6ifaceid suffix (like '::1') is used to form the IPv6 address ('a:b:c:d::1') for the interface. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-17Merge pull request #1160 from zx2c4/wg-psk-changeHannu Nyman
wireguard: preshared-key is now an attribute of the peer
2017-05-16Merge pull request #1167 from musashino205/mwan3-fix-pathHannu Nyman
luci-app-mwan3: Fix "ip" command path
2017-05-16Merge pull request #1031 from feckert/add_dhcp_to_system_ucitrackHannu Nyman
luci-base: add dhcp to system ucitrack
2017-05-15luci-app-mwan3: Fix "ip" command pathINAGAKI Hiroshi
Fixed an issue that mwan3 fails to detect connection because "ip" command relocated. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-10luci-app-statistics: check that uci config sections existHannu Nyman
A missing or faulty luci_statistics config file may prevent LuCI access completely already at the login phase as the statistics config is parsed already then. The error is like: .../statistics/datatree.lua:16: attempt to index upvalue 'sections' (a nil value) User may be completely locked out of LuCI until he figures out the need to have a proper luci_statistics config file. Prevent the error by checking for the existence of the uci config sections before trying to use values from them. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-10Merge pull request #1163 from dibdot/luci-app-travelmateHannu Nyman
luci-app-travelmate: sync with travelmate 0.7.3
2017-05-10luci-app-travelmate: sync with travelmate 0.7.3Dirk Brenken
* Automatically refresh the overview page after button onclick event, e.g. 'Save & Apply' Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-10Merge pull request #1162 from musashino205/tmate-upd-jaHannu Nyman
luci-app-travelmate: Update Japanese translation
2017-05-10luci-app-travelmate: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-10Merge pull request #1161 from musashino205/adblk-upd-jaHannu Nyman
luci-app-adblock: Update Japanese translation
2017-05-10luci-app-adblock: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09wireguard: preshared-key is now an attribute of the peerJason A. Donenfeld
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-05-09Merge pull request #1159 from musashino205/adblk-fix-dupHannu Nyman
luci-app-adblock: Fix duplicated text
2017-05-09luci-app-adblock: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09luci-app-adblock: Fix syntax errorINAGAKI Hiroshi
Fixed syntax error in sv/adblock.po. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09luci-app-adblock: Fix duplicated textINAGAKI Hiroshi
Added text "Input file not found. Please check your configuration." by commit 9b4b1df is duplicated. so I replaced the text with previously existed. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-09luci-app-statistics: processes: fix graph visibilityHannu Nyman
Fix graph visibility on processes page based on plugin instance. The overview instance is empty, while monitored processes have their own instances. Original version of the patch created by @koblack and discussed in #1021 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-08Merge pull request #1158 from angusding/patch-4Hannu Nyman
luci.mk: Update language name for Chinese
2017-05-08luci-base: add Etc/GMT timezonesHannu Nyman
Add Etc/GMT timezones like GMT+5 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-08build/zoneinfo2lua.pl: logic for Etc/GMT timezonesHannu Nyman
Add logic to add Etc/GMT timezones (like GMT+5) although the zones are not included in zone.tab Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-08luci.mk: Update language name for Chineseamitabha
Rectification of non-standard name for language Chinese. Signed-off-by: Angus Ding angus.ding@gmail.com
2017-05-08luci-mod-admin-full: add advice to restart cronHannu Nyman
Cron init script starts the service only if a crontab file exists. If there is no crontab file at boot and the user later creates one, he needs to manually restart the service. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-08Merge pull request #1157 from dibdot/app-adblockHannu Nyman
luci-app-adblock: sync with adblock 2.6.3
2017-05-08luci-app-adblock: sync with adblock 2.6.3Dirk Brenken
* Limit Blacklist/Whitelist Online editing to max. 512 KB, approx. 20.000 domains per list * Automatically refresh the overview page after button onclick event, e.g. 'Suspend/Resume' or 'Save & Apply' * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-08Merge pull request #1151 from TDT-GmbH/luci-app-openvpn-fixHannu Nyman
luci-app-openvpn: fix proto param selection in basic
2017-05-08Merge pull request #1154 from stangri/luci-app-simple-adblockHannu Nyman
luci-app-simple-adblock: pt/pt-br translations.
2017-05-08luci-app-simple-adblock: pt translationStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-05-07Merge pull request #1155 from Umeaboy/patch-26Hannu Nyman
Updated adblock
2017-05-07Updated adblockKristoffer Grundström
Signed-off-by <hamnisdude@gmail.com>
2017-05-07luci-app-travelmate: sync with travelmate 0.7.2Dirk Brenken
* simplify uplink interface setup (just one Click! ;-), now part of the overview tab (removed separate setup page!) * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org> Conflict resolved by Hannu Nyman
2017-05-06luci-base: luci.dispatcher: allow overriding sysauth templateJo-Philipp Wich
In some cases it is useful to be able to override the template used for the sysauth login dialog. Add a new property "sysauth_template" which allows overriding the template name from controller files. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-04luci-app-openvpn: fix proto param selection in basicFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-02Merge pull request #1145 from musashino205/sync-transHannu Nyman
i18n: Sync translations
2017-05-02i18n: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-02luci-app-statistics: fix whitespaceHannu Nyman
* fix whitespace in config file * place the contextswitch item corerrctly in the sorted options list Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-02Merge pull request #1144 from LuttyYang/masterHannu Nyman
luci-theme-material: fix some bug and sync some code from luci-theme-bootstrap
2017-05-02Merge pull request #1140 from fantom-x/luci-mod-admin-full-mac80211-isolateHannu Nyman
luci-mod-admin-full: "isolate" option is missing for mac80211