🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Christopher Grebs b8749341b3
Search: Implement exact matching. (#6895)
* Search: Implement exact matching.

Fixes #6837

This re-uses the existing `name_sort` field that is a not analyzed
version of `name` which is needed for exact matches.

* Fix flake8

* Add another test for exact matching

* Add test that tests for description hijack

* Use new name.raw field

* Remove l10n test for now, it only works accidentally.

* Fix comment

* Fix tests
2017-11-13 18:54:02 +01:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
docker Upgrade to Celery 4 (#6667) 2017-10-16 11:16:41 +02:00
docs filter out deleted and non-public add-ons by default from collection addon list api (#6855) 2017-11-07 16:04:30 +00:00
locale Pontoon: Update Norwegian Nynorsk (nn-NO) localization of AMO 2017-11-13 08:50:56 +00:00
logs Actually commit logs/.gitkeep 2015-09-18 17:03:01 +01:00
requirements Merge pull request #6904 from mozilla/pyup-update-setuptools-36.7.1-to-36.7.2 2017-11-13 17:34:22 +01:00
scripts Add autograph signing server support (#6865) 2017-11-13 17:29:57 +01:00
services Rename D2C_MAX_VERSIONS to D2C_MIN_VERSIONS (makes more sense that way) 2017-11-07 17:33:05 +01:00
src/olympia Search: Implement exact matching. (#6895) 2017-11-13 18:54:02 +01:00
static Rename `reviews` to `ratings` internally (#6776) 2017-11-13 18:31:18 +01:00
tests/ui Updated UI-tests to run inside of docker and switched to circleci 2.0 (#6457) 2017-10-05 13:14:08 +02: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 Add guarded-addons folder to gitignore (#6738) 2017-10-19 18:15:43 +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 Add autograph signing server support (#6865) 2017-11-13 17:29:57 +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 Remove not working and duplicate supervisor package installation from Dockerfile. 2017-10-17 16:32:33 +02:00
Dockerfile.deploy Pin all our dependencies, including pip, six, ipython and ipdb. (#6663) 2017-10-13 06:29:40 +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 refactor, then flake8 our services py (#6583) 2017-10-05 13:48:52 +01:00
Makefile-docker Pin all our dependencies, including pip, six, ipython and ipdb. (#6663) 2017-10-13 06:29:40 +02:00
Makefile-os Make 'make djshell' launch shell_plus by default 2017-11-09 18:18:52 +01:00
PULL_REQUEST_TEMPLATE.md Fix typo in PR template 2017-07-18 13:04:07 +01:00
README.rst fixing a couple of typos 2017-09-10 21:42:04 +01:00
circle.yml Upgrade to Celery 4 (#6667) 2017-10-16 11:16:41 +02:00
conftest.py Merge branch 'master' of github.com:mozilla/addons-server into try-elasticsearch-latest 2017-07-24 12:30:52 +02:00
contribute.json Update list of relevant IRC contacts in contribute.json 2016-06-21 18:14:26 +01:00
docker-compose.override.yml Updated UI-tests to run inside of docker and switched to circleci 2.0 (#6457) 2017-10-05 13:14:08 +02:00
docker-compose.yml Add autograph signing server support (#6865) 2017-11-13 17:29:57 +01:00
manage.py Set a default settings module 2016-02-24 20:51:11 +01:00
package.json fix(package): update uglify-js to version 3.1.9 2017-11-11 11:53:52 +00:00
settings.py Upgrade to Celery 4 (#6667) 2017-10-16 11:16:41 +02:00
settings_test.py Add autograph signing server support (#6865) 2017-11-13 17:29:57 +01: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 Add autograph signing server support (#6865) 2017-11-13 17:29:57 +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