240 lines
16 KiB
XML
240 lines
16 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AutoGeneratedRunConfigurationManager">
|
|
<projectFile profileName="http">T120B165-ImgBoard/T120B165-ImgBoard.csproj</projectFile>
|
|
<projectFile profileName="https">T120B165-ImgBoard/T120B165-ImgBoard.csproj</projectFile>
|
|
</component>
|
|
<component name="AutoImportSettings">
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="4e14f3e6-3f4d-450c-8a9e-273b19823ca0" name="Changes" comment="">
|
|
<change afterPath="$PROJECT_DIR$/.dockerignore" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/.idea.T120B165-ImgBoard/.idea/encodings.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/.idea.T120B165-ImgBoard/.idea/indexLayout.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/.idea.T120B165-ImgBoard/.idea/projectSettingsUpdater.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/.idea.T120B165-ImgBoard/.idea/vcs.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/.idea.T120B165-ImgBoard/.idea/workspace.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard.sln" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard.sln.DotSettings.user" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/.gitignore" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Controllers/AuthController.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Controllers/PostController.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Controllers/TagController.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Data/DbInitializer.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Data/ImgBoardContext.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dockerfile" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/Comment/CommentDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/Comment/CreateCommentDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/LoginDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/Post/CreatePostDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/Post/PostDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/RefreshDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/RegisterDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/SlimUserDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/Tag/CreateTagDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/TokenDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Dtos/UserDto.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Models/Comment.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Models/File.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Models/Post.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Models/Tag.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Models/User.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Program.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Properties/launchSettings.json" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Services/CommentService.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Services/FileService.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Services/PostService.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Services/TagService.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Services/TokenService.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Services/UserService.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/T120B165-ImgBoard.csproj" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/Utils/PagedList.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/T120B165-ImgBoard/appsettings.Development.json" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/compose.yaml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="DpaMonitoringSettings">
|
|
<option name="firstShow" value="false" />
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="HighlightingSettingsPerFile">
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/ILViewer/286e202dd8b6498aaf4d306beb6010b86a800/69/ec005a21/02000048.il" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/ILViewer/286e202dd8b6498aaf4d306beb6010b86a800/c0/34726a3e/0200002A.il" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/ILViewer/9dc46363eb12453791df46baf16699c41a928/86/01a85f52/0200001Cpdb2.il" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/286e202dd8b6498aaf4d306beb6010b86a800/42/185ed81a/IUserRoleStore`1.cs" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/286e202dd8b6498aaf4d306beb6010b86a800/81/11a2ff3a/UserManager`1.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/286e202dd8b6498aaf4d306beb6010b86a800/b5/88947990/IPasswordHasher`1.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/477051138f1f40de9077b7b1cdc55c6215fb0/d0/53d5065a/JwtRegisteredClaimNames.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/4afd6eaa21b44c15b819957c24b8b6071daa00/a4/86d4eee3/StatusCodeResult.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/560c8584411b436bb783d358249acd4fe400/15/6f12b841/IHostEnvironment.cs" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/8cb87e61921c49bcadb380781eccdeb4228600/16/829c32b2/NSwagApplicationBuilderExtensions.cs" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/b13cb16f7e5749269b6922dc6752bd1c291448/5b/5bdfe94c/DatabaseFacade.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/b9c62e8e682440cd84e6081f7672fcd3d1a000/61/073f2693/String.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/fe0eb928ebdd4a47ae76673fbad3037d10800/30/30f1fe01/IdentityUser`1.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/fe0eb928ebdd4a47ae76673fbad3037d10800/9f/a723ee44/IdentityUser.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/SourcesCache/10624a394067e79df04da5d3a67dad2f18e6c46e3cc06bac64a918f6540cc/UserStore.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/SourcesCache/f9342fb513b7b524925c79d9822cd3ecaf072c50231aa3b469875f4c2cdf/IdentityDbContext.cs" root0="FORCE_HIGHLIGHTING" />
|
|
</component>
|
|
<component name="KubernetesApiPersistence">{}</component>
|
|
<component name="KubernetesApiProvider">{
|
|
"isMigrated": true
|
|
}</component>
|
|
<component name="ProjectColorInfo">{
|
|
"customColor": "",
|
|
"associatedIndex": 3
|
|
}</component>
|
|
<component name="ProjectId" id="32iwKzz0G6elTlo2DhCLGO5rXHo" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent"><![CDATA[{
|
|
"keyToString": {
|
|
".NET Launch Settings Profile.T120B165-ImgBoard: http.executor": "Run",
|
|
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"git-widget-placeholder": "main",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
"nodejs_package_manager_path": "npm",
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}]]></component>
|
|
<component name="RunManager" selected=".NET Launch Settings Profile.T120B165-ImgBoard: http">
|
|
<configuration name="T120B165-ImgBoard: http" type="LaunchSettings" factoryName=".NET Launch Settings Profile">
|
|
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/T120B165-ImgBoard/T120B165-ImgBoard.csproj" />
|
|
<option name="LAUNCH_PROFILE_TFM" value="net9.0" />
|
|
<option name="LAUNCH_PROFILE_NAME" value="http" />
|
|
<option name="USE_EXTERNAL_CONSOLE" value="0" />
|
|
<option name="USE_MONO" value="0" />
|
|
<option name="RUNTIME_ARGUMENTS" value="" />
|
|
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" />
|
|
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" />
|
|
<option name="SEND_DEBUG_REQUEST" value="1" />
|
|
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" />
|
|
<method v="2">
|
|
<option name="Build" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="T120B165-ImgBoard: https" type="LaunchSettings" factoryName=".NET Launch Settings Profile">
|
|
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/T120B165-ImgBoard/T120B165-ImgBoard.csproj" />
|
|
<option name="LAUNCH_PROFILE_TFM" value="net9.0" />
|
|
<option name="LAUNCH_PROFILE_NAME" value="https" />
|
|
<option name="USE_EXTERNAL_CONSOLE" value="0" />
|
|
<option name="USE_MONO" value="0" />
|
|
<option name="RUNTIME_ARGUMENTS" value="" />
|
|
<option name="GENERATE_APPLICATIONHOST_CONFIG" value="1" />
|
|
<option name="SHOW_IIS_EXPRESS_OUTPUT" value="0" />
|
|
<option name="SEND_DEBUG_REQUEST" value="1" />
|
|
<option name="ADDITIONAL_IIS_EXPRESS_ARGUMENTS" value="" />
|
|
<method v="2">
|
|
<option name="Build" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="T120B165-ImgBoard/Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
|
|
<deployment type="dockerfile">
|
|
<settings>
|
|
<option name="imageTag" value="t120b165-imgboard" />
|
|
<option name="containerName" value="t120b165-imgboard" />
|
|
<option name="contextFolderPath" value="$PROJECT_DIR$" />
|
|
<option name="portBindings">
|
|
<list>
|
|
<DockerPortBindingImpl>
|
|
<option name="containerPort" value="8080" />
|
|
<option name="hostIp" value="127.0.0.1" />
|
|
<option name="hostPort" value="8080" />
|
|
</DockerPortBindingImpl>
|
|
</list>
|
|
</option>
|
|
<option name="sourceFilePath" value="T120B165-ImgBoard/Dockerfile" />
|
|
</settings>
|
|
</deployment>
|
|
<EXTENSION ID="com.jetbrains.rider.docker.debug" isFastModeEnabled="true" isSslEnabled="false" />
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration default="true" type="docker-deploy" factoryName="docker-compose.yml" temporary="true">
|
|
<deployment type="docker-compose.yml">
|
|
<settings />
|
|
</deployment>
|
|
<EXTENSION ID="com.jetbrains.rider.docker.debug" isFastModeEnabled="true" isSslEnabled="false" />
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration default="true" type="docker-deploy" factoryName="dockerfile" temporary="true">
|
|
<deployment type="dockerfile">
|
|
<settings />
|
|
</deployment>
|
|
<EXTENSION ID="com.jetbrains.rider.docker.debug" isFastModeEnabled="true" isSslEnabled="false" />
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration name="compose.yaml: Compose Deployment" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
|
|
<deployment type="docker-compose.yml">
|
|
<settings>
|
|
<option name="sourceFilePath" value="compose.yaml" />
|
|
</settings>
|
|
</deployment>
|
|
<EXTENSION ID="com.jetbrains.rider.docker.debug" isFastModeEnabled="true" isSslEnabled="false" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</component>
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="4e14f3e6-3f4d-450c-8a9e-273b19823ca0" name="Changes" comment="" />
|
|
<created>1757916641972</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1757916641972</updated>
|
|
<workItem from="1757916644799" duration="6218000" />
|
|
<workItem from="1757954672397" duration="682000" />
|
|
<workItem from="1758526401446" duration="4339000" />
|
|
<workItem from="1758727364837" duration="1057000" />
|
|
<workItem from="1758786058133" duration="5007000" />
|
|
<workItem from="1758791727481" duration="3280000" />
|
|
<workItem from="1759132739938" duration="15494000" />
|
|
<workItem from="1759305506296" duration="7211000" />
|
|
<workItem from="1759334279107" duration="1064000" />
|
|
<workItem from="1759446792755" duration="16154000" />
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="UnityProjectConfiguration" hasMinimizedUI="false" />
|
|
<component name="VcsManagerConfiguration">
|
|
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
|
|
</component>
|
|
<component name="XDebuggerManager">
|
|
<breakpoint-manager>
|
|
<breakpoints>
|
|
<breakpoint enabled="true" type="DotNet_Exception_Breakpoints">
|
|
<properties exception="System.OperationCanceledException" breakIfHandledByOtherCode="false" displayValue="System.OperationCanceledException" />
|
|
<option name="timeStamp" value="1" />
|
|
</breakpoint>
|
|
<breakpoint enabled="true" type="DotNet_Exception_Breakpoints">
|
|
<properties exception="System.Threading.Tasks.TaskCanceledException" breakIfHandledByOtherCode="false" displayValue="System.Threading.Tasks.TaskCanceledException" />
|
|
<option name="timeStamp" value="2" />
|
|
</breakpoint>
|
|
<breakpoint enabled="true" type="DotNet_Exception_Breakpoints">
|
|
<properties exception="System.Threading.ThreadAbortException" breakIfHandledByOtherCode="false" displayValue="System.Threading.ThreadAbortException" />
|
|
<option name="timeStamp" value="3" />
|
|
</breakpoint>
|
|
</breakpoints>
|
|
</breakpoint-manager>
|
|
<pin-to-top-manager>
|
|
<pinned-members>
|
|
<PinnedItemInfo parentTag="Type#System.Security.Claims.ClaimsPrincipal" memberName="Claims" />
|
|
</pinned-members>
|
|
</pin-to-top-manager>
|
|
</component>
|
|
</project> |