🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Mathieu Pillard 8c2e3cdd07
Re-implement update service in Django (#19322)
Re-implement update service in Django

Lives in parallel for now - the switch between the 2 will happen through nginx config changes.
2022-06-07 15:09:17 +02:00
.circleci Elasticsearch 7.x compatibility & cleanups (#19126) 2022-04-21 15:28:32 +02:00
.github Pin protobuf to < 4.0.0 (#19315) 2022-06-01 11:32:17 +02:00
docker Re-implement update service in Django (#19322) 2022-06-07 15:09:17 +02:00
docs Remove sync_objects_to_basket and associated code (#19309) 2022-06-07 12:59:04 +02:00
locale Fix broken locale 2022-06-01 11:23:10 +02:00
logs
private Remove code related to the wat scanner (#19153) 2022-04-26 14:38:35 +02:00
requirements Bump django-waffle from 2.4.1 to 2.5.0 in /requirements (#19331) 2022-06-07 12:57:59 +02:00
scripts Remove guarded_addons directory and associated code, migrate existing (#19113) 2022-04-25 14:35:48 +02:00
services Fix update_link with new directory structure in update service (#19244) 2022-05-14 11:44:32 +02:00
src/olympia Re-implement update service in Django (#19322) 2022-06-07 15:09:17 +02:00
static Simplify `pretty_filename` implementation ; use it when we display filenames (#19208) 2022-05-05 12:25:40 +02:00
storage Remove guarded_addons directory and associated code, migrate existing (#19113) 2022-04-25 14:35:48 +02:00
tests run pyupgrade (#17603) 2021-08-05 15:00:44 +01: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
.readthedocs.yml Add readthedocs config file to force Python 3.9 to be used (#18642) 2022-01-19 11:57:01 +01:00
Dockerfile upgrade to python39 (#17945) 2021-09-22 14:52:54 +01:00
Dockerfile.deploy upgrade to python39 (#17945) 2021-09-22 14:52:54 +01:00
Dockerfile.perftests
LICENSE It's 2022. 2022-01-03 12:35:45 +01:00
Makefile Autogenerate makefile help (#12220) 2019-08-29 15:34:26 +02:00
Makefile-docker Remove unused/obsolete JavaScript (#18755) 2022-02-09 13:54:49 +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
babel.cfg Remove puente: add necessary babel configuration instead (#19097) 2022-04-11 14:13:54 +02:00
babeljs.cfg Remove puente: add necessary babel configuration instead (#19097) 2022-04-11 14:13:54 +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 Remove code related to the wat scanner (#19153) 2022-04-26 14:38:35 +02:00
docker-compose.yml Elasticsearch 7.x compatibility & cleanups (#19126) 2022-04-21 15:28:32 +02:00
jest.config.js Update dependency jest to v27 (#17218) 2021-06-01 11:25:49 +02:00
manage.py
package-lock.json Lock file maintenance (#19299) 2022-05-31 11:37:30 +02:00
package.json Update dependency addons-linter to v5.6.0 (#19298) 2022-05-30 18:52:10 +02:00
pyproject.toml Set black target version to 3.9 (#19041) 2022-03-30 14:03:38 +02:00
renovate.json Disable renovate for Python (#14780) 2020-06-29 15:21:03 -04:00
settings.py Replace nobot with django-recaptcha (#19312) 2022-06-07 12:54:23 +02:00
settings_test.py Remove code dedicated domain CDN - download xpis through the main domain (#19011) 2022-03-25 20:53:22 +01:00
setup.cfg remove isort (#16456) 2021-02-03 17:06:42 +01:00
setup.py Remove puente: add necessary babel configuration instead (#19097) 2022-04-11 14:13:54 +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