1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-21 09:34:08 +03:00
Commit Graph

5366 Commits

Author SHA1 Message Date
Adolfo Gómez García
40f5941db1
Updated guacamole plagin 2024-05-09 17:17:49 +02:00
Adolfo Gómez García
83abebd574
Removed OP_START_COMPLETED from fixed userservice generic 2024-05-09 02:11:10 +02:00
Adolfo Gómez García
77e45099d1
Minor fixes and added a "vars.py" utility for specific servers (with auth info) tests 2024-05-08 22:02:13 +02:00
Adolfo Gómez García
56cdee2b0d
Small test fix 2024-05-06 02:22:40 +02:00
Adolfo Gómez García
6de7c65a0f
fixed test_fixed_service.py to use types.services.Operation instead of userservice.Operation 2024-05-05 19:42:57 +02:00
Adolfo Gómez García
7737bbf758
REfactorign "remove" in favor of "delete" 2024-05-05 18:49:44 +02:00
Adolfo Gómez García
579e1c2a36
Fixed a couple service consts 2024-05-05 05:01:48 +02:00
Adolfo Gómez García
397523c9a3
chore: Refactor machine name sanitization method 2024-05-05 02:56:06 +02:00
Adolfo Gómez García
029224c749
Small utility method fix to allow None Search 2024-05-05 00:23:12 +02:00
Adolfo Gómez García
7b5e87dd15
Removed not needed "new format" flag 2024-05-04 22:08:33 +02:00
Adolfo Gómez García
0570a1ae27
Fixed autoserializable default assign error and related test 2024-05-04 21:57:32 +02:00
Adolfo Gómez García
04f144cd2d
chore: Update UDS admin runtime, polyfills, and main scripts. Updated minor cache definitions 2024-05-03 03:34:56 +02:00
Adolfo Gómez García
6adcc3e1f4
Fixed host fqdn check to "allow" non fqdn hostname... Yes, i know its a nonsense, but for now... :)
Upddated admin to include CVS import
2024-04-29 19:48:02 +02:00
Adolfo Gómez García
7316953e75
Doney Physical Machines 2024-04-29 00:24:04 +02:00
Adolfo Gómez García
eb86784c62
Added support for importing unmanaged servers using CSV 2024-04-28 18:58:16 +02:00
Adolfo Gómez García
628f43a2e7
Removed unused (since years ago) "must_assign_manually" 2024-04-28 16:33:24 +02:00
Adolfo Gómez García
53e0cefc21
Refactorized log types and fixes 2024-04-28 02:21:47 +02:00
Adolfo Gómez García
6694b9d5bc
Renamed some fields of servers to better understand what they are
Adding physical machines fixtures, tests, ,,,
2024-04-27 22:31:39 +02:00
Adolfo Gómez García
30bbf1ef0f
Fixed config
Done migration tests for PhysicalMachines
2024-04-26 00:58:48 +02:00
Adolfo Gómez García
c39c8c9583
* Some minor fixes to fields
* Adding test for ensuring migration from physical machines is correct
2024-04-25 04:35:39 +02:00
Adolfo Gómez García
3f70576002
IP multi-machines services serialized data is upgraded on migration, so test are not possible 2024-04-21 23:52:52 +02:00
Adolfo Gómez García
156608b6ae
Updating deployment multi migration. Needed to keep locked values correctly. 2024-04-21 23:50:45 +02:00
Adolfo Gómez García
1dcc1f71df
Fixed pyright complains about pillow 2024-04-21 01:20:44 +02:00
Adolfo Gómez García
b2679104e2
Small debug text fix 2024-04-18 18:57:11 +02:00
Adolfo Gómez García
d93ed52884
Fixed Serialization ui.
From old serialization, data fields where not correctly translated.
Also the test was bad designed, as the data of original was not randomized to ensure data loaded was right.
2024-04-18 18:42:02 +02:00
Adolfo Gómez García
d84e5ac38c
Heavy redone of Physical Machines using server groups as backend.
Simplified a lot, and added convenient migrators and data upgraders
2024-04-18 03:35:40 +02:00
Adolfo Gómez García
2822013b36
Fixed servers basic information 2024-04-17 19:56:22 +02:00
Adolfo Gómez García
60c5f37591
Update cache timeout constants in cache.py and client.py 2024-04-16 22:53:35 +02:00
Adolfo Gómez García
229962cbd2
Some more func documentation and small fixes 2024-04-15 21:21:36 +02:00
Adolfo Gómez García
a5bfec3aa9
Some refactoring and minor fixes 2024-04-15 15:49:04 +02:00
Adolfo Gómez García
c02c9f45a4
Improvements to generics, and fixes related to macs.
* Now correctly notes that if get_mac is with an empty vmid, should process acordly to the specific service.
* Now, before starting or stopping and vms, the state is checked by the userservice (using is_running)
2024-04-12 04:47:15 +02:00
Adolfo Gómez García
fb3b02ac2d
Merge branch 'master' of github.com:/VirtualCable/openuds 2024-04-11 16:31:59 +02:00
Adolfo Gómez García
8f17f2e545
Security fixes from git 2024-04-11 16:31:45 +02:00
Adolfo Gómez
d62afebef8
Merge pull request #112 from it4joy/patch-1
Update README.md
2024-04-11 16:25:31 +02:00
Adolfo Gómez
871538f341
Merge pull request #113 from NinhDoan/fix-check-user-state
fix: check the user's state when handling a request
2024-04-11 16:20:24 +02:00
ninhdh3
839d798e56 fix: check the user's state when handling a request 2024-04-11 13:44:51 +07:00
Adolfo Gómez García
cf8498ad37
small improvement for loglevel handling in log.py 2024-04-10 20:57:55 +02:00
Adolfo Gómez García
e6778eda38
Fixed tree generation for logs 2024-04-10 20:56:52 +02:00
Adolfo Gómez García
7c16960d3a
Refactor OpenGnsys views and helpers to improve code readability and maintainability 2024-04-10 17:21:09 +02:00
Adolfo Gómez García
e5e72de4b4
Fixed test for openstack 2024-04-09 23:49:55 +02:00
Adolfo Gómez García
c95d54eea8
created a default method for get_and_assign, most fixedservices will use this 2024-04-09 23:25:06 +02:00
Adolfo Gómez García
339eeb7967
Making more homogeneous the new window on brower-based transports 2024-04-09 16:01:26 +02:00
Adolfo Gómez García
fca36ead57
Adding resilence to generics 2024-04-09 02:22:31 +02:00
Adolfo Gómez García
3dedd9b7e0
Fixed problems with transports 2024-04-08 17:49:08 +02:00
Adolfo Gómez García
bab8f3965a
Minor fixes ading resilence to server unreachable 2024-04-08 01:13:05 +02:00
Adolfo Gómez García
4b5913183c
Fixed "fixed" service generic test 2024-04-08 00:47:02 +02:00
Adolfo Gómez García
5718c0d8c0
decoupled snapshot process into two different methods, much clearer 2024-04-08 00:36:23 +02:00
Adolfo Gómez García
0554089ecc
Improving generic services 2024-04-08 00:10:28 +02:00
Adolfo Gómez García
05c434eb8a
Some minor fixes on generics, order of fields... 2024-04-07 05:43:48 +02:00
Igor Ivanov
8b3c8fe81e
Update README.md
Fix typos.
2024-04-04 13:11:37 +03:00