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

163 Коммитов

Автор SHA1 Сообщение Дата
Fred Wenzel 440f81343e made /user/123 the path for user profiles. adjusted redirects and tests. 2010-02-13 12:29:44 +01:00
Jeff Balogh b797ddbace adding a GroupUser inline, marking optional fields 2010-02-08 17:02:15 -08:00
Jeff Balogh 5e3052ddbe import amo.models to avoid circular imports, move constants to __init__ 2010-01-28 19:00:22 -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
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 85032f5482 users app 2009-10-22 15:40:13 -07:00