Commit Graph

204 Commits

Author SHA1 Message Date
0ccb36e559 Web: Client: Sdk: Fixed init methods signatures. Fixed config clean after destroy frame. 2023-06-19 14:49:19 +03:00
9c5ee2e7c5 Web: Client: Sdk: Logs 2023-06-19 13:17:48 +03:00
f30ed529a3 Web: Client: Sdk: Fixed tasks chain 2023-06-16 18:34:12 +03:00
855c11b6c7 Web: Client: Sdk: Apply theme from config 2023-06-16 14:54:08 +03:00
2a4c002e4b Web: Client: Sdk: Logs 2023-06-16 14:23:21 +03:00
a736daa480 Web: Client: Sdk: Added createTag, addTagsToRoom, removeTagsFromRoom. Fixed callback errors 2023-06-16 14:06:12 +03:00
Timofey Boyko
a4f8687af9 Web:Client: add flag to enable or disable image thumbnails 2023-06-01 15:05:49 +03:00
Timofey Boyko
6cb8a714b2 Merge branch 'develop' into branch feature/image-thumbnail 2023-06-01 14:30:06 +03:00
edfa4b781b Web: Client: Sdk: Added initViewerEditor, initRoomSelector, initFileSelector, initSystem. Fixed base config. 2023-05-26 12:33:56 +03:00
302c0bcafe Web: Scripts: Api: Fixed routes, added locale and theme to config 2023-05-26 12:33:55 +03:00
295d1b3105 Web: Scripts: Api: Fixed frames element inside sdk 2023-05-26 12:33:55 +03:00
794f55d8a4 Web: Scripts: Api: Added SDK section to DocSpace object. Added login, logout, initManager, initEditor, initSelector methods. 2023-05-26 12:33:55 +03:00
3b696b64fb Web: Scripts: Api: Added multi-instance for frames. Fixed default config. Adjusted callbacks. 2023-05-26 12:33:55 +03:00
1e6d106673 Web: Client: Selector: Fixed events from js-sdk 2023-05-26 12:33:54 +03:00
37f0bf9920 SDK: Added events callback from config 2023-05-26 12:33:54 +03:00
53baa82197 Added methods for creating hash 2023-05-26 12:33:54 +03:00
ca5ab6cf2b Added room selector property 2023-05-26 12:33:54 +03:00
905378cdd9 Fixed callback listener and config 2023-05-26 12:33:53 +03:00
Mushka Nikita
191de3e991 added filter by room to trash 2023-05-22 12:27:09 +03:00
Akmal Isomadinov
23c409dfaf Web: Added the ability to disable pdf viewer 2023-05-19 16:19:06 +05:00
Akmal Isomadinov
95aa19ff03 Web: Updated PDF viewer URL 2023-05-19 13:01:27 +05:00
Akmal Isomadinov
d2c705e53e Web Updated config 2023-05-11 18:27:42 +05:00
Akmal Isomadinov
266b3c73b5 Web:Added URL of the viewer script 2023-04-28 16:50:45 +05:00
0f7f6b214c Web: Scripts: BrowserDetector: Fixed for some mobile browsers and fixed checks 2023-04-06 15:34:21 +03:00
bff1e99bcb Web: Added thumbnails1280x720 to config.json and turned off by default 2023-03-20 22:51:40 +04:00
9a45dea8bd Web: Added opportunity to change wrongPortalNameUrl in config.json 2023-03-14 22:31:43 +04:00
c872fc0162 Web: Client: browserDetector: Fixed bug for detecting mobile app 2023-03-03 15:13:07 +03:00
7279920c29 Web: Client: browserDetector: Fixed wrong detection for Chrome DevTools 2023-03-01 17:05:37 +03:00
4e18e0dcbc Web: Client: Scripts: Added SamsungBrowser and AscDesktopEditor detecting at browserDetector 2023-02-21 13:43:24 +03:00
ff3e302ff7 Web: Client: Scripts: Added browserDetector.js 2023-02-20 17:40:32 +03:00
a9d08f397e Web: SDK: Fixed config initialization 2022-12-21 14:44:05 +03:00
e8141c6f22 Web: Changed load Docspace config for clients 2022-12-20 19:51:49 +03:00
6725d7c203 Web: Integration: Fixed parsing property from script url 2022-08-05 17:03:04 +03:00
be3fc664ca Web: Integration: Fixed methods names: getItems -> getList, setItemsView -> setListView. Changed openCrateFileModal, openCrateFolderModal, openCrateRoomModal to openModal(type, options) 2022-08-05 15:02:49 +03:00
bbfcbd6955 Web: Integration: Fixed getting default config from url. Fixed access at private property on destroyFrame method 2022-08-05 13:49:37 +03:00
0e489f8113 Web: Integration: Fixed var 2022-08-05 12:51:40 +03:00
1ca4e85c0a Web: Integration: Added "mode" option to frame config 2022-08-05 12:50:53 +03:00
3981f6e5e9 Web: Integration: Rewritten API for integrating DocSpace into ES6 class. Change script name from "ds-api" to "api" 2022-08-04 13:28:07 +03:00
4af1247136 Web: Integration: Restored after merge develop 2022-08-03 14:48:54 +03:00
f0d949339f Web: Integration: Fixed method name 2022-08-02 14:22:04 +03:00
a2ab770725 Web: Integration: Added setItemsView method 2022-08-01 16:29:30 +03:00
78436e9f27 Web: Integration: Added reloading on change iframe options with setConfig 2022-08-01 16:19:26 +03:00
0afd521b43 Web: Files: Added IntegrationStore. Added method handleMessage. Added openCrateFileModal, openCrateFolderModal, openCrateRoomModal, createFile, createFolder, createRoom message events 2022-08-01 14:49:46 +03:00
583d445cc7 Web: Integration: Added post message bus. Fixed config. Added methods: getConfig, getFolderInfo, getUserInfo, getSelection, getFiles, getFolders, getItems, setConfig, createItem, createRoom. 2022-07-29 17:12:31 +03:00
c1f0af9fd7 Web: Integration: Added methods initFrame and getConfig. Fixed config merging when passing it directly to initFrame method. Remove post messages events 2022-07-14 11:34:50 +03:00
5a53d29388 Web: Script: Integration: Added filter property 2022-06-30 16:12:56 +03:00
33831e560b Web: Integration: Small fixes for post message system 2022-06-24 13:12:10 +03:00
fd66155bac Web: Integration: Added setting integration frame options at local storage 2022-06-21 14:38:27 +03:00
d6ebb514c8 Web: Setting: Integration: Added message check on creating frame 2022-06-16 17:00:32 +03:00
d9a18c2c87 Web: Setting: Integration: Fixed initialization, added binding message events 2022-06-16 16:31:27 +03:00
8d44310f58 Web: Setting: Integration: Added new parameters at frame configuration 2022-06-16 13:25:09 +03:00
2828c3bb58 Web: Integration: Script: Added filter block to default config 2022-06-15 17:49:49 +03:00
2b88f8ac71 Web: Integration: Added base api for creating integration iframe component 2022-06-15 12:52:46 +03:00
38983cf306 Web: added tiff script 2021-08-19 13:27:44 +03:00