Commit Graph

62 Commits

Author SHA1 Message Date
3f6aa66d33 Web: SDK: Added init frame on load script 2023-08-10 15:29:18 +03:00
800a5e3ccf Web: SDK: Fixed property name 2023-07-24 16:13:53 +03:00
a86408fcf8 Web: Client: SDK: Added editorGoBack property for editor 2023-07-14 16:57:58 +03:00
440ba6a13c Web: Client: Sdk: Fixed stringify functions for events 2023-07-14 14:59:46 +03:00
8b5eebffab Web: Client: Sdk: Added selectorType property for file selector mode, added new base filter type : userFolderOnly 2023-07-14 10:27:43 +03:00
568155823a Web: Client: Sdk: Fixed file selector mode, fixed button label and default filter type 2023-07-13 15:09:08 +03:00
80620d0b0d Web: Client: Sdk: Restored filter property 2023-07-04 18:05:49 +03:00
ab35c4e497 Web: Client: FilesStore: Added getRooms by filter action. Added getRooms method to SDK 2023-06-27 12:42:16 +03:00
412f64960b Web: Client: SDK: Fixed create room signature 2023-06-26 15:45:35 +03:00
9179797473 Web: Client: DeveloperTools: Restored title and class names after destroy frame 2023-06-22 16:18:45 +03:00
e7c5e5520f Web: Client: Removed useless code 2023-06-22 15:40:01 +03:00
384832c272 Web: Client: Sdk: Fixed pathParts and Breadcrumbs. Fixed redirect on no access. Fixed theme preload. Fixed locale usage 2023-06-21 17:58:19 +03:00
4ddef13c04 Web: Client: Sdk: Added timeout for post messages 2023-06-20 13:41:01 +03:00
521b00c983 Web: Client: Sdk: Fixed hash api call 2023-06-20 12:46:13 +03:00
c37687b50d Web: Client: Sdk: Fixed logs 2023-06-19 17:27:08 +03:00
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
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
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