general cleanups

This commit is contained in:
ArabCoders
2024-12-28 21:53:22 +03:00
parent 92fc74e165
commit 7c1adb5dca
4 changed files with 33 additions and 49 deletions

View File

@@ -115,7 +115,7 @@ You can check the message in the notification itself to know what went wrong. Or
error has been logged to a file named `app.YYYYMMDD.log`.
If everything went ok, you should see the backend shows up in the same page. You can then go to the Tasks page and click
on `Qeueu Task`, for first time import we recommand letting
on `Queue Task`, for first time import we recommend letting
the task run in the background, as it might take a while to import all the data.
Once you have done all for your backends, You should go back again to `Tasks` page and enable the `Import` and `Export`
@@ -134,7 +134,7 @@ After starting the container you should start adding your backends and to do so
> [!NOTE]
> to get your plex token, please
> visit [this plex page](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/) to
> know how to extract your plex token. For jellyfin & emby. Go to Dashboard > Advanced > API keys > then create new api
> know how to extract your plex token. For jellyfin & emby. Go to Dashboard > Advanced > API keys > then create new API
> keys.
```bash

View File

@@ -47,7 +47,7 @@
"ramsey/uuid": "^4.7.6"
},
"suggest": {
"ext-sockets": "For UDP commincations."
"ext-sockets": "For UDP communications."
},
"require-dev": {
"roave/security-advisories": "dev-latest",

46
composer.lock generated
View File

@@ -1685,12 +1685,12 @@
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -1853,12 +1853,12 @@
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -2001,12 +2001,12 @@
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -2393,12 +2393,12 @@
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -3593,12 +3593,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "5a88337185d08d54ac102bc6eb137fc432ea70fb"
"reference": "9dd07280fc4c5f6c3d2a3da5e4058fc7288c2a1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5a88337185d08d54ac102bc6eb137fc432ea70fb",
"reference": "5a88337185d08d54ac102bc6eb137fc432ea70fb",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/9dd07280fc4c5f6c3d2a3da5e4058fc7288c2a1d",
"reference": "9dd07280fc4c5f6c3d2a3da5e4058fc7288c2a1d",
"shasum": ""
},
"conflict": {
@@ -3887,7 +3887,7 @@
"james-heinrich/phpthumb": "<1.7.12",
"jasig/phpcas": "<1.3.3",
"jcbrand/converse.js": "<3.3.3",
"joelbutcher/socialstream": "<6.2",
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
"johnbillion/wp-crontrol": "<1.16.2",
"joomla/application": "<1.0.13",
"joomla/archive": "<1.1.12|>=2,<2.0.1",
@@ -4259,7 +4259,8 @@
"t3s/content-consent": "<1.0.3|>=2,<2.0.2",
"tastyigniter/tastyigniter": "<3.3",
"tcg/voyager": "<=1.4",
"tecnickcom/tcpdf": "<=6.7.5",
"tecnickcom/tc-lib-pdf-font": "<2.6.4",
"tecnickcom/tcpdf": "<6.8",
"terminal42/contao-tablelookupwizard": "<3.3.5",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1,<2.1.3",
@@ -4271,6 +4272,7 @@
"tinymce/tinymce": "<7.2",
"tinymighty/wiki-seo": "<1.2.2",
"titon/framework": "<9.9.99",
"tltneon/lgsl": "<7",
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
"topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
"topthink/think": "<=6.1.1",
@@ -4438,7 +4440,7 @@
"type": "tidelift"
}
],
"time": "2024-12-23T19:04:22+00:00"
"time": "2024-12-27T20:05:23+00:00"
},
{
"name": "sebastian/cli-parser",

View File

@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<psalm errorLevel="2" resolveFromConfigFile="true" hideExternalErrors="true" ignoreInternalFunctionFalseReturn="false"
autoloader="./pre_init.php">
<psalm errorLevel="4" resolveFromConfigFile="true" hideExternalErrors="true" ignoreInternalFunctionFalseReturn="false" autoloader="./pre_init.php">
<projectFiles>
<directory name="."/>
<ignoreFiles allowMissingFiles="true">
@@ -9,30 +8,13 @@
<directory name="assets"/>
<directory name="frontend"/>
<directory name="docker"/>
<directory name="public"/>
<directory name="data"/>
<directory name="bin"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<TypeDoesNotContainType errorLevel="info"/>
<PossiblyNullArgument errorLevel="info"/>
<PossiblyNullReference errorLevel="info"/>
<PossiblyInvalidArgument errorLevel="info"/>
<PossiblyNullPropertyFetch errorLevel="info"/>
<MissingClosureParamType errorLevel="info"/>
<RedundantCondition errorLevel="info"/>
<MissingParamType errorLevel="info"/>
<PossiblyInvalidMethodCall errorLevel="info"/>
<DocblockTypeContradiction errorLevel="info"/>
<PropertyNotSetInConstructor errorLevel="info"/>
<RedundantConditionGivenDocblockType errorLevel="info"/>
<PossiblyNullArrayOffset errorLevel="info"/>
<MissingFile errorLevel="info"/>
<DuplicateFunction errorLevel="info"/>
<DuplicateClass errorLevel="info"/>
<UnresolvableInclude errorLevel="info"/>
</issueHandlers>
<stubs>
<extrasFiles>
<file name="./.phpstorm.meta.php"/>
</stubs>
</extrasFiles>
<issueHandlers>
</issueHandlers>
</psalm>