Archived
Private
Public Access
1
0

Finished window system

This commit is contained in:
2022-10-17 16:11:06 +02:00
parent e5fdfce2d6
commit 0fd41608b9
19 changed files with 922 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="RD-222.3962.23">
<component name="dataSourceStorageLocal" created-in="RD-222.4167.23">
<data-source name="WebDesktop" uuid="95aba07a-0fe8-4ac6-bdce-406f8acafcd0">
<database-info product="MariaDB" version="10.3.34-MariaDB-0+deb10u1" jdbc-version="4.2" driver-name="MariaDB Connector/J" driver-version="2.7.3" dbms="MARIADB" exact-version="10.3.34" exact-driver-version="2.7">
<extra-name-characters>#@</extra-name-characters>

View File

@@ -5,9 +5,9 @@
<DefaultCasing>exact</DefaultCasing>
<ServerVersion>10.3.34</ServerVersion>
</root>
<schema id="2" parent="1" name="WebDesktop">
<schema id="2" parent="1" name="information_schema"/>
<schema id="3" parent="1" name="WebDesktop">
<Current>1</Current>
</schema>
<schema id="3" parent="1" name="information_schema"/>
</database-model>
</dataSource>

View File

@@ -6,29 +6,24 @@
</component>
<component name="ChangeListManager">
<list default="true" id="041c7675-58ae-4243-af88-0d29855e558f" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/watcherTasks.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/register/register.component.html" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/register/register.component.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/register/register.component.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/assets/background.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/colors.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/components/window-wrapper/window-wrapper.component.html" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/components/window-wrapper/window-wrapper.component.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/components/window-wrapper/window-wrapper.component.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/desktop/desktop.component.html" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/desktop/desktop.component.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/desktop/desktop.component.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/desktop/taskbar-icon/taskbar-icon.component.html" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/desktop/taskbar-icon/taskbar-icon.component.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/app/sites/desktop/taskbar-icon/taskbar-icon.component.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Frontend/src/assets/icons/defender.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/dataSources.local.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/dataSources/95aba07a-0fe8-4ac6-bdce-406f8acafcd0.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/dataSources/95aba07a-0fe8-4ac6-bdce-406f8acafcd0.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.WebDesktop 2.0/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Backend/Controllers/UserController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Backend/Controllers/UserController.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Backend/appsettings.json" beforeDir="false" afterPath="$PROJECT_DIR$/Backend/appsettings.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/angular.json" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/angular.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/package-lock.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/app-routing.module.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/app-routing.module.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/app.component.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/app.component.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/app.module.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/app.module.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/entitys/user.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/entitys/user.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/services/backend.service.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/services/backend.service.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/services/users.service.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/services/users.service.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/sites/login/login.component.html" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/sites/login/login.component.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/sites/login/login.component.scss" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/sites/login/login.component.scss" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/sites/login/login.component.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/sites/login/login.component.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/app/sites/register/register.component.ts" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/app/sites/register/register.component.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Frontend/src/styles.scss" beforeDir="false" afterPath="$PROJECT_DIR$/Frontend/src/styles.scss" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@@ -36,6 +31,9 @@
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="EditorConfigPreviewManager">
<editorConfig file="$PROJECT_DIR$/Frontend/.editorconfig" previewFile="$PROJECT_DIR$/Frontend/src/app/services/users.service.ts" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
@@ -62,25 +60,25 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ASKED_ADD_EXTERNAL_FILES": "true",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
"WebServerToolWindowFactoryState": "false",
"list.type.of.created.stylesheet": "SCSS",
"nodejs_package_manager_path": "npm",
"settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings",
"ts.external.directory.path": "D:\\Programmierstuff\\Projekte\\WebDesktop 2.0\\Frontend\\node_modules\\typescript\\lib",
"vue.rearranger.settings.migration": "true"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;ASKED_ADD_EXTERNAL_FILES&quot;: &quot;true&quot;,
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
&quot;list.type.of.created.stylesheet&quot;: &quot;SCSS&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;project.propVCSSupport.DirectoryMappings&quot;,
&quot;ts.external.directory.path&quot;: &quot;D:\\Programmierstuff\\Projekte\\WebDesktop 2.0\\Frontend\\node_modules\\typescript\\lib&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
},
"keyToStringList": {
"DatabaseDriversLRU": [
"mariadb"
&quot;keyToStringList&quot;: {
&quot;DatabaseDriversLRU&quot;: [
&quot;mariadb&quot;
]
}
}]]></component>
}</component>
<component name="RunManager" selected=".NET Launch Settings Profile.Backend">
<configuration name="Backend" type="LaunchSettings" factoryName=".NET Launch Settings Profile">
<option name="LAUNCH_PROFILE_PROJECT_FILE_PATH" value="$PROJECT_DIR$/Backend/Backend.csproj" />
@@ -152,8 +150,22 @@
<workItem from="1662126115999" duration="9904000" />
<workItem from="1662204907636" duration="15449000" />
<workItem from="1662228779224" duration="302000" />
<workItem from="1662539031966" duration="6394000" />
<workItem from="1662539031966" duration="6549000" />
<workItem from="1662554420874" duration="3645000" />
<workItem from="1662897735428" duration="9014000" />
<workItem from="1663265761332" duration="60000" />
<workItem from="1663331951327" duration="183000" />
<workItem from="1663510436522" duration="149000" />
<workItem from="1666001823049" duration="12894000" />
</task>
<task id="LOCAL-00001" summary="Finished Login / Register system">
<created>1662545562560</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1662545562560</updated>
</task>
<option name="localTasksCounter" value="2" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -178,5 +190,7 @@
<path value="$PROJECT_DIR$/../.." />
</ignored-roots>
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
<MESSAGE value="Finished Login / Register system" />
<option name="LAST_COMMIT_MESSAGE" value="Finished Login / Register system" />
</component>
</project>