1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-06 13:17:54 +03:00
Commit Graph

664 Commits

Author SHA1 Message Date
Adolfo Gómez García
47e615b7b2 * Fixed File Upload
* Added "case insensitive" to factory lookups for transports,
authenticators, osmanagers & providers
2014-11-12 04:15:24 +01:00
Adolfo Gómez García
154533b4cb Provider factory is now Case Insensitive 2014-11-12 03:55:57 +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
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
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
d21993ceff Added migration (fogotten from previous commit) 2014-10-21 17:44:35 +02:00
Adolfo Gómez García
42feeacc86 Added "notifyComms" method to actor, so we can tell broker where to
connect back to us
2014-10-21 17:42:59 +02:00
Adolfo Gómez García
15aeba101e Some minor fixes 2014-10-17 02:36:02 +02:00
Adolfo Gómez García
d771039daa * Added login/logout notitications. * A bit (or a lot) pep8 & pylint fixes 2014-10-16 04:21:47 +02:00
Adolfo Gómez García
573e6b5d1f Fixed Names of ovirt providers to include RHEV (that also supports) 2014-10-09 11:11:38 +02:00
Adolfo Gómez García
06d6b9fd24 added REST api client part, valid for windows & linux actors 2014-10-07 18:01:36 +02:00
Adolfo Gómez García
f1593c0957 added simple debug logging message 2014-09-30 17:12:45 +02:00
Adolfo Gómez García
4e1af8a33f added rdp transport applet binary so /media get also mounted if drives are redirected 2014-09-30 16:01:08 +02:00
Adolfo Gómez García
0689bafa9c fixed uds master key name and added global *_enterprise to .gitignore 2014-09-29 11:47:31 +02:00
Adolfo Gómez García
cc3cd7999d * Fixed xmlrpc actor server code to correctly mark "login" and "logout"
that was inversed
* Added IP logging & user loging to xmlrpc actor
2014-09-26 11:57:44 +02:00
Adolfo Gómez García
946cb66f33 Advancing on new REST actor (making the existing XMLRPC actors
compatible anyway)
2014-09-25 18:39:39 +02:00
Adolfo Gómez García
5424d2b8b7 Fixed a bug that makes all actor messages to be logged as "DEBUG" 2014-09-25 18:38:15 +02:00
Adolfo Gómez García
17ec42fca5 Starting again with actor over REST and fixed a few Xen "typos" 2014-09-24 13:57:14 +02:00
Adolfo Gómez García
9896197c3c * Added migration to remove "uniqueness" contraint from
ManagedObjecModel (and from descendants), and fixed ManagedObjectModel
2014-09-16 12:18:43 +02:00
Adolfo Gómez García
f497a902b5 * Added ManagedObjectModel as base class for top level managed elements:
Provider, Service, OsManager & Transport
* Fixing up REST api, that is now a bit broken with change of "ids" for
"uuids"
2014-09-16 12:05:05 +02:00
Adolfo Gómez García
d6887c26ab Migrating "basic" ids from db (that was autoincrements on mysql) to uuid
based requests
2014-09-16 10:57:34 +02:00
Adolfo Gómez García
9feaad840f Finished adding uuid to models where they are convenient.
Next step is adapt REST api to use this uuids instead of "ids", and fix
code were ids are used to use new uuids
2014-09-16 09:43:56 +02:00
Adolfo Gómez García
507aa23df0 Adding UUIDs to several models that must have it 2014-09-16 08:19:59 +02:00
Adolfo Gómez García
fba0bf8631 Added "uuid" field to UserService so we set our own global unique
identifier for this service.
This will be used by uds actor
There is another field, unique_id, that is provided by ServiceProviders,
and that we do not control in any way it's format. This is used, for
example, by actor to locate it's own "uuid"
2014-09-16 02:38:40 +02:00
Adolfo Gómez García
bbe2b7d1c2 * Added xml_marshaller as a requirement
* advanced in REST actor service
* Added uuid capability to cryptomanager
* Used uuid capability from cryptomanager in downloads manager
* Fixed "old class" style forgot on Config :S
* State now uses ugettext_lazy instead o ugettext because can be used on
some classes and will fail with ugettext prior to translation
environment initialization
2014-09-15 18:41:02 +02:00
Adolfo Gómez García
d085f350e0 * Fixed up processors to identify correctly types
* Added (in previous commit) Actor REST api (just started to work on it)
* Fixed content type detection from url
2014-09-15 17:47:13 +02:00
Adolfo Gómez García
adbe1dd8cd Added xml marshaller 2014-09-15 17:28:02 +02:00
Adolfo Gómez García
084ad39fc9 * Efectively remove support for thick client from current version (code
removed)
2014-09-15 10:23:56 +02:00
Adolfo Gómez García
3562e4ca56 * Cleaning up things
* Using pylint to try to find potentials errors
2014-09-15 10:19:54 +02:00
Adolfo Gómez García
6dbe561512 Disabled all xmlrpc except actor communication (will remove also code in
a near future)
This makes that the "thick administration client" won't be usable
anymore
2014-09-15 08:19:17 +02:00
Adolfo Gómez García
9e1efff826 Adding six to modules, and fixing up a few related issues 2014-09-12 17:28:23 +02:00
Adolfo Gómez García
4f6ff538c2 removed .settings of main openuds project (did we really needed this?) 2014-09-11 16:17:38 +02:00
Adolfo Gómez García
14b24db532 Fix mistake on merge Ldap authenticator fix on 1.5 :-) 2014-09-11 16:14:33 +02:00
Adolfo Gómez García
d3c6312ed5 * Fix of unicode handling on hash method of cryptomanager
* minor refactoring of gui
* Bug fix on authenticator model
2014-09-10 14:32:48 +02:00
Adolfo Gómez García
d0f291c386 fixed a couple of minor bugs gettins headers information 2014-09-09 15:19:01 +02:00
Adolfo Gómez García
341a538503 Finished mitrating to 1.7 by removing efectively south migrations 2014-09-08 22:24:20 +02:00
Adolfo Gómez García
9a381cd333 Fixed bug on service image resolver, (mimetype is now content_type) 2014-09-08 15:21:08 +02:00
Adolfo Gómez García
1c30a5c46d fixed settings sample for running on 1.7 2014-09-08 15:17:02 +02:00
Adolfo Gómez García
6dc3f2a4dc Migrations from 1.5 onwards will be using django 1.7 migration engine
instead of south
2014-09-08 14:03:19 +02:00
Adolfo Gómez García
bd5b81eccc migrating to django 1.7 2014-09-08 13:20:44 +02:00
Adolfo Gómez García
9c77bb321f sync 2014-09-05 15:49:58 +02:00
Adolfo Gómez García
cc2d7f1d6b * Added new bootstrap switch versions
* Added option to change match mode for meta groups (ALL or ANY, before
was always ALL)
2014-09-05 13:52:47 +02:00
Adolfo Gómez García
a5158acca1 Added user preferences access control in configuration (Admin interface) 2014-09-03 19:58:34 +02:00
Adolfo Gómez García
5bf6f00425 merging with 1.5 for future hotfixes 2014-09-03 19:31:58 +02:00
Adolfo Gómez
f64987a7b1 updating migration 2014-09-03 14:36:29 +02:00
Adolfo Gómez
2af27b86e8 Before start git migration 2014-09-03 09:19:16 +00:00
Adolfo Gómez
210c218d36 2014-09-02 13:50:47 +00:00
Adolfo Gómez
73d0ff01da * Added posibility to add messages to administration (version 0) 2014-09-01 11:59:16 +00:00
Adolfo Gómez
ac1651dcf3 2014-08-21 10:54:34 +00:00
Adolfo Gómez
89f887c68c * REST fix to delete incompleted created service
* oVirtLinkedServiced added check to memory value (fix)
2014-08-19 08:57:24 +00:00
Adolfo Gómez
c4958e808e new trasnports that if can't find nx 3.5 on Windows, looks for opennx 2014-07-11 14:37:25 +00:00
Adolfo Gómez
d4c065355c * Updated sample to add secondary auth
* Removed unused comments
* Added sypport for login using REST for any authenticator
* Added new icon (good one) to UDS
2014-06-30 12:10:20 +00:00
Adolfo Gómez
b10a0ac386 Updated icons!!! 2014-06-30 12:03:30 +00:00
Adolfo Gómez
60990ad64c Added "empty domain" option for rdp transports so domain can be always emptied (for linux & xrdp is needed right now) 2014-06-30 11:57:09 +00:00
Adolfo Gómez
acfbb0a3cb added provider_id to overview of services_pools 2014-06-26 19:17:42 +00:00
Adolfo Gómez
fd3930880d Simple REST sample 2014-06-26 19:14:36 +00:00
Adolfo Gómez
c76d24c0f2 Started new Linux Random Password OS Manager 2014-06-26 17:40:58 +00:00
Adolfo Gómez
8c09ec9b74 * Fixed configuration, now it's more "friendly"
* Replaced numerics buttons with "better ones" :-)
2014-06-21 12:41:04 +00:00
Adolfo Gómez
0d6171bc0f Adding "user friendly" editors to Configuration... :-) 2014-06-20 13:24:18 +00:00
Adolfo Gómez
75c9313a0f Added a "Visual enhacements" configuration variable and a template tag (inside html5) to allow switching between enhanced display effects and no effects (it will depend on template) 2014-06-12 07:27:54 +00:00
Adolfo Gómez
0a3433b2f5 * renamed "translateProxy" to "acceptProxy" in IP authenticator
* Removed getIp from trustedSourceRequired auth decorator
* Added "remove request global cache" after being used by system
* Removed unused getIp from web & xmlrpc
2014-06-11 08:56:19 +00:00
Adolfo Gómez
ed602e9354 * Removed deprecated "getIp" method call from views
* Added option so requests Ips can be checked "behind" a proxy or not (increases security)
* Marqued getIp from auth as "deprecated" and generates a warning on logs
* Renamed Decorators to decorators, do not liked the initial "D"... :-)
* Added ip of request extraction to GlobalRequestMiddleware
* Fixed IPMachinesService.py so it adapts correctly to new fact that Storage readData returns "unicode" strings
* Added a default -99999 as min value to spinners (admin web interface)
*
2014-06-11 07:50:03 +00:00
Adolfo Gómez
d7f282cd88 added "deprecated" snippet to decorators 2014-06-11 07:32:31 +00:00
Adolfo Gómez
5d83ca29bc added "deprecated" snippet to decorators 2014-06-11 07:31:34 +00:00
Adolfo Gómez
0003a5fbf8 Some more fixes 2014-06-10 04:04:44 +00:00
Adolfo Gómez
33c2cbe666 * Refix of storage, so it will be compatible with previous versions of UDS
* Added new "development" package to include stuff for development/debug stage
* Ported fix for RDP/TSRDP transports from 1.5 to trunk
2014-06-03 12:26:32 +00:00
Adolfo Gómez
9712d271e7 Updated translations 2014-06-03 11:54:31 +00:00
Adolfo Gómez
3f97533e41 Fixed FQDN domain transport form 2014-06-03 11:50:58 +00:00
Adolfo Gómez
ce1a9b4b2f Updated settings to change cookie name for lang storage
fixed REST preprocessor for unicode stuff
fixed storage for unicode stuff
2014-06-03 08:48:14 +00:00
Adolfo Gómez
c1d26fb35e Fixed REST to get language from Accept-Language header instead of "messed-up" stuff i had done... Much easier, and works fine 2014-06-03 05:16:04 +00:00
Adolfo Gómez
376ed1f231 Several fixes related to cache && storage 2014-06-03 03:27:15 +00:00
Adolfo Gómez
53fda0af56 Adding "full support" to authenticators. After some testings, theese not work as expected in some situations and this has been fixed 2014-06-02 09:00:03 +00:00
Adolfo Gómez
03ac4dcaa7 More unicode related "bugs" 2014-06-02 04:47:02 +00:00
Adolfo Gómez
25f97a4b88 Adding "full" support to authenticators for unicode (a "must have been done before") 2014-06-02 03:42:57 +00:00
Adolfo Gómez
4b5f21b30e Added support for wallpaper on RDP if desired (all all user xperience in fact) 2014-05-29 13:30:23 +00:00
Adolfo Gómez
eca08d6350 Fixed SimpleLDAP to "Work" 2014-05-29 06:18:57 +00:00
Adolfo Gómez
2108353d1e * Added min height to panel tables
* Added uds to cookies if not found on login
* Fixed html5 so if request is not in context, simply set user_agent to "Unknown"
* Updated auth/views to use new cookie "syntax"
2014-05-29 06:14:27 +00:00
Adolfo Gómez
14a2e0a02d Fixed unicode related problem (right now a quick fix removing "from future..." will return back to this later) 2014-05-29 05:09:20 +00:00
Adolfo Gómez
5a80efc852 Fixed debug match output 2014-05-29 03:40:53 +00:00
Adolfo Gómez
b846940635 I have intention to start working on some tests, and not the "s***" i have done here, so i'll move out tests dirs until i have something more "usable" 2014-05-27 06:20:26 +00:00
Adolfo Gómez
a10550820b Some more little fixes 2014-05-27 06:19:15 +00:00
Adolfo Gómez
217e681cb4 Some more little fixes 2014-05-27 01:14:29 +00:00
Adolfo Gómez
af2de4881f Improved cache max services assignations 2014-05-22 22:13:46 +00:00
Adolfo Gómez
cf07caa5cb Added atomic transaction to assignations to user from cache, so we ensure that one cached element is assigned to one user and only used once 2014-05-22 07:48:40 +00:00
Adolfo Gómez
47174aa961 Fixed "select_for_update" where not needed 2014-05-22 06:25:07 +00:00
Adolfo Gómez
4e7376a7f0 Adding plugins stuff to UDS 2014-05-21 08:36:34 +00:00
Adolfo Gómez
4cdc3d2ff0 2014-05-21 07:59:16 +00:00
Adolfo Gómez
6930509259 2014-05-20 07:59:46 +00:00
Adolfo Gómez
018e6d742c Added ValidationError catch for users 2014-05-19 09:59:25 +00:00
Adolfo Gómez
a2bf6c5799 Don't like plugins model... looking another way :) 2014-05-19 07:33:00 +00:00
Adolfo Gómez
49e367871e Don't like plugins model... looking another way :) 2014-05-19 07:32:21 +00:00
Adolfo Gómez
ec46452610 Adding plugins model to models 2014-05-19 05:17:28 +00:00
Adolfo Gómez
d0f3992e80 2014-05-19 05:08:36 +00:00
Adolfo Gómez
212b99b831 Fixed so we MUST enter host:port form on tunnel nx transport 2014-05-16 05:51:51 +00:00
Adolfo Gómez
5de90f967e Fixed so we MUST enter host:port form on tunnel rdp transport 2014-05-16 05:50:46 +00:00
Adolfo Gómez
f6c67dab96 Added a spinner to numeric inputs to make "easier" using them 2014-05-14 08:43:00 +00:00
Adolfo Gómez
23694184bd Spinner don't seems to work nicely with bootstrap 3 2014-05-14 08:21:49 +00:00
Adolfo Gómez
827140dc21 * Fixed "about"
* Added "editspin"
* Initial working release of Xen Provider
2014-05-14 07:57:44 +00:00
Adolfo Gómez
52b78f11a3 Fix worker transaction 2014-05-14 07:40:59 +00:00
Adolfo Gómez
692e82f62f Advancing on XenServer Provider 2014-05-14 05:15:41 +00:00
Adolfo Gómez
c4e2f09dfc Advancing on XenServer Provider 2014-05-13 06:27:46 +00:00
Adolfo Gómez
462b676353 Advancing on XenServer Provider 2014-05-13 05:29:26 +00:00
Adolfo Gómez
09d1d646a5 Advancing on XenServer Provider 2014-05-13 04:48:16 +00:00
Adolfo Gómez
9978993c9b Advancing on XenServer Provider 2014-05-12 06:23:08 +00:00
Adolfo Gómez
a66d75bdc5 Advancing on XenServer Provider 2014-05-12 06:13:47 +00:00
Adolfo Gómez
87a795cd8b Advancing on XenServer Provider 2014-05-12 05:35:42 +00:00
Adolfo Gómez
4c66445998 Fixed java detection 2014-05-09 14:30:26 +00:00
Adolfo Gómez
051bf0358b Fixed "detect java" 2014-05-09 14:27:19 +00:00
Adolfo Gómez
a7f96d3933 Fixed Storage codec (was utf-8, not uft-8) 2014-05-09 09:57:40 +00:00
Adolfo Gómez
2e31d2ec1e A little fix 2014-05-09 09:56:18 +00:00
Adolfo Gómez
195e47f443 Fixes to standard install 2014-05-08 11:02:50 +00:00
Adolfo Gómez
15df5b8141 Fixed a couple incidences with UTF8 and SAML 2014-05-08 09:01:09 +00:00
Adolfo Gómez
e4beaf4584 Restored "compiled" documentation 2014-04-29 14:51:57 +00:00
Adolfo Gómez
5b383bb384 Restored "compiled" documentation 2014-04-29 14:51:12 +00:00
Adolfo Gómez
0ef239a409 Updated binary applet of tunnel transport for Mac OSX 2014-04-29 14:33:41 +00:00
Adolfo Gómez
e73fac22db * Fixed login issue on authenticator selector
* Fixed Regex authenticator (ldap lib does not supports unicode strings)
* Initial support for XenServer (non usable yet, just "forked" ovirt service and started adapting it)
2014-04-29 07:55:03 +00:00
Adolfo Gómez
de80b26880 Fixed a couple bugs with authenticators left behind in tests 2014-04-28 15:30:12 +00:00
Adolfo Gómez
78d0baf4af Done with models split (now needs testing to ensure that is at least as was before) 2014-04-24 08:03:12 +00:00
Adolfo Gómez
3d8fa98376 Done with models split (now needs testing to ensure that is at least as was before) 2014-04-23 14:05:27 +00:00
Adolfo Gómez
244302db58 Done with models split (now needs testing to ensure that is at least as was before) 2014-04-23 14:01:23 +00:00
Adolfo Gómez
a52c49ae5e Done with models split (now needs testing to ensure that is at least as was before) 2014-04-23 14:00:53 +00:00
Adolfo Gómez
46961c42c1 Splitting Loooooooong models.py in smaller and more usable pieces.. :) 2014-04-23 13:37:33 +00:00
Adolfo Gómez
f9bc653a8f Splitting models inside a package 2014-04-23 12:31:51 +00:00
Adolfo Gómez
49063d4187 testing a couple things 2014-04-23 12:25:22 +00:00
Adolfo Gómez
922036112e testing a couple things 2014-04-23 12:24:55 +00:00
Adolfo Gómez
eb93ccde21 Actualizados los mensajes en español 2014-04-10 17:06:34 +00:00
Adolfo Gómez
90157e4d51 * Fixed xls export
* Fixed "cancel" on publications
* Fixed (minor) ovirt issues
* Removed "old-js" from trunk
2014-04-10 09:43:12 +00:00
Adolfo Gómez
23e3c385fd * Fixed xls export
* Fixed "cancel" on publications
* Fixed (minor) ovirt issues
* Removed "old-js" from trunk
2014-04-10 09:41:32 +00:00
Adolfo Gómez
63fc505bee A couple minor fixes 2014-04-08 09:02:18 +00:00
Adolfo Gómez
10201bd976 Updated translations 2014-04-04 06:32:41 +00:00
Adolfo Gómez
6bf1b8ad83 More about translations 2014-04-02 16:30:13 +00:00
Adolfo Gómez
79cdf4f68b Added a couple fields "forgotten" on web admin interface 2014-04-02 16:01:30 +00:00
Adolfo Gómez
86f789d3a5 Updated translations 2014-04-02 15:32:52 +00:00
Adolfo Gómez
4580e6c60a Fixed translations "mixed" :) 2014-04-02 15:32:05 +00:00
Adolfo Gómez
1c58aa116c 2014-04-02 15:28:39 +00:00
Adolfo Gómez
1ae23c327e Fixed some transactions
Removed some "dummy" select_for_update sentences
2014-03-30 19:03:57 +00:00
Adolfo Gómez
20a05371a3 Updated translations 2014-03-30 16:36:38 +00:00
Adolfo Gómez
21733cca17 Upgraded translations 2014-03-28 12:05:53 +00:00
Adolfo Gómez
9a28e53045 * Fixed space visualization of storages for oVirt
* Fixed a deployed service removal bug
2014-03-28 11:56:35 +00:00
Adolfo Gómez
86318a66c3 Added safety "min space" to oVirt an HyperV
Fixes related to pep
2014-03-28 11:00:51 +00:00
Adolfo Gómez
1140f1b4e6 More transaction fixed 2014-03-27 11:46:56 +00:00
Adolfo Gómez
50e04eda7d Added basic "en" structure (will not contain any translation) 2014-03-26 02:22:53 +00:00
Adolfo Gómez
b20c4c933c A bit of formating 2014-03-25 17:22:12 +00:00
Adolfo Gómez
978ab5772d Fixed html5 navbar.
Bootstrap navbars requires a container (using container-fluid to get full width)
2014-03-25 17:18:57 +00:00
Adolfo Gómez
87d798c92c * Added some more "__updated__"
* Fixed a little bit more coffescript
2014-03-22 20:54:37 +00:00
Adolfo Gómez
c62d30c506 * Fixed scheduler query for select what tasks are available
* Added more space to configuration labels
* Fixed WindowsOSManger unicode related problem
* pep8 to Actor.py (xmlrpc)
2014-03-20 20:05:05 +00:00
Adolfo Gómez
9302c0cd76 * Removed debug from gui
* fixed choice (removed debug info shown on select items...
2014-03-20 10:21:32 +00:00
Adolfo Gómez
7db14ec4b5 More fixes:
* No "base" elements show on dropdown when editing resource pools
* Downloads was broken
* Transports do not worked correctly if no network was selected
* Test button removed from Service (right now it's not used)
* New machine by IP was not working due to a commentary as "//" inserted on template field for edit_list
2014-03-20 10:09:33 +00:00
Adolfo Gómez
cf2051b8f2 Fixed staff dashboard showing
Added test method for services & authenticators
2014-03-19 02:39:56 +00:00
Adolfo Gómez
5d984fb94e Fixed icon size problem 2014-03-19 02:00:27 +00:00
Adolfo Gómez
4565f00174 Bug fix in LDAP & Regldap related to unicode literals
Fixes in new admin interface
2014-03-19 01:44:51 +00:00
Adolfo Gómez
b64928f1e6 Added UDSActor as downloadable, and removed from /static/... 2014-03-18 20:16:38 +00:00
Adolfo Gómez
944d9957d6 Activating sass on compressor 2014-03-18 02:36:29 +00:00
Adolfo Gómez
19936f7a84 Added translations & translations fixes 2014-03-18 02:24:46 +00:00
Adolfo Gómez
bf77ccc2ab Updated to add "about" page (inexistent before) 2014-03-18 02:09:21 +00:00
Adolfo Gómez
3afb36678c Fixed base html5 to reduce generated javascripts cache so downloads are faster.
Basically has created "common" compress and "custom" compress, for each page.

This way, browsers can cache "partial static" contents and browsing is faster
2014-03-18 01:14:43 +00:00
Adolfo Gómez
bf66bb1009 Fixed authenticators details tab change bug 2014-03-18 00:52:51 +00:00
Adolfo Gómez
366d340fd4 Removed jade test 2014-03-17 15:33:33 +00:00
Adolfo Gómez
095f21204d Fixed up new generated coffescript 2014-03-17 15:27:32 +00:00
Adolfo Gómez
5f329552af Moved old transformer js to coffescript into "old-js" folder for reference/bug fixing
Will remove in a future also this folder
2014-03-17 14:29:31 +00:00
Adolfo Gómez
7a0465fca5 Updated admin script to use coffescript instead of directly javascript 2014-03-17 14:26:07 +00:00
Adolfo Gómez
a1e5a1357a Added lesscss support for compressor 2014-03-09 17:38:18 +00:00
Adolfo Gómez
3094000c11 Fixed some tranlations to spanish
fixed some ugettext for ugettext_lazy
2014-03-07 10:28:25 +00:00
Adolfo Gómez
e05ae6e3eb fixed user services states strings 2014-03-07 10:05:06 +00:00