Jeff Balogh
12f6424ea5
using a LoggerAdapter in commonware for proper line numbers (bug 564452)
2010-05-19 18:34:55 -07:00
Fred Wenzel
d6025a8d0a
Separate edit user links for admin/user (bug 564561)
2010-05-18 13:29:46 +02:00
Wil Clouser
6f6720ebc0
Migrate from the l10n lib to Tower; bug 557339
2010-04-14 14:40:39 -07:00
Wil Clouser
c39e3f65bb
Updates from jbalogh's review
2010-04-09 20:12:25 -07:00
Wil Clouser
c9dd88e5e3
minor adjustments, fix merges, model
2010-04-09 20:12:25 -07:00
Wil Clouser
3b0e268006
Namespace all the templates
2010-04-09 20:12:24 -07:00
Wil Clouser
d88bbbc945
Add Registration, Confirmation, and Confirmation resend
2010-04-09 20:12:24 -07:00
Wil Clouser
92844214df
Add delete (anonymize) user functionality and a couple other tweaks
2010-04-09 20:12:24 -07:00
Wil Clouser
8a6123eb64
Add basic user edit functionality as well as password reset functionality
2010-04-09 20:12:24 -07:00
Wil Clouser
cca580eef1
Add Craig's first set of changes
2010-04-09 20:12:24 -07:00
Wil Clouser
52b7853a1d
Add v1 of user_edit
2010-04-09 20:12:24 -07:00
Fred Wenzel
6b6e53ddda
Do not include developer replies in user review lists (bug 555859)
2010-03-31 09:59:08 +02:00
Fred Wenzel
ba0f401c5f
Making user pic configurable (bug 549483)
2010-03-15 19:48:35 +01:00
Dave Dash
69db7f68e5
Renamed get_absolute_url to get_url_path, but also assigned it in order to maintain compatibility with django.contrib apps.
2010-02-26 10:41:49 -08:00
Dave Dash
5751918157
We should be using amo.urlresolvers
2010-02-24 09:43:46 -08:00
Jeff Balogh
7cfa8bc7bf
replacing translated fields with purified/linkified fields
2010-02-23 13:33:14 -08:00
Wil Clouser
e220a4b999
Use the new activate() to pull in the AMO .mo files and use the new _() everywhere else
2010-02-22 13:49:15 -08:00
Fred Wenzel
66db367524
user profile (bug 543597)
2010-02-13 13:28:20 +01:00
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