πŸͺ App Store for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Bernhard Posselt b5e81ae899 Make changelogs translatable (#333)
* merge migrations

* revert ocs change

* add migrations

* initialize english changelogs
2016-10-05 17:49:40 +02:00
.github add issue template 2016-09-20 20:29:18 +02:00
.tx add transifex support 2016-09-05 15:13:14 +02:00
docs Make changelogs translatable (#333) 2016-10-05 17:49:40 +02:00
locale [tx-robot] updated from transifex 2016-10-05 00:56:27 +00:00
nextcloudappstore Make changelogs translatable (#333) 2016-10-05 17:49:40 +02:00
requirements update pytz 2016-10-04 21:19:57 +02:00
scripts update authors 2016-09-21 22:08:06 +02:00
.editorconfig restructure 2016-06-15 17:17:58 +02:00
.gitignore Initial translation docs and settings (#216) 2016-09-04 18:07:21 +02:00
.mailmap Fix #317 and #318: Rating form fixes (#322) 2016-09-29 15:26:37 +02:00
.travis.yml Fix #233 (#236) 2016-09-05 18:47:20 +02:00
AUTHORS.rst Fix #317 and #318: Rating form fixes (#322) 2016-09-29 15:26:37 +02:00
CHANGELOG.rst changelog 2016-10-04 21:20:47 +02:00
LICENSE.txt Create first migration 2016-06-05 20:39:45 +02:00
Makefile Cert validator (#275) 2016-09-10 20:04:34 +02:00
README.rst add api stability clause 2016-09-21 21:57:29 +02:00
manage.py first commit 2016-06-05 13:14:14 +02:00

README.rst

===================
Nextcloud App Store
===================

.. image:: https://travis-ci.org/nextcloud/appstore.svg?branch=master
     :target: https://travis-ci.org/nextcloud/appstore
     :alt: Build Status
.. image:: https://readthedocs.org/projects/nextcloudappstore/badge/?version=latest
     :target: http://nextcloudappstore.readthedocs.io/en/latest/?badge=latest
     :alt: Documentation Status
.. image:: https://requires.io/github/nextcloud/appstore/requirements.svg?branch=master
     :target: https://requires.io/github/nextcloud/appstore/requirements/?branch=master
     :alt: Requirements Status
.. image:: https://img.shields.io/badge/license-AGPLv3+-blue.svg
     :target: https://www.gnu.org/licenses/agpl-3.0.en.html
     :alt: License
.. image:: https://img.shields.io/badge/irc%20channel-%23nextcloud--dev%20on%20freenode-blue.svg
     :target: https://webchat.freenode.net/?channels=nextcloud-dev
     :alt: IRC

A new app store for Nextcloud apps built with Django.

Documentation including Setup and API Specification are `available on Read the Docs <https://nextcloudappstore.readthedocs.io/en/latest/>`_

Translations are `handled on Transifex <https://www.transifex.com/nextcloud/nextcloud/appstore/>`_

Supported Browsers
------------------
Supported browsers include the latest versions of:

* Chrome
* Firefox
* Safari
* Edge

Older browser versions like Safari 9 or Edge 13 or different browsers such as Internet Explorer are unsupported and known to not work.

API stability
-------------
The REST API is subject to change (aka unstable) until 1.0.0 is released.