Wil Clouser
8bb092bdee
Use our library to get the remote address so it respects x-forwarded-for
2011-03-25 17:14:08 -07:00
Jeff Balogh
99eda55739
reject empty values for user emails (bug 612827)
2010-12-01 14:07:06 -08:00
Andy McKay
c0ccbef35c
upgrade to latest django (bug 612467)
2010-11-19 10:39:34 -08:00
Wil Clouser
79e19ed2f1
Fix backtraces for suppressed emails
2010-11-16 11:40:47 -08:00
Andy McKay
e0ca93d188
check that urls have hashes or modified and flushes occur on changes (bug 600885)
2010-11-12 10:41:35 -08:00
Jeff Balogh
3d9f7e8ae3
use the master if we have a new collection
2010-11-10 11:02:52 -08:00
Jeff Balogh
e479094ff4
embiggen the bio field
2010-11-03 20:10:21 -07:00
Jeff Balogh
36f69bc2a0
making RequestUser so cache-machine byid caching works
...
RequestUser objects are different from normal UserProfile objects, so the
separate class name will cause different cache entries.
2010-10-29 17:32:44 -07:00
Jeff Balogh
8009c8ab45
move share counts to the transformer (bug 593253)
2010-10-21 14:29:56 -07:00
Jeff Balogh
b936d1571a
touch user.is_developer so it gets cached with the object
2010-10-21 12:46:29 -07:00
Jeff Balogh
804ee3d020
use .exists(), skip a join and 7 other queries
2010-10-21 12:10:31 -07:00
Jeff Balogh
63ce9a73f3
adding UserForeignKey and UserEmailField
2010-10-01 15:09:24 -07:00
Jeff Balogh
1763d8ea50
use UserProfile for doing pwreset (bug 596263)
2010-09-22 16:42:18 -07:00
Jeff Balogh
43ed4e0bf8
make sure usernames are valid slugs (bug 593501)
2010-09-21 07:44:31 -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
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
Jeff Balogh
a1486a23ff
maintain remora's view of user names (bug 592922)
2010-09-01 22:02:31 -07:00
chenba
7b10c325e2
Bug 587896: log user login attempts
2010-08-31 22:29:41 -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
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
Jeff Balogh
d54e4fbafe
test fixes
2010-08-24 10:04:40 -07:00
Jeff Balogh
4686b8374d
backend for watching collections (bug 589952)
2010-08-24 08:29:48 -07:00
Dave Dash
99e1ad8c96
bug 558511, delete users good.
2010-08-20 14:57:32 -07:00
Dave Dash
c393e11a2a
bug 558507, Use ModelForm to save data
2010-08-19 16:41:56 -07:00
Dave Dash
a6f86e9506
bug 558507, adds recaptcha
2010-08-19 16:41:51 -07:00
Jeff Balogh
26937318d1
attach favorite add-ons to request.amo_user
2010-08-18 12:04:08 -07:00
Wil Clouser
d96b6ceaa7
Migrate to use new user fields
2010-08-18 09:02:43 -07:00
Wil Clouser
93b5d670b4
s/collection_id/collection/ in URLS and fix a broken test
2010-08-16 13:19:55 -07:00
Wil Clouser
3190a8dec4
Adding flush_urls to models
2010-08-16 12:13:18 -07:00
Jeff Balogh
aeb975bfe6
make the request user query unique (bug 587226)
2010-08-16 10:48:36 -07:00
Jeff Balogh
dffa7c1dc9
attach mobile_addons to request.amo_user
2010-08-10 16:58:47 -07:00
Jeff Balogh
f65c1829f5
helpers for getting mobile/favorites collection
2010-08-10 15:40:59 -07:00
chenba
b3e06b9300
Bug 585494: nickname blacklist is all utf-8'd up now
2010-08-09 23:21:04 -07:00
chenba
2531ea6a8b
Bug 574276:
...
- nickname blacklist admin add form no longer display the input after a successful submission
- nickname blacklist admin add form now strip whitespaces on each nickname
- all nicknames are added and checked in lowercase;
- a cached dict is used for checking blacklisted nicknames now
2010-08-06 01:39:50 -07:00
Jeff Balogh
d7b24292f9
hide <authors> for personas (bug 584242)
2010-08-04 17:57:32 -07:00
chenba
26fd705c61
Bug 574276: Implemented the nickname blacklist.
...
- added the BlacklistedNickname model to the users app
- updated the user registration form to check for blacklisted nicknames
- admin add form for blacklisted nicknames
- tests
2010-07-26 14:03:44 -07:00
Jeff Balogh
4dadc1d980
denormalize reviews.is_latest and reviews.prev_count for easy queries
2010-06-23 15:02:37 -07:00
Jeff Balogh
b91f84a09b
these are allowed to be null
2010-06-23 14:59:38 -07:00
Jeff Balogh
068822db4a
make sure we're returning distinct user add-ons (bug 573774)
2010-06-22 10:51:29 -07:00
Wil Clouser
47dbba0a52
Adding a script to fix up picture types in the database; bug 568892
2010-06-16 13:45:04 -07:00
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