🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Jim Spentzos 5b734af2ab Pontoon: Update Greek (el) localization of AMO
Localization authors:
- Jim Spentzos <jimspentzos2000@gmail.com>
2018-11-15 20:11:47 +00:00
configs/init.d
docker Add pygit2 dependency. (#9497) 2018-09-24 13:15:49 +02:00
docs Merge pull request #9985 from diox/rescore-to-add-slop-to-match-phrase 2018-11-15 16:03:56 +01:00
locale Pontoon: Update Greek (el) localization of AMO 2018-11-15 20:11:47 +00:00
logs
requirements Update botocore from 1.12.43 to 1.12.45 (#9993) 2018-11-15 10:34:41 +00:00
scripts Postpone the statistics related crons by 1.5 hours (#9780) 2018-10-23 09:38:38 -07:00
services remove UA testing from theme updates; add setting to disable serving migrated lwts (#9977) 2018-11-13 13:12:41 +00:00
src/olympia Merge pull request #9985 from diox/rescore-to-add-slop-to-match-phrase 2018-11-15 16:03:56 +01:00
static Fix featured collection admin 2018-11-12 15:25:54 +01:00
storage Expose correct addons and user-media paths in docker container. (#9706) 2018-10-16 13:45:29 +02:00
tests Add type incompatibility test. (#9769) 2018-10-23 13:00:52 -04:00
.dockerignore
.gitignore Expose correct addons and user-media paths in docker container. (#9706) 2018-10-16 13:45:29 +02:00
.jshintrc
.travis.yml Merge pull request #9500 from mozilla/update-autograph-232 2018-09-24 13:43:06 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
Dockerfile Run validator via subprocess, huge cleanup along the way (#9682) 2018-10-16 08:30:16 +02:00
Dockerfile.deploy Add pygit2 dependency. (#9497) 2018-09-24 13:15:49 +02:00
Dockerfile.perftests
ISSUE_TEMPLATE.md
LICENSE
Makefile Allow for running flake8 on integration tests directory. (#9772) 2018-10-22 18:29:57 -04:00
Makefile-docker Attempt at fixing 'assets' job. 2018-10-11 10:35:46 +02:00
Makefile-os
PULL_REQUEST_TEMPLATE.md
README.rst
circle.yml Attempt at solving circleci permissions. (#9624) 2018-10-09 17:49:54 +02:00
conftest.py Unify storage path related settings. (#9655) 2018-10-15 17:30:02 +02:00
contribute.json Update irc contacts in contribute.json (#9537) 2018-09-26 13:49:19 +01:00
docker-compose.override.yml
docker-compose.yml Expose correct addons and user-media paths in docker container. (#9706) 2018-10-16 13:45:29 +02:00
manage.py
package.json fix(package): update addons-linter to version 1.4.0 (#9991) 2018-11-15 10:34:14 +00:00
settings.py Use the right domain in each env (#9727) 2018-10-17 17:52:21 +02:00
settings_test.py Remove filesystem cache, use default (memcached) backend for everything 2018-07-27 11:35:42 +02:00
setup.cfg Update flake8 to 3.6.0 (#9795) 2018-11-05 12:39:42 +00:00
setup.py
tox.ini Run validator via subprocess, huge cleanup along the way (#9682) 2018-10-16 08:30:16 +02:00
version.json

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