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

166 Коммитов

Автор SHA1 Сообщение Дата
Jeff Balogh 63ce9a73f3 adding UserForeignKey and UserEmailField 2010-10-01 15:09:24 -07:00
Wil Clouser 316bef2e92 This message includes a URL and is showing up on the site escaped right now.
Marking safe
2010-09-30 11:15:06 -07:00
Jeff Balogh c5dff6fe98 devhub uploads (bug 586696 & 586700) 2010-09-23 17:08:04 -07:00
Jeff Balogh bb9034bacc fix a test 2010-09-23 11:47:38 -07:00
Jeff Balogh 366f3d2499 turn off async signals, fix a syntax error 2010-09-23 11:27:18 -07:00
Jeff Balogh 3fe00eb82e play hard-to-get with pwreset email addresses (bug 591188) 2010-09-23 11:10:32 -07:00
Jeff Balogh 5fe352f463 make sure all users have a auth.User row 2010-09-22 16:42:18 -07:00
Jeff Balogh 1763d8ea50 use UserProfile for doing pwreset (bug 596263) 2010-09-22 16:42:18 -07:00
Dave Dash 668d73e517 bug 596448, don't clear picture_type 2010-09-21 15:19:42 -07:00
Dave Dash a27258c23b Removes photo-large class, bug 589287 2010-09-21 14:43:15 -07:00
Jeff Balogh 73e073d167 allow uppercase letters in usernames 2010-09-21 08:16:16 -07:00
Jeff Balogh 43ed4e0bf8 make sure usernames are valid slugs (bug 593501) 2010-09-21 07:44:31 -07:00
Wil Clouser 4d52175ea2 Catch SMTP errors when sending password reset emails. Django calls send_mail()
directly and doesn't offer a way to mute the errors, so we'll do it ourselves.
This function is the only place in contrib/auth where send_mail is called - the
other places use email_user because a User object exists.
2010-09-17 01:15:46 -07:00
Wil Clouser 8435b80b31 Add a user images script to add any orphaned images back to the db 2010-09-17 01:15:46 -07:00
Wil Clouser 871915bee4 "fix" the test for admin editing users. Let's see if jbalogh notices. 2010-09-13 21:59:46 -07:00
Wil Clouser 16368ca85e "fix" the test for admin editing users. Let's see if jbalogh notices. 2010-09-13 21:42:36 -07:00
Wil Clouser b716532731 Adjust manage user link; bug 595035 2010-09-13 21:22:02 -07:00
chenba 6bf2218bec Bug 584490: restricting user email domains with blacklist. 2010-09-10 23:46:24 -07:00
Jeff Balogh f8e0f840e0 fix unicode issues with passwords (bug 595361) 2010-09-10 16:44:17 -07:00
Wil Clouser d3a8a4ae69 Add a script to convert gifs/jpgs to pngs; bug 593267 2010-09-09 14:39:16 -07:00
Wil Clouser a99f543470 remove temporary migration code 2010-09-09 14:39:16 -07:00
Jeff Balogh e25c224c4b use @write for userprofile editing 2010-09-03 13:57:06 -07:00
Jeff Balogh db67207d37 only email about collections before the new code 2010-09-03 13:12:52 -07:00
Jeff Balogh 60c346e2d7 fix tests 2010-09-02 22:09:05 -07:00
Jeff Balogh e32c5d2fe2 set email=None during anonymize 2010-09-02 21:55:17 -07:00
Wil Clouser 6b7aa5a372 s/2/3/; bug 593269 2010-09-02 21:21:13 -07:00
Wil Clouser a6f0a144e0 Only grab users with null usernames 2010-09-02 19:41:29 -07:00
Justin Scott aa8edee43a Copy tweaks, mainly to collections email 2010-09-02 10:37:27 -07:00
Wil Clouser dbab432e0c Commenting out tests, see bug 593055. I don't like it anymore than you do. 2010-09-02 09:22:27 -07:00
Matt Claypotch b0a956be2b fixed quote in user pref 2010-09-02 01:27:29 -07:00
Matt Claypotch 3295b88fde Bug 592122, logged-out users no longer see email sharing 2010-09-02 01:18:27 -07:00
Matt Claypotch 5c340ba3f9 Fixed localization and some little stuff on user profile edit 2010-09-02 00:55:04 -07:00
Jeff Balogh a1486a23ff maintain remora's view of user names (bug 592922) 2010-09-01 22:02:31 -07:00
Wil Clouser 104d92d5b2 Accept a title and body content for messages 2010-09-01 21:54:43 -07:00
Wil Clouser bb1cc25500 Merge remote branch 'chenba/587896-user-logins' 2010-09-01 21:30:12 -07:00
Jeff Balogh 486b93fc75 collections on user profile page (bug 592606) 2010-09-01 17:46:11 -07:00
Jeff Balogh 051b7523a7 collections I'm following page (bug 574288) 2010-09-01 16:01:18 -07:00
Wil Clouser 137ca0114f Cheesy hack for user messages; bug 592559 2010-09-01 14:53:45 -07:00
chenba 7b10c325e2 Bug 587896: log user login attempts 2010-08-31 22:29:41 -07:00
Wil Clouser ee04cf7011 We're going to be doing this in downtime, no rate limit 2010-08-31 12:05:37 -07:00
Wil Clouser 20a78d990f adjust user conversion script to accept a timestamp 2010-08-31 09:25:09 -07:00
Matt Claypotch cf0bd4161c Bug 589286 added allowed html tags to user bio field 2010-08-31 01:30:04 -07:00
Wil Clouser aae8369c90 Merge remote branch 'chenba/589291-validations' 2010-08-30 13:00:22 -07:00
Jeff Balogh 75eebbd464 use User.name instead of User.display_name (bug 591399) 2010-08-30 12:15:25 -07:00
Jeff Balogh db3a0c6b3a fixing typo (bug 591184) 2010-08-27 11:21:00 -07:00
Jeff Balogh ed39c9aa10 refactor message usage into one template 2010-08-26 22:11:56 -07:00
Dave Dash fc8ce3b219 Adds more test coverage to users 2010-08-25 09:25:36 -07:00
Dave Dash a68f534fb2 bug 558508, add/remove userpics. 2010-08-25 08:55:54 -07:00
chenba 6d240cd8cc Bug 589291: validating user's homepage url by change the field to a URLField 2010-08-24 21:05:41 -07:00
Dave Dash a184967028 ReCaptcha disabled if not set. 2010-08-24 13:26:23 -07:00