diff options
author | Minteck <contact@minteck.org> | 2022-02-05 15:54:00 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-02-05 15:54:00 +0100 |
commit | 7a025720d6a07323c4a0b32cf6c5fdb7d0269807 (patch) | |
tree | e9fd8dd71c82352a8440adc6f9a085ad376e6781 /.idea | |
parent | 133be8d6e235b83edf562520c550a2cda734ffd1 (diff) | |
download | core-7a025720d6a07323c4a0b32cf6c5fdb7d0269807.tar.gz core-7a025720d6a07323c4a0b32cf6c5fdb7d0269807.tar.bz2 core-7a025720d6a07323c4a0b32cf6c5fdb7d0269807.zip |
Update
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/.gitignore | 8 | ||||
-rw-r--r-- | .idea/Familine.iml | 1 | ||||
-rw-r--r-- | .idea/deployment.xml | 4 | ||||
-rw-r--r-- | .idea/dictionaries/Minteck.xml | 3 | ||||
-rw-r--r-- | .idea/discord.xml | 7 | ||||
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 9 | ||||
-rw-r--r-- | .idea/jsLibraryMappings.xml | 6 | ||||
-rw-r--r-- | .idea/php.xml | 4 | ||||
-rw-r--r-- | .idea/sshConfigs.xml | 2 | ||||
-rw-r--r-- | .idea/vcs.xml | 1 | ||||
-rw-r--r-- | .idea/webServers.xml | 4 | ||||
-rw-r--r-- | .idea/workspace.xml | 119 |
12 files changed, 127 insertions, 41 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 7f5d444..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files
-/shelf/
-/workspace.xml
-# Datasource local storage ignored files
-/../../../../:\Projets\Familine\.idea/dataSources/
-/dataSources.local.xml
-# Editor-based HTTP Client requests
-/httpRequests/
diff --git a/.idea/Familine.iml b/.idea/Familine.iml index 7931716..bf4c9d3 100644 --- a/.idea/Familine.iml +++ b/.idea/Familine.iml @@ -4,6 +4,5 @@ <content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="mobile-detect" level="application" />
</component>
</module>
\ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml index af565fd..45723e9 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="PublishConfigData" serverName="Familine (project level)" createEmptyFolders="true" autoUploadExternalChanges="true">
+ <component name="PublishConfigData" serverName="Familine" remoteFilesAllowedToDisappearOnAutoupload="false">
<serverData>
- <paths name="Familine (project level)">
+ <paths name="Familine">
<serverdata>
<mappings>
<mapping deploy="/mnt/familine" local="$PROJECT_DIR$" web="/" />
diff --git a/.idea/dictionaries/Minteck.xml b/.idea/dictionaries/Minteck.xml deleted file mode 100644 index 41f8aa8..0000000 --- a/.idea/dictionaries/Minteck.xml +++ /dev/null @@ -1,3 +0,0 @@ -<component name="ProjectDictionaryState">
- <dictionary name="Minteck" />
-</component>
\ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml deleted file mode 100644 index a3c6b7b..0000000 --- a/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="DiscordProjectSettings">
- <option name="show" value="PROJECT" />
- <option name="description" value="" />
- </component>
-</project>
\ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 10963b9..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,9 +0,0 @@ -<component name="InspectionProjectProfileManager"> - <profile version="1.0"> - <option name="myName" value="Project Default" /> - <inspection_tool class="CssNonIntegerLengthInPixels" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> - <inspection_tool class="CssUnresolvedCustomProperty" enabled="false" level="ERROR" enabled_by_default="false" /> - <inspection_tool class="JsonSchemaCompliance" enabled="false" level="WARNING" enabled_by_default="false" /> - <inspection_tool class="PhpUndefinedFunctionInspection" enabled="false" level="WARNING" enabled_by_default="false" /> - </profile> -</component>
\ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml deleted file mode 100644 index 5221985..0000000 --- a/.idea/jsLibraryMappings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="JavaScriptLibraryMappings">
- <file url="PROJECT" libraries="{mobile-detect}" />
- </component>
-</project>
\ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 045d15b..a070180 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="PhpProjectSharedConfiguration" php_language_level="7.4" />
+ <component name="PhpProjectSharedConfiguration" php_language_level="7.4">
+ <option name="suggestChangeDefaultLanguageLevel" value="false" />
+ </component>
</project>
\ No newline at end of file diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml index 6b5120d..8f4dd16 100644 --- a/.idea/sshConfigs.xml +++ b/.idea/sshConfigs.xml @@ -2,7 +2,7 @@ <project version="4"> <component name="SshConfigs"> <configs> - <sshConfig authType="OPEN_SSH" host="ols2" id="d74d45ad-c752-4bdf-82c1-85cbd6c8e458" port="22465" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> + <sshConfig authType="OPEN_SSH" host="minteck.org" id="2ff33082-d7fd-4674-8554-576d41cd97bf" port="22465" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> </configs> </component> </project>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index a1f2013..fa2ad59 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -5,6 +5,5 @@ <mapping directory="$PROJECT_DIR$/app/console" vcs="Git" />
<mapping directory="$PROJECT_DIR$/app/genealogy" vcs="Git" />
<mapping directory="$PROJECT_DIR$/app/help" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/app/money" vcs="Git" />
</component>
</project>
\ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml index 4fe5d8a..427510e 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -2,8 +2,8 @@ <project version="4">
<component name="WebServers">
<option name="servers">
- <webServer id="dd27d6eb-cb58-4445-81e2-75460b980d8f" name="Familine (project level)" url="https://familine.mooo.com">
- <fileTransfer accessType="SFTP" host="ols2" port="22465" sshConfigId="d74d45ad-c752-4bdf-82c1-85cbd6c8e458" sshConfig="root@ols2:22465 agent" authAgent="true">
+ <webServer id="9701def1-7401-42f4-8594-93ac16af0c57" name="Familine" url="http://familine.minteck.org">
+ <fileTransfer accessType="SFTP" host="minteck.org" port="22465" sshConfigId="2ff33082-d7fd-4674-8554-576d41cd97bf" sshConfig="root@minteck.org:22465 agent" authAgent="true">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
</advancedOptions>
diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..7973b26 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="e4941d36-f387-4fd6-8e3d-4cad435f2034" name="Changes" comment=""> + <change afterPath="$PROJECT_DIR$/app/help/fonts/Nunito-Italic-VariableFont_wght.ttf" afterDir="false" /> + <change afterPath="$PROJECT_DIR$/app/help/fonts/Nunito-VariableFont_wght.ttf" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/Familine.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/Familine.iml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/deployment.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/deployment.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/dictionaries/Minteck.xml" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/discord.xml" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/jsLibraryMappings.xml" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/php.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/php.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/sshConfigs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/sshConfigs.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/webServers.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/webServers.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/genealogy/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/genealogy/private/header.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/private/header.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/account/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/help/account/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/help/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/legal/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/help/legal/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/media/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/help/media/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/money/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/help/genealogy/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/review/index.php" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/share/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/help/share/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/help/wiki/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/help/wiki/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/app/session.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/session.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/icns/familine-movies.png" beforeDir="false" afterPath="$PROJECT_DIR$/icns/familine-movies.png" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/icns/familine-movies.svg" beforeDir="false" afterPath="$PROJECT_DIR$/icns/familine-movies.svg" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/icns/familine-photos.png" beforeDir="false" afterPath="$PROJECT_DIR$/icns/familine-photos.png" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/icns/familine-photos.svg" beforeDir="false" afterPath="$PROJECT_DIR$/icns/familine-photos.svg" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/icns/familine-planning.svg" beforeDir="false" afterPath="$PROJECT_DIR$/icns/familine-planning.svg" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/known/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/known/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/login.old/embed/index.php" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/login.old/index.php" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/login/embed/index.php" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/login/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/login/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/oauth.old/embed/index.php" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/oauth.old/index.php" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/oauth/embed/index.php" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/oauth/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/oauth/index.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/private/session.php" beforeDir="false" afterPath="$PROJECT_DIR$/private/session.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/statusbar.php" beforeDir="false" afterPath="$PROJECT_DIR$/statusbar.php" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/version.txt" beforeDir="false" afterPath="$PROJECT_DIR$/version.txt" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/welcome/index.php" beforeDir="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="ComposerSettings"> + <execution /> + </component> + <component name="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="GitSEFilterConfiguration"> + <file-type-list> + <filtered-out-file-type name="LOCAL_BRANCH" /> + <filtered-out-file-type name="REMOTE_BRANCH" /> + <filtered-out-file-type name="TAG" /> + <filtered-out-file-type name="COMMIT_BY_MESSAGE" /> + </file-type-list> + </component> + <component name="MarkdownSettingsMigration"> + <option name="stateVersion" value="1" /> + </component> + <component name="ProjectId" id="23plsKFfG63WJwGMvFPCPdau2Pr" /> + <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="WebServerToolWindowFactoryState" value="false" /> + <property name="vue.rearranger.settings.migration" value="true" /> + </component> + <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="e4941d36-f387-4fd6-8e3d-4cad435f2034" name="Changes" comment="" /> + <created>1642439118426</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1642439118426</updated> + <workItem from="1642439120729" duration="929000" /> + <workItem from="1642610611712" duration="485000" /> + <workItem from="1642845718526" duration="1404000" /> + <workItem from="1642944432747" duration="269000" /> + <workItem from="1642951326504" duration="715000" /> + <workItem from="1643996334506" duration="1683000" /> + <workItem from="1644003506604" duration="1476000" /> + <workItem from="1644051951606" duration="627000" /> + <workItem from="1644061944516" duration="4341000" /> + <workItem from="1644071110782" duration="282000" /> + <workItem from="1644071749913" duration="10000" /> + </task> + <servers /> + </component> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="3" /> + </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> +</project>
\ No newline at end of file |