summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2018-08-30luci-app-mwan3: change interface enabled option to use flag cbi classFlorian Eckert
Make mwan3 interface enable config option use cbi flag. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-08-30luci-app-mwan3: add command to diag_command output viewFlorian Eckert
Add executed command to diagnostic output. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-08-19luci-app-unbound: Colons removed from input headersAmeer Dawood
Most OpenWrt applications do not have a colon in input headers. This has been explained in #1566 as well. This commit removes the said colons. Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
2018-08-15luci-app-minidlna: Colons removedAmeer Dawood
Colons have been removed as asked in #1566 Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
2018-08-13Merge pull request #2040 from yangfl/masterJo-Philipp Wich
luci-app: update Chinese translation
2018-08-13Merge pull request #2058 from EricLuehrsen/unbound_20180810Jo-Philipp Wich
luci-app-unbound: add zone-details combined tab
2018-08-13luci-app-firewall: allow "open ports" when no wan zone existsJo-Philipp Wich
Arguably this makes little if no wan zone exists but prefer consistency over heuristics and always render the "open port" shortcut. Fixes #2056 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-12luci-app-unbound: add zone-details combined tabEric Luehrsen
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-08-11luci-app: update Chinese translationyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-08-06luci-app-samba4: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-08-02luci-app-ddns: fix huge typo in luasrc/tools/ddns.luayangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-08-01Merge pull request #2017 from chris5560/master-ddnsHannu Nyman
luci-app-ddns: remove myself as PKG_MAINTAINER
2018-08-01Merge pull request #2015 from chris5560/masterHannu Nyman
luci-app-radicale: remove myself as PKG_MAINTAINER
2018-07-31Merge pull request #2021 from dibdot/travelmateDirk Brenken
luci-app-travelmate: "final" fixes
2018-07-31Merge pull request #2019 from dibdot/adblockDirk Brenken
luci-app-adblock: "final" fixes
2018-07-31luci-app-travelmate: "final" fixesDirk Brenken
during intense testing with different browsers (Chrome/Firefox/partly IE in a VM) I found & fixed some more minor things: * re-add accidently removed "apply_on_parse" attribute in overview cbi * fixed a corner case where the "Restart" button not works correctly * Removed leftovers from last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-31luci-app-adblock: "final" fixesDirk Brenken
during intense testing with different browsers (Chrome/Firefox/partly IE in a VM) I found & fixed some more minor things: * remove needless hook & include from overview page * fix possible JS error in Runtime Information * Align CSS color with "LuCI standard" Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-30luci-app-ddns: remove myself as PKG_MAINTAINERChristian Schoenebeck
remove myself as PKG_MAINTAINER Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-07-30luci-app-radicale: remove myself as PKG_MAINTAINERChristian Schoenebeck
remove myself as PKG_MAINTAINER Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-07-29luci-app-unbound: add LuCI for forward stub and auth zone clausesEric Luehrsen
With growing interest, DNS over TLS can be setup in Unbounds foward-zone: clause. New section 'zone' is available for forward-, stub-, and auth- zone cluses. This LuCI application will show the 'zone' section and permit changing 'enabled' and 'fallback' options. Detailed changes to 'zone' secitons will need to use the Edit:UCI tab (text editor). Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-07-29Merge pull request #2009 from dibdot/travelmateDirk Brenken
luci-app-travelmate: remove needless backup file
2018-07-29luci-app-travelmate: remove needless backup fileDirk Brenken
* remove needless development file from last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-29Merge pull request #2007 from dibdot/travelmateDirk Brenken
luci-app-travelmate: sync with travelmate 1.2.1
2018-07-28luci-app-travelmate: sync with travelmate 1.2.1Dirk Brenken
* Runtime Information, Logview and Station Overview are now dynamically updated via XHR poll * New runtime information for "Faulty Stations" (Travelmate backend will no longer rename faulty uplinks) * Add a new "Restart" button to reset "Faulty Stations" information and trigger a Travelmate restart * In Stations overview the currently used uplink is emphasized in blue, faulty uplinks in red * Numerous cleanups (e.g. space=>tab indentation) and other small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-28Merge pull request #2006 from dibdot/adblockDirk Brenken
luci-app-adblock: small fixes
2018-07-28luci-app-adblock: small fixesDirk Brenken
* fix possible controller error during json parsing * remaining code cleanup Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-26Merge pull request #1946 from korzhyk/web_homeJo-Philipp Wich
luci-app-transmission: Allow user to define custom web interface
2018-07-26Merge pull request #1985 from Andy2244/masterJo-Philipp Wich
luci-app-samba4: add new application
2018-07-25Merge pull request #1997 from dibdot/adblockDirk Brenken
luci-app-adblock: small visual fixes
2018-07-25luci-app-adblock: small visual fixesDirk Brenken
* made readonly textarea (logview) scrollable again (bootstrap theme) * align "Query" input button Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-24luci-app-samba4: add new applicationAndy Walsh
* updated version for the samba4 package Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-07-22Merge pull request #1986 from dibdot/adblockJo-Philipp Wich
luci-app-adblock: fix translations
2018-07-22luci-app-adblock: fix translationsDirk Brenken
* fix runtime & button translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-22Merge pull request #1983 from dibdot/adblockJo-Philipp Wich
luci-app-adblock: sync with adblock 3.5.4
2018-07-22luci-app-adblock: sync with adblock 3.5.4Dirk Brenken
backend: * add low priority mode (nice level 10), disabled by default * enhance 'Force DNS' to redirect ports 53, 853 and 5353 frontend: * switch to dynamic XHR polling for runtime information and logfile viewing * add new 'Refresh' button to reload blocklists * various cleanups & small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-21Merge pull request #1975 from Olim98/patch-2Jo-Philipp Wich
luci-app-upnp: update Russian translation
2018-07-21Merge pull request #1974 from Olim98/patch-1Jo-Philipp Wich
luci-app-adblock: fix and update Russian translation
2018-07-20luci-app-simple-adblock: remove extra controller fileStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-07-21luci-app-upnp: update Russian translationOlimjon
Signed-off-by: Kudratov O <olimko98@gmail.com>
2018-07-21Update Russian translationOlimjon
2018-07-20luci-app-upnp: update Ukrainian translationYurii
Signed-off-by: Yurii yuripet@gmail.com
2018-07-20luci-app-wol: update Ukrainian translationYurii
Corrections and additions. Signed-off-by: Yurii yuripet@gmail.com
2018-07-20luci-app-ocserv: remove unneeded br element from templateJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-20luci-app-ocserv: update user status templateJo-Philipp Wich
- Use cbi_update_table() helper to refresh user list - Cleanup markup and remove uneeded CSS classes Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-20i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-07-20Merge pull request #1970 from ↵Jo-Philipp Wich
tano-systems/luci-app-ddns-improve-russian-translation luci-app-ddns: update and improve Russian translation
2018-07-20Merge pull request #1969 from stangri/luci-app-simple-adblockJo-Philipp Wich
luci-app-simple-adblock: change style of button to important
2018-07-20luci-app-ddns: update and improve Russian translationAnton Kikin
Update existing not quite correct translations. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2018-07-19luci-app-simple-adblock: change style of button to importantStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-07-19luci-app-advanced-reboot: change style of buttons to importantStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>