Commit Graph

2987 Commits

Author SHA1 Message Date
Adolfo Gómez
37f4bf6caf Updated message files 2012-11-08 09:44:21 +00:00
Adolfo Gómez
159d85fb7a * Added support for Multiline Configurations (needs new administration client)
* Added custom html support on login page
* Fixed (c) downpage to allow the use of "content" css property correctly (see uds.css)
* Upgraded needed client version to 1.0.8
2012-10-30 16:02:08 +00:00
Adolfo Gómez
8a04db28e9 Starting kvm (oVirt based) part 2012-10-30 15:07:01 +00:00
Adolfo Gómez
a4c1f6af8f Fixed a bug with encodings when using extended chars (such as á, ...). Set default encoding at "wsgi.py" to UTF-8 and added a custom "sitecustomize.py" so, in case we run server from command line (with PYTHONPATH at least pointing to "."), correctly sets the encoding to UTF-8 2012-10-30 15:00:45 +00:00
Adolfo Gómez
abd4246b40 Added "alter table character set" on creation to modify them to utf8 (better is to have database in utf8) 2012-10-29 14:03:00 +00:00
Adolfo Gómez
b8c5678bde Removed storage debug line 2012-10-25 16:34:51 +00:00
Adolfo Gómez
069044d0ab Updated signed rdp.jar to show pin bar by default (On windows) 2012-10-24 13:48:12 +00:00
Adolfo Gómez
377d00f190 Fixed a bug with internal auth (no groups returned on authentication, resulting in access denied) 2012-09-29 04:50:40 +00:00
Adolfo Gómez
996b429f85 * Fixed internal DB not validating groups of user at login (so user has no valid group, and can't log in) 2012-09-21 10:33:42 +00:00
Adolfo Gómez
929e589b45 * Fixed service access from deployed publication 2012-09-20 12:50:23 +00:00
Adolfo Gómez
e9c810a80f * Fixed error with user service 2012-09-20 12:36:00 +00:00
Adolfo Gómez
af33a442b4 * Fixed Internal auth
* Added debug to Publication (info)
2012-09-20 11:29:00 +00:00
Adolfo Gómez
f8830a9824 2012-09-15 10:02:36 +00:00
Adolfo Gómez
14c83cca68 * Fixed bug at choose callbacks (from gui) that was calling directly to validateCredentials instead of using @needs_credentials decorator 2012-09-15 09:54:15 +00:00
Adolfo Gómez
0044318388 Minor regex ldap fixes 2012-08-20 05:22:49 +00:00
Adolfo Gómez
35c23af6bd Updated sample settings 2012-07-31 13:08:31 +00:00
Adolfo Gómez
ee3b4f818d Removed Linux Os Manager binary 2012-07-31 12:21:52 +00:00
Adolfo Gómez
36be832d53 More binaries out of the source code 2012-07-31 11:48:29 +00:00
Adolfo Gómez
bd81e83f7a Some more refactoring 2012-07-31 10:42:30 +00:00
Adolfo Gómez
22d728a152 * Done some refactoring over uds.core.jobs
* Added method to model Authenticator so we can check if it is of a type
2012-07-30 02:30:46 +00:00
Adolfo Gómez
6000d4f30c Changed type of storage field "data" 2012-07-30 01:23:14 +00:00
Adolfo Gómez
2199904b50 Some more refactoring done 2012-07-27 12:13:05 +00:00
Adolfo Gómez
99d0a0cc75 Updated documentation 2012-07-27 12:08:38 +00:00
Adolfo Gómez
ebc987a98e Fixed comment 2012-07-27 11:56:51 +00:00
Adolfo Gómez
4b31a78e25 * Added "get" an "put" methods to storage (much more easy to remember than readData and savedata...)
* Updated callback so it also gets Groups Manager, needed for group validations
* Fixed getOrCreateUser at Authenticator model, so it updates the name if new name differs from old name
* Removed "return to main" from detectJava, so it transition is more "seamless"
2012-07-27 02:00:25 +00:00
Adolfo Gómez
18a30e0068 Updated authenticator callback, and added a few methods to Cryptomanager 2012-07-26 12:50:36 +00:00
Adolfo Gómez
44dfb68a1c Little bug fixed at urls 2012-07-25 13:02:10 +00:00
Adolfo Gómez
f182647d81 Changed authentication callback url generation, so it uses name instead of database id. 2012-07-25 12:36:03 +00:00
Adolfo Gómez
8367707a7b Added default return value to Cache.get 2012-07-25 01:30:08 +00:00
Adolfo Gómez
f7703ff992 Added DJango request to values dictionary, passed at authenticator initialization (we may need request object to, for example, generate uniques ids based on server address, and request object can provide this) 2012-07-24 23:43:32 +00:00
Adolfo Gómez
e04239de55 Added request object to xmlrpc methods that needs credentials 2012-07-23 15:59:13 +00:00
Adolfo Gómez
cf1ca260cb Changed Authenticator so the can support "logout" 2012-07-23 14:57:20 +00:00
Adolfo Gómez
503d03431c Adapting authenticator to better support of SSOs 2012-07-23 13:34:09 +00:00
Adolfo Gómez
713614a784 Refactoring, to make things easier to understand and use 2012-07-20 01:38:15 +00:00
Adolfo Gómez
bef6a52354 Refactoring, to make things easier to understand and use 2012-07-20 01:14:41 +00:00
Adolfo Gómez
3c81d4ab5a 2012-07-20 00:32:04 +00:00
Adolfo Gómez
af3ee52058 Initial release 2012-07-19 23:47:54 +00:00