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

854 Commits

Author SHA1 Message Date
Adolfo Gómez García
8cf6815e8e * Added comm url as property
* Moved values from storage() to properties table
* Added support for idle times to Windows & Linux OS Managers
* Fixed configurations objects, so if get() is invoked before DB is
accesible, returns default value and, later, will be executed "in fact"
2014-12-02 19:39:26 +01:00
Adolfo Gómez García
d77a56f953 * Adjunsting actors to manage idle time of users 2014-12-02 19:37:34 +01:00
Adolfo Gómez García
229ed2345b Fixing to add idle to actors & os managers 2014-12-01 13:18:02 +01:00
Adolfo Gómez García
d68f5332d1 * Added dependency on libxss (on debian right now)
* Removed dummy CheckSystray
* Added get idle duration for Linux

Note that we have to endure that ScreenSaver Duration is LONGER that
defined time in
2014-12-01 11:38:19 +01:00
Adolfo Gómez García
8ded065fc5 Removed transport binaries from git (the can be built from sources, also
in git.. :-) )
2014-12-01 10:24:47 +01:00
Adolfo Gómez García
4c6159e431 Pylint fixes 2014-11-28 11:29:12 +01:00
Adolfo Gómez García
d22531da7d Big change on cache updater. Now it runs "as a whole", and tries to update all pending caches at once. This might be too hard for some servers, but can be mitigated with the provided configurations flags... 2014-11-27 20:57:43 +01:00
Adolfo Gómez García
0a10f81cb7 * removed log (excesive) from services_pool
* Added simple comment to gui-d-servicespools
2014-11-27 19:16:31 +01:00
Adolfo Gómez García
b3e2d2264a Removed debug from configuration.html
fixed "publish on creation" switch
2014-11-27 18:38:33 +01:00
Adolfo Gómez García
500347d878 Several minor fixes 2014-11-27 12:57:55 +01:00
Adolfo Gómez García
2096ad085a * Moved workers "import & load" to where they are used in fact
* Added frecuency_cfg to Jobs, so frequency can be set from db
* Fixed workers to use frecuency_cfg when needed
2014-11-26 11:12:30 +01:00
Adolfo Gómez García
41b40d8458 * Fixed locking manager to make it work with sqlite (basically uses
"basic" locking and no lock table instruction)
* Basic improvement to getSqlDatetime
* Uncommented "deletion" of stuck cleaner... :)
2014-11-26 07:56:26 +01:00
Adolfo Gómez García
eb844a0c88 * Added "required" to choice fields that needs it
* Fixed jquery-validate not validating select (because of being hidden 
due to selectpicker)
2014-11-25 20:31:55 +01:00
Adolfo Gómez García
44e6a3b50c * Fixed Properties to be unique for every user service, not globally
* Minor adjunst to StuckCleaner
2014-11-25 11:53:01 +01:00
Adolfo Gómez García
531c6d983d * Fixed Configuration Initialization to fit Django 1.7 model
* Added "Stuck removal" process to check & removel "Too long time stuck
in a transitional state" user states
2014-11-25 11:02:43 +01:00
Adolfo Gómez García
8a138f9cd8 * Bug fix on debian based removal script
* Removed IPC backend task start to notify login/logout
2014-11-24 12:12:46 +01:00
Adolfo Gómez García
1cbb7d1ae3 fixed table name for user service properties 2014-11-24 08:15:33 +01:00
Adolfo Gómez García
de0447bbc3 * Added "properties" to user services. Properties are less often used
fields that we may want to store attached to an user service
2014-11-24 01:34:49 +01:00
Adolfo Gómez García
609a982c92 * Added version to "init" REST method 2014-11-24 01:33:07 +01:00
Adolfo Gómez García
cca8fee453 * Fixed the fact that Centos has an old release of six, that does not
support, for example, byte2int method..
* Added some logs and minor fixes
* Added callbacks for LOGIN/LOGOUT client messages
2014-11-24 00:47:08 +01:00
Adolfo Gómez García
c72f0dd46e Generated xrdp component for uds actor for rh based distros 2014-11-23 09:31:39 +01:00
Adolfo Gómez García
da93da5782 Added all debian packages under one builder 2014-11-23 08:56:12 +01:00
Adolfo Gómez García
7afa2b8042 Creating multiple files for actor 2014-11-23 08:33:19 +01:00
Adolfo Gómez García
0c8a1447bf added renamer for RH based, testing now 2014-11-22 10:36:49 +01:00
Adolfo Gómez García
493792aace Addint about & fixing up thingg 2014-11-21 12:42:43 +01:00
Adolfo Gómez García
2fb06c06f6 * Fixed requests "verify" parameter detection
* Fixed .desktop files icon paths
Seems to work under Centos7 also, but have to "fix" "operations" on
Centos (mostly create a "renamer" for Centos)
2014-11-20 17:20:38 +01:00
Adolfo Gómez García
66653b0602 * Added script to build rpm for RH based distros
* Added spec file to create rpm (more work needs to be done)
* Making compatible Linux Actor with RH based distros
* A lot of work :)
2014-11-20 11:54:19 +01:00
Adolfo Gómez García
58e77aa4f3 Some more fixes to add UDS User space tool at session startup under
gnome & kde (more tests to go)
2014-11-19 06:48:52 +01:00
Adolfo Gómez García
818c317724 Debian and related distros package seems to work fine right now (maybe
need some little fixes)
2014-11-19 05:40:02 +01:00
Adolfo Gómez García
91a40dcc76 Advanced a bit more, now actor works but need the "user space script" to
communicate login/logouts
2014-11-18 20:56:45 +01:00
Adolfo Gómez García
dca366b334 Linux actor seems to start working, a bit to go anyway to finish debian
package (fix init scripts, create a couple of shell scripts to "easy"
management, etc..)
2014-11-18 20:16:45 +01:00
Adolfo Gómez García
15ef761d47 Debian package seems to work fine right now, will revise changelog and
make scripts work correctly, but packaging is done :)
2014-11-18 19:21:48 +01:00
Adolfo Gómez García
4b96c7936e Updating Readme.md 2014-11-18 18:20:43 +01:00
Adolfo Gómez García
3cdce63405 Updating Readme.md 2014-11-18 18:20:11 +01:00
Adolfo Gómez García
d1a5329780 Updating Readme.md 2014-11-18 18:18:57 +01:00
Adolfo Gómez García
043f65efdc Updating Readme.md 2014-11-18 18:16:16 +01:00
Adolfo Gómez García
62fca626b7 Updating new debian installer 2014-11-18 18:15:22 +01:00
Adolfo Gómez García
d2234a4daa * Building debian package and related stuff
* Some fixes to make actor work correctly an least on Ubuntu 12.x
2014-11-17 10:33:06 +01:00
Adolfo Gómez García
029ae69353 More actor fixes & updates 2014-11-14 06:51:22 +01:00
Adolfo Gómez García
a29dc53956 * Extracted common actors part to a common base class
* Fixed Windows class to make use of this common class
2014-11-13 02:40:48 +01:00
Adolfo Gómez García
c7e98fdde9 Advancing on Linux Actor with very similar structure to windows actor 2014-11-13 01:57:51 +01:00
Adolfo Gómez García
74781c14c0 * Added daemonizer for linux, adapted from old uds actor to work with
python 3 & 2.7, and a few fixes
2014-11-12 08:12:18 +01:00
Adolfo Gómez García
7a3692cc43 Fixed to use lowercase for uuids (as rfc 4122 says that they will be) 2014-11-12 07:28:50 +01:00
Adolfo Gómez García
7f049a80de Merge branch 'master' of git@github.com:dkmstr/openuds.git
Conflicts:
	actors/src/udsactor/utils.py
2014-11-12 06:25:44 +01:00
Adolfo Gómez García
fe15642254 Now configurator gives more "useful" error messages, and seems to work
under python 3.x and python 2.7

Also updated linuxActor source (PEPified)
2014-11-12 06:14:09 +01:00
Adolfo Gómez García
f3e4e9d267 Now configurator gives more "useful" error messages, and seems to work
under python 3.x and python 2.7
2014-11-12 06:12:57 +01:00
Adolfo Gómez García
5bca96a882 * Moved UDSActorService inside windows module
* Fixed httpserver exec
2014-11-12 04:41:03 +01:00
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
43796e44ae * Old actor fixes 2014-11-11 07:10:13 +01:00