1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
Commit Graph

3651 Commits

Author SHA1 Message Date
Adolfo Gómez García
3fa6478f94
Added telegram bot support to notifiers (not tested already) 2023-05-03 01:21:26 +02:00
Adolfo Gómez García
7244e8dec5
Starting telegram notifier 2023-05-02 23:45:50 +02:00
Adolfo Gómez García
1c0bdf189e
removed registering method from notification manager (finally, will not be used) 2023-05-02 16:05:34 +02:00
Adolfo Gómez García
1e85965d10
fixing up logging load 2023-04-28 03:28:46 +02:00
Adolfo Gómez García
646ec42dd6
merged from 3.6 2023-04-25 13:10:56 +02:00
Adolfo Gómez García
ac4177f22b
Merge remote-tracking branch 'origin/v3.6' 2023-04-25 13:09:13 +02:00
Adolfo Gómez García
21e8b5aa56
some minor formatting 2023-04-25 13:09:10 +02:00
Adolfo Gómez García
48aec57256
recovered "azuread" logging compat 2023-04-25 13:08:19 +02:00
Adolfo Gómez García
122d5c5634
Fixes and refactoring 2023-04-25 12:06:49 +02:00
Adolfo Gómez García
983320e70b
More linting and some more refactor 2023-04-25 12:01:48 +02:00
Adolfo Gómez García
916e34a138
Refacotorized models.util to uds.core.util.model 2023-04-25 10:56:29 +02:00
Adolfo Gómez García
44cb9a2df3
Refactoring model utils, model constants and some linting 2023-04-24 22:29:43 +02:00
Adolfo Gómez García
e81982dd41
make clients prior to 3.5 not supported in any case 2023-04-24 14:17:28 +02:00
Adolfo Gómez García
b9788e8f42
Added redirection of error messages to systemd journal 2023-04-24 12:33:31 +02:00
Adolfo Gómez García
c4703a5e91
upgraded settings for black 2023-04-23 02:34:15 +02:00
Adolfo Gómez García
7fe5f3d02d
Added warning, error and fatal errors to notifications circuit 2023-04-21 01:15:19 +02:00
Adolfo Gómez García
c8982cf677
Removed ceil creating function on sqlite 2023-04-21 00:46:06 +02:00
Adolfo Gómez García
a75e250aeb
Unified "NotificationLevel" with "LogLevel" (in fact, same meaning) 2023-04-21 00:25:54 +02:00
Adolfo Gómez García
5eb058e44a
Updated dependencies 2023-04-21 00:01:03 +02:00
Adolfo Gómez García
87b47bb8d1
fixed username for sqlite 2023-04-20 14:17:25 +02:00
Adolfo Gómez García
6b4edc8e7a
Merge remote-tracking branch 'origin/v3.6' 2023-04-20 13:39:36 +02:00
Adolfo Gómez García
9b4d1139d1
Converted username to lowercase for internal db 2023-04-20 13:31:55 +02:00
Adolfo Gómez García
41a499a35c
small fixes 2023-04-20 04:47:46 +02:00
Adolfo Gómez García
06a598d577
Adding Database logs storage (appart from local files) 2023-04-20 04:19:57 +02:00
Adolfo Gómez García
9030ff3ab3
Refactoring loggging and log manager, and more linting 2023-04-20 03:10:46 +02:00
Adolfo Gómez García
3a0efbb998
Removed handler from Log manager
The route to reach the handler makes load modules too early...
2023-04-20 00:03:11 +02:00
Adolfo Gómez García
b582a26be2
More linting and more managers refactoring 2023-04-19 23:57:36 +02:00
Adolfo Gómez García
60fd7edc7b
more linting and refactoring uds.core.managers to remove functions 2023-04-19 16:20:30 +02:00
Adolfo Gómez García
cfab4fd29b
Added improvements to logging 2023-04-19 14:47:47 +02:00
Adolfo Gómez García
ffa8d80ef7
Merge remote-tracking branch 'origin/v3.6' 2023-04-18 10:44:38 +02:00
Adolfo Gómez García
d98be68d96
fixed UDS client removing http references 2023-04-17 17:28:13 +02:00
Adolfo Gómez García
b69076ac1a
Linted all models 2023-04-17 02:47:31 +02:00
Adolfo Gómez García
a88b0b59a5
fixed author names and more linting 2023-04-17 02:17:26 +02:00
Adolfo Gómez García
4e385f2074
upgraded admin interface 2023-04-17 01:11:25 +02:00
Adolfo Gómez García
030e3785e9
a lot of more linting 2023-04-16 13:51:30 +02:00
Adolfo Gómez García
fa8e77c750
Enough linting for today... :) 2023-04-15 21:42:57 +02:00
Adolfo Gómez García
8adc3ca40d
* Fixed test error with modified http client
* linting even more, untill all files has been linted
* Tested still works after changes :)
2023-04-15 21:21:23 +02:00
Adolfo Gómez García
a058b61276
More linting (a lot more :) ) 2023-04-15 16:33:53 +02:00
Adolfo Gómez García
0de85a8f19
more linting 2023-04-15 05:34:48 +02:00
Adolfo Gómez García
025375e2fe
More linting fixes 2023-04-15 05:33:01 +02:00
Adolfo Gómez García
54efa40eef
Refactoring using pylint 2023-04-15 03:23:17 +02:00
Adolfo Gómez García
8c0f3b68ed
added pylintrc file 2023-04-15 02:12:41 +02:00
Adolfo Gómez García
8eba5127ae
one deprecation fixed 2023-04-15 02:03:46 +02:00
Adolfo Gómez García
da7a5e22e3
Started adding support for "local files" logs to be also stored on DB 2023-04-15 00:24:26 +02:00
Adolfo Gómez García
f2cfaa2b40
fixed RDP signatures to be funtional 2023-04-13 13:32:33 +02:00
Adolfo Gómez García
7e03b63816
fixed spice tunnel 2023-04-13 13:31:38 +02:00
Adolfo Gómez García
f78053fc0c
Fixed Tuneled Spice transport and resigned everything 2023-04-13 13:27:57 +02:00
Adolfo Gómez García
e15746b4a4
Fixed SPICE tunnel 2023-04-13 13:11:38 +02:00
Adolfo Gómez García
d55c0e9593
Merge remote-tracking branch 'origin/v3.6' 2023-04-10 18:07:32 +02:00
Adolfo Gómez García
14dd5aca64
fixed minor bugs on install and actor comms 2023-04-10 18:06:00 +02:00
Adolfo Gómez García
7bf4859399
Minor security enhacements (moved some vars to settings' 2023-04-10 13:51:48 +02:00
Adolfo Gómez García
db47235354
Merge remote-tracking branch 'origin/v3.6' 2023-04-07 01:51:53 +02:00
Adolfo Gómez García
846f9225f1
Moved all requests calls through secureRequestsSession call 2023-04-07 01:45:53 +02:00
Adolfo Gómez García
71638a13a4
small merge fix for sms mfa 2023-04-07 01:11:30 +02:00
Adolfo Gómez García
b0bd76d5df
Merge remote-tracking branch 'origin/v3.6' 2023-04-07 01:09:12 +02:00
Adolfo Gómez García
09c44ac0b6
adding secure context to requests (so we can manipulate ssl context better and centralized) 2023-04-07 01:08:48 +02:00
Adolfo Gómez García
c9133afcbb
Merge remote-tracking branch 'origin/v3.6' 2023-04-06 17:29:13 +02:00
Adolfo Gómez García
9db8e8d7ec
refix 2023-04-06 17:29:04 +02:00
Adolfo Gómez García
09473d627a
Merge remote-tracking branch 'origin/v3.6' 2023-04-06 17:21:07 +02:00
Adolfo Gómez García
15bc3a0b6f
Small improvements to security utils module 2023-04-06 17:18:42 +02:00
Adolfo Gómez García
831db0acf3
Refactoring uds.core, removing nonsense imports that creates circular dependencies problems 2023-04-05 14:44:41 +02:00
Adolfo Gómez García
79b350486a
merge fix 2023-04-04 18:57:07 +02:00
Adolfo Gómez García
321255a1b0
Changed redirection from redirect to permanent redirect on HTTP use 2023-04-04 18:55:05 +02:00
Adolfo Gómez García
f31b707fdc
Merge remote-tracking branch 'origin/v3.6' 2023-04-04 14:44:21 +02:00
Adolfo Gómez García
59d578f292
Addoed some logs to UDS operations and fixed udsactor ssl verification 2023-04-04 14:43:28 +02:00
Adolfo Gómez García
4bf268764f
Merge remote-tracking branch 'origin/v3.6' 2023-04-04 01:55:10 +02:00
Adolfo Gómez García
ea343659ff
Small ldaputil fix (moved newctx to last ssl instruction before connect) 2023-04-04 01:51:46 +02:00
Adolfo Gómez García
636b72a471
Small fix to requests sessions context creation 2023-04-03 22:53:32 +02:00
Adolfo Gómez García
e2f62ed18e
adaptions derived from merge 2023-04-03 15:45:32 +02:00
Adolfo Gómez García
a475addade
Merge remote-tracking branch 'origin/v3.6' 2023-04-03 15:45:18 +02:00
Adolfo Gómez García
1380cbde3e
added sequre requests to actors 2023-04-03 15:13:42 +02:00
Adolfo Gómez García
0ac4fe60a8
Refactoring cert to security 2023-04-03 14:38:23 +02:00
Adolfo Gómez García
9d5e983847
removed support for tls1.0&tls1.1 for ldap client on UDS, backported from 4.0 2023-04-03 14:04:35 +02:00
Adolfo Gómez García
c11ea77f22
Small type check fix 2023-04-02 04:32:53 +02:00
Adolfo Gómez García
a19629bd0e
Merge remote-tracking branch 'origin/v3.6' 2023-03-31 16:22:47 +02:00
Adolfo Gómez García
3fc86482dc
Some minor typing fixes 2023-03-31 15:41:59 +02:00
Adolfo Gómez García
6256fc3d54
Several fixes related to possible security issues complains of bandit 2023-03-31 13:12:34 +02:00
Adolfo Gómez García
297d5196b8
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 16:02:12 +02:00
Adolfo Gómez García
7eaf0c8126
updated tranlations 2023-03-30 16:00:16 +02:00
Adolfo Gómez García
3ba4ed5f7d
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 15:31:15 +02:00
Adolfo Gómez García
e9e8555f51
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 15:16:53 +02:00
Adolfo Gómez García
1c6d29b361
Merge remote-tracking branch 'origin/v3.6' 2023-03-30 15:15:38 +02:00
Adolfo Gómez García
df0e1bde96
added Email "justUsername" and now redirects to https is by default True, as a previos step forward removing Service 2023-03-30 15:15:06 +02:00
Adolfo Gómez García
14a8f1f5e1
fixed return button of error page 2023-03-29 16:18:40 +02:00
Adolfo Gómez García
8f132e7524
fixing up SMS mfa and related 2023-03-29 16:11:01 +02:00
Adolfo Gómez García
8b12218f09
fixed SAML logout process 2023-03-29 15:44:54 +02:00
Adolfo Gómez García
ab7b4c78ef
Fixed SMS auth 2023-03-29 14:22:17 +02:00
Adolfo Gómez García
8eef064bf2
upgraded caching decorator 2023-03-29 05:22:35 +02:00
Adolfo Gómez García
bb0c4e3fe7
Merge remote-tracking branch 'origin/v3.6' 2023-03-28 23:16:29 +02:00
Adolfo Gómez García
5694420f89
small comment fix to tickets 2023-03-28 17:53:43 +02:00
Adolfo Gómez García
01fb43d51b
merged SAML changes from 3.6 2023-03-28 01:32:08 +02:00
Adolfo Gómez García
e1a7096d1f
small test 2023-03-27 14:25:40 +02:00
Adolfo Gómez García
254bbc444c
Fixed height of options on admin dashboard 2023-03-25 20:54:14 +01:00
Adolfo Gómez García
dcebdfbeda
small typo fix on MFAs 2023-03-25 20:46:37 +01:00
Adolfo Gómez García
d654d4f36b
fixed mfas typo 2023-03-25 17:50:36 +01:00
Adolfo Gómez García
2269f8c770
mergin 2023-03-25 17:50:10 +01:00
Adolfo Gómez García
6f4d84a08e
added csrftoken from cookie 2023-03-25 17:45:10 +01:00
Adolfo Gómez García
2ce2817eac
some minor corrections 2023-03-25 13:50:27 +01:00
Adolfo Gómez García
62e27da7da
Merge remote-tracking branch 'origin/v3.6' 2023-03-25 13:45:02 +01:00
Adolfo Gómez García
b983d5d409
More typing fixes 2023-03-25 13:43:54 +01:00