Adolfo Gómez García
2bd4d4408c
updated tests and more refactoring
2024-01-04 03:56:45 +01:00
Adolfo Gómez García
494e24691b
refactoring to camel_case, some minor fixes
2024-01-04 00:48:31 +01:00
Adolfo Gómez García
233d66921e
refactoring to camel_case, some minor fixes
2024-01-04 00:36:10 +01:00
Adolfo Gómez García
4a1a1c3e43
refactoring to camel_case, some fixes
2024-01-04 00:21:06 +01:00
Adolfo Gómez García
914d541748
refactoring to camel_case, some fixes
2024-01-04 00:08:17 +01:00
Adolfo Gómez García
164403ed49
Lots of minor bug fixes (using mypy to locate them)
2024-01-03 04:40:50 +01:00
Adolfo Gómez García
6814796ba5
Refactoring and fixes found in the process
2024-01-03 04:04:02 +01:00
Adolfo Gómez García
92f83ebe52
Some refactoring (casing...)
2024-01-03 03:38:41 +01:00
Adolfo Gómez García
150d8c4197
Some improvements to basic types and minor cosmetic fixes
2024-01-02 03:28:12 +01:00
Adolfo Gómez García
499c5f8ec4
Improvements:
...
* Moving some named tuples to dataclasses
* Added unique_id to service token alias (to avoid recreation...)
2024-01-01 20:08:50 +01:00
Adolfo Gómez García
48be614e20
updated types auth
2024-01-01 05:36:36 +01:00
Adolfo Gómez García
500d708653
Moving some types to dataclasses
2024-01-01 05:31:52 +01:00
Adolfo Gómez García
dc5cc99afd
Fixed managed and unmanaged actor_v3
2024-01-01 05:17:01 +01:00
Adolfo Gómez García
974f652df0
Updated os_detector to use Sec-Ch-Ua-Platform and Sec-Ch-Ua for os detection if available instead of user agent (left user agent as fallback anyway). Better for chrome bases browsers.
2023-12-26 17:22:35 +01:00
Adolfo Gómez García
c5171c014b
Small fix for metapools in case it's 100%
2023-12-22 04:37:08 +01:00
Adolfo Gómez García
fcf6e31486
Updated version
2023-12-15 02:55:18 +01:00
Adolfo Gómez García
03af400635
Fixed root login and superUser Password setup for UDS
2023-12-13 16:43:40 +01:00
Adolfo Gómez García
0093cd8056
Fixed root login and superUser Password setup for UDS
2023-12-13 16:39:14 +01:00
Adolfo Gómez García
df5496d0e4
fixed actor data comments
2023-12-12 15:33:55 +01:00
Adolfo Gómez García
3f9f641f6a
Some fixes
2023-12-11 03:37:27 +01:00
Adolfo Gómez García
2f272da073
Set 0 as unliminet for masServices field
2023-12-04 18:49:42 +01:00
Adolfo Gómez García
a6e65b62b0
More updates to type annotations
2023-12-04 01:07:56 +01:00
Adolfo Gómez García
695a91eb38
More updates to type annotations
2023-12-04 00:51:05 +01:00
Adolfo Gómez García
74ff4c17cd
Fix type() method calls to getType() in code to avoid clashes with "type" builtin
2023-12-04 00:41:41 +01:00
Adolfo Gómez García
193c3fb544
Updating type annotations
2023-12-04 00:28:19 +01:00
Adolfo Gómez García
a48f5e6241
Replacing deprecating typing classes in favour of builtings or collections.abc ones.
...
Most changes are simple annotations.
Will continue changes as i found them :)
2023-12-04 00:04:56 +01:00
Adolfo Gómez García
3e0099ed16
Fixed some typos left behind on last refactorization of code
2023-12-03 23:29:22 +01:00
Adolfo Gómez García
58a50c6983
Fixed mistyped import "regex" and requirements.txt
2023-12-01 02:41:38 +01:00
Adolfo Gómez García
029114a95d
Fixed mime type of actors for Windows to application/vnd.microsoft.portable-executable
2023-12-01 02:29:38 +01:00
Adolfo Gómez García
197fdcd6e2
Merge branch 'master' of github.com:/VirtualCable/openuds
2023-11-24 16:25:38 +01:00
Adolfo Gómez García
42c2fd0640
small type checking fix
2023-11-24 16:25:32 +01:00
Adolfo Gómez
d492d87118
Merge pull request #97 from thuvh/fix_missing_regex
...
add missing regex to requirements.txt file
2023-11-24 16:04:40 +01:00
Adolfo Gómez García
c43b196961
added @unique to ObjectType
2023-11-24 05:05:10 +01:00
Adolfo Gómez García
31ffcfaf4b
Added some comments on __eq__ operator of ObjectType
2023-11-24 05:00:14 +01:00
Adolfo Gómez García
efd78ddffb
Added MFA permission
2023-11-23 17:06:03 +01:00
Adolfo Gómez García
5fab570b92
Fixed serialization of Hidden Fields on InitGui
2023-11-23 16:20:51 +01:00
Adolfo Gómez García
4b2d3b3dfa
Adding 0 as valid maxServices value
2023-11-22 16:26:35 +01:00
Adolfo Gómez García
59ae21a654
Adding alternatives to maxServices as callable, etc..
2023-11-22 16:08:59 +01:00
Hoai-Thu Vuong
e3518c56e6
add regex
2023-11-22 17:02:26 +07:00
Adolfo Gómez García
51891d2f31
Added "tree" method to NodeHandler to better debug it :)
2023-11-22 04:18:53 +01:00
Adolfo Gómez García
11a1f626db
Replaced old services "dict" by a more convenient NodeHandler Tree
2023-11-22 04:13:55 +01:00
Adolfo Gómez García
89bf7c29ee
Some fixes for REST and logger
...
* Fixed error on userservice logs REST api
* now if cannot log on DB, at least doLog on local file
* Fixed refactoring typo left behind
* Fixed type checking type on dispatch of REST api
2023-11-22 04:06:28 +01:00
Adolfo Gómez García
68433cd1b8
Refectorized some constants and added body size limit on rest request (defaults to 10 MB, can be changed using settings file)
2023-11-21 19:06:09 +01:00
Adolfo Gómez García
3873fe0515
Optimizing backend queries and fixing up some cache updater data
2023-11-20 16:48:45 +01:00
Adolfo Gómez García
308fb7cbe7
Added better exception handling to dynamic modules loader
2023-11-20 04:54:18 +01:00
Adolfo Gómez García
fb68b15702
Fixed module loading exceptions treating and increased concurrent removal mark fron 8 to 24 by default
2023-11-20 00:16:58 +01:00
Adolfo Gómez García
6cbe329979
Service user mapping seems to work right now :)
2023-11-19 23:50:18 +01:00
Adolfo Gómez García
8def04ccd7
Fixing up new servers model
2023-11-17 03:23:43 +01:00
Adolfo Gómez García
f3ddb68381
Updated usageInfo to be more coherent
2023-11-13 18:31:19 +01:00
Adolfo Gómez García
cc3e5acd52
fixed macro info for empty metapools
2023-11-13 17:57:56 +01:00