1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-11-10 08:24:12 +03:00
Commit Graph

4935 Commits

Author SHA1 Message Date
Adolfo Gómez García
dc901b4473 Adding more server REST api tests and fixes 2023-09-06 18:33:00 +02:00
Adolfo Gómez García
dda77ab2a3 Fixing up servers and adding tests for server rest api 2023-09-05 16:48:31 +02:00
Adolfo Gómez García
0f41b8ac76 * Adding server register tests
* Fixed registering paths (removed subclases os DetailHandler)
2023-09-04 02:45:04 +02:00
Adolfo Gómez García
76c2207b12 done server groups & severs management 2023-09-02 20:43:38 +02:00
Adolfo Gómez García
1b2b1f81b3 Done server groups & servers management 2023-09-02 20:42:03 +02:00
Adolfo Gómez García
c4850e0aed Added unmanaged server add/deletion on server groups 2023-09-02 18:27:00 +02:00
Adolfo Gómez García
8f76bd511c more coherence 2023-09-02 05:36:38 +02:00
Adolfo Gómez García
d009a7abdc Adding a bit coherence in access from instances to dbObjs 2023-09-02 05:30:35 +02:00
Adolfo Gómez García
9deaef7eb5 Renamed dbAuthenticator() to dbObj (to be same name on all models...) 2023-09-02 05:13:33 +02:00
Adolfo Gómez García
0a8836410d * Fixed Transports Network detection
* renamed "validForIp to isValidForIp"
2023-09-02 05:03:15 +02:00
Adolfo Gómez García
a47a886179 correctly named a method (snakeCase) for coherence 2023-09-02 04:54:47 +02:00
Adolfo Gómez García
54720723a4 * Fixed network detection for Authenticator
* Fixed tests for groups and users (REST)
* Removed codecs.encode in favor of base64.encode in some places (more to go)
2023-09-02 04:45:54 +02:00
Adolfo Gómez García
ef59af60db fixes to UserInterface to force "label" parameter when required, and added more tests 2023-09-01 21:09:06 +02:00
Adolfo Gómez García
33c263d6a8 Fixed rest of UserInterface classes and improved multichoice 2023-09-01 03:42:13 +02:00
Adolfo Gómez García
f24b801f04 more UserInterface improvements and fixes :) 2023-08-31 20:04:36 +02:00
Adolfo Gómez García
66090e181d * Moved some more values to consts
* Fixed bugs on references on UserInterface
* Added a new tests for internal data to userService
2023-08-31 17:41:16 +02:00
Adolfo Gómez García
412f1e36b4 Removed dictionary from UserInterface fields _data 2023-08-31 04:11:33 +02:00
Adolfo Gómez García
8370194033 Moved uds.core.util.request to uds.core.types.request 2023-08-31 03:01:04 +02:00
Adolfo Gómez García
0f16e77b82 Before moving userinterface _data dict to dataclass 2023-08-31 02:39:35 +02:00
Adolfo Gómez García
f8bad512a5 Removed blocker and added decorators to utils · 2e2b5b6d 2023-08-30 17:35:36 +02:00
Adolfo Gómez García
c14354e1c7 Removed block (inserted into "decorators" and added profile decorator 2023-08-30 17:35:33 +02:00
Adolfo Gómez García
d68b815f0c Removed profiling stuff :) 2023-08-30 17:26:16 +02:00
Adolfo Gómez García
07ab6526d7 * Improved load time for transport form
* Added "TypedDict" to user service data type, to better catch
  possible errors
2023-08-30 17:25:39 +02:00
Adolfo Gómez García
4983a4a1be Removed Tab from user_interface (added to types.ui) 2023-08-30 04:03:02 +02:00
Adolfo Gómez García
a169c4b8c4 Moving Tab from ui to types 2023-08-30 04:01:08 +02:00
Adolfo Gómez García
f67d4d9a41 Moving some types to types.ui (Basic types) 2023-08-30 03:39:40 +02:00
Adolfo Gómez García
7956764b01 Fixing up names to be more coherent with their use
Related to user_interface
2023-08-29 17:58:25 +02:00
Adolfo Gómez García
4a3c27ba11 Added much better name for "defValue" (now it is "default"), and removed nonsense "value" field from gui description 2023-08-29 15:05:13 +02:00
Adolfo Gómez García
52effddf0c Restored mistake on modfinder 2023-08-29 03:49:53 +02:00
Adolfo Gómez García
8d77d45115 fixing server REST api 2023-08-29 03:47:12 +02:00
Adolfo Gómez García
88a7cdd58b Added call to requests check to server tests
Added parallelization of server stats retrieval
2023-08-28 23:47:40 +02:00
Adolfo Gómez García
f5b248c52e some name updates for better understanding what they are 2023-08-28 19:01:47 +02:00
Adolfo Gómez García
b639be5fcd Done tunnel servers edition 2023-08-28 17:06:34 +02:00
Adolfo Gómez García
f47e0fb039 Added ciphers for TLS1.2 for UDS Actor 3.6 2023-08-26 04:49:15 +02:00
Adolfo Gómez García
2129e2d93d refactorized "deployedType" to "userServiceType"
It's a better name :)
2023-08-26 04:48:26 +02:00
Adolfo Gómez García
3d4ccb1267 small comment fix 2023-08-25 05:25:12 +02:00
Adolfo Gómez García
08d693e019 Renamed maxDeployed to maxUserServices (to be coherent) 2023-08-25 00:50:43 +02:00
Adolfo Gómez García
cdde576aa9 Refactorized "UserDeployment" to UserService
So this is called as the rest of services modules (as it model)
2023-08-25 00:35:51 +02:00
Adolfo Gómez García
4e4d0253ad fixed tests for server managers 2023-08-23 05:04:28 +02:00
Adolfo Gómez García
604b77077f Type fix for servers release 2023-08-23 04:54:08 +02:00
Adolfo Gómez García
3379126959 Fixed logout default "sessionType" parameter 2023-08-22 14:25:27 +02:00
Adolfo Gómez García
d823ebb253 Fixed not saving (due to rollback) information on DBs when raising not found exception. Now, if no asignation is possible, it returns "None" 2023-08-22 03:04:54 +02:00
Adolfo Gómez García
a747777753 Adding some basic statistics to Servers 2023-08-21 22:22:15 +02:00
Adolfo Gómez García
51a9126ba7 Small change, using uuid for property name on servers instead of id 2023-08-21 21:02:10 +02:00
Adolfo Gómez García
be4de2d9ce * Small fixes on servers_api
* Added transaction to cache usage on cached decorator
* renamed "allowCache" to "cached"
2023-08-21 04:23:26 +02:00
Adolfo Gómez García
743a1adabe Fixing up servers and advancing on it's implementation 2023-08-19 21:50:18 +02:00
Adolfo Gómez García
31c67ffddf Removed legacy userService getProperty/setProperty 2023-08-18 23:26:14 +02:00
Adolfo Gómez García
94d5603d29 Creating common Properties for tables.
I needed a properties table for Server and ServerGroups, so i generalized it and used in existing UserServices
2023-08-18 23:05:03 +02:00
Adolfo Gómez García
a2ee3267ae Renamed "RegisteredServer" to more simple "Server" 2023-08-18 02:56:42 +02:00
Adolfo Gómez García
942404f2ed Added tests and fixed Servers.
Small RDP transport fix
2023-08-17 21:09:49 +02:00