Skip to content

Commit

Permalink
Merge pull request #1003 from ONLYOFFICE/develop
Browse files Browse the repository at this point in the history
Release/9.3.0
  • Loading branch information
LinneyS authored Jul 1, 2024
2 parents 7bd1cf2 + 3b66171 commit f5a9d2c
Show file tree
Hide file tree
Showing 58 changed files with 157 additions and 190 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 9.3.0
## Changed
- creating and editing pdf form

## 9.2.2
## Changed
- fix settings page when tag app is disabled
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.</description>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.onlyoffice.com/">Ascensio System SIA</author>
<version>9.2.2</version>
<version>9.3.0</version>
<namespace>Onlyoffice</namespace>
<types>
<prevent_group_restriction/>
Expand All @@ -21,7 +21,7 @@
<category>office</category>
<category>tools</category>
<website>https://www.onlyoffice.com</website>
<discussion>https://dev.onlyoffice.org/</discussion>
<discussion>https://forum.onlyoffice.com/</discussion>
<bugs>https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues</bugs>
<repository type="git">https://github.com/ONLYOFFICE/onlyoffice-nextcloud.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/main_small.png">https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-nextcloud/master/screenshots/main.png</screenshot>
Expand Down
2 changes: 1 addition & 1 deletion assets/document-formats
2 changes: 1 addition & 1 deletion assets/document-templates
Submodule document-templates updated 85 files
+0 −3 README.md
+ ar-SA/new.docxf
+ ar-SA/new.pdf
+ az-Latn-AZ/new.docxf
+ az-Latn-AZ/new.pdf
+ az-Latn-AZ/new.xlsx
+ bg-BG/new.docxf
+ bg-BG/new.pdf
+ cs-CZ/new.docxf
+ cs-CZ/new.pdf
+ de-DE/new.docxf
+ de-DE/new.pdf
+ el-GR/new.docxf
+ el-GR/new.pdf
+ el-GR/new.xlsx
+ en-GB/new.docxf
+ en-GB/new.pdf
+ en-US/new.docxf
+ en-US/new.pdf
+ es-ES/new.docxf
+ es-ES/new.pdf
+ es-ES/new.xlsx
+ eu-ES/new.docxf
+ eu-ES/new.pdf
+ fr-FR/new.docxf
+ fr-FR/new.pdf
+ fr-FR/new.xlsx
+ gl-ES/new.docxf
+ gl-ES/new.pdf
+ hy-AM/new.docxf
+ hy-AM/new.pdf
+ it-IT/new.docxf
+ it-IT/new.pdf
+ it-IT/new.xlsx
+ ja-JP/new.docxf
+ ja-JP/new.pdf
+ ja-JP/new.xlsx
+ ko-KR/new.docxf
+ ko-KR/new.pdf
+ ko-KR/new.xlsx
+ lv-LV/new.docxf
+ lv-LV/new.pdf
+ lv-LV/new.xlsx
+ ms-MY/new.docxf
+ ms-MY/new.pdf
+ nl-NL/new.docxf
+ nl-NL/new.pdf
+ nl-NL/new.pptx
+ pl-PL/new.docxf
+ pl-PL/new.pdf
+ pl-PL/new.xlsx
+ pt-BR/new.docxf
+ pt-BR/new.pdf
+ pt-BR/new.xlsx
+ pt-PT/new.docxf
+ pt-PT/new.pdf
+ ru-RU/new.docxf
+ ru-RU/new.pdf
+ si-LK/new.docxf
+ si-LK/new.pdf
+ sk-SK/new.docxf
+ sk-SK/new.pdf
+ sk-SK/new.xlsx
+ sr-Cyrl-RS/new.docx
+ sr-Cyrl-RS/new.pdf
+ sr-Cyrl-RS/new.pptx
+ sr-Cyrl-RS/new.xlsx
+ sr-Latn-RS/new.docxf
+ sr-Latn-RS/new.pdf
+ sv-SE/new.docxf
+ sv-SE/new.pdf
+ sv-SE/new.xlsx
+ tr-TR/new.docxf
+ tr-TR/new.pdf
+ uk-UA/new.docxf
+ uk-UA/new.pdf
+ uk-UA/new.xlsx
+ vi-VN/new.docxf
+ vi-VN/new.pdf
+ vi-VN/new.xlsx
+ zh-CN/new.docxf
+ zh-CN/new.pdf
+ zh-CN/new.xlsx
+ zh-TW/new.docxf
+ zh-TW/new.pdf
20 changes: 14 additions & 6 deletions css/format.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,23 @@
*
*/

.icon-onlyoffice-new-docx {
background-image: url("../img/new-docx.svg");
.icon-onlyoffice-new-docx {
background-size: 20px !important;
background-position: 12px !important;
background-image: url("../img/new-docx.svg");
}
.icon-onlyoffice-new-xlsx {
background-image: url("../img/new-xlsx.svg");
background-size: 20px !important;
background-position: 12px !important;
background-image: url("../img/new-xlsx.svg");
}
.icon-onlyoffice-new-pptx {
background-image: url("../img/new-pptx.svg");
background-size: 20px !important;
background-position: 12px !important;
background-image: url("../img/new-pptx.svg");
}
.icon-onlyoffice-new-docxf {
background-image: url("../img/new-docxf.svg");
.icon-onlyoffice-new-pdf {
background-size: 20px !important;
background-position: 12px !important;
background-image: url("../img/new-pdf.svg");
}
1 change: 0 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
.icon-onlyoffice-open,
.icon-onlyoffice-convert,
.icon-onlyoffice-download,
.icon-onlyoffice-fill,
.icon-onlyoffice-create {
background-color: var(--color-main-text);
mask: url("../img/app-dark.svg") no-repeat 50% 50%;
Expand Down
36 changes: 13 additions & 23 deletions img/new-docx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions img/new-docxf.svg

This file was deleted.

13 changes: 13 additions & 0 deletions img/new-pdf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 10 additions & 23 deletions img/new-pptx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 10 additions & 23 deletions img/new-xlsx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pdf.ico
Binary file not shown.
1 change: 0 additions & 1 deletion l10n/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ OC.L10N.register(
"From text document": "От текстов документ",
"Create new PDF form": "Създайте нов PDF формуляр",
"Create form": "Създайте формуляр",
"Fill in form in ONLYOFFICE": "Попълнете формуляр в ONLYOFFICE",
"Security": "Сигурност",
"Run document macros": "Изпълнение на макроси на документи",
"Anonymous": "Анонимен",
Expand Down
1 change: 0 additions & 1 deletion l10n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"From text document": "От текстов документ",
"Create new PDF Form": "Създайте нов PDF формуляр",
"Create form": "Създайте формуляр",
"Fill in form in ONLYOFFICE": "Попълнете формуляр в ONLYOFFICE",
"Security": "Сигурност",
"Run document macros": "Изпълнение на макроси на документи",
"Anonymous": "Анонимен",
Expand Down
1 change: 0 additions & 1 deletion l10n/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ OC.L10N.register(
"Blank": "En blanc",
"From text document": "Des de document de text",
"Create form": "Crear formulari",
"Fill in form in ONLYOFFICE": "Omplir el formulari en ONLYOFFICE",
"Security": "Seguretat",
"Anonymous": "Anònim",
"Light": "Llum",
Expand Down
1 change: 0 additions & 1 deletion l10n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"Blank": "En blanc",
"From text document": "Des de document de text",
"Create form": "Crear formulari",
"Fill in form in ONLYOFFICE": "Omplir el formulari en ONLYOFFICE",
"Security": "Seguretat",
"Anonymous": "Anònim",
"Light": "Llum",
Expand Down
1 change: 0 additions & 1 deletion l10n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ OC.L10N.register(
"Blank": "Tom",
"From text document": "Fra tekstdokument",
"Create form": "Opret formular",
"Fill in form in ONLYOFFICE": "Udfyld formularen i ONLYOFFICE",
"Security": "Sikkerhed",
"Run document macros": "Kør dokumentmakroer",
"Anonymous": "Anonym",
Expand Down
1 change: 0 additions & 1 deletion l10n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"Blank": "Tom",
"From text document": "Fra tekstdokument",
"Create form": "Opret formular",
"Fill in form in ONLYOFFICE": "Udfyld formularen i ONLYOFFICE",
"Security": "Sikkerhed",
"Run document macros": "Kør dokumentmakroer",
"Anonymous": "Anonym",
Expand Down
1 change: 0 additions & 1 deletion l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ OC.L10N.register(
"From text document": "Aus Textdatei",
"Create new PDF form": "Neues PDF-Formular erstellen",
"Create form": "Formular erstellen",
"Fill in form in ONLYOFFICE": "Formular in ONLYOFFICE ausfüllen",
"Security": "Sicherheit",
"Run document macros": "Makros im Dokument ausführen",
"Anonymous": "Anonym",
Expand Down
1 change: 0 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"From text document": "Aus Textdatei",
"Create new PDF Form": "Neues PDF-Formular erstellen",
"Create form": "Formular erstellen",
"Fill in form in ONLYOFFICE": "Formular in ONLYOFFICE ausfüllen",
"Security": "Sicherheit",
"Run document macros": "Makros im Dokument ausführen",
"Anonymous": "Anonym",
Expand Down
1 change: 0 additions & 1 deletion l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ OC.L10N.register(
"From text document": "Aus Textdatei",
"Create new PDF form": "Neues PDF-Formular erstellen",
"Create form": "Formular erstellen",
"Fill in form in ONLYOFFICE": "Formular in ONLYOFFICE ausfüllen",
"Security": "Sicherheit",
"Run document macros": "Makros im Dokument ausführen",
"Anonymous": "Anonym",
Expand Down
1 change: 0 additions & 1 deletion l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"From text document": "Aus Textdatei",
"Create new PDF Form": "Neues PDF-Formular erstellen",
"Create form": "Formular erstellen",
"Fill in form in ONLYOFFICE": "Formular in ONLYOFFICE ausfüllen",
"Security": "Sicherheit",
"Run document macros": "Makros im Dokument ausführen",
"Anonymous": "Anonym",
Expand Down
1 change: 0 additions & 1 deletion l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ OC.L10N.register(
"From text document": "Desde documento de texto",
"Create new PDF form": "Crear nuevo formulario PDF",
"Create form": "Crear formulario",
"Fill in form in ONLYOFFICE": "Rellenar el formulario en ONLYOFFICE",
"Security": "Seguridad",
"Run document macros": "Ejecutar macros de documentos",
"Anonymous": "Anónimo",
Expand Down
1 change: 0 additions & 1 deletion l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"From text document": "Desde documento de texto",
"Create new PDF Form": "Crear nuevo formulario PDF",
"Create form": "Crear formulario",
"Fill in form in ONLYOFFICE": "Rellenar el formulario en ONLYOFFICE",
"Security": "Seguridad",
"Run document macros": "Ejecutar macros de documentos",
"Anonymous": "Anónimo",
Expand Down
1 change: 0 additions & 1 deletion l10n/eu.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ OC.L10N.register(
"Blank": "Zurian",
"From text document": "Testu dokumentutik",
"Create form": "Sortu inprimakia",
"Fill in form in ONLYOFFICE": "Bete inprimakia ONLYOFFICE-en",
"Security": "Segurtasuna",
"Run document macros": "Exekutatu dokumentuen macroak",
"Anonymous": "Anonimoa",
Expand Down
1 change: 0 additions & 1 deletion l10n/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"Blank": "Zurian",
"From text document": "Testu dokumentutik",
"Create form": "Sortu inprimakia",
"Fill in form in ONLYOFFICE": "Bete inprimakia ONLYOFFICE-en",
"Security": "Segurtasuna",
"Run document macros": "Exekutatu dokumentuen macroak",
"Anonymous": "Anonimoa",
Expand Down
1 change: 0 additions & 1 deletion l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ OC.L10N.register(
"From text document": "À partir d'un fichier texte",
"Create new PDF form": "Créer un nouveau formulaire PDF",
"Create form": "Créer un formulaire",
"Fill in form in ONLYOFFICE": "Remplir le formulaire dans ONLYOFFICE",
"Security": "Sécurité",
"Run document macros": "Exécuter des macros de documents",
"Anonymous": "Anonyme",
Expand Down
1 change: 0 additions & 1 deletion l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"From text document": "À partir d'un fichier texte",
"Create new PDF Form": "Créer un nouveau formulaire PDF",
"Create form": "Créer un formulaire",
"Fill in form in ONLYOFFICE": "Remplir le formulaire dans ONLYOFFICE",
"Security": "Sécurité",
"Run document macros": "Exécuter des macros de documents",
"Anonymous": "Anonyme",
Expand Down
1 change: 0 additions & 1 deletion l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ OC.L10N.register(
"From text document": "Dal documento di testo",
"Create new PDF form": "Crea un nuovo modulo PDF",
"Create form": "Creare modulo",
"Fill in form in ONLYOFFICE": "Compilare il modulo in ONLYOFFICE",
"Security": "Sicurezza",
"Run document macros": "Esegui le macro del documento",
"Anonymous": "Anonimo",
Expand Down
1 change: 0 additions & 1 deletion l10n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"From text document": "Dal documento di testo",
"Create new PDF Form": "Crea un nuovo modulo PDF",
"Create form": "Creare modulo",
"Fill in form in ONLYOFFICE": "Compilare il modulo in ONLYOFFICE",
"Security": "Sicurezza",
"Run document macros": "Esegui le macro del documento",
"Anonymous": "Anonimo",
Expand Down
1 change: 0 additions & 1 deletion l10n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ OC.L10N.register(
"From text document": "テキスト文書から作成する",
"Create new PDF form": "新規PDFフォームの作成",
"Create form": "フォームの作成",
"Fill in form in ONLYOFFICE": "ONLYOFFICEでフォームを記入する",
"Security": "セキュリティ",
"Run document macros": "ドキュメントマクロを実行する",
"Anonymous": "匿名",
Expand Down
Loading

0 comments on commit f5a9d2c

Please sign in to comment.