Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jan 11, 2019
1 parent 573ccea commit ad7410d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onlyoffice
Submodule onlyoffice updated 68 files
+76 −0 CHANGELOG.md
+78 −33 README.md
+18 −15 appinfo/app.php
+31 −18 appinfo/application.php
+10 −14 appinfo/info.xml
+19 −15 appinfo/routes.php
+ assets/cs/new.docx
+ assets/cs/new.pptx
+ assets/de/new.docx
+ assets/de/new.pptx
+ assets/de_DE/new.docx
+ assets/de_DE/new.pptx
+ assets/el/new.docx
+ assets/en/new.docx
+ assets/es/new.docx
+ assets/fr/new.docx
+ assets/it/new.docx
+ assets/ko/new.docx
+ assets/pl/new.docx
+ assets/pt_BR/new.docx
+ assets/pt_BR/new.pptx
+ assets/pt_BR/new.xlsx
+ assets/pt_PT/new.docx
+ assets/pt_PT/new.pptx
+ assets/ru/new.docx
+ assets/ru/new.pptx
+ assets/sv/new.docx
+ assets/sv/new.pptx
+ assets/sv/new.xlsx
+ assets/zh_CN/new.docx
+247 −115 controller/callbackcontroller.php
+349 −108 controller/editorcontroller.php
+80 −56 controller/settingscontroller.php
+25 −18 css/editor.css
+36 −16 css/main.css
+23 −15 css/settings.css
+0 −0 img/app-dark.svg
+51 −0 js/desktop.js
+46 −33 js/editor.js
+134 −82 js/main.js
+47 −20 js/settings.js
+15 −13 l10n/de.js
+15 −13 l10n/de.json
+51 −0 l10n/de_DE.js
+49 −0 l10n/de_DE.json
+5 −3 l10n/es.js
+5 −3 l10n/es.json
+51 −0 l10n/fr.js
+49 −0 l10n/fr.json
+51 −0 l10n/pt_BR.js
+49 −0 l10n/pt_BR.json
+5 −3 l10n/ru.js
+5 −3 l10n/ru.json
+51 −0 l10n/sv.js
+49 −0 l10n/sv.json
+18 −36 lib/adminsettings.php
+310 −83 lib/appconfig.php
+29 −55 lib/crypt.php
+75 −41 lib/documentservice.php
+47 −0 lib/hookhandler.php
+ screenshots/main.png
+ screenshots/main_small.png
+ screenshots/new.png
+ screenshots/open.png
+ screenshots/settings.png
+18 −15 settings.php
+24 −27 templates/editor.php
+57 −24 templates/settings.php

0 comments on commit ad7410d

Please sign in to comment.