<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-nextdns/htdocs, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-02-03T07:49:05Z</updated>
<entry>
<title>luci-app-nextdns: fix i18n compile warn</title>
<updated>2026-02-03T07:49:05Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-02-03T07:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=cd671929ca7a7ddb29ae220beec6850a64c4a679'/>
<id>urn:sha1:cd671929ca7a7ddb29ae220beec6850a64c4a679</id>
<content type='text'>
Message contains an embedded URL.
Better move it out of the translatable string

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app: fix translation strings</title>
<updated>2025-10-22T22:16:35Z</updated>
<author>
<name>Andy Chiang</name>
</author>
<published>2025-10-22T09:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=0563adb23416cae1ed4aaa4be6376873a22ad10a'/>
<id>urn:sha1:0563adb23416cae1ed4aaa4be6376873a22ad10a</id>
<content type='text'>
The current handling method introduces extraneous spaces into the translations.
For instance, 'System Log', which is correctly translated to Japanese as 'システムログ' (without extra spaces), is being displayed as 'システム ログ' under the current approach.
Other CJK/Southeast Asian languages are experiencing similar issues, including Chinese, Thai, and Lao.
Therefore, these elements should be translated together as a single unit, rather than separately.

Signed-off-by: Andy Chiang &lt;AndyChiang_git@outlook.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace "var m, s, o" with "let m, s, o"</title>
<updated>2024-12-03T15:25:21Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-12-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=22d48305afcb3095468756f087610a091d69a116'/>
<id>urn:sha1:22d48305afcb3095468756f087610a091d69a116</id>
<content type='text'>
Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>widgets: add a re-useable filtered logread view</title>
<updated>2024-03-17T00:02:19Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2021-10-18T13:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c5a65a839713ab7ac70e6a6b5a7331593f67a9a0'/>
<id>urn:sha1:c5a65a839713ab7ac70e6a6b5a7331593f67a9a0</id>
<content type='text'>
Multiple apps introduced their own implementation of a syslog view,
filtered for just their own application logs.  Pull that out as a shared
view.  Some of these had _minor_ style differences, which has been
"standardized" now.  A full "widget" conversion would allow more end app
tuning of that, but is not implemented.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;

app-nextdns: fix Logs title

Minor typo, introduced in 625abbf (convert simple controllers to
menu.json)

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;

luci-base: implement shared log reader view

Closes #5452

Signed-off-by: Paul Donald &lt;newtwen@gmail.com&gt;
</content>
</entry>
<entry>
<title>nextdns: remove deprecated hardened privacy option</title>
<updated>2021-02-11T19:09:58Z</updated>
<author>
<name>Olivier Poitrey</name>
</author>
<published>2021-02-10T23:22:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=1020d487c3572591eaccb333112bed26363cea24'/>
<id>urn:sha1:1020d487c3572591eaccb333112bed26363cea24</id>
<content type='text'>
Signed-off-by: Olivier Poitrey &lt;rs@nextdns.io&gt;
</content>
</entry>
<entry>
<title>luci-app-nextdns: fix invalid XHTML</title>
<updated>2020-09-16T08:27:13Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-09-16T08:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=233cacd9eb6919569f40d346901099956a3111d6'/>
<id>urn:sha1:233cacd9eb6919569f40d346901099956a3111d6</id>
<content type='text'>
Fixes: #4423
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: import utility classes explicitly</title>
<updated>2020-04-03T08:00:06Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-03T08:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=3c4bc228a1f7b5731cf464f3f407c9ed9ace3cd2'/>
<id>urn:sha1:3c4bc228a1f7b5731cf464f3f407c9ed9ace3cd2</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-app-nextdns: port to client side</title>
<updated>2019-11-19T09:42:53Z</updated>
<author>
<name>Richard Yu</name>
</author>
<published>2019-11-18T12:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=29fdc2b014b05a4d6ae2324b36ea9ce1c956360b'/>
<id>urn:sha1:29fdc2b014b05a4d6ae2324b36ea9ce1c956360b</id>
<content type='text'>
Signed-off-by: Richard Yu &lt;yurichard3839@gmail.com&gt;
</content>
</entry>
</feed>
