summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-uhttpd/luasrc
AgeCommit message (Collapse)Author
2023-06-20luci-app-uhttpd: migrate to jsAyushman Tripathi
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-uhttpd: migrate to js spaces to tab Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-uhttpd: migrate to js Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-uhttpd: migrate to JavaScript-based implementation tab spaces Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-uhttpd: migrate to js luci-app-uhttpd: migrate to JavaScript-based implementation formatting Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-uhttpd: migrate to js luci-app-uhttpd: migrate to JavaScript-based implementation fix formatting bug luci-app-uhttpd: migrate to js luci-app-uhttpd: migrate to JavaScript-based implementation fix upload bug luci-app-uhttpd: migrate to js luci-app-uhttpd: migrate to js update dependency luci-app-uhttpd: migrate to js
2022-01-29luci-app-uhttpd: support 'organization' optionHannu Nyman
Support the organization option, added in 2020. Mention in help text that a random/unique value is used in certificate generation if the organization option is empty. Re-order the certificate items to logical order. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-07-20luci-app-uhttpd: fix translation for key optionAaron Tiensivu
Clarify DER support as having DER and PEM support. Issue #4248's request. Signed-off-by: Aaron Tiensivu <atiensivu@users.noreply.github.com>
2020-02-05treewide: convert simple Lua controllers to declarative JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-20luci-app-uhttpd: Correct spelling in two placesDaniel F. Dickinson
Had 'at list' instead 'at least' for the help text on listing HTTP/HTTPS listening addresses. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2017-08-20luci-app-uhttpd: Bump default key size to 2048 bits for certificatesAlexander Schlarb
More about the currently recommended key sizes: https://www.keylength.com/en/compare/ Signed-off-by: Alexander Schlarb <alexander@ninetailed.ninja> Modified to maintain the old minimum of 1024 bits for low-end devices. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-08-20luci-app-uhttpd: Fix certificate parameter sectionAlexander Schlarb
Signed-off-by: Alexander Schlarb <alexander@ninetailed.ninja>
2015-12-15applications: uhttpd: Add a uHTTPd configuration appDaniel Dickinson
uHTTPd has a lot of useful options that ought to be configurable without have to SSH in, so expose those options in a UI page.