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

597 Commits

Author SHA1 Message Date
Adolfo Gómez
fd3930880d Simple REST sample 2014-06-26 19:14:36 +00:00
Adolfo Gómez
4b58ec4345 Added to linux actor capability to change passwords.. Unchecked anyway 2014-06-26 18:00:53 +00:00
Adolfo Gómez
c76d24c0f2 Started new Linux Random Password OS Manager 2014-06-26 17:40:58 +00:00
Adolfo Gómez
5fac9c3205 Updating actor 2014-06-26 17:38:57 +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
30fa98216e Added support for wallpaper on RDP if desired (all all user xperience in fact) 2014-05-29 13:21:22 +00:00
Adolfo Gómez
3181fdbf18 Added support for wallpaper on RDP if desired 2014-05-29 13:18:31 +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
dc6af051ac Some more little fixes 2014-05-27 06:21:56 +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
a2d348962d Removed excesive "debug" logging 2014-05-24 03:08:01 +00:00
Adolfo Gómez
d535c5619a Updating linux actor 2014-05-24 02:53:35 +00:00
Adolfo Gómez
c479fc3fbd Updating linux actor 2014-05-24 02:30:18 +00:00
Adolfo Gómez
9bdfb4a7eb Updating linux actor 2014-05-24 02:02:20 +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
6e812b2cce 2014-05-21 06:03:51 +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
7d8072ca61 Checking plugins for models 2014-05-19 05:47:51 +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