Commit graph

221 commits

Author SHA1 Message Date
39e7dfa267 get new color system working 2023-03-14 23:52:54 +01:00
d1510e3f7f styling test 2023-03-13 23:48:39 +01:00
8f3ba4ebe5 trying material design 2023-03-13 23:47:26 +01:00
c9bf435a5c Merge branch 'feat-multiselect' of https://github.com/speatzle/nfsense into feat-multiselect 2023-03-13 21:38:01 +01:00
0f4bc6a943 install lib, fix css, small test 2023-03-13 21:37:38 +01:00
c59b1d8cc9
Merge pull request #5 from speatzle/feat-table-component
Feat table component
2023-03-13 21:32:51 +01:00
262ecc81d4 fix shift selection bugs 2023-03-13 21:31:16 +01:00
924f152ab7 install lib, fix css, small test 2023-03-13 00:02:38 +01:00
adroslice
d97f7a4e93 Added Drag&Drop to NiceTable 2023-03-12 21:16:01 +01:00
3847a89594 add table selection, rework column definitions 2023-03-12 20:27:36 +01:00
adroslice
0f306a7705
Feat mobile nav (#4)
* Fixed displaying columns that arent defined (#2)
* Reworked layout for mobile support
2023-03-12 20:19:59 +01:00
b69cc43561
Merge pull request #3 from speatzle/client-auth
Add Client Auth, Session management and API call
2023-03-12 16:53:59 +01:00
71687240c7 comment websockets 2023-03-11 23:33:59 +01:00
b9c417cbff use simple-json-rpc 2023-03-11 17:46:43 +01:00
af292fdb80 only keep session alive if page is not hidden 2023-03-11 17:42:27 +01:00
f9b3a358dd fix error on omited parameters, improve decoding errors 2023-03-11 17:41:41 +01:00
2fe21169bb Improve Session / Auth, APICall 2023-03-11 14:54:21 +01:00
fb70f41fcb Basic Rule Page 2023-03-11 00:51:56 +01:00
b80bc4d32f basic auth / session stuff working 2023-03-11 00:18:16 +01:00
b7daba6040 wip 2023-03-09 21:49:46 +01:00
fbc899fbe0 add initial test client 2023-03-06 23:56:36 +01:00
0a51ba0beb add data to jsonrpc error response 2023-03-06 23:49:41 +01:00
ec0d62e32e fix log warn key 2023-03-06 23:48:51 +01:00
d9f8eda901 fix missing jsonrpc id in response 2023-03-06 23:48:23 +01:00
5e49f9ba2e Add rule id's 2023-03-06 21:28:44 +01:00
7b0474e4eb Add Basic Config Validation 2023-03-06 17:13:17 +01:00
a04127c0e6 remove unnessesary error log 2023-03-06 13:32:21 +01:00
f935fac523 Add GetServices API Method 2023-03-06 00:02:38 +01:00
6736141681 Add GetAddresses API Method 2023-03-06 00:02:25 +01:00
74307566ff update template from netfilter to firewall 2023-03-05 23:59:39 +01:00
126213e829 rename netfilter to firewall 2023-03-05 23:56:18 +01:00
b7d11cc0a1 move Addresses, Services into Firewall 2023-03-05 23:56:01 +01:00
db871f328a Add simple sessions 2023-03-05 23:19:03 +01:00
5f5ff34337 Add Firewall Get Rule API Methods 2023-03-05 21:44:42 +01:00
3d943ea77d remove bad write header call 2023-03-05 21:27:56 +01:00
a9985b27f7 Rename netfilter to firewall 2023-03-05 21:24:02 +01:00
be852d0655 Manage API Method Registration from main 2023-03-05 21:11:37 +01:00
c3d5e3edc1 rename api to cmd 2023-03-05 21:01:42 +01:00
4b246f6c51 hookup websocket to api handler 2023-03-05 20:53:16 +01:00
1675882b84 improve http api request handling 2023-03-05 20:52:45 +01:00
bc8ba876e1 catch panic, improve error log 2023-03-05 20:52:24 +01:00
5e43a48766 check for jsonrpc version 2023-03-05 20:51:43 +01:00
7cf945d4ab remove request test meta field 2023-03-05 20:18:08 +01:00
a86624caa0 move ws api to /ws/api, rename Handler 2023-03-05 18:59:57 +01:00
503464dbf1 Implement basic JsonRPC Handler 2023-03-05 18:57:43 +01:00
e36af35aad DissallowUnkownFields in config 2023-03-03 15:56:59 +01:00
471470a253 actually generate address matcher 2023-03-03 11:28:56 +01:00
d70a888b56 Add Custom IPNet Json Marshaling 2023-03-03 11:28:38 +01:00
d604ba1074 Add Exit Status 2023-03-03 10:38:11 +01:00
a3746e6082 Setup Websocket and Routing 2023-03-02 23:25:17 +01:00