chenba
4f2f4cbb55
Bug 569694: sorting addons by popularity on user profile page
2010-11-27 04:18:13 -08:00
Chris Van
2b1820240b
email obfuscation on add-on detail pages (bug 556467)
2010-11-24 15:41:00 -08:00
Jeff Balogh
9aeb8fc432
invalidate PurifiedTranslations properly (bug 612386)
2010-11-15 14:28:29 -08:00
chenba
1aada3ca70
Bug 559940: truncate authors list to two + 'others'
2010-11-12 15:06:08 -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
Andy McKay
2eaf8bc982
report user abuse (bug 606873) and a small amount of consolidation
2010-11-08 14:00:36 -08:00
Dave Dash
bf97e5efa6
bug 600423, generic resize function
2010-10-12 13:17:32 -07:00
Jeff Balogh
8d6a57a45a
foreign key checks are now disabled when loading fixtures
2010-10-04 15:09:38 -07:00
Jeff Balogh
bb9034bacc
fix a test
2010-09-23 11:47:38 -07:00
Jeff Balogh
1763d8ea50
use UserProfile for doing pwreset (bug 596263)
2010-09-22 16:42:18 -07:00
Jeff Balogh
73e073d167
allow uppercase letters in usernames
2010-09-21 08:16:16 -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
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
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
Wil Clouser
bb1cc25500
Merge remote branch 'chenba/587896-user-logins'
2010-09-01 21:30:12 -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
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
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
Dave Dash
99e1ad8c96
bug 558511, delete users good.
2010-08-20 14:57:32 -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
Jeff Balogh
dffa7c1dc9
attach mobile_addons to request.amo_user
2010-08-10 16:58:47 -07:00
Dave Dash
f195918619
users.models tests take <4s instead of >38s
2010-08-10 16:08:40 -07:00
Jeff Balogh
f65c1829f5
helpers for getting mobile/favorites collection
2010-08-10 15:40:59 -07:00
Wil Clouser
4d713534fc
Merge remote branch 'chenba/574276-nickname-blacklist'
2010-08-08 14:40:52 -07:00
Dave Dash
17ac791cf1
bug 574271, Ajax lookup for users
2010-08-06 15:20:51 -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
02f92c9f4a
Addon.objects.valid_q returns a Q object for finding valid add-ons
2010-07-28 17:26:51 -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
5bcfae3945
make reviews.version optional, attach an addon id
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
Dave Dash
cbc7570f32
Fixes userpic test.
2010-06-21 13:03:10 -07:00
Dave Dash
22f83dfd4a
Celery task to update addons.current_version.
...
Denormalizing this regularly accessed property. This will lay the groundwork
for better (and faster) sphinx queries.
2010-05-24 12:41:15 -07:00
Fred Wenzel
d6025a8d0a
Separate edit user links for admin/user (bug 564561)
2010-05-18 13:29:46 +02:00
Dave Dash
a6176ea035
Merged several fixtures together.
2010-05-05 13:17:12 -07:00
Jeff Balogh
82b3bb8b17
hijack django.urlresolvers.reverse with our app&locale-aware reverse
2010-05-04 22:57:07 -07:00
Dave Dash
f9dbc0c908
Logout has a to parameter.
2010-04-19 14:45:21 -07:00
Dave Dash
a0a19db4aa
Login links now use a to parameter.
2010-04-19 08:46:45 -07:00
Dave Dash
b70df6b3a9
Process 'to' parameter with some exceptions.
2010-04-19 08:46:45 -07:00
Jeff Balogh
a8ef68e71d
create a pyquery wrapper that fixes up <noscript> in <head>
2010-04-14 14:22:16 -07:00
Jeff Balogh
683faca981
pylint and spelling fixes
2010-04-12 16:48:08 -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
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
1fd2e81d8e
use new DOMAIN; other tweaks
2010-04-09 20:12:24 -07:00
Wil Clouser
5815680d63
Add email reset functionality
2010-04-09 20:12:24 -07:00
Wil Clouser
2560f7587e
Add login/logout functionality and tests
2010-04-09 20:12:24 -07:00
Wil Clouser
c93525ca86
Add tests for pwreset
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
9bbb772e3c
handle None gracefully in user_link and users_list helpers (bug 554696)
2010-03-24 21:24:22 +01:00
Fred Wenzel
ba0f401c5f
Making user pic configurable (bug 549483)
2010-03-15 19:48:35 +01:00
Dave Dash
5751918157
We should be using amo.urlresolvers
2010-02-24 09:43:46 -08:00
Fred Wenzel
66db367524
user profile (bug 543597)
2010-02-13 13:28:20 +01:00
Fred Wenzel
97e30b275f
emaillink helper and test
2010-02-13 13:27:35 +01:00
Jeff Balogh
280c086ee0
Revert "emaillink helper plus test". wenzel is going to add this again
...
when he commits the whole branch, and tests will then pass.
This reverts commit cee8e252a2
.
2010-02-12 12:06:08 -08:00
Fred Wenzel
cee8e252a2
emaillink helper plus test
2010-02-12 12:08:48 +01: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
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