Metadata-Version: 2.1
Name: indico-plugin-owncloud
Version: 3.2
Summary: Integrates ownCloud storage as a source for materials
Home-page: https://github.com/indico/indico-plugins
Author: Indico Team
Author-email: indico-team@cern.ch
License: MIT
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: <3.11,>=3.9.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: indico (>=3.2)

# OwnCloud integration plugin

This plugin enables integration with an ownCloud server, for the purpose of
attaching materials to an event or category. A new "from the cloud" button
shows up in the materials section which enables managers to log into their
ownCloud account and pick files from their personal storage. Those files will
be copied as attachments.

## Setting up the ownCloud File-picker

This plugin uses an external [File-picker](https://github.com/owncloud/file-picker)
iframe.

It is recommended to set up the File-picker server in the same domain as the
ownCloud instance, to facilitate authentication. CERNBox provides
[a wrapper](https://github.com/cernbox/file-picker-wrapper) with a slightly
modified File-picker which handles message passing to the parent app as well as
different styling and configuration options.

You can also check out [the docs](https://filepicker.cernbox.cern.ch/docs/) for
it.

## Changelog

### 3.2

- Initial release for Indico 3.2
