Commit Graph

217 Commits

Author SHA1 Message Date
45f5907f7c Add sections header to the validation.js and four more go-files 2026-02-18 01:00:40 +01:00
d99fea38a5 Upgrade alpine base container image to mitigate openssl vulnerabilities 2026-02-17 23:30:44 +01:00
99d89cce4e Upgrade go and Dockerfile to use latest golang and libraries 2026-02-17 22:14:04 +01:00
a19a316f03 Cleanup CSS and add sections 2026-02-17 21:57:06 +01:00
1cd2439cea Add sections to integrations 2026-02-17 00:05:46 +01:00
0d551ede53 Move bad log parsing to utils.js and add section headers 2026-02-16 22:58:58 +01:00
4962d398a1 Implement sections to core.js and websocket.js 2026-02-16 10:08:33 +01:00
d1a13da8b0 Reorganize console.js file 2026-02-15 23:57:01 +01:00
a98095581a Remove old getUserInfo function and old API error-handling 2026-02-15 22:49:32 +01:00
35a8e0228d Websocket and whois restructured and added sections 2026-02-15 21:30:02 +01:00
737d634704 Fix console logger file and reorder routes, add comments for interlnal/external APIs 2026-02-15 20:55:52 +01:00
da05afd115 Add missing swissmakers header and section comments 2026-02-15 15:32:05 +01:00
52c319c0c1 Optimized auth.go descriptions 2026-02-14 21:59:49 +01:00
3c063aabaf Remove old ReloadFail2ban function, because the new is combined 2026-02-14 21:17:25 +01:00
cffbc41d22 Adding section comments for better readability 2026-02-14 19:14:27 +01:00
43bc278892 Fix typo in the opensense integration to fix the deletion API request 2026-02-14 14:51:55 +01:00
6eb56acc15 Add markdown links for better linking of seperate files 2026-02-14 14:44:49 +01:00
079b2b3a24 Add architrcture diagram to docs 2026-02-14 00:30:54 +01:00
c18f753fdb Rewrite the documentation part 1 2026-02-14 00:14:43 +01:00
85a286e3be Bump version to v1.3.9 2026-02-11 17:28:32 +01:00
514c9dd444 Implementing auto-disable of the jail when reload fails after saving filter/jail config 2026-02-11 17:23:38 +01:00
08112ff9b9 Optimize error-reporting of failure when reloading fail2ban 2026-02-11 17:02:18 +01:00
bdfd96b65d Bump version to v1.3.8 2026-02-10 22:54:18 +01:00
c5739d0a14 Skip coloring for SSH command output that dumps config file content 2026-02-10 22:52:38 +01:00
0053dc3938 Add close-cross on all toast-ban-event and unban events to quicker close them 2026-02-10 22:38:01 +01:00
ece7e654e8 Fix a bug where no mail and no db-entries are made if mailfunction returns 500 2026-02-10 19:04:57 +01:00
ad44e2732f Add guard it the callback-env var is set over env, that there is no modifications because of the port variable 2026-02-10 18:32:01 +01:00
a65bbe985e Update Language files and reformat that all thave the same indentation 2026-02-10 18:29:50 +01:00
01bc815bde Make CALLBACK_URL and secret configurable through the env 2026-02-10 17:00:59 +01:00
339118d89f Swapped the two ssh-blocks so Select Private Key dropdown appears first, followed by SSH Private Key Path input. 2026-02-10 16:09:40 +01:00
337d199143 Simplify the connector and jail.local cunstruction with a unified function for all connectors 2026-02-10 15:50:32 +01:00
8f9399196e UpdateDefaultSettings now checks CheckJailLocalIntegrity as first and returns error if not managed by Fail2ban-UI 2026-02-09 22:33:13 +01:00
5dbe12917b Fix webconsole color pattern matching 2026-02-09 21:14:36 +01:00
90b287f409 Check jail.local state and warn user if it is not fail2ban-UI managed, disable automatic jail.local migration because it is only testing 2026-02-09 19:56:43 +01:00
e8592d17e6 Bump version of fail2ban-UI 2026-02-09 14:08:48 +01:00
ea3dd32fc6 Dedublicate tailwind.css rules and use all from the generated css file while build 2026-02-09 14:07:09 +01:00
27d1407ee2 Removing the cleanup of the OIDC .env file - makes only stuff complicater :) 2026-02-09 14:01:12 +01:00
a92b4ef42c Make toast notifications duration setable in function 2026-02-09 00:45:44 +01:00
ecce4ca6b4 Update tailwindcss to newer verson 2026-02-09 00:14:22 +01:00
2d96711640 Include also css classes from the javascript files in tw-build 2026-02-09 00:13:42 +01:00
2ee00a6c44 Skip sending if the destination email is still the default placeholder 2026-02-08 20:15:03 +01:00
7d955675a3 Add cleanup files for the dev env, to start quickly from a fresh state 2026-02-08 19:57:41 +01:00
1a2df7b252 Add default chain and default BantimeRndtime settings and make configurable through the settings page 2026-02-08 19:43:34 +01:00
5f14da5934 Improve ban events search search through all db-entries and also implement pagination to load more events 2026-02-03 14:31:52 +01:00
b3e32fd5c1 Implement version check on load, if the footer has data-update-check=true,it fetches /api/version and sets the version badge. No request is made when update check is disabled. 2026-02-02 20:46:55 +01:00
f00c1c1b22 When address is empty, detail is explicitly set to an empty array to clear any existing detail items in pfSense 2026-01-28 14:31:58 +01:00
63ee6a40d7 When address is empty we explicitly send an empty detail array to clear any existing items if last IP 2026-01-28 13:59:53 +01:00
fd1f26a1a6 Autocreate alias if not exist on PFSense and enhance the alias IP function 2026-01-28 13:25:54 +01:00
76b5a332de Fixed the getAliasByName function to resolve the 400 Bad Request error. 2026-01-28 13:05:01 +01:00
210e694137 Fix PFSence integration and add also GET-modify-PATCH patterns 2026-01-28 12:52:41 +01:00