mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Deploy code docs to GitHub Pages for workflow run 3830
Commit: c99208b823
This commit is contained in:
@@ -967,25 +967,22 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00940" name="l00940"></a><span class="lineno"> 940</span> options.Scope.Add(OpenIdConnectScope.OpenId);</div>
|
||||
<div class="line"><a id="l00941" name="l00941"></a><span class="lineno"> 941</span> options.Scope.Add(OpenIdConnectScope.OfflineAccess);</div>
|
||||
<div class="line"><a id="l00942" name="l00942"></a><span class="lineno"> 942</span> </div>
|
||||
<div class="line"><a id="l00943" name="l00943"></a><span class="lineno"> 943</span><span class="preprocessor">#if DEBUG</span></div>
|
||||
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno"> 944</span> options.RequireHttpsMetadata = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a id="l00945" name="l00945"></a><span class="lineno"> 945</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00946" name="l00946"></a><span class="lineno"> 946</span> </div>
|
||||
<div class="line"><a id="l00947" name="l00947"></a><span class="lineno"> 947</span> options.SaveTokens = <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"> 948</span> options.ResponseType = OpenIdConnectResponseType.Code;</div>
|
||||
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span> options.MapInboundClaims = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> </div>
|
||||
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno"> 951</span> options.SignInScheme = CookieAuthenticationDefaults.AuthenticationScheme;</div>
|
||||
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno"> 952</span> </div>
|
||||
<div class="line"><a id="l00953" name="l00953"></a><span class="lineno"> 953</span> var basePath = $<span class="stringliteral">"/oidc/{configName}/"</span>;</div>
|
||||
<div class="line"><a id="l00954" name="l00954"></a><span class="lineno"> 954</span> options.CallbackPath = <span class="keyword">new</span> PathString(basePath + <span class="stringliteral">"signin-callback"</span>);</div>
|
||||
<div class="line"><a id="l00955" name="l00955"></a><span class="lineno"> 955</span> options.SignedOutCallbackPath = <span class="keyword">new</span> PathString(basePath + <span class="stringliteral">"signout-callback"</span>);</div>
|
||||
<div class="line"><a id="l00956" name="l00956"></a><span class="lineno"> 956</span> options.RemoteSignOutPath = <span class="keyword">new</span> PathString(basePath + <span class="stringliteral">"signout"</span>);</div>
|
||||
<div class="line"><a id="l00957" name="l00957"></a><span class="lineno"> 957</span> });</div>
|
||||
<div class="line"><a id="l00958" name="l00958"></a><span class="lineno"> 958</span> }</div>
|
||||
<div class="line"><a id="l00959" name="l00959"></a><span class="lineno"> 959</span> }</div>
|
||||
<div class="line"><a id="l00960" name="l00960"></a><span class="lineno"> 960</span> }</div>
|
||||
<div class="line"><a id="l00961" name="l00961"></a><span class="lineno"> 961</span>}</div>
|
||||
<div class="line"><a id="l00943" name="l00943"></a><span class="lineno"> 943</span> options.RequireHttpsMetadata = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno"> 944</span> options.SaveTokens = <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a id="l00945" name="l00945"></a><span class="lineno"> 945</span> options.ResponseType = OpenIdConnectResponseType.Code;</div>
|
||||
<div class="line"><a id="l00946" name="l00946"></a><span class="lineno"> 946</span> options.MapInboundClaims = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a id="l00947" name="l00947"></a><span class="lineno"> 947</span> </div>
|
||||
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"> 948</span> options.SignInScheme = CookieAuthenticationDefaults.AuthenticationScheme;</div>
|
||||
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span> </div>
|
||||
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> var basePath = $<span class="stringliteral">"/oidc/{configName}/"</span>;</div>
|
||||
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno"> 951</span> options.CallbackPath = <span class="keyword">new</span> PathString(basePath + <span class="stringliteral">"signin-callback"</span>);</div>
|
||||
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno"> 952</span> options.SignedOutCallbackPath = <span class="keyword">new</span> PathString(basePath + <span class="stringliteral">"signout-callback"</span>);</div>
|
||||
<div class="line"><a id="l00953" name="l00953"></a><span class="lineno"> 953</span> options.RemoteSignOutPath = <span class="keyword">new</span> PathString(basePath + <span class="stringliteral">"signout"</span>);</div>
|
||||
<div class="line"><a id="l00954" name="l00954"></a><span class="lineno"> 954</span> });</div>
|
||||
<div class="line"><a id="l00955" name="l00955"></a><span class="lineno"> 955</span> }</div>
|
||||
<div class="line"><a id="l00956" name="l00956"></a><span class="lineno"> 956</span> }</div>
|
||||
<div class="line"><a id="l00957" name="l00957"></a><span class="lineno"> 957</span> }</div>
|
||||
<div class="line"><a id="l00958" name="l00958"></a><span class="lineno"> 958</span>}</div>
|
||||
<div class="ttc" id="aclass_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
|
||||
<div class="ttc" id="aclass_i_action_result_executor_html"><div class="ttname"><a href="class_i_action_result_executor.html">IActionResultExecutor</a></div></div>
|
||||
<div class="ttc" id="aclass_i_claims_transformation_html"><div class="ttname"><a href="class_i_claims_transformation.html">IClaimsTransformation</a></div></div>
|
||||
|
||||
+5
-2
@@ -228,7 +228,6 @@ Components:
|
||||
Unreleased: true
|
||||
- Version: 6.18.0
|
||||
ComponentVersions:
|
||||
Core: 6.17.0
|
||||
HttpApi: 10.13.0
|
||||
GraphQLApi: 0.6.0
|
||||
DreamMakerApi: 7.3.3
|
||||
@@ -239,7 +238,11 @@ Components:
|
||||
NugetApi: 18.0.0
|
||||
NugetClient: 21.0.0
|
||||
WebControlPanel: 6.10.0
|
||||
Changes: []
|
||||
Changes:
|
||||
- Descriptions:
|
||||
- HTTPS is no longer mandatory for an OpenIDConnect authority.
|
||||
Author: Drulikar
|
||||
PullRequest: 2224
|
||||
Unreleased: true
|
||||
- Version: 6.17.1
|
||||
ComponentVersions:
|
||||
|
||||
+10
-10
File diff suppressed because one or more lines are too long
+26
-26
@@ -54,8 +54,8 @@ var searchData=
|
||||
['updateversion_51',['UpdateVersion',['../class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_update_request.html#abb97de9390b158aa25950dc6e3e357bc',1,'Tgstation::Server::Host::Swarm::SwarmUpdateRequest']]],
|
||||
['updating_20tgs_52',['Updating TGS',['../index.html#autotoc_md33',1,'']]],
|
||||
['updating_20the_20game_53',['Updating the Game',['../index.html#autotoc_md22',1,'']]],
|
||||
['upgradeinstallation_54',['upgradeinstallation',['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_open_dream_installer.html#ac456d351f30a28b2eadbe043aa950321',1,'Tgstation.Server.Host.Components.Engine.OpenDreamInstaller.UpgradeInstallation()'],['../interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installer.html#a3406d94bc2e99eacb6ca8f3e811efac6',1,'Tgstation.Server.Host.Components.Engine.IEngineInstaller.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_engine_installer_base.html#a3fbd2f849664165c484ddc5e58930fd9',1,'Tgstation.Server.Host.Components.Engine.EngineInstallerBase.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_delegating_engine_installer.html#ab966144c4cfcc709f66440552a616420',1,'Tgstation.Server.Host.Components.Engine.DelegatingEngineInstaller.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_posix_byond_installer.html#acf04ab6522fece6e8cc094da605b826e',1,'Tgstation.Server.Host.Components.Engine.PosixByondInstaller.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_windows_byond_installer.html#abdb765cab1e3405e710040bdcb223085',1,'Tgstation.Server.Host.Components.Engine.WindowsByondInstaller.UpgradeInstallation()']]],
|
||||
['upload_55',['upload',['../class_tgstation_1_1_server_1_1_client_1_1_api_client.html#a2962556fb0b3a82c83593d23d70ace2a',1,'Tgstation.Server.Client.ApiClient.Upload()'],['../interface_tgstation_1_1_server_1_1_client_1_1_i_transfer_client.html#ad6e437ea79ecc91de9c554ee554c3e1e',1,'Tgstation.Server.Client.ITransferClient.Upload()'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_transfer_controller.html#a6ad5ecb6e2fd792b0b3e88675e86e8cb',1,'Tgstation.Server.Host.Controllers.TransferController.Upload()']]],
|
||||
['upgradeinstallation_54',['upgradeinstallation',['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_windows_byond_installer.html#abdb765cab1e3405e710040bdcb223085',1,'Tgstation.Server.Host.Components.Engine.WindowsByondInstaller.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_posix_byond_installer.html#acf04ab6522fece6e8cc094da605b826e',1,'Tgstation.Server.Host.Components.Engine.PosixByondInstaller.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_open_dream_installer.html#ac456d351f30a28b2eadbe043aa950321',1,'Tgstation.Server.Host.Components.Engine.OpenDreamInstaller.UpgradeInstallation()'],['../interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_i_engine_installer.html#a3406d94bc2e99eacb6ca8f3e811efac6',1,'Tgstation.Server.Host.Components.Engine.IEngineInstaller.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_engine_installer_base.html#a3fbd2f849664165c484ddc5e58930fd9',1,'Tgstation.Server.Host.Components.Engine.EngineInstallerBase.UpgradeInstallation()'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_delegating_engine_installer.html#ab966144c4cfcc709f66440552a616420',1,'Tgstation.Server.Host.Components.Engine.DelegatingEngineInstaller.UpgradeInstallation()']]],
|
||||
['upload_55',['upload',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_transfer_controller.html#a6ad5ecb6e2fd792b0b3e88675e86e8cb',1,'Tgstation.Server.Host.Controllers.TransferController.Upload()'],['../interface_tgstation_1_1_server_1_1_client_1_1_i_transfer_client.html#ad6e437ea79ecc91de9c554ee554c3e1e',1,'Tgstation.Server.Client.ITransferClient.Upload()'],['../class_tgstation_1_1_server_1_1_client_1_1_api_client.html#a2962556fb0b3a82c83593d23d70ace2a',1,'Tgstation.Server.Client.ApiClient.Upload()']]],
|
||||
['uploadcustomzip_56',['UploadCustomZip',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_engine_version_request.html#a3e507e7137cc4659ca45119cc06685f5',1,'Tgstation::Server::Api::Models::Request::EngineVersionRequest']]],
|
||||
['uploadtasks_57',['uploadTasks',['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html#a7a42b6ad4e30bc7d8859bc39d6c80666',1,'Tgstation::Server::Host::Components::StaticFiles::Configuration']]],
|
||||
['uploadtickets_58',['uploadTickets',['../class_tgstation_1_1_server_1_1_host_1_1_transfer_1_1_file_transfer_service.html#a5bb6c573988430d4450ddbb1fa523f69',1,'Tgstation::Server::Host::Transfer::FileTransferService']]],
|
||||
@@ -80,45 +80,45 @@ var searchData=
|
||||
['usefiledownloader_3c_20tfiledownloader_20_3e_77',['UseFileDownloader< TFileDownloader >',['../class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_service_collection_extensions.html#ac9c5c691827870d86c0ba5fc84412d48',1,'Tgstation::Server::Host::Extensions::ServiceCollectionExtensions']]],
|
||||
['usegithubservicefactory_3c_20tgithubservicefactory_20_3e_78',['UseGitHubServiceFactory< TGitHubServiceFactory >',['../class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_service_collection_extensions.html#ad4a013fe169c7e7b5013c9d7fd5fc33d',1,'Tgstation::Server::Host::Extensions::ServiceCollectionExtensions']]],
|
||||
['useinstancerequestheader_79',['useInstanceRequestHeader',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_component_interfacing_controller.html#a92bb12695e2aae9efae16f28c7d61607',1,'Tgstation::Server::Host::Controllers::ComponentInterfacingController']]],
|
||||
['user_80',['user',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_o_auth_connection.html#a400454b04795bddd7e2293ff5722e93a',1,'Tgstation.Server.Host.Models.OAuthConnection.User'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_authentication_context.html#ae88678df56aceb27a9c5fd48de477459',1,'Tgstation.Server.Host.Security.AuthenticationContext.user'],['../class_tgstation_1_1_server_1_1_api_1_1_routes.html#a12784e8b5b7ac25c0684c9d4c7c59178',1,'Tgstation.Server.Api.Routes.User'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89',1,'Tgstation.Server.Host.Components.Chat.Providers.Message.User'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_topic_1_1_chat_command.html#a4bc35ef53e296ec237216b3d0312f5da',1,'Tgstation.Server.Host.Components.Interop.Topic.ChatCommand.User'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_mutations_1_1_payloads_1_1_login_result.html#a6bd32391a825b4a327179e47a25033dc',1,'Tgstation.Server.Host.GraphQL.Mutations.Payloads.LoginResult.User'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_mutations_1_1_user_mutations.html#a3618c2739c852ea7577b2c8d02ac4c09',1,'Tgstation.Server.Host.GraphQL.Mutations.UserMutations.User'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_oidc_connection.html#a02abc8f85f4eb51f1535961492bdaf73',1,'Tgstation.Server.Host.Models.OidcConnection.User'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_user.html',1,'Tgstation.Server.Host.Models.User'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user.html',1,'Tgstation.Server.Host.GraphQL.Types.User'],['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_authentication_context.html#ae2e7c0c04d2797b9a24a9776277ec77b',1,'Tgstation.Server.Host.Security.IAuthenticationContext.User'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_permission_set.html#aecfeed2c04872a16fc9eb7cd45c44f20',1,'Tgstation.Server.Host.Models.PermissionSet.User'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_authentication_context.html#a0846ac9679599a99923987863edb0d5c',1,'Tgstation.Server.Host.Security.AuthenticationContext.User']]],
|
||||
['user_80',['user',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_o_auth_connection.html#a400454b04795bddd7e2293ff5722e93a',1,'Tgstation.Server.Host.Models.OAuthConnection.User'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_authentication_context.html#ae88678df56aceb27a9c5fd48de477459',1,'Tgstation.Server.Host.Security.AuthenticationContext.user'],['../class_tgstation_1_1_server_1_1_api_1_1_routes.html#a12784e8b5b7ac25c0684c9d4c7c59178',1,'Tgstation.Server.Api.Routes.User'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_chat_1_1_providers_1_1_message.html#a92a51d88c16a6182343cb66e36f3bf89',1,'Tgstation.Server.Host.Components.Chat.Providers.Message.User'],['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_topic_1_1_chat_command.html#a4bc35ef53e296ec237216b3d0312f5da',1,'Tgstation.Server.Host.Components.Interop.Topic.ChatCommand.User'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_mutations_1_1_payloads_1_1_login_result.html#a6bd32391a825b4a327179e47a25033dc',1,'Tgstation.Server.Host.GraphQL.Mutations.Payloads.LoginResult.User'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_mutations_1_1_user_mutations.html#a3618c2739c852ea7577b2c8d02ac4c09',1,'Tgstation.Server.Host.GraphQL.Mutations.UserMutations.User'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_permission_set.html#aecfeed2c04872a16fc9eb7cd45c44f20',1,'Tgstation.Server.Host.Models.PermissionSet.User'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_authentication_context.html#a0846ac9679599a99923987863edb0d5c',1,'Tgstation.Server.Host.Security.AuthenticationContext.User'],['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_authentication_context.html#ae2e7c0c04d2797b9a24a9776277ec77b',1,'Tgstation.Server.Host.Security.IAuthenticationContext.User'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user.html',1,'Tgstation.Server.Host.GraphQL.Types.User'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_user.html',1,'Tgstation.Server.Host.Models.User'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_oidc_connection.html#a02abc8f85f4eb51f1535961492bdaf73',1,'Tgstation.Server.Host.Models.OidcConnection.User']]],
|
||||
['user_20management_81',['user management',['../api.html#api_iuser',1,'Instance User Management'],['../api.html#api_user',1,'User Management']]],
|
||||
['user_2ecs_82',['user.cs',['../_models_2_user_8cs.html',1,'(Global Namespace)'],['../_graph_q_l_2_types_2_user_8cs.html',1,'(Global Namespace)']]],
|
||||
['useragent_83',['useragent',['../class_tgstation_1_1_server_1_1_api_1_1_api_headers.html#a0562061dc87df56fe1e6875556f535b9',1,'Tgstation.Server.Api.ApiHeaders.UserAgent'],['../class_tgstation_1_1_server_1_1_common_1_1_http_1_1_http_client_factory.html#a4e6e38491176cf768bc2401983fa551e',1,'Tgstation.Server.Common.Http.HttpClientFactory.userAgent'],['../namespace_tgstation_1_1_server_1_1_api.html#a622da263c0ca2e2060d2daf329c2c2bca7a1c9344ffcbe2316169f2cbbc867973',1,'Tgstation.Server.Api.UserAgent']]],
|
||||
['user_2ecs_82',['user.cs',['../_graph_q_l_2_types_2_user_8cs.html',1,'(Global Namespace)'],['../_models_2_user_8cs.html',1,'(Global Namespace)']]],
|
||||
['useragent_83',['useragent',['../namespace_tgstation_1_1_server_1_1_api.html#a622da263c0ca2e2060d2daf329c2c2bca7a1c9344ffcbe2316169f2cbbc867973',1,'Tgstation.Server.Api.UserAgent'],['../class_tgstation_1_1_server_1_1_api_1_1_api_headers.html#a0562061dc87df56fe1e6875556f535b9',1,'Tgstation.Server.Api.ApiHeaders.UserAgent'],['../class_tgstation_1_1_server_1_1_common_1_1_http_1_1_http_client_factory.html#a4e6e38491176cf768bc2401983fa551e',1,'Tgstation.Server.Common.Http.HttpClientFactory.userAgent']]],
|
||||
['userapibase_84',['UserApiBase',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_user_api_base.html',1,'Tgstation::Server::Api::Models::Internal']]],
|
||||
['userapibase_2ecs_85',['UserApiBase.cs',['../_user_api_base_8cs.html',1,'']]],
|
||||
['userauthority_86',['userauthority',['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_authority.html',1,'Tgstation.Server.Host.Authority.UserAuthority'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a9b2802e97c8b0f444723cfde4942c56e',1,'Tgstation.Server.Host.Controllers.UserController.userAuthority'],['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_authority.html#a64ee8ced88fbee24dfc1ba1c08ee280c',1,'Tgstation.Server.Host.Authority.UserAuthority.UserAuthority()']]],
|
||||
['userauthority_86',['userauthority',['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_authority.html',1,'Tgstation.Server.Host.Authority.UserAuthority'],['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_authority.html#a64ee8ced88fbee24dfc1ba1c08ee280c',1,'Tgstation.Server.Host.Authority.UserAuthority.UserAuthority()'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a9b2802e97c8b0f444723cfde4942c56e',1,'Tgstation.Server.Host.Controllers.UserController.userAuthority']]],
|
||||
['userauthority_2ecs_87',['UserAuthority.cs',['../_user_authority_8cs.html',1,'']]],
|
||||
['usercoloninname_88',['UserColonInName',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8acc88a1ecdc7342ee66cbaa257334a82f',1,'Tgstation::Server::Api::Models']]],
|
||||
['userconnected_89',['userconnected',['../interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_i_hub_connection_mapper.html#a0dd70c92d12fd567b71a7bcb73dafe11',1,'Tgstation.Server.Host.Utils.SignalR.IHubConnectionMapper.UserConnected()'],['../class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_comprehensive_hub_context.html#a2e89c9c0b6ceac22388474cc673ba421',1,'Tgstation.Server.Host.Utils.SignalR.ComprehensiveHubContext.UserConnected()']]],
|
||||
['userconnectionids_90',['userconnectionids',['../interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_i_connection_mapped_hub_context.html#a30852ce0fbe8ee842b5628c6a88e749e',1,'Tgstation.Server.Host.Utils.SignalR.IConnectionMappedHubContext.UserConnectionIds()'],['../class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_comprehensive_hub_context.html#a6cdaf735da8ddf5f9751fdb8d7f8e38d',1,'Tgstation.Server.Host.Utils.SignalR.ComprehensiveHubContext.UserConnectionIds(User user)']]],
|
||||
['userconnected_89',['userconnected',['../interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_i_hub_connection_mapper.html#a0dd70c92d12fd567b71a7bcb73dafe11',1,'Tgstation.Server.Host.Utils.SignalR.IHubConnectionMapper.UserConnected()'],['../class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_comprehensive_hub_context.html#a2e89c9c0b6ceac22388474cc673ba421',1,'Tgstation.Server.Host.Utils.SignalR.ComprehensiveHubContext.UserConnected(IAuthenticationContext authenticationContext, THub hub, CancellationToken cancellationToken)']]],
|
||||
['userconnectionids_90',['userconnectionids',['../class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_comprehensive_hub_context.html#a6cdaf735da8ddf5f9751fdb8d7f8e38d',1,'Tgstation.Server.Host.Utils.SignalR.ComprehensiveHubContext.UserConnectionIds()'],['../interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_i_connection_mapped_hub_context.html#a30852ce0fbe8ee842b5628c6a88e749e',1,'Tgstation.Server.Host.Utils.SignalR.IConnectionMappedHubContext.UserConnectionIds()']]],
|
||||
['userconnections_91',['userConnections',['../class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_comprehensive_hub_context.html#a3aff21264b3f9d25d51fe976341e4881',1,'Tgstation::Server::Host::Utils::SignalR::ComprehensiveHubContext']]],
|
||||
['usercontroller_92',['usercontroller',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a863652e228183fae731b11767db53a91',1,'Tgstation.Server.Host.Controllers.UserController.UserController()'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html',1,'Tgstation.Server.Host.Controllers.UserController']]],
|
||||
['usercontroller_92',['usercontroller',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html',1,'Tgstation.Server.Host.Controllers.UserController'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a863652e228183fae731b11767db53a91',1,'Tgstation.Server.Host.Controllers.UserController.UserController()']]],
|
||||
['usercontroller_2ecs_93',['UserController.cs',['../_user_controller_8cs.html',1,'']]],
|
||||
['usercreaterequest_94',['UserCreateRequest',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_user_create_request.html',1,'Tgstation::Server::Api::Models::Request']]],
|
||||
['usercreaterequest_2ecs_95',['UserCreateRequest.cs',['../_user_create_request_8cs.html',1,'']]],
|
||||
['userdisabled_96',['userdisabled',['../class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_jobs_hub_group_mapper.html#a433665e0498001c7e6c97bb230d095b7',1,'Tgstation.Server.Host.Jobs.JobsHubGroupMapper.UserDisabled()'],['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_permissions_update_notifyee.html#a004e032cd9c1cb54c6ba3eb13faef180',1,'Tgstation.Server.Host.Security.IPermissionsUpdateNotifyee.UserDisabled()']]],
|
||||
['userdisabled_96',['userdisabled',['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_permissions_update_notifyee.html#a004e032cd9c1cb54c6ba3eb13faef180',1,'Tgstation.Server.Host.Security.IPermissionsUpdateNotifyee.UserDisabled()'],['../class_tgstation_1_1_server_1_1_host_1_1_jobs_1_1_jobs_hub_group_mapper.html#a433665e0498001c7e6c97bb230d095b7',1,'Tgstation.Server.Host.Jobs.JobsHubGroupMapper.UserDisabled()']]],
|
||||
['userdisconnected_97',['userdisconnected',['../interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_i_hub_connection_mapper.html#ae2deb654a3c4d2f7ddd4fe5eac98d93d',1,'Tgstation.Server.Host.Utils.SignalR.IHubConnectionMapper.UserDisconnected()'],['../class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_signal_r_1_1_comprehensive_hub_context.html#abbb662afdacc680cd27d3e7e62ad59c6',1,'Tgstation.Server.Host.Utils.SignalR.ComprehensiveHubContext.UserDisconnected()']]],
|
||||
['userenabledrole_98',['UserEnabledRole',['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_tgs_authorize_attribute.html#a3bb67563feadbde55152b173a8d28d05',1,'Tgstation::Server::Host::Security::TgsAuthorizeAttribute']]],
|
||||
['userfilessemaphore_99',['UserFilesSemaphore',['../class_tgstation_1_1_server_1_1_host_1_1_components_1_1_engine_1_1_windows_byond_installer.html#afd52ca68bdc9a68732b92a4bba8a3cea',1,'Tgstation::Server::Host::Components::Engine::WindowsByondInstaller']]],
|
||||
['usergraphqltransformer_100',['usergraphqltransformer',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_graph_q_l_transformer.html#ad27568feb31ac520cfbad11eec2e88b7',1,'Tgstation.Server.Host.Models.Transformers.UserGraphQLTransformer.UserGraphQLTransformer()'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_mutations_1_1_user_mutations.html#ae525008a513befd5cb065cd939e263d7',1,'Tgstation.Server.Host.GraphQL.Mutations.UserMutations.UserGraphQLTransformer()'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_graph_q_l_transformer.html',1,'Tgstation.Server.Host.Models.Transformers.UserGraphQLTransformer']]],
|
||||
['usergraphqltransformer_2ecs_101',['UserGraphQLTransformer.cs',['../_user_graph_q_l_transformer_8cs.html',1,'']]],
|
||||
['usergroup_102',['usergroup',['../class_tgstation_1_1_server_1_1_api_1_1_routes.html#a5dc5a42a07297f8f007f215b179042fe',1,'Tgstation.Server.Api.Routes.UserGroup'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_user_group.html',1,'Tgstation.Server.Api.Models.Internal.UserGroup'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_group.html',1,'Tgstation.Server.Host.GraphQL.Types.UserGroup'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_user_group.html',1,'Tgstation.Server.Host.Models.UserGroup']]],
|
||||
['usergroup_2ecs_103',['usergroup.cs',['../_tgstation_8_server_8_api_2_models_2_internal_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_host_2_graph_q_l_2_types_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_host_2_models_2_user_group_8cs.html',1,'(Global Namespace)']]],
|
||||
['usergroup_102',['usergroup',['../class_tgstation_1_1_server_1_1_api_1_1_routes.html#a5dc5a42a07297f8f007f215b179042fe',1,'Tgstation.Server.Api.Routes.UserGroup'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_user_group.html',1,'Tgstation.Server.Api.Models.Internal.UserGroup'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_user_group.html',1,'Tgstation.Server.Host.Models.UserGroup'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_group.html',1,'Tgstation.Server.Host.GraphQL.Types.UserGroup']]],
|
||||
['usergroup_2ecs_103',['usergroup.cs',['../_tgstation_8_server_8_host_2_models_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_host_2_graph_q_l_2_types_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_api_2_models_2_internal_2_user_group_8cs.html',1,'(Global Namespace)']]],
|
||||
['usergroupandpermissionset_104',['UserGroupAndPermissionSet',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a738d118aaff15ddb1b16e2faf92f6971',1,'Tgstation::Server::Api::Models']]],
|
||||
['usergroupauthority_105',['usergroupauthority',['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_group_authority.html#a4a29edde10c6c7c75ce0eb79f6a878d7',1,'Tgstation.Server.Host.Authority.UserGroupAuthority.UserGroupAuthority()'],['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_group_authority.html',1,'Tgstation.Server.Host.Authority.UserGroupAuthority'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#a9a5a8b47c10877ec39eb7066423ff818',1,'Tgstation.Server.Host.Controllers.UserGroupController.userGroupAuthority']]],
|
||||
['usergroupauthority_105',['usergroupauthority',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#a9a5a8b47c10877ec39eb7066423ff818',1,'Tgstation.Server.Host.Controllers.UserGroupController.userGroupAuthority'],['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_group_authority.html',1,'Tgstation.Server.Host.Authority.UserGroupAuthority'],['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_group_authority.html#a4a29edde10c6c7c75ce0eb79f6a878d7',1,'Tgstation.Server.Host.Authority.UserGroupAuthority.UserGroupAuthority()']]],
|
||||
['usergroupauthority_2ecs_106',['UserGroupAuthority.cs',['../_user_group_authority_8cs.html',1,'']]],
|
||||
['usergroupcontroller_107',['usergroupcontroller',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#afb356155f5df2f274d432fcfb2ccb929',1,'Tgstation.Server.Host.Controllers.UserGroupController.UserGroupController()'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html',1,'Tgstation.Server.Host.Controllers.UserGroupController']]],
|
||||
['usergroupcontroller_107',['usergroupcontroller',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html',1,'Tgstation.Server.Host.Controllers.UserGroupController'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#afb356155f5df2f274d432fcfb2ccb929',1,'Tgstation.Server.Host.Controllers.UserGroupController.UserGroupController()']]],
|
||||
['usergroupcontroller_2ecs_108',['UserGroupController.cs',['../_user_group_controller_8cs.html',1,'']]],
|
||||
['usergroupcreaterequest_109',['UserGroupCreateRequest',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_user_group_create_request.html',1,'Tgstation::Server::Api::Models::Request']]],
|
||||
['usergroupcreaterequest_2ecs_110',['UserGroupCreateRequest.cs',['../_user_group_create_request_8cs.html',1,'']]],
|
||||
['usergroupgraphqltransformer_111',['usergroupgraphqltransformer',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_group_graph_q_l_transformer.html#af6ee325d96b84c60ef580fddd534dc87',1,'Tgstation.Server.Host.Models.Transformers.UserGroupGraphQLTransformer.UserGroupGraphQLTransformer()'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_group_graph_q_l_transformer.html',1,'Tgstation.Server.Host.Models.Transformers.UserGroupGraphQLTransformer']]],
|
||||
['usergroupgraphqltransformer_111',['usergroupgraphqltransformer',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_group_graph_q_l_transformer.html',1,'Tgstation.Server.Host.Models.Transformers.UserGroupGraphQLTransformer'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_group_graph_q_l_transformer.html#af6ee325d96b84c60ef580fddd534dc87',1,'Tgstation.Server.Host.Models.Transformers.UserGroupGraphQLTransformer.UserGroupGraphQLTransformer()']]],
|
||||
['usergroupgraphqltransformer_2ecs_112',['UserGroupGraphQLTransformer.cs',['../_user_group_graph_q_l_transformer_8cs.html',1,'']]],
|
||||
['usergrouplimit_113',['usergrouplimit',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_server_information_base.html#a3e9282b16ff9ab6138fad75472968029',1,'Tgstation.Server.Api.Models.Internal.ServerInformationBase.UserGroupLimit'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_gateway_information.html#af9378494664dfdfef380568df4229679',1,'Tgstation.Server.Host.GraphQL.Types.GatewayInformation.UserGroupLimit()']]],
|
||||
['usergrouplimit_113',['usergrouplimit',['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_gateway_information.html#af9378494664dfdfef380568df4229679',1,'Tgstation.Server.Host.GraphQL.Types.GatewayInformation.UserGroupLimit()'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_server_information_base.html#a3e9282b16ff9ab6138fad75472968029',1,'Tgstation.Server.Api.Models.Internal.ServerInformationBase.UserGroupLimit']]],
|
||||
['usergrouplimitreached_114',['UserGroupLimitReached',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8af662af99131e87fa6b20c1763aba0e56',1,'Tgstation::Server::Api::Models']]],
|
||||
['usergroupmutations_115',['UserGroupMutations',['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_mutations_1_1_user_group_mutations.html',1,'Tgstation::Server::Host::GraphQL::Mutations']]],
|
||||
['usergroupmutations_2ecs_116',['UserGroupMutations.cs',['../_user_group_mutations_8cs.html',1,'']]],
|
||||
['usergroupnotempty_117',['UserGroupNotEmpty',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8afa99a2b441cca23d1e6bb1f529c1bf25',1,'Tgstation::Server::Api::Models']]],
|
||||
['usergroupresponse_118',['usergroupresponse',['../class_tgstation_1_1_server_1_1_client_1_1_user_groups_client.html#aacffb155503d10b190f6bd253d6ab0d2',1,'Tgstation.Server.Client.UserGroupsClient.UserGroupResponse()'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_user_group_response.html',1,'Tgstation.Server.Api.Models.Response.UserGroupResponse'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#ab6c0011d5a9cbb3b2c8a38ab01a18b0b',1,'Tgstation.Server.Host.Controllers.UserGroupController.UserGroupResponse(()=> ValueTask.FromResult(new PaginatableResult< UserGroup >(userGroupAuthority .InvokeQueryable(authority=> authority.Queryable(true)) .OrderBy(x=> x.Id))), null, page, pageSize, cancellationToken)'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#a878c132da38acfcae8de0d3e6376b514',1,'Tgstation.Server.Host.Controllers.UserGroupController.UserGroupResponse(this, authority=> authority.GetId(id, true, cancellationToken))'],['../class_tgstation_1_1_server_1_1_client_1_1_user_groups_client.html#aacffb155503d10b190f6bd253d6ab0d2',1,'Tgstation.Server.Client.UserGroupsClient.UserGroupResponse()']]],
|
||||
['usergroupresponse_118',['usergroupresponse',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#ab6c0011d5a9cbb3b2c8a38ab01a18b0b',1,'Tgstation.Server.Host.Controllers.UserGroupController.UserGroupResponse(()=> ValueTask.FromResult(new PaginatableResult< UserGroup >(userGroupAuthority .InvokeQueryable(authority=> authority.Queryable(true)) .OrderBy(x=> x.Id))), null, page, pageSize, cancellationToken)'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_group_controller.html#a878c132da38acfcae8de0d3e6376b514',1,'Tgstation.Server.Host.Controllers.UserGroupController.UserGroupResponse(this, authority=> authority.GetId(id, true, cancellationToken))'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_user_group_response.html',1,'Tgstation.Server.Api.Models.Response.UserGroupResponse'],['../class_tgstation_1_1_server_1_1_client_1_1_user_groups_client.html#aacffb155503d10b190f6bd253d6ab0d2',1,'Tgstation.Server.Client.UserGroupsClient.UserGroupResponse(Routes.UserGroup, group ?? throw new ArgumentNullException(nameof(group)), cancellationToken)'],['../class_tgstation_1_1_server_1_1_client_1_1_user_groups_client.html#aacffb155503d10b190f6bd253d6ab0d2',1,'Tgstation.Server.Client.UserGroupsClient.UserGroupResponse(Routes.UserGroup, group ?? throw new ArgumentNullException(nameof(group)), cancellationToken)']]],
|
||||
['usergroupresponse_2ecs_119',['UserGroupResponse.cs',['../_user_group_response_8cs.html',1,'']]],
|
||||
['usergroups_120',['UserGroups',['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_groups.html',1,'Tgstation::Server::Host::GraphQL::Types']]],
|
||||
['usergroups_2ecs_121',['UserGroups.cs',['../_user_groups_8cs.html',1,'']]],
|
||||
@@ -127,31 +127,31 @@ var searchData=
|
||||
['usergroupsdataloader_124',['userGroupsDataLoader',['../class_tgstation_1_1_server_1_1_host_1_1_authority_1_1_user_group_authority.html#a88b7fd3ff73c4f7b3ade3eea5f01485c',1,'Tgstation::Server::Host::Authority::UserGroupAuthority']]],
|
||||
['usergroupupdaterequest_125',['UserGroupUpdateRequest',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_user_group_update_request.html',1,'Tgstation::Server::Api::Models::Request']]],
|
||||
['usergroupupdaterequest_2ecs_126',['UserGroupUpdateRequest.cs',['../_user_group_update_request_8cs.html',1,'']]],
|
||||
['userid_127',['userid',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_permission_set.html#a9e00d4e5d53020daa739d153dd0acbf1',1,'Tgstation.Server.Host.Models.PermissionSet.UserId'],['../namespace_tgstation_1_1_server_1_1_host_1_1_authority.html#a6055c0b2bf09442f677be3ed1eb725d5a4733e94f511132be01e92cc23c017d16',1,'Tgstation.Server.Host.Authority.UserId'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_oidc_connection.html#a54e693d0b532f4d1aaf038678ad6779a',1,'Tgstation.Server.Host.Models.OidcConnection.UserId'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_o_auth_connection.html#a47d9acafca1a0ec7dc734e3df1b2f9f2',1,'Tgstation.Server.Host.Models.OAuthConnection.UserId']]],
|
||||
['userid_127',['userid',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_permission_set.html#a9e00d4e5d53020daa739d153dd0acbf1',1,'Tgstation.Server.Host.Models.PermissionSet.UserId'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_oidc_connection.html#a54e693d0b532f4d1aaf038678ad6779a',1,'Tgstation.Server.Host.Models.OidcConnection.UserId'],['../namespace_tgstation_1_1_server_1_1_host_1_1_authority.html#a6055c0b2bf09442f677be3ed1eb725d5a4733e94f511132be01e92cc23c017d16',1,'Tgstation.Server.Host.Authority.UserId'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_o_auth_connection.html#a47d9acafca1a0ec7dc734e3df1b2f9f2',1,'Tgstation.Server.Host.Models.OAuthConnection.UserId']]],
|
||||
['useridcontextproperty_128',['UserIdContextProperty',['../class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_serilog_context_helper.html#a754a75a4d032d0b5f47f182c522ac9ae',1,'Tgstation::Server::Host::Utils::SerilogContextHelper']]],
|
||||
['userinformationurl_129',['userinformationurl',['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_generic_o_auth_validator.html#a937614cd00fb3479e3ecd86e59c24be3',1,'Tgstation.Server.Host.Security.OAuth.GenericOAuthValidator.UserInformationUrl'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_invision_community_o_auth_validator.html#a242dc76a08d0b72261423fe059c75f12',1,'Tgstation.Server.Host.Security.OAuth.InvisionCommunityOAuthValidator.UserInformationUrl'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_keycloak_o_auth_validator.html#a989665532aefad4e4da7bacdf33c1afe',1,'Tgstation.Server.Host.Security.OAuth.KeycloakOAuthValidator.UserInformationUrl'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_discord_o_auth_validator.html#ad4c85ee22d18da1db89f117adca185b7',1,'Tgstation.Server.Host.Security.OAuth.DiscordOAuthValidator.UserInformationUrl']]],
|
||||
['userinformationurl_129',['userinformationurl',['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_discord_o_auth_validator.html#ad4c85ee22d18da1db89f117adca185b7',1,'Tgstation.Server.Host.Security.OAuth.DiscordOAuthValidator.UserInformationUrl'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_generic_o_auth_validator.html#a937614cd00fb3479e3ecd86e59c24be3',1,'Tgstation.Server.Host.Security.OAuth.GenericOAuthValidator.UserInformationUrl'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_invision_community_o_auth_validator.html#a242dc76a08d0b72261423fe059c75f12',1,'Tgstation.Server.Host.Security.OAuth.InvisionCommunityOAuthValidator.UserInformationUrl'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_o_auth_1_1_keycloak_o_auth_validator.html#a989665532aefad4e4da7bacdf33c1afe',1,'Tgstation.Server.Host.Security.OAuth.KeycloakOAuthValidator.UserInformationUrl']]],
|
||||
['userinformationurloverride_130',['UserInformationUrlOverride',['../class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_o_auth_configuration.html#a0f5c6bdb5c0576559f77c776dd556f15',1,'Tgstation::Server::Host::Configuration::OAuthConfiguration']]],
|
||||
['userlimit_131',['userlimit',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_server_information_base.html#ae598bca044b6997650efb8996104419a',1,'Tgstation.Server.Api.Models.Internal.ServerInformationBase.UserLimit'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_gateway_information.html#abff460853868f76b110d6ea587ada077',1,'Tgstation.Server.Host.GraphQL.Types.GatewayInformation.UserLimit()']]],
|
||||
['userlimit_131',['userlimit',['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_gateway_information.html#abff460853868f76b110d6ea587ada077',1,'Tgstation.Server.Host.GraphQL.Types.GatewayInformation.UserLimit()'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_server_information_base.html#ae598bca044b6997650efb8996104419a',1,'Tgstation.Server.Api.Models.Internal.ServerInformationBase.UserLimit']]],
|
||||
['userlimitreached_132',['UserLimitReached',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ad907253a8311174e10b0231cae280bc2',1,'Tgstation::Server::Api::Models']]],
|
||||
['usermismatchnamesid_133',['UserMismatchNameSid',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ab254802c60656270a5f21f42da04bc0e',1,'Tgstation::Server::Api::Models']]],
|
||||
['usermismatchpasswordsid_134',['UserMismatchPasswordSid',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8ae272fba7876aca6039eb7560c8daa7be',1,'Tgstation::Server::Api::Models']]],
|
||||
['usermissingname_135',['UserMissingName',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8aa3364f781ce5d54c217bdba6a4f8fe47',1,'Tgstation::Server::Api::Models']]],
|
||||
['usermodelbase_136',['UserModelBase',['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_internal_1_1_user_model_base.html',1,'Tgstation::Server::Api::Models::Internal']]],
|
||||
['usermodelbase_2ecs_137',['UserModelBase.cs',['../_user_model_base_8cs.html',1,'']]],
|
||||
['usermodifiedinvalidatesessions_138',['usermodifiedinvalidatesessions',['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_session_invalidation_tracker.html#ae602123bfa5dcde3f0a5745ff131126f',1,'Tgstation.Server.Host.Security.SessionInvalidationTracker.UserModifiedInvalidateSessions()'],['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_session_invalidation_tracker.html#a8d0fb292e7b1fc5f0659014ced9a2a14',1,'Tgstation.Server.Host.Security.ISessionInvalidationTracker.UserModifiedInvalidateSessions()']]],
|
||||
['usermodifiedinvalidatesessions_138',['usermodifiedinvalidatesessions',['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_session_invalidation_tracker.html#a8d0fb292e7b1fc5f0659014ced9a2a14',1,'Tgstation.Server.Host.Security.ISessionInvalidationTracker.UserModifiedInvalidateSessions()'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_session_invalidation_tracker.html#ae602123bfa5dcde3f0a5745ff131126f',1,'Tgstation.Server.Host.Security.SessionInvalidationTracker.UserModifiedInvalidateSessions()']]],
|
||||
['usermutations_139',['UserMutations',['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_mutations_1_1_user_mutations.html',1,'Tgstation::Server::Host::GraphQL::Mutations']]],
|
||||
['usermutations_2ecs_140',['UserMutations.cs',['../_user_mutations_8cs.html',1,'']]],
|
||||
['username_141',['username',['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_name.html',1,'Tgstation.Server.Host.GraphQL.Types.UserName'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_user_name.html',1,'Tgstation.Server.Api.Models.UserName'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_name.html#a48b78fd5fdd9d556859addd6aa866e70',1,'Tgstation.Server.Host.GraphQL.Types.UserName.UserName()'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_name.html#aee942f27e6ad45c23ee5eda6f6f60cbc',1,'Tgstation.Server.Host.GraphQL.Types.UserName.UserName(NamedEntity copy)'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_windows_system_identity.html#a7bbd8a3a43a6a2864b3348ae7f9438b9',1,'Tgstation.Server.Host.Security.WindowsSystemIdentity.Username'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_posix_system_identity.html#a278f605efe57bee3e5b4cb45ded040b2',1,'Tgstation.Server.Host.Security.PosixSystemIdentity.Username'],['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_system_identity.html#abdae9176f2609703ff36c43d7af97ac1',1,'Tgstation.Server.Host.Security.ISystemIdentity.Username'],['../class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_elasticsearch_configuration.html#a066e0de8af5461153f583435583ae861',1,'Tgstation.Server.Host.Configuration.ElasticsearchConfiguration.Username'],['../class_tgstation_1_1_server_1_1_api_1_1_api_headers.html#a3f35c621d1a28887fb4bc2885e2c893c',1,'Tgstation.Server.Api.ApiHeaders.Username']]],
|
||||
['username_2ecs_142',['username.cs',['../_tgstation_8_server_8_host_2_graph_q_l_2_types_2_user_name_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_api_2_models_2_user_name_8cs.html',1,'(Global Namespace)']]],
|
||||
['username_141',['username',['../class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_elasticsearch_configuration.html#a066e0de8af5461153f583435583ae861',1,'Tgstation.Server.Host.Configuration.ElasticsearchConfiguration.Username'],['../class_tgstation_1_1_server_1_1_api_1_1_api_headers.html#a3f35c621d1a28887fb4bc2885e2c893c',1,'Tgstation.Server.Api.ApiHeaders.Username'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_user_name.html',1,'Tgstation.Server.Api.Models.UserName'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_name.html',1,'Tgstation.Server.Host.GraphQL.Types.UserName'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_name.html#a48b78fd5fdd9d556859addd6aa866e70',1,'Tgstation.Server.Host.GraphQL.Types.UserName.UserName()'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_user_name.html#aee942f27e6ad45c23ee5eda6f6f60cbc',1,'Tgstation.Server.Host.GraphQL.Types.UserName.UserName(NamedEntity copy)'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_windows_system_identity.html#a7bbd8a3a43a6a2864b3348ae7f9438b9',1,'Tgstation.Server.Host.Security.WindowsSystemIdentity.Username'],['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_posix_system_identity.html#a278f605efe57bee3e5b4cb45ded040b2',1,'Tgstation.Server.Host.Security.PosixSystemIdentity.Username'],['../interface_tgstation_1_1_server_1_1_host_1_1_security_1_1_i_system_identity.html#abdae9176f2609703ff36c43d7af97ac1',1,'Tgstation.Server.Host.Security.ISystemIdentity.Username']]],
|
||||
['username_2ecs_142',['username.cs',['../_tgstation_8_server_8_api_2_models_2_user_name_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_host_2_graph_q_l_2_types_2_user_name_8cs.html',1,'(Global Namespace)']]],
|
||||
['usernamechange_143',['UserNameChange',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a62cd93d475c146a93fa08ce89132bf72',1,'Tgstation::Server::Api::Models']]],
|
||||
['usernameclaim_144',['UsernameClaim',['../class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_oidc_configuration.html#a34552345c1e24c9d3f9ba7bd0cdf61ca',1,'Tgstation::Server::Host::Configuration::OidcConfiguration']]],
|
||||
['usernamegraphqltransformer_145',['usernamegraphqltransformer',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_name_graph_q_l_transformer.html',1,'Tgstation.Server.Host.Models.Transformers.UserNameGraphQLTransformer'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_name_graph_q_l_transformer.html#a2bdcba24f3829f18ae7812318bdcdf89',1,'Tgstation.Server.Host.Models.Transformers.UserNameGraphQLTransformer.UserNameGraphQLTransformer()']]],
|
||||
['usernamegraphqltransformer_145',['usernamegraphqltransformer',['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_name_graph_q_l_transformer.html#a2bdcba24f3829f18ae7812318bdcdf89',1,'Tgstation.Server.Host.Models.Transformers.UserNameGraphQLTransformer.UserNameGraphQLTransformer()'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_transformers_1_1_user_name_graph_q_l_transformer.html',1,'Tgstation.Server.Host.Models.Transformers.UserNameGraphQLTransformer']]],
|
||||
['usernamegraphqltransformer_2ecs_146',['UserNameGraphQLTransformer.cs',['../_user_name_graph_q_l_transformer_8cs.html',1,'']]],
|
||||
['userpasswordlength_147',['UserPasswordLength',['../namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a1a6adb59dd51244efabf4e548e7075c8a3c8306a8d5116e9f6584f3c845a6afbe',1,'Tgstation::Server::Api::Models']]],
|
||||
['userprincipal_148',['userPrincipal',['../class_tgstation_1_1_server_1_1_host_1_1_security_1_1_windows_system_identity.html#a6da5cb51cb3b48b354447adf409768f9',1,'Tgstation::Server::Host::Security::WindowsSystemIdentity']]],
|
||||
['userresponse_149',['userresponse',['../class_tgstation_1_1_server_1_1_client_1_1_users_client.html#a7eca83334e79be3361e8532130fdd41e',1,'Tgstation.Server.Client.UsersClient.UserResponse()'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_user_response.html',1,'Tgstation.Server.Api.Models.Response.UserResponse'],['../class_tgstation_1_1_server_1_1_client_1_1_users_client.html#a7eca83334e79be3361e8532130fdd41e',1,'Tgstation.Server.Client.UsersClient.UserResponse()'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#aa46daf139a1e4b2700bb6d87bdd79aae',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(this, authority=> authority.Create(model, null, cancellationToken))'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a2b0993eaf1e48b196760a1af7242ed3c',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(this, authority=> authority.Update(model, cancellationToken))'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a7e5ad99e34fbf94006d024d0958c0ac5',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(this, authority=> authority.Read(cancellationToken))'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#ad8f24d97fad9a594ac69eaa746d58953',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(()=> ValueTask.FromResult(new PaginatableResult< User >(userAuthority.InvokeQueryable(authority=> authority.Queryable(true)) .OrderBy(x=> x.Id))), null, page, pageSize, cancellationToken)']]],
|
||||
['userresponse_149',['userresponse',['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#ad8f24d97fad9a594ac69eaa746d58953',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(()=> ValueTask.FromResult(new PaginatableResult< User >(userAuthority.InvokeQueryable(authority=> authority.Queryable(true)) .OrderBy(x=> x.Id))), null, page, pageSize, cancellationToken)'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a7e5ad99e34fbf94006d024d0958c0ac5',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(this, authority=> authority.Read(cancellationToken))'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#a2b0993eaf1e48b196760a1af7242ed3c',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(this, authority=> authority.Update(model, cancellationToken))'],['../class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_user_controller.html#aa46daf139a1e4b2700bb6d87bdd79aae',1,'Tgstation.Server.Host.Controllers.UserController.UserResponse(this, authority=> authority.Create(model, null, cancellationToken))'],['../class_tgstation_1_1_server_1_1_client_1_1_users_client.html#a7eca83334e79be3361e8532130fdd41e',1,'Tgstation.Server.Client.UsersClient.UserResponse(Routes.User, user ?? throw new ArgumentNullException(nameof(user)), cancellationToken)'],['../class_tgstation_1_1_server_1_1_client_1_1_users_client.html#a7eca83334e79be3361e8532130fdd41e',1,'Tgstation.Server.Client.UsersClient.UserResponse(Routes.User, user ?? throw new ArgumentNullException(nameof(user)), cancellationToken)'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_user_response.html',1,'Tgstation.Server.Api.Models.Response.UserResponse']]],
|
||||
['userresponse_2ecs_150',['UserResponse.cs',['../_user_response_8cs.html',1,'']]],
|
||||
['users_151',['users',['../class_tgstation_1_1_server_1_1_client_1_1_rest_server_client.html#a14dbaddee66a344844f0e73ea584962b',1,'Tgstation.Server.Client.RestServerClient.Users'],['../index.html#autotoc_md37',1,'Users'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_users.html',1,'Tgstation.Server.Host.GraphQL.Types.Users'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_user_group_response.html#aecbfed0ca3ff0970d58f50c5ace0dfde',1,'Tgstation.Server.Api.Models.Response.UserGroupResponse.Users'],['../interface_tgstation_1_1_server_1_1_client_1_1_i_rest_server_client.html#a4d8940af1575346af87fcbabb81e19ac',1,'Tgstation.Server.Client.IRestServerClient.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html#ad1c33807b7a75d05d0004e024416e17f',1,'Tgstation.Server.Host.Database.DatabaseContext.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html#ae38fd9989e134c1d3a621fa56f0d3691',1,'Tgstation.Server.Host.Database.DatabaseContext.Users'],['../interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#a9b6cb85c0616ae3076d4837f50a34d95',1,'Tgstation.Server.Host.Database.IDatabaseContext.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_user_group.html#a2bf337a8f55fcef2804960037a34ddbe',1,'Tgstation.Server.Host.Models.UserGroup.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_server_swarm.html#a5d61e7a53050b3ab733aaba98e35aa79',1,'Tgstation.Server.Host.GraphQL.Types.ServerSwarm.Users()']]],
|
||||
['users_151',['users',['../index.html#autotoc_md37',1,'Users'],['../class_tgstation_1_1_server_1_1_client_1_1_rest_server_client.html#a14dbaddee66a344844f0e73ea584962b',1,'Tgstation.Server.Client.RestServerClient.Users'],['../interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#a9b6cb85c0616ae3076d4837f50a34d95',1,'Tgstation.Server.Host.Database.IDatabaseContext.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_models_1_1_user_group.html#a2bf337a8f55fcef2804960037a34ddbe',1,'Tgstation.Server.Host.Models.UserGroup.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_server_swarm.html#a5d61e7a53050b3ab733aaba98e35aa79',1,'Tgstation.Server.Host.GraphQL.Types.ServerSwarm.Users()'],['../class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html#ae38fd9989e134c1d3a621fa56f0d3691',1,'Tgstation.Server.Host.Database.DatabaseContext.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html#ad1c33807b7a75d05d0004e024416e17f',1,'Tgstation.Server.Host.Database.DatabaseContext.Users'],['../interface_tgstation_1_1_server_1_1_client_1_1_i_rest_server_client.html#a4d8940af1575346af87fcbabb81e19ac',1,'Tgstation.Server.Client.IRestServerClient.Users'],['../class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_user_group_response.html#aecbfed0ca3ff0970d58f50c5ace0dfde',1,'Tgstation.Server.Api.Models.Response.UserGroupResponse.Users'],['../class_tgstation_1_1_server_1_1_host_1_1_graph_q_l_1_1_types_1_1_users.html',1,'Tgstation.Server.Host.GraphQL.Types.Users']]],
|
||||
['users_2ecs_152',['Users.cs',['../_users_8cs.html',1,'']]],
|
||||
['usersclient_153',['usersclient',['../class_tgstation_1_1_server_1_1_client_1_1_users_client.html#aa7e771fad86b68de8483944e9f34a88e',1,'Tgstation.Server.Client.UsersClient.UsersClient()'],['../class_tgstation_1_1_server_1_1_client_1_1_users_client.html',1,'Tgstation.Server.Client.UsersClient']]],
|
||||
['usersclient_2ecs_154',['UsersClient.cs',['../_users_client_8cs.html',1,'']]],
|
||||
|
||||
+3
-3
@@ -1,8 +1,8 @@
|
||||
var searchData=
|
||||
[
|
||||
['ratelimitexception_2ecs_0',['RateLimitException.cs',['../_rate_limit_exception_8cs.html',1,'']]],
|
||||
['readme_2emd_1',['readme.md',['../src_2_tgstation_8_server_8_api_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2core_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2v3210_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2v4_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2v5_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_configuration_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_client_8_graph_q_l_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_client_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_common_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_events_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_session_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_watchdog_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_core_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_utils_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_system_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_setup_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_security_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_jobs_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_i_o_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_database_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_controllers_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)']]],
|
||||
['reattachinformation_2ecs_2',['reattachinformation.cs',['../_components_2_session_2_reattach_information_8cs.html',1,'(Global Namespace)'],['../_models_2_reattach_information_8cs.html',1,'(Global Namespace)']]],
|
||||
['readme_2emd_1',['readme.md',['../src_2_tgstation_8_server_8_host_2_core_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_utils_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_system_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_setup_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_security_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_jobs_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_i_o_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_database_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_controllers_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_configuration_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_watchdog_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2v4_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2core_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2v3210_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_session_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_d_m_a_p_i_2tgs_2v5_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_api_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_client_8_graph_q_l_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_client_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_common_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_events_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)'],['../src_2_tgstation_8_server_8_host_2_components_2_r_e_a_d_m_e_8md.html',1,'(Global Namespace)']]],
|
||||
['reattachinformation_2ecs_2',['reattachinformation.cs',['../_models_2_reattach_information_8cs.html',1,'(Global Namespace)'],['../_components_2_session_2_reattach_information_8cs.html',1,'(Global Namespace)']]],
|
||||
['reattachinformationbase_2ecs_3',['ReattachInformationBase.cs',['../_reattach_information_base_8cs.html',1,'']]],
|
||||
['rebootstate_2ecs_4',['RebootState.cs',['../_reboot_state_8cs.html',1,'']]],
|
||||
['redirectoauthproviderinfo_2ecs_5',['RedirectOAuthProviderInfo.cs',['../_redirect_o_auth_provider_info_8cs.html',1,'']]],
|
||||
@@ -37,7 +37,7 @@ var searchData=
|
||||
['resultextensions_2ecs_34',['ResultExtensions.cs',['../_result_extensions_8cs.html',1,'']]],
|
||||
['revinfotestmerge_2ecs_35',['RevInfoTestMerge.cs',['../_rev_info_test_merge_8cs.html',1,'']]],
|
||||
['revisioncommand_2ecs_36',['RevisionCommand.cs',['../_revision_command_8cs.html',1,'']]],
|
||||
['revisioninformation_2ecs_37',['revisioninformation.cs',['../_tgstation_8_server_8_host_2_models_2_revision_information_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_api_2_models_2_revision_information_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_api_2_models_2_internal_2_revision_information_8cs.html',1,'(Global Namespace)']]],
|
||||
['revisioninformation_2ecs_37',['revisioninformation.cs',['../_tgstation_8_server_8_api_2_models_2_revision_information_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_api_2_models_2_internal_2_revision_information_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_host_2_models_2_revision_information_8cs.html',1,'(Global Namespace)']]],
|
||||
['rightshelper_2ecs_38',['RightsHelper.cs',['../_rights_helper_8cs.html',1,'']]],
|
||||
['rightstype_2ecs_39',['RightsType.cs',['../_rights_type_8cs.html',1,'']]],
|
||||
['rightstypeinterceptor_2ecs_40',['RightsTypeInterceptor.cs',['../_rights_type_interceptor_8cs.html',1,'']]],
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ var searchData=
|
||||
['usercontroller_2ecs_8',['UserController.cs',['../_user_controller_8cs.html',1,'']]],
|
||||
['usercreaterequest_2ecs_9',['UserCreateRequest.cs',['../_user_create_request_8cs.html',1,'']]],
|
||||
['usergraphqltransformer_2ecs_10',['UserGraphQLTransformer.cs',['../_user_graph_q_l_transformer_8cs.html',1,'']]],
|
||||
['usergroup_2ecs_11',['usergroup.cs',['../_tgstation_8_server_8_host_2_graph_q_l_2_types_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_host_2_models_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_api_2_models_2_internal_2_user_group_8cs.html',1,'(Global Namespace)']]],
|
||||
['usergroup_2ecs_11',['usergroup.cs',['../_tgstation_8_server_8_host_2_models_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_api_2_models_2_internal_2_user_group_8cs.html',1,'(Global Namespace)'],['../_tgstation_8_server_8_host_2_graph_q_l_2_types_2_user_group_8cs.html',1,'(Global Namespace)']]],
|
||||
['usergroupauthority_2ecs_12',['UserGroupAuthority.cs',['../_user_group_authority_8cs.html',1,'']]],
|
||||
['usergroupcontroller_2ecs_13',['UserGroupController.cs',['../_user_group_controller_8cs.html',1,'']]],
|
||||
['usergroupcreaterequest_2ecs_14',['UserGroupCreateRequest.cs',['../_user_group_create_request_8cs.html',1,'']]],
|
||||
|
||||
Reference in New Issue
Block a user