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

610 Commits

Author SHA1 Message Date
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
784845c626 A couple "typos", nothing important in fact 2014-09-25 18:40:24 +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
bf103d5603 removed specific (and unused) .settings folders from eclipse projects) 2014-09-15 10:35:16 +02:00
Adolfo Gómez García
9741decb3b removed administration client code (it's on previous releases branches) 2014-09-15 10:26:20 +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
42f8487e75 Create README.md
Basic description
2014-09-11 16:34:54 +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
3da574985f merged 2014-09-04 10:27:02 +02:00
Adolfo Gómez García
7a562ec946 fixed a typo 2014-09-04 10:25:53 +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
3bc46de0a6 more fixes 2014-09-03 18:05:05 +02:00
Adolfo Gómez
5aa798fe26 fixing import stuff 2014-09-03 18:04:46 +02:00
Adolfo Gómez
7e6890c327 more initial work on imports 2014-09-03 14:50:23 +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
65418d4cb2 Fixed UDS Actor to check 2014-08-29 09:35:30 +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
cf5e25796d removed console.log 2014-07-28 12:31:38 +00:00
Adolfo Gómez
04135b14c9 Fixed index.xhtml to work on be compatible with uds 1.5 (needs a minor change to client-ui.js to get paramaters from "query.ui" instead of from document.location.search 2014-07-28 12:02:34 +00:00
Adolfo Gómez
0643e44125 Fixed index.xhtml to work on be compatible with uds 1.5 2014-07-28 11:17:46 +00:00
Adolfo Gómez
c0c8cbf66d 2014-07-27 21:41:17 +00:00