Commit Graph

1126 Commits (04e39325c8bd56b843f57437233c9e985e9de63f)

Author SHA1 Message Date
Aidaho 04e39325c8 v7.2.4.0: Update date calculation to use UTC and increase version number
The commit modifies the date calculation in the database time_range checks to use the UTC timezone instead of the system's local time. This makes the time range checks more uniform and independent of the server's configuration. Additionally, it increases the version number in 'create_db.py' from '7.2.3.0' to '7.2.4.0'.
2024-04-17 17:03:42 +03:00
Aidaho b205d47372 v7.2.4.0
https://roxy-wi.org/changelog#7_2_4
2024-04-17 11:06:29 +03:00
Aidaho 73563a047e v7.2.2.0: Update error handling in waf.js and fix favicon and script paths
Refactored error handling in the waf.js file to simplify and reduce conditional checks. Also updated the paths for favicon images and included scripts to ensure accurate addressing, enhancing the consistency and reliability of the application's behavior.
2024-04-05 20:21:42 +03:00
Aidaho f17fec9403 v7.2.2.0: Add timezone support to WAF rule configuration
The update adds timezone handling for web application firewall (WAF) rule configurations using roxy_wi_tools.GetDate method. This provides flexibility to manage configurations based on the specified timezone in SQL setting.
2024-04-05 10:20:16 +03:00
Aidaho 4441a6e0b7 v7.2.2.0: Update paths in waf.js file
The paths for waf.js and the loading image in waf.js have been updated to point to the correct locations. Also, unnecessary code related to the AJAX calls for metrics and installation has been removed, simplifying the code structure.
2024-04-05 10:14:48 +03:00
Aidaho fd0f0f194b v7.2.2.0: Refactor JavaScript code and adjust paths
This commit updates variable declarations from 'var' to 'let' in 'install.js' for better scope control. It additionally includes error-handling for undefined 'select_id' in 'parseAnsibleJsonOutput' function. The 'waf.js' file is moved to the 'app/static/js' directory and paths are updated accordingly in both 'waf.js' and 'waf.html'. The success handler in 'waf.js' is also updated to use 'parseAnsibleJsonOutput'.
2024-04-04 21:19:32 +03:00
Aidaho 093b1b890e v7.2.2.0: Update WAF nginx module path in Ansible scripts
Path of the WAF nginx module in Ansible scripts has been updated from NGINX_PATH to SERVICE_PATH. This refactoring enhances the organization of the configuration files and improves code base understanding. Changes have been applied in the WAF configuration and service execution files.
2024-04-04 17:26:06 +03:00
Aidaho 8c28c5128c v7.2.2.0
https://roxy-wi.org/changelog#7_2_2
2024-04-04 14:30:07 +03:00
Aidaho 4382c44b92 v7.2.2.0
Fix haproxy command
2024-04-01 17:04:38 +03:00
Aidaho 58e7dc6d81 v7.2.2.0
Fix bug with updating Roxy-WI
2024-03-24 10:05:35 +03:00
Aidaho a8d401d253 v7.2.2.0
Delete debug output
2024-03-21 10:50:40 +03:00
Aidaho f57b418d74 v7.2.2.0
Fix tools status showing for Docker
2024-03-21 09:04:37 +03:00
Aidaho 715187b075 v7.2.2.0
Add new deps
2024-03-18 09:36:13 +03:00
Aidaho c7570ec4bd v7.2.2.0
https://roxy-wi.org/changelog#7_2_2
2024-03-17 09:38:00 +03:00
Aidaho b185ee78c8 v7.2.1.0
Improve error handling in tools list and adjust status check command

Enhanced error handling in tools list loop within the 'common.py' file to provide more specific error messages. Additionally, the command for checking a tool's status was adjusted to remove unnecessary sudo usage. Also, updated the service check in the 'roxy.py' file from 'sshd' to 'rsyslog'.
2024-03-14 11:20:16 +03:00
Aidaho 8322ad4089 v7.2.1.0 2024-03-13 22:09:26 +03:00
Aidaho 2448b04426 v7.2.1.0
https://roxy-wi.org/changelog#7_2_1
2024-03-13 13:06:02 +03:00
Aidaho 534916b1c8 v7.2.1.0
Add opening VRRP for Keepalived
2024-03-06 09:32:34 +03:00
Aidaho 666fc39e1d v7.2.1.0
SQL fixes
2024-03-04 09:34:24 +03:00
Aidaho d1a81f937b v7.2.1.0
https://roxy-wi.org/changelog#7_2_1
2024-03-03 10:11:48 +03:00
Aidaho c0d667547f v7.2.0.0
Small fix interface for SMON
2024-03-01 11:40:58 +03:00
Aidaho 714bd71bf2 v7.2.0.0
History and Status Page fixes
2024-02-27 15:18:37 +03:00
Aidaho 392e4f4465 v7.2.0.0
SMON agent fixes
2024-02-24 21:07:18 +03:00
Aidaho ee0bd7d0de v7.2.0.0
SMON agent fixes
2024-02-24 20:45:43 +03:00
Aidaho 447739c644 v7.2.0.0
Small bugs fix
2024-02-24 11:05:31 +03:00
Aidaho 2b1f3b647a v7.2.0.0
Remove service check decorator from action_service route

The `check_services` decorator was removed from the `action_service` route in the file 'app/routes/service/routes.py'. This change simplifies the code and avoids unnecessary service checks when performing actions on a service.
2024-02-18 11:40:17 +03:00
Aidaho af25700ede v7.2.0.0
Small logging fixes
2024-02-17 15:28:34 +03:00
Aidaho 8030a69a05 v7.2.0.0
Additionally, import paths were corrected in the Python file 'app/routes/install/routes.py'. Error handling was improved in the 'install_service' function to return details of any encountered exceptions.
2024-02-16 20:47:02 +03:00
Aidaho cb03546ca2 v7.2.0.0
Small Ansible fixes
2024-02-16 16:49:13 +03:00
Aidaho f981819505 v7.2.0.0
Changelog: https://roxy-wi.org/changelog#7.2.0
2024-02-16 09:50:27 +03:00
Aidaho 2712b25515 v7.1.2.0
Changelog: https://roxy-wi.org/changelog#7.1.2
2024-02-04 10:28:17 +03:00
Aidaho ac133b5e9c v7.1.1.0
Fix HA cluster installation via API
2024-01-26 11:03:46 +03:00
Aidaho 79b6b7abd9 v7.1.1.0
Fix HAProxy WAF logs and config version
2024-01-25 09:11:38 +03:00
Aidaho 1cae0059ea v7.1.1.0
Fix showing SSL
2024-01-24 10:24:37 +03:00
Aidaho 2a5aacb5d7 v7.1.1.0
Fix Nginx upstream generation
2024-01-23 21:21:16 +03:00
Aidaho 7d528a355a v7.1.1.0
FIx add page
2024-01-23 15:41:52 +03:00
Aidaho bfcead6430 v7.1.1.0
Fix interface bugs
2024-01-23 09:49:47 +03:00
Aidaho ee4631f214 v7.1.1.0
Changelog: https://roxy-wi.org/changelog#7.1.1
2024-01-18 20:00:44 +03:00
Aidaho d82b65e7d1 v7.1.1.0
Changelog: https://roxy-wi.org/changelog#7.1.1
2024-01-18 17:05:07 +03:00
Aidaho e5b8e6a921 v7.1.1.0
Changelog: https://roxy-wi.org/changelog#7.1.1
2024-01-17 20:27:34 +03:00
Aidaho a17115f50e v7.1.1.0
Changelog: https://roxy-wi.org/changelog#7.1.1
2024-01-17 12:40:38 +03:00
Aidaho fdc7badc61 v7.1.1.0
Changelog: https://roxy-wi.org/changelog#7.1.1
2024-01-17 09:08:27 +03:00
Aidaho 781f3f8447 v7.1.0.0
Fix PortScanner and SMON for Docker, SMON checks for groups
2024-01-06 11:42:32 +03:00
Aidaho 036241556f v7.1.0.0
Changelog: https://roxy-wi.org/changelog#7.1.0
2024-01-03 11:20:34 +03:00
Aidaho 3f9a640cdf v7.1.0.0
Changelog: https://roxy-wi.org/changelog#7.1.0
2023-12-31 13:33:02 +03:00
Aidaho d7ba3ff76c v7.1.0.0
Fix HAProxy Docker installation and HA cluster deleting
2023-12-30 22:59:56 +03:00
Aidaho 63a7d4c09a v7.1.0.0
Fix HA cluster creation
2023-12-27 16:35:59 +03:00
Aidaho dbcb5558dc v7.1.0.0
Fix install HA cluster
2023-12-27 10:59:43 +03:00
Laurent Grawet d46e76fc4b Configure logrotate for Debian 2023-12-22 23:43:46 +01:00
Aidaho b3bea63275 v7.1.0.0
Change include to include_task in Ansible roles
2023-12-19 12:06:44 +03:00