summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-samba4/htdocs/luci-static/resources/view
AgeCommit message (Collapse)Author
2023-05-22luci-app-samba4: fix typoHannu Nyman
Fix typo forceing/forcing Originally spotted and suggested in #6398 and 6399 by Sreeram Ramakrishnan. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-08-12samba4: fix the layout of textboxFritz D. Ansel
without this, only 50% of screen where used Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-05-31luci-app-samba4: prevent calling split() on array or null valuesJo-Philipp Wich
Since `uci.get()` may return null or array values, we cannot blindly call split() on the result. Use the safe `L.toArray()` helper which is intended to deal with such situations. Also clean up whitespace while we're at. Fixes: #5080 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-05-25luci-app-samba4: support listen on multiple interfacesLiangbin Lian
/etc/init.d/samba4 already support that Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2020-06-27luci-app-samba4: add new UCI option "enable_extra_tuning"Andy Walsh
* add new UCI option "enable_extra_tuning" Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-04-03treewide: import utility classes explicitlyJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-15luci-app-samba4: add support for new UCI optionAndy Walsh
* add support for new UCI option "allow_legacy_protocols" Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-25luci-app-samba4: fix defaults (none writeable default shares)Andy Walsh
* align defaults with upstream * mark our default UCI changes and enforce updates to config Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-22luci-app-samba4: switch to luci static javascript apiAndy Walsh
* switch to luci static javascript api * add version info * remove 'home' option * regenerate translations Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>