1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-03 13:47:14 +03:00

4599 Commits

Author SHA1 Message Date
Adolfo Gómez García
bf21aad72f
Merge remote-tracking branch 'origin/v3.6' 2023-02-14 14:30:19 +01:00
Adolfo Gómez García
d2d13d1089
Added support for service provided ca and spice proxy overriding 2023-02-14 14:30:04 +01:00
Adolfo Gómez García
e5e204fca0
spice support for proxy overriding 2023-02-14 14:25:54 +01:00
Adolfo Gómez García
a07f76f540
Added new options to coverage.ini to exclude some files from coverage report. 2023-02-13 17:47:49 +01:00
Adolfo Gómez García
881abecfc2
Refactorized REST exceptions 2023-02-13 17:35:29 +01:00
Adolfo Gómez García
fd73722abd
Validation check on UserInterface 2023-02-13 17:09:01 +01:00
Adolfo Gómez García
22b624e3b8
Inserting validator to TextField on UserInterface 2023-02-13 17:03:13 +01:00
Adolfo Gómez García
da823d2e6c
Refactoring UDS Exceptions 2023-02-13 16:35:35 +01:00
Adolfo Gómez García
4385fdf358
Merge remote-tracking branch 'origin/v3.6' 2023-02-10 14:09:54 +01:00
Adolfo Gómez García
978c39edd1
Fixed spice for ProxMox 2023-02-10 14:06:15 +01:00
Adolfo Gómez García
b4b04f801c
Reports fixes (due to UserInterface defvalues "error" on dates) and added fastCrypt tests 2023-02-08 15:23:02 +01:00
Adolfo Gómez García
b8b6ede6f7
Merge remote-tracking branch 'origin/v3.6' 2023-02-07 18:48:21 +01:00
Adolfo Gómez García
fe91fa635b
Better solution for default changing values 2023-02-07 18:47:55 +01:00
Adolfo Gómez García
dc57b87d42
Merged 3.6 changes 2023-02-07 18:33:24 +01:00
Adolfo Gómez García
39cba62009
Merge remote-tracking branch 'origin/v3.6' 2023-02-07 18:27:00 +01:00
Adolfo Gómez García
a75bc4a4b5
fixed reports dates 2023-02-07 18:25:55 +01:00
Adolfo Gómez García
44ff00025f
Merge remote-tracking branch 'origin/v3.6' 2023-02-07 16:43:22 +01:00
Adolfo Gómez García
8aa94fd0c5
updated translations 2023-02-07 16:42:58 +01:00
Adolfo Gómez García
0db41e1a14
added spicde to proxmox 2023-02-07 16:37:26 +01:00
Adolfo Gómez García
659d6167c8
small cache fix 2023-02-06 16:15:54 +01:00
Adolfo Gómez García
d1645b5bbb
Several changes:
* Fixed Tests for middleware, that has been moved to "uds" package
* Refactorized incorrect "unserialize" name to "deserialize" correct one
* Adding secure serializer based on pickle (basically encripting the data
  with a secret key)
* Removed oldSerializeForm from UserInterface, and left it just for tests...
2023-02-06 16:08:04 +01:00
Adolfo Gómez García
7d19b21638
Small fixed fix && refactorized a couple of samples 2023-02-06 02:39:33 +01:00
Adolfo Gómez García
b1cf1c405f
Moved middleware to "uds", better place 2023-02-03 14:49:23 +01:00
Adolfo Gómez García
f71659b5a6
Added meta pool recursion save restiction and some more tests 2023-02-02 17:49:49 +01:00
Adolfo Gómez García
5b5beb30d6
Merge remote-tracking branch 'origin/v3.6' 2023-02-02 12:36:36 +01:00
Adolfo Gómez García
8cafc6d797
small guacamole dispatcher fix. Backported to 3.6 2023-02-02 12:35:57 +01:00
Adolfo Gómez García
4f12602db3
small guacamole dispatcher fix. Backported to 3.6 2023-02-02 12:35:37 +01:00
Adolfo Gómez García
02877f9095
Adding more tests 2023-02-01 18:30:20 +01:00
Adolfo Gómez García
e571f2ac58
Fixed PR from Future998 2023-01-31 14:46:06 +01:00
Adolfo Gómez García
1801feec6c
Merge remote-tracking branch 'origin/v3.6' 2023-01-31 14:18:40 +01:00
Adolfo Gómez García
1fbc4b9bfd
Fixed & updated patch from @Future998 2023-01-31 14:18:27 +01:00
Adolfo Gómez García
ab1609ab49
Merge remote-tracking branch 'origin/v3.6' 2023-01-31 14:06:24 +01:00
Adolfo Gómez García
d8fce3bb73
Backported pr from @Future998 to enable OpenNebula Spice support. Fix from merge. 2023-01-31 14:04:57 +01:00
Adolfo Gómez García
fb7fcd953e
Merge remote-tracking branch 'origin/v3.6' 2023-01-31 13:50:59 +01:00
Adolfo Gómez García
e94b558ae9
Backported pr from @Future998 to enable OpenNebula Spice support 2023-01-31 13:47:21 +01:00
Adolfo Gómez García
ad4ead570b
Merge remote-tracking branch 'origin/v3.6' 2023-01-31 13:38:05 +01:00
Adolfo Gómez
e218b2432d
Merge pull request #73 from Future998/spice-tls
Add checkbox to enable SSL connection for SPICE
2023-01-31 13:37:03 +01:00
Adolfo Gómez García
990a5335d6
Adding more automated tests 2023-01-27 17:02:35 +01:00
Alexander Burmatov
01e776edfb Add checkbox to enable SSL connection for SPICE
If in OpenNebula not enabled TLS for SPICE protocol, when
cannot connect to OpenNebula with generated virt-viewer connection
config file, because "secure-channel" options successfully work
over TLS only.
This changes allow enable or disable TLS on UDS site.
2023-01-27 18:39:44 +03:00
Adolfo Gómez García
58c4c4e68f
Fixed date field in the system cleaner log 2023-01-26 12:21:11 +01:00
Adolfo Gómez García
aca3073eea
Added basic service data "composer" for user services, normal pools and meta pools 2023-01-25 13:16:50 +01:00
Adolfo Gómez García
597d72a609
adding more tests 2023-01-19 20:09:22 +01:00
Adolfo Gómez García
5b5de7ce90
fixed actor_v3 merge errors 2023-01-19 18:17:53 +01:00
Adolfo Gómez García
44be2f4df5
Merge remote-tracking branch 'origin/v3.6' 2023-01-19 13:59:44 +01:00
Adolfo Gómez García
5f8854335e
fixed proxy detection && tests 2023-01-19 13:59:32 +01:00
Adolfo Gómez García
82234ff0dd
fixed proxy detection && tests 2023-01-19 13:59:24 +01:00
Adolfo Gómez García
4a31d3a698
Merge remote-tracking branch 'origin/v3.6' 2023-01-18 23:56:15 +01:00
Adolfo Gómez García
f2f7edbd67
Fixed IP detection 2023-01-18 23:53:52 +01:00
Adolfo Gómez García
384fa0b4c0
added request ip detection 2023-01-18 23:53:18 +01:00
Adolfo Gómez García
bf5a0069b8
Fixed permissions visualization related issue 2023-01-17 13:10:27 +01:00