Commit graph

196 commits

Author SHA1 Message Date
Sukru Senli
c4ee777913 add current password check luci2.system password_set method 2015-06-15 22:03:40 +02:00
Martin Schröder
7ec6685fce Fixed up overview page to use new wireless.status uci section 2015-06-15 22:03:39 +02:00
Martin Schröder
47a9135dd6 Added led brightness widget 2015-06-15 22:03:39 +02:00
Martin Schröder
c6f986063f Confirmed wps working with stapin and pbc 2015-06-15 22:03:38 +02:00
Martin Schröder
4501e9f09b Changed easybox config name to boardpanel 2015-06-15 22:03:37 +02:00
Martin Schröder
c65423e091 Updated rpcd version 2015-06-15 22:03:37 +02:00
Sukru Senli
f073695c17 updated bcmkernel source version 2015-06-15 22:03:36 +02:00
Martin Schröder
2dd58224cf Made temporarily fixed new version of rpcd the default for now 2015-06-15 22:03:35 +02:00
Martin Schröder
82c03c0136 - Added new version of rpcd with many fixed memory leaks
- Fixed exposed hosts page
- added more unit testing
- updated libubox version
2015-06-15 22:03:35 +02:00
Martin Schröder
f6c8b9bfb7 Added more tests 2015-06-15 22:03:34 +02:00
Noel Wuyts
5d83f248a4 dns config 2015-06-15 22:03:33 +02:00
Martin Schröder
6c1af5fe07 - Fixed rpcd broken revert (the problem is that rpcd did not call uci_unload on package before returning. This caused all other methods to fail afterwards because uci_load would fail on an already loaded package) 2015-06-15 22:03:32 +02:00
Martin Schröder
34710c6308 Added temporary local rpcd in order to figure out why uci revert is broken 2015-06-15 22:03:31 +02:00
Martin Schröder
fa12aa2d55 rpcd has some bug that makes it crash when we do uci.revert. So reverts will always fail 2015-06-15 22:03:31 +02:00
Martin Schröder
556e87a266 Fixed several problems in uci revealed by unit testing 2015-06-15 22:03:28 +02:00
Sukru Senli
1b8877dced questd: fix wrong client index 2015-06-15 22:03:27 +02:00
Sukru Senli
363b371ba2 questd update 2015-06-15 22:03:26 +02:00
Sukru Senli
f61a6f5375 use correct image name for VOX 2015-06-15 22:03:20 +02:00
Martin Schröder
c218333ddd Added more unit tests 2015-06-15 22:03:19 +02:00
Martin Schröder
dabeb42a62 Removed references to unused modules 2015-06-15 22:03:19 +02:00
Martin Schröder
1489e5801b Added first unit test. Now it is possible to use rpc and uci in mocha 2015-06-15 22:03:18 +02:00
Martin Schröder
04d43ba612 Fixed some minor issues in mac filtering dialogs 2015-06-15 22:03:17 +02:00
Martin Schröder
19bd9539c6 Phone number blocking 2015-06-15 22:03:17 +02:00
Noel Wuyts
55048d20ed dns config 2015-06-15 22:03:16 +02:00
Martin Schröder
657005830b Minor fixes 2015-06-15 22:03:05 +02:00
Martin Schröder
55efc52eda Error notifications 2015-06-15 22:03:04 +02:00
Martin Schröder
9fd3c694a9 Minor fixes to make unit testing easier. 2015-06-15 22:03:04 +02:00
Noel Wuyts
8bf1dd098f ddns ui 2015-06-15 22:03:03 +02:00
Noel Wuyts
00a48a3390 ip address 2015-06-15 22:03:03 +02:00
Martin Schröder
a4a0cea168 Reboot page 2015-06-15 22:02:52 +02:00
Martin Schröder
48f104d19a port mapping 2015-06-15 22:02:51 +02:00
Noel Wuyts
1d92e8551d tab indents 2015-06-15 22:02:51 +02:00
Martin Schröder
9d2694ad91 Changed uci validation fields to be getters so they validate the field every time and return correct value 2015-06-15 22:02:50 +02:00
Noel Wuyts
db27d6c285 port mapping update 2015-06-15 22:02:49 +02:00
Martin Schröder
6a117601f7 Fixed reference to timespan control that went missing after merge 2015-06-15 22:02:49 +02:00
Martin Schröder
5ffba3891a Added missing files 2015-06-15 22:02:48 +02:00
Martin Schröder
d26e3cedd3 Added own dropbear plugin to main tree 2015-06-15 22:02:47 +02:00
Martin Schröder
a5cecb9fa8 Small fixes to wps page 2015-06-15 22:02:47 +02:00
Noel Wuyts
c6fac1f68a port range component 2015-06-15 22:02:46 +02:00
Martin Schröder
df065ac423 Fixed wifi signal indicator 2015-06-15 22:02:45 +02:00
Martin Schröder
766395ba23 Uci side field validation 2015-06-15 22:02:45 +02:00
Martin Schröder
de9469b900 wifi scheduling page 2015-06-15 22:02:44 +02:00
Martin Schröder
62c28f327f Uci changes 2015-06-15 22:02:43 +02:00
Martin Schröder
4f8ee5c4ac Prevent the spinner from spinning in apply buttons when page is loaded: fixed 2015-06-15 22:02:43 +02:00
Martin Schröder
db7ebecce3 Several bugfixes to the uci system 2015-06-15 22:02:42 +02:00
Martin Schröder
39af08f512 Cleanup + fixed luci-select 2015-06-15 22:02:41 +02:00
Martin Schröder
c788de2d44 Got rid of the pesky init state 2015-06-15 22:02:33 +02:00
Martin Schröder
524f4f2594 Moving all juci loading stuff outside of angular so we can init juci and all plugins before angular (then we can use all angular methods in plugins and will not need to have a special set of methods that we need to use there). 2015-06-15 22:02:33 +02:00
Martin Schröder
7ffcdd543c Added new automatic rpc call generation for all available calls. Needs more work because is async and needs to play well with angular. 2015-06-15 22:02:32 +02:00
Sukru Senli
d18a807cd7 small fix for boardid display 2015-06-15 22:02:31 +02:00