🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Marcelo Ghelman 2504408594 Pontoon: Update Portuguese (Brazil) (pt-BR) localization of AMO
Co-authored-by: Marcelo Ghelman <marcelo.ghelman@gmail.com>
2021-07-05 12:41:49 +00:00
.circleci Avoid pyenv shim and use dennis-cmd directly (#17136) 2021-05-12 14:38:21 +02:00
.github Upgrade django-tables2 to 2.x (#16421) 2021-02-01 12:59:51 +01:00
docker Remove unused mysql config (#16080) 2020-12-02 14:14:15 +01:00
docs Drop license text from version list API endpoint (#17166) 2021-05-18 12:27:24 +02:00
locale Pontoon: Update Portuguese (Brazil) (pt-BR) localization of AMO 2021-07-05 12:41:49 +00:00
logs
private Add task to run `wat` (#12225) 2019-09-09 13:04:44 +02:00
requirements Bump setuptools from 57.0.0 to 57.1.0 in /requirements (#17425) 2021-07-05 12:07:40 +02:00
scripts enable sitemap generation cron (#17247) 2021-06-11 16:48:14 +01:00
services Remove the platform field from the Files model (#16799) 2021-03-22 16:31:58 +01:00
src/olympia drop collections sitemap section for /android/ pages (#17434) 2021-07-05 13:29:44 +01:00
static update default icon to simplified photon style graphic (#17200) 2021-06-01 10:23:22 +01:00
storage
tests Lock file maintenance (#17155) 2021-05-26 11:28:06 +02:00
.dockerignore Add storage/ folder to dockerignore 2019-09-17 13:36:54 +02:00
.gitignore implement sitemap.xml with basic site and addon support (#16904) 2021-04-13 11:04:48 +01:00
.jshintrc
.prettierignore Introduce Prettier (#15131) 2020-08-03 14:55:07 +02:00
.prettierrc Introduce Prettier (#15131) 2020-08-03 14:55:07 +02:00
Dockerfile Use MySQL client & libs, not MariaDB (#15932) 2020-11-06 12:20:43 +01:00
Dockerfile.deploy django32 tests ci (#16436) 2021-02-03 19:01:02 +00:00
Dockerfile.perftests
LICENSE
Makefile Autogenerate makefile help (#12220) 2019-08-29 15:34:26 +02:00
Makefile-docker Remove category_totals cron (#16592) 2021-02-22 19:49:40 +01:00
Makefile-os Run dockerfile commands with correct user. (#12579) 2019-10-22 11:24:05 +02:00
README.rst Remove deleted mailing list link from Readme (#17233) 2021-06-02 16:14:43 +02:00
conftest.py implement sitemap.xml with basic site and addon support (#16904) 2021-04-13 11:04:48 +01:00
contribute.json Migrate to Circle CI (#16189) 2020-12-18 12:13:48 +01:00
docker-compose.override.yml Run dockerfile commands with correct user. (#12579) 2019-10-22 11:24:05 +02:00
docker-compose.private.yml Bump docker-compose version to 2.4 (#12689) 2019-10-22 18:07:01 +02:00
docker-compose.yml serve sitemap files via HttpResponseXSendFile instead (#17114) 2021-05-18 09:23:29 +01:00
jest.config.js Update dependency jest to v27 (#17218) 2021-06-01 11:25:49 +02:00
manage.py
package-lock.json Update dependency clean-css to v5.1.3 (#17401) 2021-07-05 10:51:50 +02:00
package.json Update dependency clean-css to v5.1.3 (#17401) 2021-07-05 10:51:50 +02:00
pyproject.toml Get rid of tox (#16443) 2021-02-03 13:52:30 +01:00
renovate.json Disable renovate for Python (#14780) 2020-06-29 15:21:03 -04:00
settings.py implement sitemap.xml with basic site and addon support (#16904) 2021-04-13 11:04:48 +01:00
settings_test.py django32 tests ci (#16436) 2021-02-03 19:01:02 +00:00
setup.cfg remove isort (#16456) 2021-02-03 17:06:42 +01:00
setup.py Update python classifiers 2020-05-16 23:58:37 +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/.github/CODE_OF_CONDUCT.md
    :alt: Code of conduct

.. image:: https://circleci.com/gh/mozilla/addons-server.svg?style=svg
    :target: https://circleci.com/gh/mozilla/addons-server


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 `Matrix #amo:mozilla.org`_ 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/


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


.. 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