Age | Commit message (Collapse) | Author |
|
luci-app-travelmate: sync with update 1.4.8
|
|
* add optional 'trm_scanbuffer' parm
* fix wrong lua escape character in wifi edit
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
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>
|
|
luci-mod-system: fix some led trigger name translations
|
|
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
|
|
TDT-AG/pr/20190626-luci-app-firewall-german-translation
luci-app-firewall: add some german translations
|
|
luci-mod-admin-full: improve connection page lookup loop
|
|
luci-proto-qmi: improvements
|
|
TDT-AG/pr/20190627-luci-theme-material-change-loading-text
luci-theme-material: change string 'Loading...' to 'Collecting data...'
|
|
It's better to reuse the already available and well translated string
'Collecting data...'.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
|
|
luci-mod-network: os-release variables have been renamed to OPENWRT_
|
|
luci-proto-ncm: add dialnum option
|
|
Signed-off-by: geekinaboxx <aleem@tectonic.it>
|
|
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
|
|
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>
|
|
luci-app-statistics: add address family configuration for ping
|
|
TDT-AG/pr/20190626-luci-theme-material-translation-fix
luci-theme-material: make 'Loading...' text translatable
|
|
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
|
|
Only show username and password if we use PAP/CHAP, PAP or CHAP
authentication.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
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>
|
|
luci-app-opkg: change remove button caption (first level)
|
|
* add three dots to the first level 'Remove' button caption
(revert/fix da8668a)
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-base: Update Spanish translation
|
|
Update Spanish translation
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Fix 'datetype' typo.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-aria2: fix: datatype
|
|
just a spelling mistake.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
|
|
Fixes: #2760
Fixes: 1c09ee5e4 ("luci-mod-system: fix SimpleForm usage on file editing pages")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Signed-off-by: Perry Thompson <contact@ryper.org>
|
|
update Traditional Chinese translations.
Signed-off-by: Andy Yun <a962702@yahoo.com>
|
|
update Traditional Chinese translation.
Signed-off-by: Andy Yun <a962702@yahoo.com>
|
|
luci-app-mwan3: update Japanese translation
|
|
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-lxc: add conffiles define
|
|
- fix #2754
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-base: update Russian translation
|
|
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
|
|
When a value identical to the stored one is submitted, the CBI framework
will not emit an option write event and therfore not store the value in
the form data dictionary passed to SimpleForm.handle().
This usage pattern usally works be accident for file editor views such
as admin_system/crontab because \r\n windows style line endings are
substituted with unix \n ones before writing the data, defeating the
equality check in CBI.
When a single line without trailing newline is submitted however, the
CBI will not see a difference to the data stored in the file and clear
out the value on subsequent saves.
This commit alignes the logic used by various SimpleForm views to
behave identically and predictable:
- File data is handled in the SimpleForm.handle() callback
- The forcewrite property is used to disable equality checks
- Submission of an empty string empties the backing file
Fixes: #2737
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
f6e0564 lib: fix handling of empty multipart fields
91c01c3 lib: fix multipart state transition in boundary parsing
Fixes: #2737
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
luci-app-mwan3: change flush_conntrack option to list option
|
|
luci-base: fix duid_to_mac reference in status.lua
|
|
* fix for openwrt/packages#9148
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
luci-theme-material: fix checkbox css StaticList view
|
|
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
Fixes: #2743
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|