Adolfo Gómez
650c13067d
Removed caching of API connections to oVirt. Now it's opened/closed every time needed because this has given some problems.
...
Anyway, has to implement in a near future using REST a own api, because oVirt API does not work too "fine"
2013-09-17 12:47:15 +00:00
Adolfo Gómez
f220cf3651
* A couple of cosmetic changes :-)
2013-09-11 13:26:31 +00:00
Adolfo Gómez
46990f6b64
* added "extended" log for debug to insert operation into delayed tasks queue
...
* Created a delayed task thread that, is inserted after a publication is success, to remove "in use machine" after the configured time
* Advancing with clustering control
* Inserted "Cluster" tab into configuration, with required params
* Removed "display" param from ovirt
2013-09-11 13:24:32 +00:00
Adolfo Gómez
50b7a55be5
Started adding Automatic Cluster services support, so we can simplify using services as ProxMox, HyperV, ESXi (without VC), etc... as Providers.
...
This clusters are special type of providers, where that providers contains several nodes, and do not provide automatic placement of machines, etc...
2013-09-06 12:51:01 +00:00
Adolfo Gómez
81b1646458
Back to work :-)
...
* Fixed Domain part of credentials for HTML5RDP
* Fixed Domain part of credentials for RDP
* Fixed Domain part of credentials for Tunneler RDP
2013-09-02 10:45:21 +00:00
Adolfo Gómez
8f70298713
Fixed scroll bar not shown correctly on New deployed service, transports tab.
2013-07-09 23:23:29 +00:00
Adolfo Gómez
0b2e38a85d
* Fixed a bug on oVirt
...
* Added devel support for "notify ready from os manager"
2013-07-05 11:06:33 +00:00
Adolfo Gómez
eb9993f607
Added "isDirty" to base module, so we can avoid "serializations" under some circunstances (work in progress, right now this does nothing)
2013-06-27 09:12:53 +00:00
Adolfo Gómez
5dbacb629b
A couple of bug fixes on ovirt publication
2013-06-26 11:05:32 +00:00
Adolfo Gómez
c61ee0f72c
2013-06-26 10:15:11 +00:00
Adolfo Gómez
eea75c1736
2013-06-26 10:14:34 +00:00
Adolfo Gómez
0303fbf910
Fixed a possible bug with the use of the IP authenticator. Now it checks that the username "ip" is the same as request.ip
2013-06-25 15:42:05 +00:00
Adolfo Gómez
2cc81d2b8b
Fixed a possible bug with the use of the IP authenticator. Now it checks that the username "ip" is the same as request.ip
2013-06-25 15:40:20 +00:00
Adolfo Gómez
8ca12ddbc6
Added Reference URL for .rdp files (just for not forgetting it)
2013-06-21 07:52:08 +00:00
Adolfo Gómez
278c091dac
* Added "development menu", to help on development issues (needs to be activated with param --enableDevel or --enableDebug)
2013-06-20 09:19:57 +00:00
Adolfo Gómez
9b99b8f1bd
* Added "development" method for user machines
...
* Fixed publications clean up on new publication & session expiration
* Added "forgotten" unicode method to DeployedPublication
2013-06-20 09:03:50 +00:00
Adolfo Gómez
32d951a43c
2013-06-19 10:58:34 +00:00
Adolfo Gómez
7ca448d926
Fixed a bug in UserServiceManager that on "checkForRemoval" it reloads the User Service, and looses the referenced passed in.
...
This makes that when the service must be removed, and a reference was passed in that was also saved later, the service was not marked correctly for removal.
2013-06-19 10:49:40 +00:00
Adolfo Gómez
4ee51ac268
Fixed duplicated configuration key (in fact, two different keys that means same thing... :-) )
2013-06-19 10:02:40 +00:00
Adolfo Gómez
687d63556c
Updated guacamole js part to 0.7.2
2013-06-19 08:45:42 +00:00
Adolfo Gómez
8d9b825237
* Added new global config var for time elapsed before services in use for old publications are removed
...
* Added support for removal of services from old publications in use once a configured time is elapsed
2013-06-19 08:33:15 +00:00
Adolfo Gómez
b2b747a099
Fixed length of username & groupname fields of regex ldap authenticator
2013-06-10 08:08:30 +00:00
Adolfo Gómez
9089065069
Fixed smartcard redirection on linux (forgot to add parameter in case of smartcards). Thanks to Virginio for reporting :-)
2013-06-04 14:07:58 +00:00
Adolfo Gómez
ed69006a84
Fixed smartcard redirection on linux (forgot to add parameter in case of smartcards). Thanks to Virginio for reporting :-)
2013-06-04 14:07:47 +00:00
Adolfo Gómez
34a4b8b4dc
Fixed smartcard redirection on linux (forgot to add parameter in case of smartcards). Thanks to Virginio for reporting :-)
2013-05-30 12:11:30 +00:00
Adolfo Gómez
f16de6baf7
Fixed smartcard redirection on linux (forgot to add parameter in case of smartcards). Thanks to Virginio for reporting :-)
2013-05-30 12:11:15 +00:00
Adolfo Gómez
c733822caf
* Updated jar to fix smartcards redirection on linux
2013-05-30 12:10:24 +00:00
Adolfo Gómez
d47823bbd2
* Fixed a bug that made deployed services from services that do not need publication appear as much times as valid groups for that deployed service
...
* Removed annoying exception logging (user creation for internaldb when user already exists, but error is managed so it do no have to be logged)
* Minor aesthetic fix on User class
* Fixed name generators so if it consumes all range, an exception is generated
* Fixed ovirt linked vm so it treats no more names error
* Fixed user modify operation, so if user is derived Groups are not saved (they will be got from parent user)
2013-05-16 10:37:33 +00:00
Adolfo Gómez
9642392d7c
Fixed rdesktop folders redirection (signed jar only)
2013-05-14 17:39:20 +00:00
Adolfo Gómez
45ad85025d
Fixed rdesktop folders redirection
2013-05-14 17:38:55 +00:00
Adolfo Gómez
a4cc0a47f2
Updated so, when a parent is deleted, all children are also deleted.
2013-05-14 12:16:33 +00:00
Adolfo Gómez
2271f73714
Fixed internal db with different user for each ip
2013-05-14 12:10:02 +00:00
Adolfo Gómez
6270119d2b
Fixed groups on internal auth
2013-05-14 11:54:51 +00:00
Adolfo Gómez
1c31e01199
Location of Windows folder was Harcoded previously. Now it is fixed (thanks to Virginio)
2013-05-13 16:34:03 +00:00
Adolfo Gómez
4b9d21942c
2013-05-13 16:33:49 +00:00
Adolfo Gómez
256de48f60
Location of Windows folder was Harcoded previously. Now it is fixed (thanks to Virginio)
2013-05-13 16:30:13 +00:00
Adolfo Gómez
174106530c
Cosmetic cleanup (spaces at eol)
2013-04-25 04:50:24 +00:00
Adolfo Gómez
bb6929d9c8
* Added Python 3 unicode to UserService
...
* Fixed user service to ignore empty forms (forms without extra fields)
* Updated service provider to unicode for Physical Machines
2013-04-25 04:49:30 +00:00
Adolfo Gómez
1785507b88
Some code cleanup (copy & paste from applets :-) ) and finished ignoring ssl certificates. This must be no a problem here, because this is an internal service designed to communicate with broker & only with broker. We will see if we restore certificates check at a future
2013-04-25 04:48:00 +00:00
Adolfo Gómez
cdd31fe812
Added ssl cerfificate ignore by default
2013-04-25 03:21:39 +00:00
Adolfo Gómez
ea93e978eb
Added ssl cerfificate ignore by default
2013-04-25 03:20:50 +00:00
Adolfo Gómez
207eba5d7a
2013-04-24 15:15:56 +00:00
Adolfo Gómez
804669824f
* Updated nxtuntransport to work with new java 1.7 upgrade 21
...
* Removed render extension, so nx works fine with ubuntu 12.10
2013-04-24 15:02:43 +00:00
Adolfo Gómez
a90e7c0ae4
Disabled render extension on NX to work correctly with Ubuntu 12.10 (and maybe others)
2013-04-24 14:47:39 +00:00
Adolfo Gómez
fefa4fb2e2
Updated applet to work correctly with java 1.7 upgrade 21
2013-04-24 14:45:35 +00:00
Adolfo Gómez
91799b6175
Typo on StatsCollector
2013-04-24 08:06:40 +00:00
Adolfo Gómez
f3338ee264
* Added check to getInt, so if invalid value is found it returns the default, and, if default is also invalid, returns -1.
...
* Added log of the exception (error log)
2013-04-24 04:39:15 +00:00
Adolfo Gómez
849ddb7512
* Some fixes to spanish translations
2013-04-22 04:25:15 +00:00
Adolfo Gómez
b51d918881
* Added new "Security" setting, so we can set up trusted sources for requests.
...
* Secured access from Tunneler to Broker. Now pam & html5 requests can only be done from trusted sources. (They will not work only from trusted hosts)
* Upgraded jars for transports to fix Mac NX functionallity
2013-04-20 03:46:03 +00:00
Adolfo Gómez
66461057ec
Added patch so Mac version uses OpenNX Client instead NX Client.
...
This patch has been submited by Virginio from University of Murcia, and fixes the use of Linux Machines one newer MAC versions (Lion & Mountain Lion), that do not includes rosseta anymore, and can't execute NX client.
2013-04-20 03:41:15 +00:00