Adolfo Gómez García
ac49786492
Fixed "resetData" whe user is deleted from db, so mfa storage can be freed
2023-02-23 15:10:04 +01:00
Adolfo Gómez García
8820531e9f
Merge remote-tracking branch 'origin/v3.6'
2023-02-23 03:27:19 +01:00
Adolfo Gómez García
28bff050c6
updated user_interface validate to errors
2023-02-23 03:27:10 +01:00
Adolfo Gómez García
b14581c522
Added reseting tries to mfa
2023-02-23 03:25:42 +01:00
Adolfo Gómez García
4e00e66611
Merge remote-tracking branch 'origin/v3.6'
2023-02-23 03:17:48 +01:00
Adolfo Gómez García
98954b5e3b
Minor format fixes
2023-02-23 03:01:32 +01:00
Adolfo Gómez García
762c0e5392
Some minor MFA fixes
2023-02-23 02:57:37 +01:00
Adolfo Gómez García
0aaa734030
Fixed MFA stuff
2023-02-22 15:15:31 +01:00
Adolfo Gómez García
2edbad3548
Merge remote-tracking branch 'origin/v3.6'
2023-02-21 17:18:08 +01:00
Adolfo Gómez García
2d48320ac8
Small typing fix for openstack_client
2023-02-21 17:17:45 +01:00
Adolfo Gómez García
c58aa9596c
Merge remote-tracking branch 'origin/v3.6'
2023-02-20 18:21:49 +01:00
Adolfo Gómez García
9192a0a822
small auth rest fix
2023-02-20 18:21:07 +01:00
Adolfo Gómez García
468cdb5497
Fixed non required fields and readded "_request" to params for classes
2023-02-20 17:56:10 +01:00
Adolfo Gómez García
5907985719
Removed support of tunnel for proxied SPICE connection (not supported)
2023-02-15 16:58:10 +01:00
Adolfo Gómez García
bb507959b9
Some more minor refactoring
2023-02-14 16:04:05 +01:00
Adolfo Gómez García
22116aba27
Refactoring some transports, better code
2023-02-14 15:52:18 +01:00
Adolfo Gómez García
6165d2db15
Reafactorization and fixes
...
Refactorized some exceptions names
Fixed Spice Protocol
Added "getConsoleConnection" as optional UserDeployment method
2023-02-14 15:09:20 +01:00
Adolfo Gómez García
2961469244
Merge remote-tracking branch 'origin/v3.6'
2023-02-14 14:48:27 +01:00
Adolfo Gómez García
a5192b8dbe
Upgrading Proxmox for SPICE & S
...
PICE TRANSPORT
2023-02-14 14:48:17 +01:00
Adolfo Gómez García
cf0f6a0cce
Spice cleans
2023-02-14 14:46:26 +01:00
Adolfo Gómez García
c8df5de095
Fixed spice upgrades
2023-02-14 14:41:56 +01:00
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