Граф коммитов

118 Коммитов

Автор SHA1 Сообщение Дата
Fred Wenzel cee8e252a2 emaillink helper plus test 2010-02-12 12:08:48 +01:00
Jeff Balogh b797ddbace adding a GroupUser inline, marking optional fields 2010-02-08 17:02:15 -08:00
Dave Dash a9048a1bde More thorough models. 2010-02-08 15:59:42 -08:00
Jeff Balogh c21e101f7a move caching implementation to caching.base 2010-02-01 11:36:50 -08:00
Jeff Balogh 5e3052ddbe import amo.models to avoid circular imports, move constants to __init__ 2010-01-28 19:00:22 -08:00
Dave Dash bc5e8ddcc9 Some medium pylint fixes. 2010-01-26 16:02:33 -08:00
Fred Wenzel ce2fa7b9b7 Forgot an instance of User/DjangoUser, which Hudson, like a good butler, promptly reminded me. bug 539861. 2010-01-18 20:45:23 +01:00
Fred Wenzel 6d04900f79 importing django User model as DjangoUser so no-one can mistake it as our own user model (bug 539861) 2010-01-18 11:51:34 +01:00
Jeff Balogh 1ec9ea15cf these tests should run in db create/destroy loop 2010-01-14 17:07:15 -08:00
James Socol 9b05138a49 put amo.email into django.user.username 2010-01-14 15:30:58 -08:00
Wil Clouser 2bc1041250 Add selenium interface and initial test 2010-01-14 11:17:03 -08:00
Jeff Balogh 02c4eee8fa backend for authenticating amo users by email and password 2010-01-13 14:27:30 -08:00
Jeff Balogh ae8f7349de password management for amo Users 2010-01-13 14:27:30 -08:00
Dave Dash 5f5c3c881e Cake-cookie based authentication
* Wrote a test to see if we can log in using a cake session.
* Middleware can read cookie
* Wrote an authenticator backend that reads the session data from the db
* Rewrote users.User as users.UserProfile and linked it to d.c.a.User and included migrations
* Got templates to work, and wrote a test to validate things
* logout
* Signals!  We can now log a user out using the logout view, send a signal, and have it intercepted by the Cake app which will destroy its session and attempt to destroy the relevent cookies.
* Updated models to use UserProfile
* added media/js as a submodule
* Prettied up the html so the remora JS works
2010-01-08 10:20:00 -08:00
Jeff Balogh de8c6ef38a filling out user model and admin 2010-01-04 17:05:34 -05:00
Jeff Balogh a2bbf57e8f use TranslatedField and ModelBase 2009-12-15 10:22:26 -08:00
Jeff Balogh 51ac2311b7 moving templatetags/__init__.py to helpers.py 2009-12-04 15:14:15 -08:00
Jeff Balogh 85032f5482 users app 2009-10-22 15:40:13 -07:00