We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Rocket.Chat

Formale Metadaten

Titel
Rocket.Chat
Untertitel
WebDAV integration GSoC2018
Alternativer Titel
Rocket.Chat ownCloud Integration
Serientitel
Anzahl der Teile
34
Autor
Mitwirkende
Lizenz
CC-Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Rocket.Chat is an open-source web chat server. With the next release of Rocket.Chat, ownCloud and Rocket.Chat will be able to work together by using WebDAV. This speech is a short introduction to these features. At the beginning of the project, we aimed to integrate ownCloud project to Rocket.Chat. For this purpose, based on current GitHub issues and community expectations, we determined three main features: - Enable Rocket.Chat server administrator to use an ownCloud instance for storage of upload - Allow a user to browse ownCloud files in Rocket.Chat and add files directly from there to Rocket conversation - Allow a user to upload an attachment from Rocket conversation to an ownCloud instance account. To communicate with ownCloud instance, we used a generic WebDAV client. This decision expanded our aim and made the integration compatible with all WebDAV servers (ownCloud and so on). To add ownCloud as a new storage provider for Rocket.Chat, a new UploadFS(https://github.com/jalik/jalik-ufs) store was created. For the integration, a GUI file picker interface was created within Rocket.Chat to allow any user to select files from their ownCloud servers. In this talk, I will shortly explain my summer of code experience with ownCloud and RocketChat projects.