Files
nextcloud-docs/developer_manual/apps.rst
2012-12-07 10:55:53 +01:00

23 lines
515 B
ReStructuredText

Apps Development
================
Supported App Types
-------------------
ownCloud allows to specify three kind of "types" in the info.xml of a app. The
type doesn't have to be specified if the app doesn't match any of them.
Currently supported "types":
**prelogin**
apps which needs to load on the login page
**filesystem**
apps which provides filesystem functionality (e.g. files sharing app)
**authentication**
apps which provided authentication backends
**logging**
apps which implement a logging system