🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Allen Short a6071970a7 Support for bcrypt+hmac for password hashing (bug 639696)
Includes upgrade for existing sha512 passwords via
`./manage.py strengthen_user_passwords`.

Requires an HMAC_KEYS dict to be added to `settings_local.py`.
2011-12-15 14:36:35 -06:00
apps Support for bcrypt+hmac for password hashing (bug 639696) 2011-12-15 14:36:35 -06:00
configs anon. peoples emails 2011-11-18 14:18:45 -08:00
docs Fixes ref to javascript testing section 2011-12-09 12:38:15 -06:00
lib add an lru cache from Raymond Hettinger 2011-08-10 11:03:07 -07:00
media Support for bcrypt+hmac for password hashing (bug 639696) 2011-12-15 14:36:35 -06:00
migrations half of two conflicting statements rarely helps 2011-12-09 17:10:52 -08:00
requirements AMO needs PIL>=1.1.7 for transparency bugs. See bug 621033 2011-10-18 17:33:50 -05:00
scripts Combined JS test suites since both are on the same jQuery 2011-12-09 13:35:07 -06:00
services add in cross domain headers (bug 701409) 2011-12-07 13:49:38 -08:00
templates Fix complete profile button to workaround css bugs < Fx 8 2011-12-13 16:00:18 -06:00
tmp Adds empty tmp dirs so a fresh clone can run tests, etc, without errors 2011-09-16 18:26:13 -05:00
vendor@5bb3fcf838 Updating django-browserid to point to a fork 2011-12-13 11:58:11 -08:00
wsgi include the current time in the wsgi env 2010-09-30 17:44:29 -07:00
.git-wtfrc tell git-wtf to ignore gh-pages 2010-01-11 13:26:25 -08:00
.gitignore Ignores .vagrant files 2011-09-19 19:28:56 -05:00
.gitmodules switch to mozilla/zamboni-lib 2011-10-17 13:37:39 -07:00
.jshintrc moved config.json to .jshint 2011-11-09 13:35:33 -08:00
LICENSE Adding BSD License; bug 539671 2010-05-10 08:37:39 -07:00
README.rst The README is a bit outdated 2011-09-23 13:30:13 -04:00
__init__.py THIS IS ZAMBONI 2009-10-20 16:31:15 -07:00
log_settings.py CEF logging; bug 690286 2011-12-07 13:19:17 -08:00
manage.py protect us from wayward localizers 2011-07-29 09:58:17 -07:00
settings.py Support for bcrypt+hmac for password hashing (bug 639696) 2011-12-15 14:36:35 -06:00
settings_test.py Keeps tests passing when you have new features turned on in settings local 2011-10-03 14:54:23 -05:00
urls.py Combined JS test suites since both are on the same jQuery 2011-12-09 13:35:07 -06:00

README.rst

Welcome to Zamboni!  This is the current version of `addons.mozilla.org`_,
which rose from the ashes of `Remora`_.

It's forged from (among other things) Django, Jinja2, elasticsearch,
jQuery and a dash of love.

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://irc.mozilla.org/amo` if you
have questions.

Subscribe to our `newsletter`_ by sending mail to zamboni@librelist.com.

If you like what we've done, you may want to check out Mozilla's `Playdoh`_.
We took all the cool stuff we did in AMO, SUMO and our other websites, and
created a base template for new websites.

.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`Remora`: https://wiki.mozilla.org/Update:Remora
.. _`install docs`: http://jbalogh.github.com/zamboni/topics/installation/
.. _`irc://irc.mozilla.org/amo`: irc://irc.mozilla.org/amo
.. _`newsletter`: http://librelist.com/browser/zamboni/
.. _`Playdoh`: https://github.com/mozilla/playdoh