1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-09 23:33:47 +03:00
Go to file
Adolfo Gómez García 00fb79244a Add REST API information to various handlers and models
- Introduced REST_API_INFO class variable to Handler and various ModelHandler subclasses to provide metadata for auto-generated APIs.
- Updated api_helpers to utilize REST_API_INFO for dynamic naming and descriptions.
- Enhanced API response generation functions to include OData parameters and improved request body descriptions.
- Added checks in UserServiceManager to prevent actions on already removed services.
- Cleaned up code formatting and comments for better readability.
2025-09-20 16:17:18 +02:00
2023-07-22 19:31:11 +02:00
2024-12-06 03:54:27 +01:00
2023-07-25 20:20:34 +02:00
2023-04-15 00:00:56 +02:00

OpenUDS

OpenUDS (Universal Desktop Services) is a multiplatform connection broker for:

  • VDI: Windows and Linux virtual desktops administration and deployment
  • App virtualization
  • Desktop services consolidation
  • ...

This is an Open Source project, initiated by Spanish Company Virtual Cable and released Open Source with the help of several Spanish Universities.

Please feel free to contribute to this project.

Notes

  • Master version is always under heavy development and it is not recommended for use, it will probably have unfixed bugs. Please use the latest stable branch (v4.0 right now).
  • From v4.0 onwards (current master), OpenUDS has been splitted in several repositories and contains submodules. Remember to use "git clone --resursive ..." to fetch it ;-).
  • v4.0 version needs Python 3.11 (may work fine on newer versions). It uses new features only available on 3.10 or later, and is tested against 3.11. It will probably work on 3.10 too.
Description
No description provided
Readme BSD-3-Clause 106 MiB
Languages
Python 76.4%
JavaScript 21.6%
HTML 1.9%