diff options
author | Minteck <nekostarfan@gmail.com> | 2021-09-11 19:42:09 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-09-11 19:42:09 +0200 |
commit | 2c014c29f2cf7a519152937f82ff67c0ef23d84f (patch) | |
tree | 158ce653bc4ff3edbb59ce6fbd3f9d94ef594a6a /.idea | |
parent | 067d7fa420f6f07f1a26586f293f92f7f40e3d05 (diff) | |
download | main-2c014c29f2cf7a519152937f82ff67c0ef23d84f.tar.gz main-2c014c29f2cf7a519152937f82ff67c0ef23d84f.tar.bz2 main-2c014c29f2cf7a519152937f82ff67c0ef23d84f.zip |
Commit
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/Minteck.ro.lt.iml | 1 | ||||
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 1 | ||||
-rw-r--r-- | .idea/jsLibraryMappings.xml | 6 | ||||
-rw-r--r-- | .idea/sshConfigs.xml | 8 | ||||
-rw-r--r-- | .idea/vcs.xml | 1 | ||||
-rw-r--r-- | .idea/webServers.xml | 14 | ||||
-rw-r--r-- | .idea/workspace.xml | 79 |
7 files changed, 101 insertions, 9 deletions
diff --git a/.idea/Minteck.ro.lt.iml b/.idea/Minteck.ro.lt.iml index bf4c9d3..e67dfce 100644 --- a/.idea/Minteck.ro.lt.iml +++ b/.idea/Minteck.ro.lt.iml @@ -4,5 +4,6 @@ <content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" name="bundle.iife" level="application" />
</component>
</module>
\ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 21b49a5..cbfe38a 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -34,5 +34,6 @@ </option> <option name="myCustomValuesEnabled" value="true" /> </inspection_tool> + <inspection_tool class="JsonSchemaCompliance" 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 new file mode 100644 index 0000000..aab5afa --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="JavaScriptLibraryMappings">
+ <file url="PROJECT" libraries="{bundle.iife}" />
+ </component>
+</project>
\ No newline at end of file diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml new file mode 100644 index 0000000..489413b --- /dev/null +++ b/.idea/sshConfigs.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="SshConfigs">
+ <configs>
+ <sshConfig authType="OPEN_SSH" host="minteck.ro.lt" id="4f929324-c6b7-4c35-973e-9859871ae6ae" port="22465" nameFormat="DESCRIPTIVE" username="root" />
+ </configs>
+ </component>
+</project>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 9c515ef..635a64f 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,7 @@ <project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
+ <mapping directory="$PROJECT_DIR$/api/v1" vcs="Git" />
<mapping directory="$PROJECT_DIR$/includes/webring" vcs="Git" />
</component>
</project>
\ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml new file mode 100644 index 0000000..109fd9c --- /dev/null +++ b/.idea/webServers.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="WebServers">
+ <option name="servers">
+ <webServer id="54c9aec9-611f-492b-9fc2-e796132c246f" name="Familine" url="https://minteck.ro.lt">
+ <fileTransfer accessType="SFTP" host="minteck.ro.lt" port="22465" sshConfigId="4f929324-c6b7-4c35-973e-9859871ae6ae" sshConfig="root@minteck.ro.lt:22465 agent" authAgent="true">
+ <advancedOptions>
+ <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
+ </advancedOptions>
+ </fileTransfer>
+ </webServer>
+ </option>
+ </component>
+</project>
\ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bf85be9..d54c092 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,43 @@ <project version="4">
<component name="ChangeListManager">
<list default="true" id="efd4dd1a-d09c-4a08-b9ea-ac28a5f96210" name="Default Changelist" comment="">
+ <change afterPath="$PROJECT_DIR$/admin/.htpasswd" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/admin/api/ipTest.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/admin/panes/deneid.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/v1" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/v1/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/v1/intro.html" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/v1/main.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/v1/system/versions/api.json" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/v1/system/versions/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/api/v1/version.json" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/captcha/index.html" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/googleb0405a7fbe408f87.html" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/oworadio/along/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/oworadio/credits/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/oworadio/dmca/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/oworadio/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/oworadio/source/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/oworadio/vlc/index.php" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/static/archives/minteck-future.png" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/tulpa/index.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/Minteck.ro.lt.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/Minteck.ro.lt.iml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.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/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/includes/header.php" beforeDir="false" afterPath="$PROJECT_DIR$/includes/header.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/about/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/about/index.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/admin/private/ipcache.json" beforeDir="false" afterPath="$PROJECT_DIR$/admin/private/ipcache.json" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/admin/private/permissions.json" beforeDir="false" afterPath="$PROJECT_DIR$/admin/private/permissions.json" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/api/v1/LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/api/v1/LICENSE" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/api/v1/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/api/v1/README.md" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/includes/code/en.html" beforeDir="false" afterPath="$PROJECT_DIR$/includes/code/en.html" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/includes/code/fr.html" beforeDir="false" afterPath="$PROJECT_DIR$/includes/code/fr.html" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/includes/drafts/conduct.en.html" beforeDir="false" />
+ <change beforePath="$PROJECT_DIR$/includes/drafts/conduct.fr.html" beforeDir="false" />
+ <change beforePath="$PROJECT_DIR$/includes/stats/stats.json" beforeDir="false" afterPath="$PROJECT_DIR$/includes/stats/stats.json" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/includes/tinyfilemanager.php" beforeDir="false" afterPath="$PROJECT_DIR$/includes/tinyfilemanager.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/index.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -16,8 +51,8 @@ <component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
- <option value="HTML File" />
<option value="CSS File" />
+ <option value="HTML File" />
</list>
</option>
</component>
@@ -32,6 +67,15 @@ <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
</file-type-list>
</component>
+ <component name="HighlightingSettingsPerFile">
+ <setting file="file://$PROJECT_DIR$/oworadio/credits/index.php" root0="FORCE_HIGHLIGHTING" root1="FORCE_HIGHLIGHTING" />
+ <setting file="file://$PROJECT_DIR$/includes/header.php" root0="FORCE_HIGHLIGHTING" root1="FORCE_HIGHLIGHTING" />
+ <setting file="file://$PROJECT_DIR$/oworadio/index.php" root0="FORCE_HIGHLIGHTING" root1="FORCE_HIGHLIGHTING" />
+ <setting file="file://$PROJECT_DIR$/oworadio/along/index.php" root0="FORCE_HIGHLIGHTING" root1="FORCE_HIGHLIGHTING" />
+ <setting file="file://$PROJECT_DIR$/oworadio/vlc/index.php" root0="FORCE_HIGHLIGHTING" root1="FORCE_HIGHLIGHTING" />
+ <setting file="file://$PROJECT_DIR$/oworadio/dmca/index.php" root0="FORCE_HIGHLIGHTING" root1="FORCE_HIGHLIGHTING" />
+ <setting file="file://$PROJECT_DIR$/oworadio/source/index.php" root0="FORCE_HIGHLIGHTING" root1="FORCE_HIGHLIGHTING" />
+ </component>
<component name="ProjectId" id="1uSXsJVRotgT3vBeF2buxr3NLO6" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
@@ -46,7 +90,6 @@ <property name="DefaultHtmlFileTemplate" value="HTML File" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
- <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="true" />
<property name="WebServerToolWindowPanel.toolwindow.highlight.mappings" value="true" />
<property name="WebServerToolWindowPanel.toolwindow.highlight.symlinks" value="true" />
@@ -54,19 +97,25 @@ <property name="WebServerToolWindowPanel.toolwindow.show.permissions" value="false" />
<property name="WebServerToolWindowPanel.toolwindow.show.size" value="false" />
<property name="add_unversioned_files" value="$PROJECT_DIR$/admin/private/header.php D:/Projets/Minteck.ro.lt/admin/private/footer.php" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$/admin/private" />
+ <property name="code.cleanup.on.save" value="true" />
+ <property name="format.on.save" value="true" />
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/tulpa" />
<property name="list.type.of.created.stylesheet" value="CSS" />
+ <property name="node.js.detected.package.eslint" value="true" />
+ <property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="nodejs_package_manager_path" value="npm" />
- <property name="settings.editor.selected.configurable" value="reference.settings.deploy.options" />
+ <property name="optimize.imports.on.save" value="true" />
+ <property name="rearrange.code.on.save" value="true" />
+ <property name="settings.editor.selected.configurable" value="actions.on.save" />
<property name="vue.rearranger.settings.migration" value="true" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
+ <recent name="$PROJECT_DIR$/tulpa" />
+ <recent name="D:\Projets\Minteck.ro.lt\oworadio" />
+ <recent name="D:\Projets\Minteck.ro.lt\oworadio\dmca" />
+ <recent name="D:\Projets\Minteck.ro.lt\includes\blog\data" />
<recent name="$PROJECT_DIR$/admin/private" />
- <recent name="$PROJECT_DIR$/admin/panes" />
- <recent name="$PROJECT_DIR$/admin/api" />
- <recent name="$PROJECT_DIR$/includes/blog/data" />
- <recent name="$PROJECT_DIR$/includes" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="D:\Projets\Minteck.ro.lt\admin\panes" />
@@ -149,6 +198,18 @@ <workItem from="1629581877363" duration="3434000" />
<workItem from="1629706588281" duration="64000" />
<workItem from="1629741854142" duration="97000" />
+ <workItem from="1629843964692" duration="1683000" />
+ <workItem from="1630232590572" duration="179000" />
+ <workItem from="1630245091133" duration="20000" />
+ <workItem from="1630247219333" duration="4156000" />
+ <workItem from="1630314647873" duration="11678000" />
+ <workItem from="1630499440355" duration="75000" />
+ <workItem from="1630499532859" duration="7825000" />
+ <workItem from="1630513834205" duration="17000" />
+ <workItem from="1630846960914" duration="27000" />
+ <workItem from="1630847097840" duration="8000" />
+ <workItem from="1630847867340" duration="31000" />
+ <workItem from="1631353232645" duration="3542000" />
</task>
<servers />
</component>
|