summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nft-qos/luasrc
AgeCommit message (Collapse)Author
2024-11-22treewide: HTML CleanupMustafa Can Elmacı
* HTML Cleanup: Meta tags. * Converted charset to shorthand. * Removed meta tags with `Content-Script-Type` attribute. (Invalid in HTML5 spec.) * HTML Cleanup: CSS tags. * Removed `type` attribute with CSS files from link tags. (HTML5 spec recommends omitting it.) * Removed `type` attribute from style tags. (Deprecated in HTML5 spec.) https://html.spec.whatwg.org/#attr-link-type https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style * HTML Cleanup: Convert from XHTML to HTML5 * Removed XML declaration. * Removed XML namespace. * Changed doctype to HTML5. * HTML Cleanup: CDATA tags. * CDATA sections should not be used within HTML they are considered as comments and not displayed. https://developer.mozilla.org/en-US/docs/Web/API/CDATASection * HTML Cleanup: Script tags. * Removed `language` attribute from script tags. (No longer valid in HTML5) * Removed `type` attribute with JavaScript MIME type from script tags. (HTML5 spec recommends omitting it.) https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type https://mimesniff.spec.whatwg.org/#javascript-mime-type Signed-off-by: Mustafa Can Elmacı <mustafacan@elmaci.net>
2023-07-27luci-app-nft-qos: Remove redundant MAC address item.Hannu Nyman
Remove the redundant upload rate MAC address field. Download was removed by 1166050 of PR #4351, but upload was overlooked. Reference to PR #6477. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-07-12luci-appnft-qos: add missing translation wrapperFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-01-26luci-app-nft-qos: fix lua trace by moving limit_mac_enabled option.Lopot li
Signed-off-by: Lopot li <gxfclql@gmail.com>
2020-09-01luci-app-nft-qos: code reindentTong Zhang
fix style issue Signed-off-by: Tong Zhang <ztong0001@gmail.com>
2020-08-31luci-app-nft-qos: support mac address based speed limitTong Zhang
Signed-off-by: Tong Zhang <ztong0001@gmail.com>
2020-04-19applications: add ACL dependency annotations to legacy controllersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-app-nft-qos: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-01-01luci-app-nft-qos: rework _action_rate functionRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2018-12-29luci-app-nft-qos: fix monitor doesn't work when there no ipv6 support.Rosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2018-11-06luci-app-nft-qos: add new applicationRosy Song
This application is for nft-qos package. Signed-off-by: Rosy Song <rosysong@rosinson.com>