Commit Graph

47 Commits (9c961cf6cf9e18dee32a809dce9e80c7714653e4)

Author SHA1 Message Date
Aidaho 85d745f7dd v8.0.2
https://roxy-wi.org/changelog#8_0_2
2024-09-16 10:56:24 +03:00
Aidaho a7a8b4b10d v8.0: Delete check_version.html and refactor version checking logic
Removed the `check_version.html` template and moved version checking to `script.js`. This refactoring simplifies the codebase by consolidating version check handling into JavaScript, removing deprecated HTML templates, and enhancing the backend logic and API routes.
2024-08-12 23:41:31 +03:00
Aidaho 075d2b935b v8.0: Refactor code and fix various issues across modules
Added return_master setting, removed unnecessary code, and improved exception handling throughout the project. Key updates include enabling return_master by default, simplifying database update methods, handling empty IP exceptions more appropriately, and refining JavaScript validations.
2024-08-04 17:44:11 +03:00
Aidaho 8f50e1b8bf v8.0: https://roxy-wi.org/changelog#8 2024-08-02 12:50:02 +03:00
Aidaho 61dc21c822 v7.3.2.0
https://roxy-wi.org/changelog#7_3_2
2024-07-06 11:14:01 +03:00
Aidaho 112ecd5ce6 v7.3.1.0: Refactor and optimize server applications for better error handling and accuracy
The code changes focus on enhancing the server application's functionality by improving the error handling mechanism and streamlining the logic. Modifications include refining how servers get created, updated, and deleted, optimizing how ssh related actions are performed, and ensuring more accurate server scanning. The changes help reduce potential errors and make the application more efficient.
2024-06-16 22:54:41 +03:00
Aidaho ea8e51ee29 v7.3.1.0: Refactor server-side code to use JSON-based APIs
The commit refactors the server-side modules of the Roxy-WI web interface to use JSON-based APIs for improved data exchange. Specifically, methods for user, group and SSH management have been updated to accept and return JSON data. Simultaneously, error handling is improved to give more informative responses instead of plain strings. The client-side JavaScript code is also refactored to accommodate these changes. Additionally, some minor corrections are made in the UI templates.
2024-06-16 19:20:18 +03:00
Aidaho 07cdbbfab5 v7.2.5.0: Add IP address validation and server field check
This commit primarily adds a function that validates IP addresses and a function that checks if a server field is filled in the script.js file. Also, it removes the token from several ajax requests, and improves error handling in server.py. In the users.js file, it updates the server info display functionality.
2024-05-30 21:10:42 +03:00
Aidaho 019478f534 v7.2.5.0: Simplify SSH key handling in server module
This commit simplifies the SSH key handling functionality in the server module. Unnecessary definitions and methods for checking and handling different key types have been removed. Now, paramiko's standard load_private_key method is directly used to load the SSH keys, which has streamlined the code and made it more maintainable.
2024-05-03 17:19:16 +03:00
Aidaho b66c4d0793 v7.2.5.0
https://roxy-wi.org/changelog#7_2_5
2024-05-03 15:22:58 +03:00
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 c7570ec4bd v7.2.2.0
https://roxy-wi.org/changelog#7_2_2
2024-03-17 09:38:00 +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 447739c644 v7.2.0.0
Small bugs fix
2024-02-24 11:05:31 +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 d7ba3ff76c v7.1.0.0
Fix HAProxy Docker installation and HA cluster deleting
2023-12-30 22:59:56 +03:00
Aidaho 102f3becd0 v7.1.0.0
Changelog: https://roxy-wi.org/changelog#7.1.0
2023-12-17 15:50:23 +03:00
Aidaho 1cb12d12e6 v7.1.0.0
Fix SSH port in Ansible
2023-12-17 15:02:20 +03:00
Aidaho 95dc978c3b v7.0.1.0
Changelog: https://roxy-wi.org/changelog#7.0.1
2023-10-19 16:53:37 +03:00
Aidaho 7d4478d2e6 v7.0.1.0
Changelog: https://roxy-wi.org/changelog#7.0.1
2023-10-17 11:46:04 +03:00
Aidaho c5ea14bb61 v7.0.1.0
Changelog: https://roxy-wi.org/changelog#7.0.1
2023-10-17 10:27:40 +03:00
Aidaho e935edd497 v7.0.0.0
Changelog: https://roxy-wi.org/changelog#7.0.0
2023-09-17 17:34:56 +03:00
Aidaho 4b168e8fa8 v7.0.0.0
Changelog: https://roxy-wi.org/changelog#7.0.0
2023-09-17 12:42:39 +03:00
Aidaho 4a83b3696c v6.3.18.0
Changelog: https://roxy-wi.org/changelog#6_3_18
2023-08-17 14:37:08 +03:00
Aidaho 9be5ce07f5 v6.3.11.0
Changelog: https://roxy-wi.org/changelog#6_3_11
2023-05-03 19:14:13 +03:00
Aidaho ab93673f2a v6.3.9.0
Changelog: https://roxy-wi.org/changelog#6_3_9
2023-04-02 19:58:55 +03:00
Aidaho 6adba6cc37 v6.3.8.0
Changelog: https://roxy-wi.org/changelog#6_3_8
2023-03-25 12:01:26 +03:00
Aidaho 3a4af20d27 v6.3.7.0
Changelog: https://roxy-wi.org/changelog#6_3_7
2023-03-08 16:15:15 +03:00
Aidaho be142bd8f3 v6.3.6.0
Changelog: https://roxy-wi.org/changelog#6_3_6
2023-02-28 09:55:03 +03:00
Aidaho 0054f25da7 v6.3.6.0
Changelog: https://roxy-wi.org/changelog#6_3_6
2023-02-22 10:36:20 +03:00
Aidaho 9259562776 v6.3.5.0
Changelog: https://roxy-wi.org/changelog#6_3_5
2023-02-14 19:46:41 +03:00
Aidaho df04d52eab v6.3.5.0
Changelog: https://roxy-wi.org/changelog#6_3_5
2023-02-13 17:45:45 +03:00
Pavel Loginov 14e663781b v6.3.4.0
Changelog: https://roxy-wi.org/changelog#6_3_4
2023-01-24 10:34:14 +03:00
Pavel Loginov f61276ce4c v6.3.2.0
Changelog: https://roxy-wi.org/changelog#6_3_2
2022-12-22 22:19:43 +03:00
Pavel Loginov e0b914074a v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-09 23:08:32 +03:00
Pavel Loginov fda5deaf97 v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-08 10:07:05 +03:00
Pavel Loginov 729df72f11 v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-07 16:49:42 +03:00
Pavel Loginov 508e1e262c v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-07 10:55:21 +03:00
Pavel Loginov 4887e956e3 v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-07 10:47:47 +03:00
Pavel Loginov 0b804af5d9 v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-07 10:16:07 +03:00
Pavel Loginov 5a40d50368 v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-04 21:43:25 +03:00
Pavel Loginov d6a27f8307 v6.3.0.0
Changelog: https://roxy-wi.org/changelog#6_3_0
2022-12-01 09:52:24 +03:00
Pavel Loginov bab73f1694 v6.3.0.0
Changelog: https://roxy-wi.org/changelog#6_3_0
2022-11-28 10:47:18 +03:00
Pavel Loginov c24203e70a v6.3.0.0
Changelog: https://roxy-wi.org/changelog#6_3_0
2022-11-20 10:48:15 +03:00
Pavel Loginov c48f9f8fc6 v6.3.0.0
Changelog: https://roxy-wi.org/changelog#6_3_0
2022-11-17 10:34:58 +03:00