🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Adrian Utrilla e12bfb48ec
Build py2 and py3 images on every commit
2019-02-12 12:18:34 +01:00
.circleci Build py2 and py3 images on every commit 2019-02-12 12:18:34 +01:00
docker Upgrade to node 10 (#10431) 2019-01-17 19:12:51 +08:00
docs Small cleanups 2019-02-08 13:03:11 +01:00
locale Pontoon: Update Portuguese (Brazil) (pt-BR) localization of AMO 2019-02-08 13:51:47 +00:00
logs Actually commit logs/.gitkeep 2015-09-18 17:03:01 +01:00
requirements Merge pull request #10629 from mozilla/pyup-update-kombu-4.2.2.post1-to-4.3.0 2019-02-08 08:16:49 +01:00
scripts Remove dump_apps cron job 2019-02-07 13:31:49 +01:00
services Python 3 fixes to unblock some of the test jobs 2019-01-16 12:09:35 +01:00
src/olympia Merge branch 'master' of github.com:mozilla/addons-server into 10633-expose-addon-name 2019-02-08 13:03:25 +01:00
static Remove amo-validator, remove support for uploading legacy-addons. (#10553) 2019-02-01 08:52:04 +01:00
storage Expose correct addons and user-media paths in docker container. (#9706) 2018-10-16 13:45:29 +02:00
tests Remove amo-validator, remove support for uploading legacy-addons. (#10553) 2019-02-01 08:52:04 +01:00
.dockerignore WIP: Cleanup locustio based performance / smoke tests, add more entities (#8358) 2018-05-30 16:46:16 +02:00
.gitignore Generate and use /static/js/i18n/{locale}.js instead of using a dynamic view (#10372) 2019-01-15 11:49:31 +01:00
.jshintrc Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.travis.yml Fix devhub tests for python3 (#10579) 2019-02-05 12:59:02 +01:00
CODE_OF_CONDUCT.md Fix markdown 2017-04-04 14:19:43 +01:00
CONTRIBUTING.rst Add a note about "good first bug" procedure (#3175) 2016-08-01 21:33:29 +02:00
Dockerfile restore Dockerfile.python3 and revert Dockerfile changes 2019-02-09 00:58:20 +08:00
Dockerfile.perftests WIP: Cleanup locustio based performance / smoke tests, add more entities (#8358) 2018-05-30 16:46:16 +02:00
Dockerfile.python2.deploy Build py2 and py3 images on every commit 2019-02-12 12:18:34 +01:00
Dockerfile.python3 restore Dockerfile.python3 and revert Dockerfile changes 2019-02-09 00:58:20 +08:00
Dockerfile.python3.deploy Build py2 and py3 images on every commit 2019-02-12 12:18:34 +01:00
ISSUE_TEMPLATE.md Update first line of issue template 2016-09-14 09:23:24 +01:00
LICENSE Update copyright notice, I think it's 2016 already. (#2806) 2016-05-31 06:22:19 +02:00
Makefile Update flake8 to 3.7.5 (and add py3/py2 compat) (#10592) 2019-02-07 07:56:39 +01:00
Makefile-docker Update flake8 to 3.7.5 (and add py3/py2 compat) (#10592) 2019-02-07 07:56:39 +01:00
Makefile-os Use docker-compose restart instead of supervisorctl. 2018-02-19 17:47:51 +01:00
PULL_REQUEST_TEMPLATE.md Fix type and grammar in PR_TEMPLATE (#10036) 2018-11-21 11:07:21 +00:00
README.rst fixing a couple of typos 2017-09-10 21:42:04 +01:00
conftest.py Python 3 fixes for the `es` job (#10483) 2019-01-23 06:01:09 +01:00
contribute.json Update irc contacts in contribute.json (#9537) 2018-09-26 13:49:19 +01:00
docker-compose.override.yml Addon Install Test (#6641) 2018-01-12 06:58:00 +01:00
docker-compose.yml switch local dev to python3 2019-02-08 21:54:35 +08:00
manage.py Set a default settings module 2016-02-24 20:51:11 +01:00
package.json fix(package): update addons-linter to version 1.6.0 2019-02-05 15:23:29 +00:00
schematic move schematic from mozilla/schematic (#10537) 2019-01-30 20:30:31 +08:00
settings.py Use utf8mb4 for connections to MySQL in dev 2019-01-18 17:29:32 +01:00
settings_test.py Remove django-product-details dependency. (#10371) 2019-01-14 14:33:56 +01:00
setup.cfg Replace pytest-responses with our own custom implementation. (#10410) 2019-01-16 12:26:45 +01:00
setup.py Remove unused imports from setup.cfg 2016-01-06 10:48:03 +01:00
tox.ini Update flake8 to 3.7.5 (and add py3/py2 compat) (#10592) 2019-02-07 07:56:39 +01:00
version.json change source in version.json to new repo name 2016-02-05 16:20:28 -08:00

README.rst

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

.. image:: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg
    :target: https://github.com/mozilla/addons-server/blob/master/CODE_OF_CONDUCT.md
    :alt: Code of conduct

.. image:: https://travis-ci.org/mozilla/addons-server.svg?branch=master
    :target: https://travis-ci.org/mozilla/addons-server

.. image:: https://pyup.io/repos/github/mozilla/addons-server/shield.svg
    :target: https://pyup.io/repos/github/mozilla/addons-server/
    :alt: Updates

.. image:: https://codecov.io/gh/mozilla/addons-server/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/mozilla/addons-server

.. image:: https://pyup.io/repos/github/mozilla/addons-server/python-3-shield.svg
    :target: https://pyup.io/repos/github/mozilla/addons-server/
    :alt: Python 3


Addons-Server
=============

Welcome to the Addons Server repository!  Please feel free to visit the web page of the current project hosted on `addons.mozilla.org`_. If you want to install it follow our guide located in `install docs`_.  We'd love your help!  You can come talk to us on `irc.mozilla.org #amo`_ if you have any questions.

Please report bugs here: https://github.com/mozilla/addons/issues or https://github.com/mozilla/addons-server/issues
You can access the AMO dev environment at https://addons-dev.allizom.org/ and the AMO stage environment at https://addons.allizom.org/

You can join our mailing list at https://mail.mozilla.org/listinfo/dev-addons

.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`install docs`: https://addons-server.readthedocs.io/en/latest/topics/install/docker.html
.. _`irc.mozilla.org #amo`: irc://irc.mozilla.org/amo


.. marker-for-security-bug-inclusion-do-not-remove

Security Bug Reports
--------------------

This code and its associated production web page are included in the Mozillas web and services `bug bounty program`_. If you find a security vulnerability, please submit it via the process outlined in the program and `FAQ pages`_. Further technical details about this application are available from the `Bug Bounty Onramp page`_.

Please submit all security-related bugs through Bugzilla using the `web security bug form`_. Never submit security-related bugs through a Github Issue or by email.

.. _bug bounty program: https://www.mozilla.org/en-US/security/web-bug-bounty/
.. _FAQ pages: https://www.mozilla.org/en-US/security/bug-bounty/faq-webapp/
.. _Bug Bounty Onramp page: https://wiki.mozilla.org/Security/BugBountyOnramp/
.. _web security bug form: https://bugzilla.mozilla.org/form.web.bounty