Commit graph

6983 commits

Author SHA1 Message Date
Julia Radzhabova d8918e298d [DE] Add icons 2021-02-09 18:18:32 +03:00
Julia Radzhabova b707915c17 [DE] Fix show review tab in view and fill form mode 2021-02-09 17:34:52 +03:00
Julia Radzhabova 6945c85c56
Merge pull request #698 from ONLYOFFICE/feature/submit-forms
Feature/submit forms
2021-02-09 17:27:38 +03:00
Julia Radzhabova b7089a7344 [DE] Show Forms tab in fill form mode 2021-02-09 17:21:02 +03:00
Julia Radzhabova 6f20bddf01 [DE] Forms: show fill mode layout by default 2021-02-09 16:39:27 +03:00
Julia Radzhabova bf07d08dca [DE] Submit form 2021-02-09 13:31:05 +03:00
Julia Radzhabova 2cccba627f [DE] Add new formats for downloading: fb2, html, epub 2021-02-08 21:22:14 +03:00
Julia Radzhabova 616f77d34d [DE] Change synchronize tip: show at the bottom of toolbar 2021-02-08 19:19:19 +03:00
Julia Radzhabova 4ebacbac5a
Merge pull request #697 from ONLYOFFICE/fix/translation
Fix/translation
2021-02-08 18:36:11 +03:00
Julia Radzhabova b3d47b52fd Update help 2021-02-08 18:31:10 +03:00
Julia Radzhabova cac9307e8c [DE] Fix translation 2021-02-08 18:31:00 +03:00
Julia Radzhabova d3f8f5ddcb [DE] Refactoring 2021-02-08 17:29:18 +03:00
Julia Radzhabova a7be7f4d32 Merge branch 'develop' into feature/submit-forms 2021-02-08 13:51:29 +03:00
Maxim Kadushkin 9e36276e3e [dark theme] changed some elements 2021-02-07 00:31:35 +03:00
Maxim Kadushkin 3f228da263 [stylesheets] refactoring 2021-02-07 00:30:24 +03:00
Maxim Kadushkin c4c00ae515 [stylesheets] updated colors table 2021-02-06 21:15:49 +03:00
Julia Radzhabova 5308f61223 Submit form 2021-02-06 14:58:40 +03:00
Maxim Kadushkin 5b57ee760b Merge branch 'develop' into feature/colors-table
# Conflicts:
#	apps/common/main/resources/less/loadmask.less
#	apps/documenteditor/main/app/controller/Main.js
#	apps/documenteditor/main/app/view/FileMenuPanels.js
#	apps/documenteditor/main/resources/less/toolbar.less
#	apps/presentationeditor/main/app/controller/Main.js
#	apps/presentationeditor/main/app/controller/RightMenu.js
#	apps/presentationeditor/main/app/view/FileMenuPanels.js
#	apps/presentationeditor/main/app/view/SlideSettings.js
#	apps/spreadsheeteditor/main/app/controller/Main.js
#	apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
#	apps/spreadsheeteditor/main/resources/less/toolbar.less
2021-02-06 14:42:56 +03:00
Maxim Kadushkin 1cd0586ed6 [dark theme] changed script for deployment 2021-02-06 13:08:20 +03:00
Maxim Kadushkin 900a179f7e [dark theme] added ui themes switcher 2021-02-06 13:06:33 +03:00
Maxim Kadushkin f938e668ef [dark theme] added 'Themes' controller 2021-02-06 13:03:46 +03:00
Maxim Kadushkin c879fa6c80 [dark theme] changed storage key name 2021-02-06 12:55:47 +03:00
Maxim Kadushkin 5586caa7a8 [dark theme] changed Window component 2021-02-06 12:53:01 +03:00
Julia Radzhabova 52a28f89c8 Fix translation 2021-02-05 17:09:10 +03:00
Julia Radzhabova c505201215 Update icons 2021-02-05 16:41:12 +03:00
Julia Radzhabova a79e733de4 Update translation 2021-02-05 16:34:50 +03:00
Julia Radzhabova 0cab997554
Merge pull request #696 from ONLYOFFICE/fix/translation
Fix/translation
2021-02-05 16:16:20 +03:00
Julia Radzhabova 57b1ff417d Update help 2021-02-05 16:07:35 +03:00
Julia Radzhabova 6d02752fce Update translation 2021-02-05 14:56:57 +03:00
Julia Radzhabova c1258df4b5
Merge pull request #695 from ONLYOFFICE/feature/review-group
Change review permissions: deprecate customization.reviewPermissions …
2021-02-05 14:25:35 +03:00
Julia Radzhabova e37b10ea23 [DE] Go to form fields 2021-02-05 14:16:03 +03:00
Julia Radzhabova a9a7f01cd7 [DE] Change list level 2021-02-05 14:08:18 +03:00
Julia Radzhabova f17b8d1c76 Change review permissions: deprecate customization.reviewPermissions parameter. Use permissions.reviewGroup instead: list of groups, that current user can accept/reject. 2021-02-05 13:51:37 +03:00
Julia Radzhabova 85f899410d [DE] Add tab Forms in the fill forms mode. Add prev/next, submit buttons 2021-02-04 23:19:43 +03:00
Julia Radzhabova 310c00b245 Deprecate api parameters: document.info.author, document.info.created. Use document.info.owner and document.info.uploaded instead. 2021-02-04 16:05:49 +03:00
Julia Radzhabova 805265a40c
Merge pull request #694 from ONLYOFFICE/fix/bugfix
[PE mobile] Fix Bug 48566, Fix Bug 48567
2021-02-04 14:23:52 +03:00
Julia Radzhabova e11756cbde [PE mobile] Fix Bug 48566, Fix Bug 48567 2021-02-04 14:20:15 +03:00
Julia Radzhabova af3fe12e50
Merge pull request #693 from ONLYOFFICE/feature/comments-editing
Add new parameters to "permissions" section of config.
2021-02-04 12:49:10 +03:00
Julia Radzhabova 60cbd47725 Add new parameters to "permissions" section of config: editCommentAuthorOnly (can edit your own comments only if true), deleteCommentAuthorOnly (can delete your own comments only if true).
Deprecate customization.commentAuthorOnly parameter.
2021-02-04 12:39:56 +03:00
Julia Radzhabova b25b9c036c
Merge pull request #692 from ONLYOFFICE/fix/bugfix
FIx Bug 48553
2021-02-03 17:06:02 +03:00
Julia Radzhabova b72744ef47 FIx Bug 48553 2021-02-03 16:56:01 +03:00
Julia Radzhabova f667823e07 [DE] Show preview for list levels 2021-02-03 10:32:18 +03:00
Maxim Kadushkin 3ef5d0e738 [themes] apply theme to "presenter" view 2021-02-03 10:12:26 +03:00
Maxim Kadushkin a24f5c0068 [PE] refactoring 2021-02-03 10:02:41 +03:00
Julia Radzhabova c2aaf05349
Merge pull request #691 from ONLYOFFICE/fix/bug-47922
Fix/bug 47922
2021-02-03 00:05:45 +03:00
Julia Radzhabova f2030faf02 Fix Bug 47922 2021-02-02 23:12:39 +03:00
Julia Radzhabova 0ebc7ee662 [PE mobile][SSE mobile] Bug 47922 2021-02-02 22:20:13 +03:00
Julia Radzhabova 254a57b834 [SSE] Show warning before deleting named range 2021-02-02 21:22:02 +03:00
Julia Radzhabova 61e2292801 [SSE] Remove extra function 2021-02-02 18:56:25 +03:00
Julia Radzhabova 7272ebad10 Update translation 2021-02-02 18:36:37 +03:00