🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
greenkeeper[bot] 2eab859c73 fix(package): update addons-linter to version 0.20.0 2017-05-30 09:18:14 +00:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
docker Remove old node 4 repo 2017-05-10 14:40:11 +02:00
docs move accounts/profile endpoint where it's supposed to be, and with correct auth. (#5477) 2017-05-23 17:11:25 +01:00
locale Pontoon: Update Hebrew (he) localization of AMO 2017-05-30 08:51:07 +00:00
logs Actually commit logs/.gitkeep 2015-09-18 17:03:01 +01:00
requirements Merge pull request #5497 from mozilla/pyup-update-newrelic-2.86.2.68-to-2.86.3.70 2017-05-29 15:54:46 +07:00
scripts Automatically run auto_approve command every hour 2017-04-12 12:11:12 +02:00
services Remove more unused code. Most of it are leftovers from other cleanups. 2017-04-07 17:50:42 +07:00
src/olympia Fix #5125 - Removed prerelease field from Addon model and added migration 946 (#5462) 2017-05-26 18:33:32 +01:00
static dropping some css and js fixes for old IE versions (<9) (#5488) 2017-05-25 09:26:50 +01:00
tests/ui Update pytest to 3.1.0 (#5469) 2017-05-23 13:45:26 +07:00
tmp Adds empty tmp dirs so a fresh clone can run tests, etc, without errors 2011-09-16 18:26:13 -05:00
.dockerignore Add a .dockerignore file (#5063) 2017-03-29 14:14:09 -07:00
.gitignore Fix up docs and make the common case the default 2016-09-05 17:23:48 +01:00
.jshintrc Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.pyup.yml Add .pyup config file 2017-01-18 11:59:33 +01:00
.travis.yml Added a few search and sort tests 2017-05-16 11:27:34 -07: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 Fix installing node 2017-05-10 22:39:09 +02:00
Dockerfile.deploy Avoid relying on git commit id to generate the assets build id 2017-03-29 17:49:30 +02: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 Avoid relying on git commit id to generate the assets build id 2017-03-29 17:49:30 +02:00
README.rst Remove buildtime-trend from README 2017-03-17 12:37:26 +01:00
circle.yml Added complete configuration to enable UI testing. 2017-03-24 08:38:50 -07:00
conftest.py Move commonware utils we use to our own repos 2017-03-08 12:01:03 +01:00
contribute.json Update list of relevant IRC contacts in contribute.json 2016-06-21 18:14:26 +01:00
docker-compose.override.yml Fix up docs and make the common case the default 2016-09-05 17:23:48 +01:00
docker-compose.yml Upgrade mysql to v5.7 (#4487) 2017-01-30 12:02:32 -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 0.20.0 2017-05-30 09:18:14 +00:00
settings.py Revert "Refactor debug locales to match addons-frontend, prepares for rtl support (#5402)" 2017-05-16 22:58:56 +07:00
settings_test.py Fix tests in travis 2017-05-23 13:38:27 +07:00
setup.cfg Added complete configuration to enable UI testing. 2017-03-24 08:38:50 -07:00
setup.py Remove unused imports from setup.cfg 2016-01-06 10:48:03 +01:00
tox.ini Added 5 new tests. Updated tests to use PyPOM. 2017-04-27 11:45:13 -07: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!  This is `addons.mozilla.org`_.

We have some good `install docs`_ if you want to try it out.  We'd love
your help!  You can come talk to us on `irc.mozilla.org #amo`_ if you
have 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/

You can access 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 website are included in
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