summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-07-03Merge pull request #2791 from TDT-AG/pr/20190626-luci-proto-3gFlorian Eckert
luci-proto-3g: rename maxwait to delay option
2019-07-03Merge pull request #2811 from TDT-AG/pr/20190701-luci-proto-qmiFlorian Eckert
luci-proto-qmi: add missing mtu option
2019-07-02Merge pull request #2815 from ↵Jo-Philipp Wich
TDT-AG/pr/20190701-luci-base-fix-german-translation-typo luci-base: fix typo in german translation
2019-07-02luci-base: fix typo in german translationMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-07-01luci-proto-qmi: add missing mtu optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-01Merge pull request #2809 from ↵Florian Eckert
TDT-AG/pr/20190701-luci-app-mwan3-add-german-translations luci-app-mwan3: add some german translations
2019-07-01Merge pull request #2810 from TDT-AG/pr/20190701-luci-base-german-led-triggerFlorian Eckert
luci-base: add german translations for led trigger
2019-07-01luci-base: add german translations for led triggerMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-07-01luci-app-mwan3: add some german translationsMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-07-01Merge pull request #2808 from ↵Florian Eckert
TDT-AG/pr/20190701-luci-mod-system-fix-flash-activity-string luci-mod-system: fix flash activity trigger name
2019-07-01luci-mod-system: fix flash activity trigger nameMartin Schiller
The former name "Flashmemory write access" is wrong. The triggers also indicate read/erase access to the flash memories. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-29Merge pull request #2805 from dibdot/travelmateDirk Brenken
luci-app-travelmate: sync with update 1.4.8
2019-06-29luci-app-travelmate: sync with update 1.4.8Dirk Brenken
* add optional 'trm_scanbuffer' parm * fix wrong lua escape character in wifi edit * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-28luci-base: show niced processes on Status/Processes pageHannu Nyman
Modify the process status filter to allow also the processes with a nice value to be visible on the Status/Processes page. Filter out the top process itself. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-28Merge pull request #2802 from TDT-AG/pr/20190628-led-trigger-namesFlorian Eckert
luci-mod-system: fix some led trigger name translations
2019-06-28luci-mod-system: fix some led trigger name translationsMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-28Merge pull request #2794 from ↵Jo-Philipp Wich
TDT-AG/pr/20190626-luci-app-firewall-german-translation luci-app-firewall: add some german translations
2019-06-28Merge pull request #2061 from Ansuel/improveconnFlorian Eckert
luci-mod-admin-full: improve connection page lookup loop
2019-06-27Merge pull request #2792 from TDT-AG/pr/20190626-luci-proto-qmiFlorian Eckert
luci-proto-qmi: improvements
2019-06-27Merge pull request #2796 from ↵Jo-Philipp Wich
TDT-AG/pr/20190627-luci-theme-material-change-loading-text luci-theme-material: change string 'Loading...' to 'Collecting data...'
2019-06-27luci-theme-material: change string 'Loading...' to 'Collecting data...'Martin Schiller
It's better to reuse the already available and well translated string 'Collecting data...'. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26Merge pull request #2795 from bmork/os-release-variable-renamingHannu Nyman
luci-mod-network: os-release variables have been renamed to OPENWRT_
2019-06-26Merge pull request #2770 from geekinaboxx/masterFlorian Eckert
luci-proto-ncm: add dialnum option
2019-06-26add dialnum optionaleem-tectonic
Signed-off-by: geekinaboxx <aleem@tectonic.it>
2019-06-26luci-app-firewall: add some german translationsMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26luci-mod-network: os-release variables have been renamed to OPENWRT_Bjørn Mork
commit 8a34a54b6aa6 ("base-files: use OPENWRT prefix for os-release variables") changes the prefix of the os-release variables from LEDE_ to OPENWRT_. Use the new name. Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-06-26Merge pull request #2779 from hwti/statistics-ping-addressfamilyFlorian Eckert
luci-app-statistics: add address family configuration for ping
2019-06-26Merge pull request #2793 from ↵Jo-Philipp Wich
TDT-AG/pr/20190626-luci-theme-material-translation-fix luci-theme-material: make 'Loading...' text translatable
2019-06-26luci-theme-material: make 'Loading...' text translatableMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26luci-proto-qmi: only show password and username if auth is selectedFlorian Eckert
Only show username and password if we use PAP/CHAP, PAP or CHAP authentication. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-26luci-proto-qmi: add missing delay optionFlorian Eckert
The proto handler qmi does support the delay option for modem initialization. Add that missing option to the advanced tab to configure that with LuCI. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-06-26luci-proto-3g: rename maxwait to delay optionFlorian Eckert
The option maxwait is not support by the 3g netifd proto. To standardize that rename the maxwait option to delay as in the other proto handlers luci-proto-qmi and luci-proto-ncm. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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-21luci-app-statistics: add address family configuration for pingLoïc Yhuel
It allows to force ipv4 or ipv6 when the DNS returns both addresses, but only one works (for example if there is no ipv6 connectivity). Signed-off-by: Loïc Yhuel <loic.yhuel@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>