Commit graph

148 commits

Author SHA1 Message Date
Aleksander Machniak
9f5a0da9d9 Files: Fix token refresh (when using SSO and Kolab4 files API)
Summary: Fixes order of registering hook handlers. Properly propagates the refreshed token to the client-side

Reviewers: #roundcube_kolab_plugins_developers, mollekopf

Reviewed By: #roundcube_kolab_plugins_developers, mollekopf

Subscribers: #roundcube_kolab_plugins_developers

Differential Revision: https://git.kolab.org/D5139
2025-03-24 10:58:10 +01:00
Aleksander Machniak
d429e2dc49 Files: Init contextmenu on folders list in Files only 2019-08-26 08:54:54 +00:00
Aleksander Machniak
7ca7273ae9 Fix "There are unsaved changes..." warning when terminating document session (Bifrost#T220027)
As there's no way to detect unsaved changes in Collabora, we skip
the warning. We also make sure to detroy the session after closing
it in Collabora, so it have a chance to save the document state.
2019-06-25 09:51:19 +00:00
Aleksander Machniak
b87333e0e2 Files: Add missing "Saving..." label 2019-06-21 10:13:39 +00:00
Aleksander Machniak
2a1d9bb6b8 Files: Support display/title (instead of uid) in sharing form 2019-06-20 08:59:14 +00:00
Aleksander Machniak
22bfc61fbf Files: Add title text to truncated long folder names on folders list 2019-06-19 11:18:03 +00:00
Aleksander Machniak
f31c329ca7 Fix button selectors (.ui-button -> button)
Buttons in Elastic dialogs do not have this class assigned. We also
will get rid of jQuery-UI button use in the future.
2019-04-08 10:35:45 +02:00
Aleksander Machniak
391997b9a8 Files: Multi-folder searches (collections) improvements (Bifrost#T193529)
- To update file sessions metadata use only ony request for all folders
in the search result, instead of potentially massive number of
requests for each folder.
- Added possibility to abort searching.
2019-03-22 12:12:36 +00:00
Aleksander Machniak
bb5dffb6f7 Files: Fix updating mount points metadata on mount point add/rename/delete 2019-03-20 11:38:49 +01:00
Aleksander Machniak
a76210317d Files: Check access rights on a selected folder on new file form submit (Bifrost#T173150) 2019-03-18 10:07:30 +01:00
Aleksander Machniak
2479385e04 Files: Fixed empty dialogs regression in Larry skin 2019-03-13 12:36:47 +01:00
Aleksander Machniak
1d9490f60b Files: Fix buggy dialogs when more than one external storage requires authentication 2019-03-08 15:34:30 +00:00
Aleksander Machniak
02a1ad8f64 Elastic: Fix style in some Files dialogs 2019-03-08 14:18:40 +00:00
Aleksander Machniak
7c87ca644c T127626: Improved performance of folders listings (in Files)
By fetching list of folders in semi-recursive way using many parallel requests to Chwala.
2019-03-08 13:12:09 +00:00
Aleksander Machniak
4b05620867 Elastic: Fix Save/Edit buttons on plain text editor (Bifrost#T173153) 2019-01-22 09:44:45 +00:00
Aleksander Machniak
89b597a205 Support Chwala's fileapi_backend_storage_disabled mode (Bifrost#T137352) 2018-10-19 12:03:31 +02:00
Aleksander Machniak
6665a06534 Fix missing folder selection after other folder rename (and folder list reload) 2018-10-19 10:35:22 +02:00
Aleksander Machniak
f5e4ae99a3 Add contextmenu on folders list (Bifrost#T127416) 2018-10-18 14:25:54 +00:00
Aleksander Machniak
581df74e83 Use Chwala's autocomplete service 2018-10-17 11:47:39 +02:00
Aleksander Machniak
1d1c281d51 Elastic: Visual fixes for folder sharing dialog 2018-10-16 13:25:38 +02:00
Aleksander Machniak
8a10209bd4 Support Download/Upload Link tabs in seafile sharing dialog 2018-10-16 11:25:23 +02:00
Aleksander Machniak
94014f845f Files: Use/group autocompletion in folder sharing dialog 2018-10-12 12:31:03 +00:00
Aleksander Machniak
2463f86b17 Improvements in folder sharing dialog 2018-10-11 13:29:54 +00:00
Aleksander Machniak
06528c12fd Add code to draw folder sharing forms 2018-10-09 11:50:25 +02:00
Aleksander Machniak
db8e81e202 Add folder sharing dialog (empty yet) 2018-10-04 14:04:16 +00:00
Aleksander Machniak
f162bd2cf5 Fix Chwala auth errors handling for built-in storage sources (Bifrost#T101400)
Instead of a non-working dialog, we display normal error message. No "Driver not found" errors.
2018-08-10 11:48:50 +00:00
Aleksander Machniak
f3eb3996de Elastic: Fix tabindex on "From cloud..." button on mail compose page 2018-06-25 08:34:18 +00:00
Aleksander Machniak
f665dfcd6e Elastic: Add More actions menu with Copy/Move functionality for Files 2018-04-25 11:30:43 +02:00
Aleksander Machniak
931c7e594d Elastic: Various improvements for Files on mobile 2018-04-24 12:28:29 +00:00
Aleksander Machniak
361837cfee Elastic: Document editing and some other fixes 2018-04-23 14:08:52 +00:00
Aleksander Machniak
185d4ab754 Elastic: Files and sessions list functionality 2018-04-20 12:48:05 +02:00
Aleksander Machniak
460723895b Elastic: Files - verious improvements 2018-04-19 12:55:27 +00:00
Aleksander Machniak
2270fd8b6a Elastic: Partial Files support 2018-04-17 12:57:59 +02:00
Aleksander Machniak
e3f7593162 Elastic: Attachments tab in event edit dialog 2018-03-16 12:23:55 +01:00
Aleksander Machniak
7b748e93e3 Elastic: Add style for some more elements 2018-02-27 15:34:43 +00:00
Aleksander Machniak
0b90768a3d Fix bug where any action after moving a file (with drag'n'drop) would cause file move (Bifrost#T59850)
Also fix endless "Loading..." message on file download with Roundcube 1.4.
2017-11-22 09:26:18 +01:00
Aleksander Machniak
65726f4217 Fix Overwrite/Skip buttons in copy/move dialog (Bifrost#T57654) 2017-11-09 12:41:48 +01:00
Aleksander Machniak
d5d0248a58 Support predefined values for "Add Storage" dialog forms (Bifrost#T55341) 2017-11-09 11:29:48 +01:00
Aleksander Machniak
b9742ec185 Fix javascript errors when Roundcube runs in a frame (Bifrost#T53430) 2017-10-25 14:10:38 +00:00
Aleksander Machniak
2d1bb5a23d T2438: Fix javascript error in a file preview 2017-05-31 10:50:45 +02:00
Aleksander Machniak
ce9ac27d78 Fix broken link to blank.tiff (T2441)
Use Chwala's resources location instead of Roundcube's.
2017-05-30 16:27:17 +02:00
Aleksander Machniak
6a3adfd448 Fix folder pre-selection in Files on page refresh, not fully done in 516768726a 2017-05-16 12:36:57 +02:00
Aleksander Machniak
f48a95aa29 Unset initial folder/collection on auth errors 2016-12-22 11:43:35 +01:00
Aleksander Machniak
516768726a Retain selected folder on page refresh (Bifrost#T18463)
Use window.history.replaceState on folder selection, the same way
is in Roundcube core.
2016-12-22 11:07:47 +01:00
Aleksander Machniak
591dfa64ea T1865: Fix regression in attaching files "from cloud" 2016-11-15 18:13:02 +01:00
Aleksander Machniak
812df73451 Enable Print button in WOPI editor 2016-11-14 12:45:37 +01:00
Aleksander Machniak
1de768e6ea T1805: Pass WOPI session termination to other users editor windows 2016-11-14 11:09:03 +01:00
Aleksander Machniak
6d0acc586f Don't use non-existing-any-more "popupmessage" class 2016-11-06 09:45:49 +01:00
Aleksander Machniak
478ad1c5e2 Fix js error when removing an entry from sessions list on session terminate 2016-11-04 12:23:19 +01:00
Aleksander Machniak
7adf82a0c6 Manticore -> Document Editor, with more WOPI support 2016-11-04 10:16:12 +01:00