Hannu Nyman
c0478f0a45
luci-app-samba4: fix typo
...
Fix typo forceing/forcing
Originally spotted and suggested in #6398 and 6399 by
Sreeram Ramakrishnan.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-05-22 21:18:24 +03:00
Fritz D. Ansel
f533f9d225
samba4: fix the layout of textbox
...
without this, only 50% of screen where used
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-12 00:23:07 +02:00
Jo-Philipp Wich
c4cdfcbe51
luci-app-samba4: prevent calling split() on array or null values
...
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-31 11:25:54 +02:00
Liangbin Lian
0de495b638
luci-app-samba4: support listen on multiple interfaces
...
/etc/init.d/samba4 already support that
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2021-05-25 20:04:06 +03:00
Andy Walsh
ec03451ee0
luci-app-samba4: add new UCI option "enable_extra_tuning"
...
* add new UCI option "enable_extra_tuning"
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-27 23:06:16 +02:00
Jo-Philipp Wich
3c4bc228a1
treewide: import utility classes explicitly
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-03 10:00:06 +02:00
Andy Walsh
1158378f0d
luci-app-samba4: add support for new UCI option
...
* add support for new UCI option "allow_legacy_protocols"
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-02-15 15:52:44 +01:00
Andy Walsh
5c2fa35981
luci-app-samba4: fix defaults (none writeable default shares)
...
* 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-25 15:09:13 +01:00
Andy Walsh
877dec0fe5
luci-app-samba4: switch to luci static javascript api
...
* switch to luci static javascript api
* add version info
* remove 'home' option
* regenerate translations
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-22 13:58:33 +01:00