Commit Graph

21 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 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 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 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 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 2712b25515 v7.1.2.0
Changelog: https://roxy-wi.org/changelog#7.1.2
2024-02-04 10:28:17 +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 9be5ce07f5 v6.3.11.0
Changelog: https://roxy-wi.org/changelog#6_3_11
2023-05-03 19:14:13 +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 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
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 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