1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
Commit Graph

4760 Commits

Author SHA1 Message Date
Adolfo Gómez García
53c964c77e
Minor documentation fix 2023-06-05 18:36:23 +02:00
Adolfo Gómez
3a239d5f80 updated .gitignore 2023-05-30 21:47:48 +02:00
Adolfo Gómez García
6a1ad3f44e
Merge branch 'master' of github.com:/VirtualCable/openuds 2023-05-30 21:43:58 +02:00
Adolfo Gómez
96d7146daf Added client log in case of exception 2023-05-30 21:43:10 +02:00
Adolfo Gómez García
b5d38e3832
Merge branch 'master' of github.com:/VirtualCable/openuds 2023-05-30 21:40:50 +02:00
Adolfo Gómez García
ba1cc3d372
added gpu availability check on proxmox 2023-05-30 17:53:38 +02:00
Adolfo Gómez García
508e9e92f8 upgrade information 2023-05-29 18:46:46 +02:00
Adolfo Gómez García
99645044f0
Now first tries to load PyQt6, and if it cannot be loaded, tries PyQt5 2023-05-24 02:53:12 +02:00
Adolfo Gómez García
5770d94c33
updating client to use PyQt6 first, and if not found, use pyqt5 2023-05-24 02:35:56 +02:00
Adolfo Gómez García
e6b707868f
updating client to use PyQt6 first, and if not found, use pyqt5 2023-05-24 02:23:12 +02:00
Adolfo Gómez García
88c7928408
updating macos builder 2023-05-24 01:55:18 +02:00
Adolfo Gómez García
e4a4e0d958 updating build process for x86 and mac 2023-05-24 01:54:51 +02:00
Adolfo Gómez García
64f4f82540
merged 3.6 changes 2023-05-23 03:17:52 +02:00
Adolfo Gómez García
f099870c60
Merge remote-tracking branch 'origin/v3.6' 2023-05-23 03:16:04 +02:00
Adolfo Gómez García
0363ac3a6a
added /rfx /rfx:gfx to macos by default 2023-05-23 03:15:34 +02:00
Adolfo Gómez García
606b3f205d
Added PySide6 support as firts option (due to arm64 support) 2023-05-23 02:54:28 +02:00
Adolfo Gómez García
41697a4bab
Added PySide6 as first Option, because it has arm64 binaries. If not available, will load PyQt5 as always. 2023-05-23 02:54:16 +02:00
Adolfo Gómez García
45a4dec18f
Fix tunnel removal procedure on Mac Launcher 2023-05-23 02:25:35 +02:00
Adolfo Gómez García
1a30806f63
Merge remote-tracking branch 'origin/v3.6' 2023-05-22 14:36:58 +02:00
Adolfo Gómez García
23a9465ae1
removed micro on mac rdp (not working on most cases...) 2023-05-22 13:21:31 +02:00
Adolfo Gómez García
76aec4b4de
Merge remote-tracking branch 'origin/v3.6' 2023-05-21 16:49:13 +02:00
Adolfo Gómez García
084e0cc2a0
fixed bad ssl handshake management 2023-05-21 16:49:04 +02:00
Adolfo Gómez García
2da927d82b
fixed bad ssl handshake on tests 2023-05-21 16:48:32 +02:00
Adolfo Gómez García
2c77d361d7
backported 4.0 version improvements 2023-05-21 16:23:18 +02:00
Adolfo Gómez García
c33c1501f5
some fixes to make tests work as they are expected to 2023-05-21 16:19:58 +02:00
Adolfo Gómez García
99cd7030e0
Some mre lints 2023-05-21 05:45:51 +02:00
Adolfo Gómez García
379ce8a094
Fixes tests and some linting issues. 2023-05-21 05:35:52 +02:00
Adolfo Gómez García
cb76078758
Fixed test so now they work correctly just with asyncio 2023-05-21 05:35:48 +02:00
Adolfo Gómez García
ea190c481d
small actor type fix 2023-05-18 19:48:31 +02:00
Adolfo Gómez García
97156dcca5
Merge branch 'master' of github.com:/VirtualCable/openuds 2023-05-18 19:46:54 +02:00
Adolfo Gómez García
f810fc1cd6
Fixed backward compat issue 2023-05-18 19:46:48 +02:00
Adolfo Gómez
db73bf1c2d
Update README.md 2023-05-18 15:38:20 +02:00
Adolfo Gómez García
e47831ebc2
Fixed documentation for os manager base module 2023-05-18 15:10:49 +02:00
Adolfo Gómez García
c264ea9c13
Moved "custom" parameters for osManager inside the "custom" dict
Also, kept "old" parematers for a while (a couple of versions), so old clients are compatible with UDS actor 4.0 at least (so we can upgrade server, keep running and eventually upgrade actors).
Compatibility mast be kept for at lest a couple of minor releases,
Al least, until UDS 4.5 will be kept this way
2023-05-18 15:04:47 +02:00
Adolfo Gómez García
880aa24dbb
Refactorized some code from Alexander.
Looking at Alexander's contribution, and wanting to make more usafle for future inclusions, simply have moved all new items to a nested dictionary (custom), and added the capacity to allow to keeep data on some circustances (like the one required by new linux ad os mannagers provided by alexander).
Will also include soon all windows AD parameters inside this block, and any "custom" paramater for any action.
2023-05-18 14:31:02 +02:00
Adolfo Gómez García
3ee77fb034
added sample script to get link from a user service using connection api 2023-05-17 19:26:51 +02:00
Adolfo Gómez García
4f6a7b44ab
fixed udslink for django 4.x 2023-05-17 19:26:23 +02:00
Adolfo Gómez García
57d7b442f6
Some minor fixes ond Alexander code (some changes done on core after his contribution that has to be reflected, nothing important) 2023-05-17 18:25:25 +02:00
Adolfo Gómez
98f79f83f1
Merge pull request #81 from Future998/linux-client-DC
Adding new Linux OS Domain Managers
2023-05-17 17:43:43 +02:00
Alexander Burmatov
afb1d2cafe
Merge branch 'master' into linux-client-DC 2023-05-17 17:14:48 +03:00
Alexander Burmatov
d8f41a048e Updating information about authors 2023-05-17 16:49:26 +03:00
Alexander Burmatov
f8a9a9d633 Update copyright date 2023-05-17 16:47:47 +03:00
Alexander Burmatov
277d9f9b88 Changing the service file
This is necessary for the correct stop of the service
when the machine is shutdowned or rebooted
(with the leave from the domain of non-persistent machines).
2023-05-17 16:39:37 +03:00
Alexander Burmatov
f3ba042140 Changing the function when the service is stopped
If the machine is non-persistent, it will be leave from the domain
when the service is stopped.
2023-05-17 16:35:09 +03:00
Alexander Burmatov
2d30362301 Saving actor config for non-persistent machines
This is necessary to leave a non-persistent machine from the domain.
2023-05-17 16:30:54 +03:00
Alexander Burmatov
d6e2373de4 Redefining a function to join to the domain
Depending on which machine (Linux or Windows) the actor is for,
a different number of parameters are passed to this function.
2023-05-17 15:59:01 +03:00
Alexander Burmatov
47dc43f601 Extension of the request for initialization
Extension of the request for initialization according to the change in
the configuration type of the actor.
2023-05-17 15:42:55 +03:00
Adolfo Gómez García
9a2a19c694
Merge remote-tracking branch 'origin/v3.6' 2023-05-17 14:36:57 +02:00
Adolfo Gómez García
392cb6e406
updated tranlations 2023-05-17 14:36:45 +02:00
Alexander Burmatov
28ce61c983 Type extension for actor configuration
Parameters have been added that are given by the server
to join the Linux machines to the domain.
2023-05-17 15:36:28 +03:00