summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-08-20luci-app-uhttpd: Bump default key size to 2048 bits for certificatesAlexander Schlarb
More about the currently recommended key sizes: https://www.keylength.com/en/compare/ Signed-off-by: Alexander Schlarb <alexander@ninetailed.ninja> Modified to maintain the old minimum of 1024 bits for low-end devices. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-08-20luci-app-uhttpd: Fix certificate parameter sectionAlexander Schlarb
Signed-off-by: Alexander Schlarb <alexander@ninetailed.ninja>
2017-08-20Merge pull request #1315 from yousong/shadowsocks-libevHannu Nyman
luci-app-shadowsocks-libev: sync with shadowsocks-libev config changes
2017-08-20Merge pull request #1318 from musashino205/mwan3-upd-jaHannu Nyman
luci-app-mwan3: Update Japanese translation
2017-08-20luci-app-mwan3: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-20luci-app-mwan3: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-20luci-app-shadowsocks-libev: support ss_rules options: dst_default, ifnamesYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-20luci-app-shadowsocks-libev: add 2 aead methodsYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-20luci-app-shadowsocks-libev: fix typo in setting ss_rules.disabled=trueYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-19Merge pull request #1313 from musashino205/dcp-add-jaHannu Nyman
luci-app-dnscrypt-proxy: Add Japanese translation
2017-08-19luci-app-dnscrypt-proxy: Add Japanese translationINAGAKI Hiroshi
Added po templates and po for Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-18luci-app-dnscrypt-proxy: Add more translationsINAGAKI Hiroshi
Added translate() functions for some UI texts. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-18Merge pull request #1311 from dibdot/dnscrypt-proxyHannu Nyman
luci-app-dnscrypt-proxy: fix ssl dependency
2017-08-18luci-app-dnscrypt-proxy: fix ssl dependencyDirk Brenken
* remove libustream-mbedtls dependency in makefile and check for 'libustream-ssl.so' in the app. (fix for #1310) * add missing uclient-fetch dependency in makefile. Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-17Merge pull request #1309 from dibdot/dnscrypt-proxyHannu Nyman
luci-app-dnscrypt-proxy: new package
2017-08-16luci-app-dnscrypt-proxy: new packageDirk Brenken
to ease the dnscrypt-proxy configuration I've build this package, main features: * full resolver list handling, incl. list refresh and simple resolver selection per instance * trigger support * support the following (conditional) options: * resolvers_list * ephemeral_keys * blacklist * block_ipv6 * local_cache * query_log_file Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-16Merge pull request #1308 from TDT-GmbH/luci-app-mwan3_updateHannu Nyman
luci-app-mwan3: use mwan3.user and add global mmx_mask option
2017-08-16Merge pull request #1304 from marcin1j/pr/20170814-mwan3-tracking-methodHannu Nyman
luci-app-mwan3: add new config option 'track_method'
2017-08-16luci-app-mwan3: add config for mwan3 maskFlorian Eckert
Add global config option to edit the mwan3 firewall mask. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-16luci-app-mwan3: change hotplug script to mwan3.userFlorian Eckert
Replace old "/etc/hotplug.d/iface/16-mwancustom" edit possibility with the new "/etc/mwan3.user" hotplug script. Which will also be saved during sysupgrade. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-15Merge pull request #1307 from musashino205/smb-upd-jaHannu Nyman
luci-app-samba: Update Japanese translation
2017-08-16luci-app-samba: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-15Merge pull request #1305 from aparcar/stringifyJo-Philipp Wich
luci-app-attendedsysupgrade: use JSON.stringify
2017-08-14luci-app-attendedsysupgrade: use JSON.stringifyPaul Spooren
now uses JSON.stringify instead of creating pseudo JSON data via `'{' + variable + '}'` also simplify uci naming Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-14luci-app-mwan3: add new config option 'track_method'Marcin Jurkowski
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-08-14luci-app-samba: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-13Merge pull request #1294 from aparcar/modelJo-Philipp Wich
luci-app-attendedsysupgrade: send model info
2017-08-13Merge pull request #1301 from yousong/shadowsocks-libevHannu Nyman
luci-app-shadowsocks-libev: minor adaption for ease of use
2017-08-13luci-app-attendedsysupgrade: send model infoPaul Spooren
as reported [here][1] the board_name is not everywhere unified yet. to solve this problem, the model name is transported as well and used as a fallback identifier [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/26 Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-13Merge pull request #1295 from aparcar/keep_settingsJo-Philipp Wich
luci-app-attendedsysupgrade: add keep-settings opt
2017-08-13luci-base: improve language detectionJo-Philipp Wich
Properly deal with client accept languages containing a culture identifier such as "zh-CN" or "pt-BR". Fixes #1226. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-13luci-app-attendedsysupgrade: add keep-settings optPaul Spooren
add a keep-settings checkbox to the webview this PR depends on [this][1] PR in openwrt/packages [1]: https://github.com/openwrt/packages/pull/4689 Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-13Merge pull request #1235 from aa65535/luci-baseJo-Philipp Wich
luci-base: add missing conffiles
2017-08-13luci-app-samba: Shared directory help text.Bob
A forum.lede-project.org member had trouble understanding how to configure Samba. This is help text for Shared Directories. Signed-off-by: Bob Meizlik <bobmseagithub@squakmt.com> [whitespace fixed] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-13Merge pull request #1290 from aparcar/uhttpd-mod-ubusJo-Philipp Wich
luci-app-attendedsysupgrade: add missing dep
2017-08-13Merge pull request #1298 from aparcar/update_infoJo-Philipp Wich
luci-app-attendedsysupgrade: show updated packages
2017-08-13luci-app-shadowsocks-libev: assume ss-redir has default mode tcp_onlyYousong Zhou
This is in accordance with the current actual implementation of ss-redir. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-13luci-app-shadowsocks-libev: add a ss_rules section if none existsYousong Zhou
When there is no ss_rules section, the "Redir Rules" tab will have empty form in the generated page. This is especialy the case when the shadowsocks-libev config is from an earlier version before 3.0.6-2 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-12Merge pull request #1299 from dibdot/travelmateHannu Nyman
luci-app-travelmate: sync with 0.9.2
2017-08-12luci-app-travelmate: sync with 0.9.2Dirk Brenken
* frontend: add/modify input datatypes in 'extra' section * frontend: add support to edit/change wpa enterprise key phrases * frontend: various small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-11luci-app-attendedsysupgrade: show updated packagesPaul Spooren
since the update server now checks packages for updates the web view will show all changed package versions. this PR is also important to support future package transformations of the server Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-11Merge pull request #1297 from TDT-GmbH/luci-app-mwan3_add_optionsHannu Nyman
luci-app-mwan3: add new options
2017-08-11luci-app-mwan3: update i18nFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-11luci-app-mwan3: extend uci-default to set globals section if not presentFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-11luci-app-mwan3: add globals config sectionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-11luci-app-mwan3: add new config options initial_state and keep_failure_intervalFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-08-10Merge pull request #1292 from engelant/masterHannu Nyman
[PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable
2017-08-09[PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enableAnton Engelhardt
Made 802.11r selection availible in AP-WDS mode Signed-off-by: Anton Engelhardt anton@neednow.de
2017-08-08Merge pull request #1289 from yousong/shadowsocks-libevHannu Nyman
luci-app-shadowsocks-libev: hide key, password value in instance overview
2017-08-08luci-app-attendedsysupgrade: add missing depPaul Spooren
uhttpd-mod-ubus is missing on some devices where rpcd is installed. the luci app fundamentally depends on /ubus Signed-off-by: Paul Spooren <paul@spooren.de>