Difference between revisions of "Feature:File sharing"
(Created page with "== Summary == 67P comes with a complete, built-in file-sharing solution, optimized for the quick sharing of screenshots, screencaps, documents and other files, both on public...") |
m |
||
Line 21: | Line 21: | ||
Image thumbnails are created directly in the browser by the | Image thumbnails are created directly in the browser by the | ||
− | [https://github.com/remotestorage/modules/ remoteStorage shares] module. | + | [https://github.com/remotestorage/modules/blob/master/src/shares.js remoteStorage shares] module. |
Long-term the module will be extended for creating e.g. file list for zip files | Long-term the module will be extended for creating e.g. file list for zip files | ||
and other preview/summary data. | and other preview/summary data. |
Revision as of 09:32, 1 December 2014
Summary
67P comes with a complete, built-in file-sharing solution, optimized for the quick sharing of screenshots, screencaps, documents and other files, both on public channels as well as in private company channels.
67P also offers a history view of recently shared files per channel, so it is easy to find something without having to search the chat logs.
When sharing a file in a channel, the Web client uses a nice [[Feature: Chat#Satellites|satellite]] to render the action and a preview of the file.
Technical implementation
File sharing is based on the RemoteStorage protocol. Files are published directly from the Web client to the remote storage.
In public channels, using one's personal remoteStorage, the files are published there, while in private channels (pro/paid), files are published to the organizations storage.
Image thumbnails are created directly in the browser by the remoteStorage shares module. Long-term the module will be extended for creating e.g. file list for zip files and other preview/summary data.