Commit Graph

76 Commits

Author SHA1 Message Date
acec0d089a For bug 73308 2025-05-27 01:19:44 +03:00
2e5f0c8da6 Merge branch 'hotfix/v8.3.2' into fix/merge-hotfix 2025-03-24 14:51:30 +03:00
72e041ec50 [PDF forms] Fix start filling 2025-03-13 19:09:51 +03:00
bb9e724340 [PDF forms] Add requestRoles method in api 2025-03-13 18:04:53 +03:00
89bfedcfa5 Merge branch 'hotfix/v8.3.2' into feature/fill-forms 2025-03-04 10:42:09 +03:00
168f628e02 Merge branch 'feature/fill-forms' into develop 2025-02-19 22:39:01 +03:00
7b2234b21d Add onRequestFillingStatus event 2025-02-19 22:29:13 +03:00
aadf61d7c9 Merge pull request 'feature/fill-forms' (#302) from feature/fill-forms into develop 2025-02-17 16:40:53 +00:00
48852d1055 [Forms] Send roles in the onRequestStartFilling event 2024-12-23 22:13:20 +03:00
0895501312 [main] debug 2024-12-18 17:01:24 +03:00
72afa9eb64 [DE] added "switch to mobile" option in "main" editor 2024-12-13 23:02:33 +03:00
0afa1ddfe2 [DE] added option to switch editor in 'desktop' mode 2024-12-12 23:17:04 +03:00
36565b79be Add onUserActionRequired event 2024-12-10 16:27:39 +03:00
e51b7b7a4f Merge branch 'develop' into feature/refresh-file 2024-09-27 19:33:42 +03:00
2ffc233b2a Merge branch 'release/v8.1.0' into develop 2024-06-06 18:42:56 +03:00
9df2fd0c80 Sent onSubmit event when form is submitted successfully 2024-06-03 19:29:12 +03:00
507f569a30 [copyright] Update Copyright date 2024-04-24 16:59:01 +03:00
913de69f03 [DE] Pdf forms: show Start filling button. Handle onRequestStartFilling/startFilling. Fix styles. 2024-04-03 18:10:40 +03:00
770b49d646 Fix open/save binary file 2024-03-15 18:16:47 +03:00
3ad881da79 [DE] open/save binary file 2024-03-01 22:47:17 +03:00
847776ee95 Refactoring loading images for users (use onRequestUsers/setUsers with type="info") 2023-10-10 23:53:20 +03:00
2c2a2ec31d Add onRequestUserImage/setUserImage events for user avatars 2023-10-10 00:08:04 +03:00
2280480c0f [SSE] Add onRequestReferenceSource/setReferenceSource api methods for updating source of external links 2023-05-29 21:14:39 +03:00
c59c61f21c Add onRequestSelectSpreadsheet event for mailmerge in document, use instead of onRequestMailMergeRecipients 2023-05-25 00:02:33 +03:00
1bf51a3eaf Add onRequestSelectDocument event for compare/combine document, use instead of onRequestCompareFile (bug 62741) 2023-05-24 23:34:26 +03:00
7e098b82fd Add onRequestFile event 2023-05-23 18:15:38 +03:00
4c761dd64a [SSE] Open source for external link 2023-05-23 16:21:23 +03:00
fb714bc6ed Add command parameter to onRequestUsers/setUsers events (command can be "protect" or "mention") 2023-03-16 12:48:47 +03:00
09a42adc78 [copyright] Update address in Copyright 2023-03-01 21:03:43 +03:00
011c6714db [copyright] Update Copyright 2023-02-27 22:59:30 +03:00
f34273ed89 Refresh file on reconnect 2022-12-09 14:22:18 +03:00
398691700b [SSE] Update external data 2022-06-07 17:43:17 +03:00
92bb409c5a Send file type in events onRequestRestore, onDownloadAs, onRequestSaveAs 2021-07-30 01:01:33 +03:00
ae35a1b94f Fix Bug 50696 2021-06-02 15:46:22 +03:00
c14408bd9c Fix wopi messages 2021-05-06 14:37:46 +03:00
75667dc229 Merge branch 'feature/mobile-apps-on-reactjs' into develop
# Conflicts:
#	apps/api/documents/api.js
#	apps/common/main/lib/util/utils.js
#	apps/documenteditor/mobile/app/controller/DocumentHolder.js
#	apps/documenteditor/mobile/app/controller/Main.js
#	apps/documenteditor/mobile/app/controller/Search.js
#	apps/documenteditor/mobile/app/controller/Settings.js
#	apps/documenteditor/mobile/app/controller/Toolbar.js
#	apps/documenteditor/mobile/app/controller/add/AddImage.js
#	apps/documenteditor/mobile/app/controller/add/AddOther.js
#	apps/documenteditor/mobile/app/controller/add/AddTable.js
#	apps/documenteditor/mobile/app/controller/edit/EditChart.js
#	apps/documenteditor/mobile/app/controller/edit/EditHyperlink.js
#	apps/documenteditor/mobile/app/controller/edit/EditImage.js
#	apps/documenteditor/mobile/app/controller/edit/EditParagraph.js
#	apps/documenteditor/mobile/app/controller/edit/EditShape.js
#	apps/documenteditor/mobile/app/controller/edit/EditTable.js
#	apps/documenteditor/mobile/app/controller/edit/EditText.js
#	apps/documenteditor/mobile/app/template/EditTable.template
#	apps/documenteditor/mobile/app/template/EditText.template
#	apps/documenteditor/mobile/app/template/Settings.template
#	apps/documenteditor/mobile/app/view/Settings.js
#	apps/documenteditor/mobile/app/view/add/AddOther.js
#	apps/documenteditor/mobile/app/view/edit/EditTable.js
#	apps/documenteditor/mobile/index.html
#	apps/documenteditor/mobile/index.html.deploy
#	apps/documenteditor/mobile/index_loader.html
#	apps/documenteditor/mobile/locale/en.json
#	apps/documenteditor/mobile/locale/ru.json
#	apps/documenteditor/mobile/resources/css/app-ios.css
#	apps/documenteditor/mobile/resources/css/app-material.css
#	apps/presentationeditor/main/app/view/SlideSettings.js
#	apps/presentationeditor/mobile/app-dev.js
#	apps/presentationeditor/mobile/app.js
#	apps/presentationeditor/mobile/app/controller/DocumentHolder.js
#	apps/presentationeditor/mobile/app/controller/Main.js
#	apps/presentationeditor/mobile/app/controller/Search.js
#	apps/presentationeditor/mobile/app/controller/Settings.js
#	apps/presentationeditor/mobile/app/controller/Toolbar.js
#	apps/presentationeditor/mobile/app/controller/add/AddImage.js
#	apps/presentationeditor/mobile/app/controller/add/AddLink.js
#	apps/presentationeditor/mobile/app/controller/add/AddTable.js
#	apps/presentationeditor/mobile/app/controller/edit/EditContainer.js
#	apps/presentationeditor/mobile/app/controller/edit/EditImage.js
#	apps/presentationeditor/mobile/app/controller/edit/EditLink.js
#	apps/presentationeditor/mobile/app/controller/edit/EditShape.js
#	apps/presentationeditor/mobile/app/controller/edit/EditSlide.js
#	apps/presentationeditor/mobile/app/controller/edit/EditTable.js
#	apps/presentationeditor/mobile/app/controller/edit/EditText.js
#	apps/presentationeditor/mobile/app/template/EditSlide.template
#	apps/presentationeditor/mobile/app/template/EditTable.template
#	apps/presentationeditor/mobile/app/template/EditText.template
#	apps/presentationeditor/mobile/app/view/Settings.js
#	apps/presentationeditor/mobile/app/view/add/AddOther.js
#	apps/presentationeditor/mobile/app/view/add/AddSlide.js
#	apps/presentationeditor/mobile/app/view/edit/EditSlide.js
#	apps/presentationeditor/mobile/app/view/edit/EditTable.js
#	apps/presentationeditor/mobile/index.html
#	apps/presentationeditor/mobile/index.html.deploy
#	apps/presentationeditor/mobile/index_loader.html
#	apps/presentationeditor/mobile/locale/cs.json
#	apps/presentationeditor/mobile/locale/de.json
#	apps/presentationeditor/mobile/locale/en.json
#	apps/presentationeditor/mobile/locale/es.json
#	apps/presentationeditor/mobile/locale/fr.json
#	apps/presentationeditor/mobile/locale/hu.json
#	apps/presentationeditor/mobile/locale/it.json
#	apps/presentationeditor/mobile/locale/ko.json
#	apps/presentationeditor/mobile/locale/nl.json
#	apps/presentationeditor/mobile/locale/pl.json
#	apps/presentationeditor/mobile/locale/pt.json
#	apps/presentationeditor/mobile/locale/ru.json
#	apps/presentationeditor/mobile/locale/sk.json
#	apps/presentationeditor/mobile/locale/zh.json
#	apps/presentationeditor/mobile/resources/css/app-ios.css
#	apps/presentationeditor/mobile/resources/css/app-material.css
#	apps/presentationeditor/mobile/resources/less/app-ios.less
#	apps/presentationeditor/mobile/resources/less/app-material.less
#	apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js
#	apps/spreadsheeteditor/mobile/app/controller/FilterOptions.js
#	apps/spreadsheeteditor/mobile/app/controller/Main.js
#	apps/spreadsheeteditor/mobile/app/controller/Search.js
#	apps/spreadsheeteditor/mobile/app/controller/Settings.js
#	apps/spreadsheeteditor/mobile/app/controller/Statusbar.js
#	apps/spreadsheeteditor/mobile/app/controller/Toolbar.js
#	apps/spreadsheeteditor/mobile/app/controller/add/AddContainer.js
#	apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js
#	apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js
#	apps/spreadsheeteditor/mobile/app/controller/edit/EditCell.js
#	apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js
#	apps/spreadsheeteditor/mobile/app/controller/edit/EditHyperlink.js
#	apps/spreadsheeteditor/mobile/app/controller/edit/EditImage.js
#	apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js
#	apps/spreadsheeteditor/mobile/app/controller/edit/EditText.js
#	apps/spreadsheeteditor/mobile/app/template/EditCell.template
#	apps/spreadsheeteditor/mobile/app/template/EditImage.template
#	apps/spreadsheeteditor/mobile/app/template/EditText.template
#	apps/spreadsheeteditor/mobile/app/template/Settings.template
#	apps/spreadsheeteditor/mobile/app/view/Settings.js
#	apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js
#	apps/spreadsheeteditor/mobile/app/view/add/AddOther.js
#	apps/spreadsheeteditor/mobile/app/view/edit/EditText.js
#	apps/spreadsheeteditor/mobile/index.html
#	apps/spreadsheeteditor/mobile/index.html.deploy
#	apps/spreadsheeteditor/mobile/index_loader.html
#	apps/spreadsheeteditor/mobile/locale/en.json
#	apps/spreadsheeteditor/mobile/resources/css/app-ios.css
#	apps/spreadsheeteditor/mobile/resources/css/app-material.css
#	apps/spreadsheeteditor/mobile/resources/less/app-material.less
#	apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less
#	apps/spreadsheeteditor/mobile/resources/less/material/_icons.less
#	apps/spreadsheeteditor/mobile/resources/less/statusbar.less
#	build/package.json
2021-04-30 19:29:10 +03:00
1e18f144c2 Merge branch 'fix/request-close' into develop 2021-03-30 15:34:56 +03:00
84d357560e Add method requestClose (show warning on unsaved changes) 2021-03-29 14:30:31 +03:00
0b2a3aec7e Add event onPluginsReady 2021-03-26 20:37:29 +03:00
a30176fae1 Add/remove file to favorites 2020-12-14 22:45:30 +03:00
d5e0c18629 Fix Bug 46235.
Fix rev. c13d0dc8e9
2020-08-19 14:16:03 +03:00
82dc591fd0 [common] debug 2020-07-31 20:34:55 +03:00
5f03cfae8a Add api event onRequestCreateNew for creating files 2020-06-15 20:05:19 +03:00
6bc7c8ff8b [DE] Bug 42913: load watermark image from storage. 2020-05-13 12:47:45 +03:00
c13d0dc8e9 Check origin in messages 2020-03-19 17:38:09 +03:00
019dffbceb Add event onRequestSharingSettings: use instead editorConfig.sharingSettingsUrl. 2019-11-28 16:54:14 +03:00
e605452cfb [DE] Compare use onRequestCompareFile/setRevisedFile for loading file 2019-10-15 11:44:38 +03:00
5c05508dcf [DE] Compare files: add errors. 2019-10-11 15:12:59 +03:00
2652e09372 Add onRequestMailMergeRecipients event, setMailMergeRecipients method for mail merge 2019-07-29 13:40:07 +03:00
d45d04f0a1 Add onRequestInsertImage event, insertImage method for inserting image from storage 2019-07-26 14:49:53 +03:00