Difference between revisions of "Feature:File sharing"
(→Notes) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
− | + | Kosmos comes with a complete, built-in file-sharing solution, optimized for the | |
quick sharing of screenshots, screencaps, documents and other files, both on | quick sharing of screenshots, screencaps, documents and other files, both on | ||
public channels as well as in private company channels. | public channels as well as in private company channels. | ||
− | + | Kosmos 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. | easy to find something without having to search the chat logs. | ||
Line 12: | Line 12: | ||
== Technical implementation == | == Technical implementation == | ||
− | File sharing is based on the | + | File sharing is based on the [https://remotestorage.io remoteStorage] protocol. Files are published |
− | directly from | + | directly from Hyperchannel to the remote storage. |
− | In public channels, using one's personal | + | In public channels, using one's personal remote storage, the files are published |
− | there, while in private channels | + | there, while in private channels, files are published to the |
organizations storage. | organizations storage. | ||
Latest revision as of 15:36, 6 June 2015
Summary
Kosmos 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.
Kosmos 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 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 Hyperchannel to the remote storage.
In public channels, using one's personal remote storage, the files are published there, while in private channels, 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.
Notes
- Share file/image icon button next to text input field?
- Easily share a quick picture from the webcam (can even be animated, e.g. with https://yahoo.github.io/gifshot/)