-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade cops to 1.4.3 * Upgrade PHP requirements to 7.4 * Fixed desktop icon * (core) Use mustache to generate wizards * Added missing apache 2.4 dependency * Fixed installer check should be run in `validate_preinst` * Add explicitly `zlib` PHP extension as a default * Disabling jsonlinting on wizard templates * Fixed service user --------- Co-authored-by: hgy59 <[email protected]>
- Loading branch information
Showing
14 changed files
with
126 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
cops-1.1.3.zip SHA1 43f4838b5c5f46cf9e57bc4a480f4579494bc7ec | ||
cops-1.1.3.zip SHA256 68c9efb340ab30989cd89a19a173c45872d33ed85dd02674f8af08b7748cbc77 | ||
cops-1.1.3.zip MD5 461c2b2fdd6ae6be27ba192d97188fda | ||
cops-1.4.2.zip SHA1 841183a5038f8f012d6c413ebb9c9e54b1cf176d | ||
cops-1.4.2.zip SHA256 60542faade68764667ec142d1606c52f79d9b4818fa2407d40607d0abfd2d99b | ||
cops-1.4.2.zip MD5 ed35a750fc449a52fb7e5229754426d2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
spk/cops/src/wizard/fragments/php_configuration_requirements.json
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
spk/cops/src/wizard/fragments/php_configuration_requirements_fre.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[{ | ||
"step_title": "{{{COPS_CONFIGURATION_FIRST_STEP_TITLE}}}", | ||
"items": [{ | ||
"type": "textfield", | ||
"desc": "{{{EXISTING_CALIBRE_DIRECTORY_DESCRIPTION}}}", | ||
"subitems": [{ | ||
"key": "wizard_calibre_dir", | ||
"defaultValue": "/volume1/calibre/", | ||
"desc": "{{{EXISTING_CALIBRE_DIRECTORY_LABEL}}}" | ||
}] | ||
}, { | ||
"type": "textfield", | ||
"desc": "{{{COPS_CATALOG_TITLE_DESCRIPTION}}}", | ||
"subitems": [{ | ||
"key": "wizard_cops_title", | ||
"defaultValue": "COPS", | ||
"desc": "{{{COPS_CATALOG_TITLE_LABEL}}}" | ||
}] | ||
}] | ||
},{ | ||
"step_title": "{{{COPS_CONFIGURATION_SECOND_STEP_TITLE}}}", | ||
"items": [{ | ||
"type": "multiselect", | ||
"desc": "{{{DO_YOU_WANT_TO_USE_COPS_WITH_A_KOBO_DESCRIPTION}}}", | ||
"subitems": [{ | ||
"key": "wizard_use_url_rewriting", | ||
"desc": "{{{DO_YOU_WANT_TO_USE_COPS_WITH_A_KOBO_LABEL}}}" | ||
}] | ||
}] | ||
}, | ||
{{#IS_DSM_6}} | ||
{ | ||
"step_title": "{{{PHP_CONFIGURATION_REQUIREMENTS_TITLE}}}", | ||
"items": [ | ||
{ | ||
"desc": "{{{PHP_CONFIGURATION_REQUIREMENTS_EXPLANATION}}}" | ||
}, | ||
{ | ||
"desc": "<ul><li>gd</li><li>intl</li><li>pdo_sqlite</li><li>sqlite3</li><li>zlib</li></ul>" | ||
} | ||
] | ||
}, | ||
{{/IS_DSM_6}} | ||
{ | ||
"step_title": "{{{DSM_PERMISSIONS_TITLE}}}", | ||
"items": [ | ||
{ | ||
"desc": "{{{DSM_PERMISSIONS_TEXT}}}" | ||
} | ||
] | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
COPS_CONFIGURATION_FIRST_STEP_TITLE: "COPS configuration" | ||
|
||
EXISTING_CALIBRE_DIRECTORY_DESCRIPTION: "Existing Calibre library directory. WARNING: has to end with a / and never use your web directory" | ||
EXISTING_CALIBRE_DIRECTORY_LABEL: "Calibre directory" | ||
COPS_CATALOG_TITLE_DESCRIPTION: "Catalog title." | ||
COPS_CATALOG_TITLE_LABEL: "Catalog title" | ||
|
||
COPS_CONFIGURATION_SECOND_STEP_TITLE: "COPS configuration (next)" | ||
DO_YOU_WANT_TO_USE_COPS_WITH_A_KOBO_DESCRIPTION: "Do you want to use COPS with a Kobo eReader?" | ||
DO_YOU_WANT_TO_USE_COPS_WITH_A_KOBO_LABEL: "Kobo" | ||
|
||
DSM_PERMISSIONS_TITLE: "Attention! DSM Permissions" | ||
DSM_PERMISSIONS_TEXT: "Package user and group will not appear on most UI settings. Please read <a target=\\\"_blank\\\" href=\\\"https://github.com/SynoCommunity/spksrc/wiki/Permission-Management\\\">Permission Management</a> for details." | ||
|
||
PHP_CONFIGURATION_REQUIREMENTS_TITLE: "PHP Configuration Requirements" | ||
PHP_CONFIGURATION_REQUIREMENTS_EXPLANATION: "The below PHP extensions are required for COPS to operate (in WebStation):" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
COPS_CONFIGURATION_FIRST_STEP_TITLE: "Configuration de COPS" | ||
|
||
EXISTING_CALIBRE_DIRECTORY_DESCRIPTION: "Répertoire existant contenant une bibliothèque Calibre. Attention : doit se terminer par un / et ne jamais utiliser le répertoire web." | ||
EXISTING_CALIBRE_DIRECTORY_LABEL: "Répertoire contenant Calibre" | ||
COPS_CATALOG_TITLE_DESCRIPTION: "Titre du catalogue." | ||
COPS_CATALOG_TITLE_LABEL: "Titre du catalogue" | ||
|
||
COPS_CONFIGURATION_SECOND_STEP_TITLE: "Configuration de COPS (suite)" | ||
DO_YOU_WANT_TO_USE_COPS_WITH_A_KOBO_DESCRIPTION: "Voulez vous utiliser COPS avec votre liseuse Kobo ?" | ||
DO_YOU_WANT_TO_USE_COPS_WITH_A_KOBO_LABEL: "Kobo" | ||
|
||
DSM_PERMISSIONS_TITLE: "Attention! DSM Permissions" | ||
DSM_PERMISSIONS_TEXT: "L'utilisateur et le group du package n'apparaîtront pas sur la plupart des UI réglages. Veuillez vous référrer à <a target=\\\"_blank\\\" href=\\\"https://github.com/SynoCommunity/spksrc/wiki/Permission-Management\\\">Permission Management</a> pour plus de détails." | ||
|
||
PHP_CONFIGURATION_REQUIREMENTS_TITLE: "Configuration PHP requise" | ||
PHP_CONFIGURATION_REQUIREMENTS_EXPLANATION: "Vous devriez activer les extensions PHP suivantes (au sein de WebStation):" |