mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-27 03:21:41 +03:00
64382b5afe
* added rest method to flush cache * Fixed tabletools "stuff" left behind, removing all this on any "main link" click
270 lines
15 KiB
INI
270 lines
15 KiB
INI
eclipse.preferences.version=1
|
|
encoding//documentation/_downloads/samples/services/SampleProvider.py=utf-8
|
|
encoding//documentation/_downloads/samples/services/SamplePublication.py=utf-8
|
|
encoding//documentation/_downloads/samples/services/SampleService.py=utf-8
|
|
encoding//documentation/_downloads/samples/services/SampleUserDeploymentOne.py=utf-8
|
|
encoding//documentation/_downloads/samples/services/SampleUserDeploymentTwo.py=utf-8
|
|
encoding//documentation/_downloads/samples/services/__init__.py=utf-8
|
|
encoding//documentation/conf.py=utf-8
|
|
encoding//src/server/settings.py=utf-8
|
|
encoding//src/server/urls.py=utf-8
|
|
encoding//src/uds/REST/__init__.py=utf-8
|
|
encoding//src/uds/REST/handlers.py=utf-8
|
|
encoding//src/uds/REST/methods/authenticators.py=utf-8
|
|
encoding//src/uds/REST/methods/cache.py=utf-8
|
|
encoding//src/uds/REST/methods/gui_callback.py=utf-8
|
|
encoding//src/uds/REST/methods/login_logout.py=utf-8
|
|
encoding//src/uds/REST/methods/networks.py=utf-8
|
|
encoding//src/uds/REST/methods/osmanagers.py=utf-8
|
|
encoding//src/uds/REST/methods/providers.py=utf-8
|
|
encoding//src/uds/REST/methods/services.py=utf-8
|
|
encoding//src/uds/REST/methods/transports.py=utf-8
|
|
encoding//src/uds/REST/methods/users_groups.py=utf-8
|
|
encoding//src/uds/REST/model.py=utf-8
|
|
encoding//src/uds/REST/processors.py=utf-8
|
|
encoding//src/uds/__init__.py=utf-8
|
|
encoding//src/uds/admin/urls.py=utf-8
|
|
encoding//src/uds/admin/views.py=utf-8
|
|
encoding//src/uds/auths/ActiveDirectory/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/ActiveDirectory/__init__.py=utf-8
|
|
encoding//src/uds/auths/ActiveDirectory_enterprise/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/Dummy/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/Dummy/__init__.py=utf-8
|
|
encoding//src/uds/auths/EDirectory/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/EDirectory/__init__.py=utf-8
|
|
encoding//src/uds/auths/EDirectory_enterprise/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/IP/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/IP/__init__.py=utf-8
|
|
encoding//src/uds/auths/InternalDB/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/InternalDB/__init__.py=utf-8
|
|
encoding//src/uds/auths/RegexLdap/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/RegexLdap/__init__.py=utf-8
|
|
encoding//src/uds/auths/SAML/SAML.py=utf-8
|
|
encoding//src/uds/auths/SAML/__init__.py=utf-8
|
|
encoding//src/uds/auths/SAML_enterprise/SAML.py=utf-8
|
|
encoding//src/uds/auths/SAML_enterprise/__init__.py=utf-8
|
|
encoding//src/uds/auths/Sample/SampleAuth.py=utf-8
|
|
encoding//src/uds/auths/Sample/__init__.py=utf-8
|
|
encoding//src/uds/auths/SimpleLDAP/Authenticator.py=utf-8
|
|
encoding//src/uds/auths/SimpleLDAP/__init__.py=utf-8
|
|
encoding//src/uds/auths/__init__.py=utf-8
|
|
encoding//src/uds/core/BaseModule.py=utf-8
|
|
encoding//src/uds/core/Environment.py=utf-8
|
|
encoding//src/uds/core/Serializable.py=utf-8
|
|
encoding//src/uds/core/__init__.py=utf-8
|
|
encoding//src/uds/core/auths/AuthsFactory.py=utf-8
|
|
encoding//src/uds/core/auths/BaseAuthenticator.py=utf-8
|
|
encoding//src/uds/core/auths/Exceptions.py=utf-8
|
|
encoding//src/uds/core/auths/Group.py=utf-8
|
|
encoding//src/uds/core/auths/GroupsManager.py=utf-8
|
|
encoding//src/uds/core/auths/User.py=utf-8
|
|
encoding//src/uds/core/auths/__init__.py=utf-8
|
|
encoding//src/uds/core/auths/auth.py=utf-8
|
|
encoding//src/uds/core/db/__init__.py=utf-8
|
|
encoding//src/uds/core/jobs/DelayedTask.py=utf-8
|
|
encoding//src/uds/core/jobs/DelayedTaskRunner.py=utf-8
|
|
encoding//src/uds/core/jobs/Job.py=utf-8
|
|
encoding//src/uds/core/jobs/JobsFactory.py=utf-8
|
|
encoding//src/uds/core/jobs/Scheduler.py=utf-8
|
|
encoding//src/uds/core/jobs/__init__.py=utf-8
|
|
encoding//src/uds/core/managers/CryptoManager.py=utf-8
|
|
encoding//src/uds/core/managers/DownloadsManager.py=utf-8
|
|
encoding//src/uds/core/managers/LogManager.py=utf-8
|
|
encoding//src/uds/core/managers/PublicationManager.py=utf-8
|
|
encoding//src/uds/core/managers/StatsManager.py=utf-8
|
|
encoding//src/uds/core/managers/TaskManager.py=utf-8
|
|
encoding//src/uds/core/managers/UserPrefsManager.py=utf-8
|
|
encoding//src/uds/core/managers/UserServiceManager.py=utf-8
|
|
encoding//src/uds/core/managers/__init__.py=utf-8
|
|
encoding//src/uds/core/osmanagers/BaseOsManager.py=utf-8
|
|
encoding//src/uds/core/osmanagers/OSManagersFactory.py=utf-8
|
|
encoding//src/uds/core/osmanagers/__init__.py=utf-8
|
|
encoding//src/uds/core/services/BaseDeployed.py=utf-8
|
|
encoding//src/uds/core/services/BasePublication.py=utf-8
|
|
encoding//src/uds/core/services/BaseService.py=utf-8
|
|
encoding//src/uds/core/services/BaseServiceProvider.py=utf-8
|
|
encoding//src/uds/core/services/ClusteredPublication.py=utf-8
|
|
encoding//src/uds/core/services/ClusteredService.py=utf-8
|
|
encoding//src/uds/core/services/ClusteredServiceProvider.py=utf-8
|
|
encoding//src/uds/core/services/ClusteredUserDeployment.py=utf-8
|
|
encoding//src/uds/core/services/Exceptions.py=utf-8
|
|
encoding//src/uds/core/services/ServiceProviderFactory.py=utf-8
|
|
encoding//src/uds/core/services/__init__.py=utf-8
|
|
encoding//src/uds/core/transports/BaseTransport.py=utf-8
|
|
encoding//src/uds/core/transports/TransportsFactory.py=utf-8
|
|
encoding//src/uds/core/transports/__init__.py=utf-8
|
|
encoding//src/uds/core/transports/protocols.py=utf-8
|
|
encoding//src/uds/core/ui/UserInterface.py=utf-8
|
|
encoding//src/uds/core/ui/theme.py=utf-8
|
|
encoding//src/uds/core/util/AutoAttributes.py=utf-8
|
|
encoding//src/uds/core/util/Cache.py=utf-8
|
|
encoding//src/uds/core/util/Config.py=utf-8
|
|
encoding//src/uds/core/util/Decorators.py=utf-8
|
|
encoding//src/uds/core/util/OsDetector.py=utf-8
|
|
encoding//src/uds/core/util/State.py=utf-8
|
|
encoding//src/uds/core/util/StateQueue.py=utf-8
|
|
encoding//src/uds/core/util/Storage.py=utf-8
|
|
encoding//src/uds/core/util/ThreadPool.py=utf-8
|
|
encoding//src/uds/core/util/UniqueIDGenerator.py=utf-8
|
|
encoding//src/uds/core/util/UniqueMacGenerator.py=utf-8
|
|
encoding//src/uds/core/util/UniqueNameGenerator.py=utf-8
|
|
encoding//src/uds/core/util/__init__.py=utf-8
|
|
encoding//src/uds/core/util/connection.py=utf-8
|
|
encoding//src/uds/core/util/html.py=utf-8
|
|
encoding//src/uds/core/util/log.py=utf-8
|
|
encoding//src/uds/core/util/modfinder.py=utf-8
|
|
encoding//src/uds/core/util/net.py=utf-8
|
|
encoding//src/uds/core/util/request.py=utf-8
|
|
encoding//src/uds/core/util/stats/__init__.py=utf-8
|
|
encoding//src/uds/core/util/stats/charts.py=utf-8
|
|
encoding//src/uds/core/util/stats/counters.py=utf-8
|
|
encoding//src/uds/core/workers/AssignedAndUnused.py=utf-8
|
|
encoding//src/uds/core/workers/CacheCleaner.py=utf-8
|
|
encoding//src/uds/core/workers/ClusteredProviderManagement.py=utf-8
|
|
encoding//src/uds/core/workers/DeployedServiceCleaner.py=utf-8
|
|
encoding//src/uds/core/workers/HangedCleaner.py=utf-8
|
|
encoding//src/uds/core/workers/PublicationCleaner.py=utf-8
|
|
encoding//src/uds/core/workers/ServiceCacheUpdater.py=utf-8
|
|
encoding//src/uds/core/workers/StatsCollector.py=utf-8
|
|
encoding//src/uds/core/workers/UserServiceCleaner.py=utf-8
|
|
encoding//src/uds/core/workers/__init__.py=utf-8
|
|
encoding//src/uds/dispatchers/__init__.py=utf-8
|
|
encoding//src/uds/dispatchers/guacamole/__init__.py=utf-8
|
|
encoding//src/uds/dispatchers/guacamole/urls.py=utf-8
|
|
encoding//src/uds/dispatchers/guacamole/views.py=utf-8
|
|
encoding//src/uds/dispatchers/pam/urls.py=utf-8
|
|
encoding//src/uds/dispatchers/pam/views.py=utf-8
|
|
encoding//src/uds/dispatchers/test/urls.py=utf-8
|
|
encoding//src/uds/dispatchers/test/views.py=utf-8
|
|
encoding//src/uds/dispatchers/wyse_enterprise/__init__.py=utf-8
|
|
encoding//src/uds/dispatchers/wyse_enterprise/urls.py=utf-8
|
|
encoding//src/uds/dispatchers/wyse_enterprise/views.py=utf-8
|
|
encoding//src/uds/management/commands/config.py=utf-8
|
|
encoding//src/uds/management/commands/taskManager.py=utf-8
|
|
encoding//src/uds/management/commands/taskManager_enterprise.py=utf-8
|
|
encoding//src/uds/migrations/0001_initial.py=utf-8
|
|
encoding//src/uds/migrations/0002_auto__del_unique_userpreference_name_module.py=utf-8
|
|
encoding//src/uds/migrations/0004_auto__add_field_deployedservice_state_date.py=utf-8
|
|
encoding//src/uds/migrations/0005_auto__add_field_config_crypt.py=utf-8
|
|
encoding//src/uds/migrations/0008_auto__add_userservicelog__add_field_userservice_src_hostname__add_fiel.py=utf-8
|
|
encoding//src/uds/migrations/0009_auto__del_userservicelog__add_log.py=utf-8
|
|
encoding//src/uds/migrations/0010_auto__add_field_log_owner_type.py=utf-8
|
|
encoding//src/uds/migrations/0011_auto__add_statscounters__add_statsevents__chg_field_log_created__chg_f.py=utf-8
|
|
encoding//src/uds/migrations/0012_auto__add_field_authenticator_small_name.py=utf-8
|
|
encoding//src/uds/migrations/0013_auto__add_field_group_is_meta__add_field_uniqueid_stamp.py=utf-8
|
|
encoding//src/uds/migrations/0014_auto__add_field_network_net_string.py=utf-8
|
|
encoding//src/uds/migrations/0016_auto__add_field_userservice_cluster_node.py=utf-8
|
|
encoding//src/uds/migrations/0017_change_tables.py=utf-8
|
|
encoding//src/uds/models.py=utf-8
|
|
encoding//src/uds/osmanagers/LinuxOsManager/LinuxOsManager.py=utf-8
|
|
encoding//src/uds/osmanagers/LinuxOsManager/__init__.py=utf-8
|
|
encoding//src/uds/osmanagers/WindowsOsManager/WinDomainOsManager.py=utf-8
|
|
encoding//src/uds/osmanagers/WindowsOsManager/WinRandomPassOsManager.py=utf-8
|
|
encoding//src/uds/osmanagers/WindowsOsManager/WindowsOsManager.py=utf-8
|
|
encoding//src/uds/osmanagers/WindowsOsManager/__init__.py=utf-8
|
|
encoding//src/uds/osmanagers/__init__.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVClusterLinkedDeployment.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVClusterLinkedService.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVClusterProvider.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVClusterPublication.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVLinkedDeployment.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVLinkedService.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVProvider.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/HyperVPublication.py=utf-8
|
|
encoding//src/uds/services/HyperV_enterprise/__init__.py=utf-8
|
|
encoding//src/uds/services/OVirt/OVirtLinkedDeployment.py=utf-8
|
|
encoding//src/uds/services/OVirt/OVirtLinkedService.py=utf-8
|
|
encoding//src/uds/services/OVirt/OVirtProvider.py=utf-8
|
|
encoding//src/uds/services/OVirt/OVirtPublication.py=utf-8
|
|
encoding//src/uds/services/OVirt/__init__.py=utf-8
|
|
encoding//src/uds/services/PhysicalMachines/IPMachineDeployed.py=utf-8
|
|
encoding//src/uds/services/PhysicalMachines/IPMachinesService.py=utf-8
|
|
encoding//src/uds/services/PhysicalMachines/ServiceProvider.py=utf-8
|
|
encoding//src/uds/services/PhysicalMachines/__init__.py=utf-8
|
|
encoding//src/uds/services/Sample/SampleProvider.py=utf-8
|
|
encoding//src/uds/services/Sample/SamplePublication.py=utf-8
|
|
encoding//src/uds/services/Sample/SampleService.py=utf-8
|
|
encoding//src/uds/services/Sample/SampleUserDeploymentOne.py=utf-8
|
|
encoding//src/uds/services/Sample/SampleUserDeploymentTwo.py=utf-8
|
|
encoding//src/uds/services/Sample/__init__.py=utf-8
|
|
encoding//src/uds/services/Vmware/Helpers.py=utf-8
|
|
encoding//src/uds/services/Vmware/PublicationVC.py=utf-8
|
|
encoding//src/uds/services/Vmware/ServiceProviderVC.py=utf-8
|
|
encoding//src/uds/services/Vmware/VCLinkedCloneDeployed.py=utf-8
|
|
encoding//src/uds/services/Vmware/VCLinkedCloneService.py=utf-8
|
|
encoding//src/uds/services/Vmware/__init__.py=utf-8
|
|
encoding//src/uds/services/Vmware/client/Client.py=utf-8
|
|
encoding//src/uds/services/Vmware/client/Exceptions.py=utf-8
|
|
encoding//src/uds/services/Vmware/client/Server.py=utf-8
|
|
encoding//src/uds/services/Vmware/client/Task.py=utf-8
|
|
encoding//src/uds/services/Vmware/client/ws/VimService_types.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/Helpers.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/PublicationVC.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/ServiceProviderVC.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/VCLinkedCloneDeployed.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/VCLinkedCloneService.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/__init__.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/client/Client.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/client/Exceptions.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/client/Server.py=utf-8
|
|
encoding//src/uds/services/Vmware_enterprise/client/Task.py=utf-8
|
|
encoding//src/uds/services/__init__.py=utf-8
|
|
encoding//src/uds/templatetags/REST.py=utf-8
|
|
encoding//src/uds/templatetags/html5.py=utf-8
|
|
encoding//src/uds/tests/__init__.py=utf-8
|
|
encoding//src/uds/tests/core/__init__.py=utf-8
|
|
encoding//src/uds/tests/core/util/net.py=utf-8
|
|
encoding//src/uds/transports/HTML5RDP/HTML5RDP.py=utf-8
|
|
encoding//src/uds/transports/HTML5RDP/__init__.py=utf-8
|
|
encoding//src/uds/transports/NX/NXTransport.py=utf-8
|
|
encoding//src/uds/transports/NX/__init__.py=utf-8
|
|
encoding//src/uds/transports/NX/web.py=utf-8
|
|
encoding//src/uds/transports/RDP/RDPTransport.py=utf-8
|
|
encoding//src/uds/transports/RDP/TSRDPTransport.py=utf-8
|
|
encoding//src/uds/transports/RDP/__init__.py=utf-8
|
|
encoding//src/uds/transports/RDP/web.py=utf-8
|
|
encoding//src/uds/transports/RGS-enterprise/RGSTransport.py=utf-8
|
|
encoding//src/uds/transports/RGS-enterprise/TRGSTransport.py=utf-8
|
|
encoding//src/uds/transports/RGS-enterprise/__init__.py=utf-8
|
|
encoding//src/uds/transports/RGS-enterprise/web.py=utf-8
|
|
encoding//src/uds/transports/RGS/RGSTransport.py=utf-8
|
|
encoding//src/uds/transports/RGS/TRGSTransport.py=utf-8
|
|
encoding//src/uds/transports/RGS/__init__.py=utf-8
|
|
encoding//src/uds/transports/RGS/web.py=utf-8
|
|
encoding//src/uds/transports/TSNX/TSNXTransport.py=utf-8
|
|
encoding//src/uds/transports/TSNX/__init__.py=utf-8
|
|
encoding//src/uds/transports/TSNX/web.py=utf-8
|
|
encoding//src/uds/transports/__init__.py=utf-8
|
|
encoding//src/uds/urls.py=utf-8
|
|
encoding//src/uds/urls_enterprise.py=utf-8
|
|
encoding//src/uds/views.py=utf-8
|
|
encoding//src/uds/web/errors.py=utf-8
|
|
encoding//src/uds/web/forms/LoginForm.py=utf-8
|
|
encoding//src/uds/web/transformers.py=utf-8
|
|
encoding//src/uds/web/views.py=utf-8
|
|
encoding//src/uds/xmlrpc/__init__.py=utf-8
|
|
encoding//src/uds/xmlrpc/actor/Actor.py=utf-8
|
|
encoding//src/uds/xmlrpc/auths/AdminAuth.py=utf-8
|
|
encoding//src/uds/xmlrpc/auths/Authenticators.py=utf-8
|
|
encoding//src/uds/xmlrpc/auths/Groups.py=utf-8
|
|
encoding//src/uds/xmlrpc/auths/UserPreferences.py=utf-8
|
|
encoding//src/uds/xmlrpc/auths/Users.py=utf-8
|
|
encoding//src/uds/xmlrpc/log/logs.py=utf-8
|
|
encoding//src/uds/xmlrpc/osmanagers/OSManagers.py=utf-8
|
|
encoding//src/uds/xmlrpc/services/DeployedServices.py=utf-8
|
|
encoding//src/uds/xmlrpc/services/Publications.py=utf-8
|
|
encoding//src/uds/xmlrpc/services/ServiceProviders.py=utf-8
|
|
encoding//src/uds/xmlrpc/services/Services.py=utf-8
|
|
encoding//src/uds/xmlrpc/services/UserDeployedServices.py=utf-8
|
|
encoding//src/uds/xmlrpc/stats/__init__.py=utf-8
|
|
encoding//src/uds/xmlrpc/stats/stats.py=utf-8
|
|
encoding//src/uds/xmlrpc/tools/Cache.py=utf-8
|
|
encoding//src/uds/xmlrpc/tools/Config.py=utf-8
|
|
encoding//src/uds/xmlrpc/transports/Networks.py=utf-8
|
|
encoding//src/uds/xmlrpc/transports/Transports.py=utf-8
|
|
encoding//src/uds/xmlrpc/util/Callbacks.py=utf-8
|
|
encoding//src/uds/xmlrpc/util/Exceptions.py=utf-8
|
|
encoding//src/uds/xmlrpc/util/Helpers.py=utf-8
|
|
encoding//src/uds/xmlrpc/util/TestTransport.py=utf-8
|
|
encoding//src/uds/xmlrpc/views.py=utf-8
|