summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2017-08-08luci-app-shadowsocks-libev: hide key, password value in instance overviewYousong Zhou
This is mainly for ss_server section Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-07Merge pull request #1285 from kuoruan/i18n-zh-cnHannu Nyman
luci-app-nlbwmon: Fix and update Simplified Chinese translation
2017-08-07luci-app-nlbwmon: Fix and update Simplified Chinese translationkuoruan
Signed-off-by: Hsing-wang Liao <kuoruan@gmail.com>
2017-08-07luci-app-nlbw: make display template XHTML compliantJo-Philipp Wich
This allows proper rendering in OpenWrt theme. Fixes #1284. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-06Merge pull request #1283 from musashino205/tmate-upd-jaHannu Nyman
luci-app-travelmate: Update Japanese translation
2017-08-06Merge pull request #1264 from kuoruan/zh-cn-trHannu Nyman
Update some Simplified Chinese translation
2017-08-07luci-app-travelmate: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-06luci-app-nlbwmon: Add Simplified Chinese translationkuoruan
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06luci-app-firewall: Update Simplified Chinese translationHsing-Wang Liao
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06luci-app-firewall: Fix a word typo, arbritary -> arbitraryHsing-Wang Liao
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06luci-app-travelmate: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-06luci-app-bcp38: Add Simplified Chinese translationHsing-Wang Liao
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-08-06Merge pull request #1281 from dibdot/travelmateHannu Nyman
luci-app-travelmate: bugfix
2017-08-05luci-app-travelmate: bugfixDirk Brenken
* fix bug in interface wizard during initial setup * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-05Merge pull request #1279 from aparcar/fix_slashJo-Philipp Wich
luci-app-attendedsysupgrade: remove leading slash
2017-08-05luci-app-adblock: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-05luci-app-adblock: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-04luci-app-attendedsysupgrade: remove leading slashPaul Spooren
the slash leads to // redirecting to /. The redirecting causes problems with CORS [1]. [1]: http://enable-cors.org/ Signed-off-by: Paul Spooren <paul@spooren.de>
2017-08-04Merge pull request #1278 from yousong/shadowsocks-libevHannu Nyman
luci-app-shadowsocks-libev: support ss_redir disable_sni option
2017-08-04luci-app-shadowsocks-libev: support ss_redir disable_sni optionYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-04Merge pull request #1277 from dibdot/adblockHannu Nyman
luci-app-adblock: sync with adblock 2.8.5
2017-08-04luci-app-adblock: sync with adblock 2.8.5Dirk Brenken
* add preliminary kresd support * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-03Merge pull request #1275 from dibdot/travelmateHannu Nyman
luci-app-travelmate: small bugfixes & optimizations
2017-08-03luci-app-travelmate: small bugfixes & optimizationsDirk Brenken
* various small bugfixes and optimizations Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-02luci-app-attendedsysupgrade: add packagePaul Spooren
Add a simple luci view in system tab to perform a sysupgrade with no hassle. Asks an external update server for upgrades, downloads and flashes the upgrade. This packge is the frontend for my current GSoC project: https://summerofcode.withgoogle.com/projects/#5684958571003904 More code is found here: https://github.com/aparcar/gsoc17-attended-sysupgrade Signed-off-by: Paul Spooren <paul@spooren.de> [jo@mein.io: squash commits, remove PKGARCH from Makefile] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-02luci-app-shadowsocks-libev: add common flag ipv6_firstYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-02luci-app-shadowsocks-libev: remove redundant duplicate methodsYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-08-01Merge pull request #1271 from musashino205/nbm-upd-jaJo-Philipp Wich
luci-app-nlbwmon: Update Japanese translation
2017-08-01luci-app-nlbwmon: always fetch latest dataJo-Philipp Wich
When displaying the most current accounting period, pass an empty timestamp to the backend in order to query the current in-memory data instead of the latest committed values. This ensures that the dashboard always renders the most current data in its default view. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-01luci-app-nlbwmon: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-01Merge pull request #1270 from dibdot/travelmateHannu Nyman
luci-app-travelmate: rework wireless station re-ordering
2017-07-31luci-app-travelmate: rework wireless station re-orderingDirk Brenken
* rework wireless station re-ordering code, now complete uci index based, therefore no longer tied to a definite order of wifi-iface sections Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-31luci-app-nlbwmon: remove version marker from javascriptsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31luci-app-nlbwmon: improve initial viewJo-Philipp Wich
Make sure that placeholder pie charts are rendered, display a hint about yet missing data in the tables and offer a link to force-commit ("Reload") the data. Also fix some mixed white space, an imbalanced dom operation and sync translation template. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31luci-app-travelmate: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-31luci-app-travelmate: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-31Merge pull request #1267 from dibdot/travelmateHannu Nyman
luci-app-travelmate: bugfixes
2017-07-31luci-app-nlbwmon: add missing charting libraryJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-31luci-app-travelmate: bugfixesDirk Brenken
* fix interface default value on overview page * fix re-ordering of wireless stations * added translation fix by INAGAKI Hiroshi <musashino.open@gmail.com> Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-30Merge pull request #1263 from musashino205/nbm-add-jaHannu Nyman
luci-app-nlbwmon: Add Japanese translation
2017-07-30Merge pull request #1261 from dibdot/travelmateHannu Nyman
luci-app-travelmate: enhancements & fixes
2017-07-30luci-app-nlbwmon: Add Japanese translationINAGAKI Hiroshi
Added po templates and Japanese translation. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-30Merge pull request #1259 from jow-/introduce-nlbwmonJo-Philipp Wich
luci-app-nlbwmon: new package
2017-07-29luci-app-travelmate: enhancements & fixesDirk Brenken
* Further optimized Station Overview & Scan page, especially for mobile devices * add a "Rescan" button in manual mode on overview page * XHTML fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-07-28luci-app-nlbwmon: new packageJo-Philipp Wich
This commit introduces luci-app-nlbwmon, a frontend for nlbwmon, the lightweight NetLink BandWidth Montor. The nlbwmon daemon gathers per-host traffic statistics by querying netlink accounting data. Due to this approach, the executable is very small and does not rely on libpcap and CPU intensive raw sockets to monitor traffic. Depends on PR https://github.com/openwrt/packages/pull/4646 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-28luci-app-mwan3: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-07-27i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-07-25Merge pull request #1252 from musashino205/mwan3-fix-statusHannu Nyman
luci-app-mwan3: Add translate strings in update_status()
2017-07-25Merge pull request #1251 from dibdot/luci-app-travelmateHannu Nyman
luci-app-travelmate: enhancements & fixes
2017-07-25luci-app-travelmate: enhancements & fixesDirk Brenken
* add re-ordering buttons in Station Overview * fix possible nil error during wifi scan Signed-off-by: Dirk Brenken <dev@brenken.org>