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

704 Commits

Author SHA1 Message Date
Adolfo Gómez García
418fac20e5 * Adding actors support for linux (based on old actor) 2014-11-11 07:09:53 +01:00
Adolfo Gómez García
85a32cf667 * Fixed an issue with tunneled transport for NX
* Some minor code fixes
2014-11-11 06:29:00 +01:00
Adolfo Gómez García
0c0ec581c0 * Lots of fixes towards python 3 2014-11-11 06:08:29 +01:00
Adolfo Gómez García
c56ef185b6 Adapting actors code to be compatible with python 2.7 y python 3.x 2014-11-10 22:01:00 +01:00
Adolfo Gómez García
449b3df02a * Added logger and first simple tests worked :) 2014-11-10 06:43:11 +01:00
Adolfo Gómez García
1f519308a1 Started Linux Actors part 2014-11-10 06:29:18 +01:00
Adolfo Gómez García
12c93732da general rearrange of actors 2014-11-10 05:01:32 +01:00
Adolfo Gómez García
a02d9561c3 Renaming windowsActor to Actor (will be for both platforms) 2014-11-10 04:35:48 +01:00
Adolfo Gómez García
a3760c0e8a Updating to guacamole 0.9.3 (only references updated right now, have to
check how this works now)
2014-11-09 17:09:31 +01:00
Adolfo Gómez García
8ccf48564a Fixing admin table colors & some PEPify 2014-11-09 00:24:46 +01:00
Adolfo Gómez García
727f455e99 Changed admin panels to a more formal "widget" 2014-11-07 06:44:52 +01:00
Adolfo Gómez García
99038a61f1 Changing 3d buttons to new style 2014-11-07 05:40:25 +01:00
Adolfo Gómez García
102a4b35ee Updated glyphicons & fontawesome 2014-11-07 04:59:51 +01:00
Adolfo Gómez García
97787b7eba Finished (i hope... :-) ) Image Gallery & Service Pools usage 2014-11-06 22:08:22 +01:00
Adolfo Gómez García
42845e6243 Fixing & optimizing image gallery 2014-11-06 18:11:05 +01:00
Adolfo Gómez García
43f17a3945 Added gallery to UDS administration interface 2014-11-06 11:32:32 +01:00
Adolfo Gómez García
c0669bc1f2 Added missing gallery files :-) 2014-11-06 04:01:54 +01:00
Adolfo Gómez García
5f377762b5 Added dashboard table for gallery 2014-11-06 03:59:32 +01:00
Adolfo Gómez García
df7c27dbf6 Bootstrap switch 3.2 does not seem to work fine with firefox on modals, so switched back to 3.1 2014-11-06 02:47:50 +01:00
Adolfo Gómez García
5bc650eaa9 Upgrading components & removing unused stuff 2014-11-06 01:00:30 +01:00
Adolfo Gómez García
638817f98b * Replaced default "pixelated" image from services to UDS Image
* Added image to Services Pools, so we can select our image
2014-11-05 10:51:23 +01:00
Adolfo Gómez García
825e88e1f1 Fixed REST model to allow a different overview "set" to be returned 2014-11-05 04:02:53 +01:00
Adolfo Gómez García
971f56c62a Added REST interface to images & fixed it 2014-11-05 03:53:08 +01:00
Adolfo Gómez García
d2d7291c19 Started image gallery (for ServicePools right now, but maybe other thins in near future) 2014-11-04 21:48:00 +01:00
Adolfo Gómez García
7137f151fb minor ticket fixes 2014-11-04 04:37:41 +01:00
Adolfo Gómez García
f23c68d7bf Fixed wsgi.py to work with apache2 again 2014-11-04 03:06:28 +01:00
Adolfo Gómez García
6b8f8f5211 updated sample settings 2014-11-03 20:04:25 +01:00
Adolfo Gómez García
f4414233f8 Removed unused stuff from sample settings file 2014-11-03 19:59:46 +01:00
Adolfo Gómez García
c2243b8f48 Ticket system seems to work 2014-11-03 05:14:25 +01:00
Adolfo Gómez García
dd5b35b354 Updated getUDSCookie for "early" generation and "forced" storing on
response
2014-11-02 05:11:04 +01:00
Adolfo Gómez García
a8bba8da48 due to use of uuids, i think that scrambling ids is no more necessary,
because now it's not possible to "infer" others ids in base to the one
provided
2014-11-02 05:01:50 +01:00
Adolfo Gómez García
a685f78561 * Ensures uuids are upper case on database
* REST access will convert uuids to upper case before access (if fact,
this mustn't be necessary, because uuids are provided by broker, but in
any case...)
2014-11-02 03:10:10 +01:00
Adolfo Gómez García
5fc6710a45 * Fixed tickets
* Added ServicePool "alias" to DeployedService (will finish refactoring in a future)
* Fixed LinuxRandomPassOsManager (was bugged)
2014-10-31 07:13:04 +01:00
Adolfo Gómez García
a4df05e428 Upated & ficed admin interface 2014-10-31 05:23:19 +01:00
Adolfo Gómez García
d1ccdfa686 Upated & ficed admin interface 2014-10-31 05:23:04 +01:00
Adolfo Gómez García
f7b3e8853f Fixed Meta groups matching 2014-10-30 18:29:25 +01:00
Adolfo Gómez García
063f433696 * More fixes raised during tests 2014-10-30 07:25:33 +01:00
Adolfo Gómez García
6fbe86b218 Fixed ifbelongs (forgot to commit on previous) 2014-10-30 06:06:07 +01:00
Adolfo Gómez García
550967d6d7 * Lots of fixes :-)
* Changed parent user (for internaldb, for "derived" users from a single
parent) to uuid
* Fixed authenticators users/groups administration
* Fixed some javascript errors (for example, ifbelongs didn't work
correctly)
* Updated global requests to get ident from correct place
*
2014-10-30 06:05:31 +01:00
Adolfo Gómez García
02443aabde Fixed a typo on gui description creation (introduced on a refactoring...
:-) )
2014-10-30 02:30:03 +01:00
Adolfo Gómez García
2ecb274ed6 * Small fixes to authenticator (pip related mostly)
* Adding docstrings and fixing some REST related issues
2014-10-29 19:35:33 +01:00
Adolfo Gómez García
ce52ac4acc Added filtering to GET methods (via filter optional parameter) 2014-10-29 08:32:23 +01:00
Adolfo Gómez García
e6150b0b07 * Added some pydev fixups
* Updated cache cleanup to be database agnostic :)
2014-10-28 23:09:02 +01:00
Adolfo Gómez García
bbbc14f860 * Added optional parameters to REST login method
* Fixed sample settings to make tables always in innodb (with correct
server parameters, they are almost as fast as myisam)
2014-10-28 08:29:15 +01:00
Adolfo Gómez García
a2d81b138d Working (not implemented already the user desktop part) windows actor 2014-10-27 18:40:18 +01:00
Adolfo Gómez García
74148210a9 * Fixed ticket to accept also "auth" name
* started to add filters to models
* removed import from deprecated getIp
* added tickets url
* added ticket view
2014-10-27 18:39:31 +01:00
Adolfo Gómez García
3cec0f94e5 Added "ticketing" method to allow third party integration with uds
authentication.

Basically it "register" an event, and returns a ticket. This event will
tell UDS how to authenticate an user (maybe even a fake user), and in
which groups to include it.
2014-10-27 10:46:47 +01:00
Adolfo Gómez García
a738f3afbf * Due to the fact that we only need SSL on actor for "garbling" data, the certificate is included inside the application itself
* The other side certificate verify can't verify host
2014-10-27 01:02:13 +01:00
Adolfo Gómez García
36ec5a7451 testing cert autogeneration 2014-10-27 00:51:35 +01:00
Adolfo Gómez García
87cec03254 added ipc to Windows Service 2014-10-26 13:47:25 +01:00