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

163 Коммитов

Автор SHA1 Сообщение Дата
Mathieu Pillard 898c313ac1 Fix additional breakage caused by cache-machine upgrade 2013-10-07 17:59:09 -04:00
Rob Hudson a6ee4b4a45 Remove deprecated `verify_exists` from URL fields. 2013-10-02 11:56:39 -07:00
Allen Short 091b2963a5 Deal with inconsistent changes to email addresses (bug 905984) 2013-08-27 14:42:28 -07:00
Wraithan (Chris McDonald) 1d834f49da change to tower's activate for language activation (bug 865604) 2013-07-29 17:09:39 -07:00
Kris Maglione d6f46c2cc2 Bug 858452 - Use the same collation for the username field in `users` and `auth_user` tables. 2013-06-21 17:03:51 -07:00
Chris Van 84c2f1f6c3 remove consumer stuff: mkt/account (bug 880767) 2013-06-10 13:24:13 -07:00
Andy McKay b812c664c0 activate a users locale (bug 833563) 2013-05-06 15:21:49 -07:00
Allen Short 783fbe2262 still not good at this ORM thing 2013-04-26 14:08:57 -07:00
Allen Short 44fc5dfb22 be friendlier to forms 2013-04-26 11:35:26 -07:00
Allen Short 8e7fd0cabc save lang/region for users (bug 833049) 2013-04-25 16:53:17 -07:00
Chris Van 5dcdbe1789 do not cache num_addons_listed 2013-04-18 16:56:12 -07:00
Chris Van 1c31fe91b4 create theme browse pages for individual user profiles (bug 860786) 2013-04-18 16:56:12 -07:00
Chris Van 6797c4a407 back to showing actually 60 of my most popular themes (bug 860786) 2013-04-12 14:40:42 -07:00
Chris Van 5b8abd7eb1 profile speedups (bug 860786) 2013-04-12 13:16:17 -07:00
Chris Van 13ffdeb5f2 just get the size of the query for profile page (bug 860407) 2013-04-11 15:38:47 -07:00
Chris Van 1ae4234c55 exclude themes when we are ascertaining whether the user is an "Add-ons Developer" 2013-04-04 16:10:15 -07:00
Allen Short 154eb0d7a7 decode unicode passwords before salting+hashing (bug 858262) 2013-04-04 14:51:01 -07:00
Andy McKay 22ded2295c move to explicit signals (bug 821773) 2013-04-01 13:50:38 -07:00
Chris Van ca809fdac7 if there is no username, use id for UserProfile.get_user_path 2013-03-28 15:26:45 -07:00
Chris Van fca3639555 use id instead of username for gross usernames (bug 854968) 2013-03-28 13:48:23 -07:00
Chris Van 9b5fd1a205 reference username instead of pk for /users/ profile page on AMO (bug 845214) 2013-03-20 12:33:40 -07:00
Chris Van abb166a671 link to user profiles for newly submitted themes on AMO (bug 843861) 2013-02-25 23:35:10 -08:00
Andy McKay 8a563e9d1d adjust login a bit 2013-01-23 21:21:33 -08:00
Rob Hudson af6e6a7896 Removed walled garden code (bug 812274) 2013-01-09 13:01:14 -08:00
jrconlin b65fad4f6d Bug 794634 - Add Persona unverified email support
Updating with review comments
2012-12-27 12:19:25 -05:00
Andy McKay 6f7a0b67f9 add in users stats 2012-10-10 13:35:00 -07:00
Andy McKay b937182121 expand user source (bug 799619) 2012-10-10 12:06:23 -07:00
jrconlin 3b86471c62 Bug 740256 - Correct password check for BID sourced credentials 2012-08-22 13:46:38 -07:00
Andy McKay 73bc23eccb move read_dev_agreement to a datetime (bug 780741) 2012-08-20 15:50:40 -07:00
Chris Van 0f43bf326a send real confirmation email for user registration in addition to email change (bug 777662) 2012-08-02 14:28:29 -07:00
Rob Hudson c6edd74496 Fixed account delete brokenness (bug 764843) 2012-06-14 13:03:17 -07:00
Chris Van b1580230af _ratings is not a thing anymore 2012-06-14 12:40:18 -07:00
Allen Short 18a7611706 Add flag for restricting users. (bug 753995) 2012-06-11 07:36:46 -05:00
Andy McKay aae4b960a4 move is_anonymous up 2012-06-12 14:17:46 -07:00
Andy McKay c1ce7bcd42 cache purchase_ids 2012-05-09 12:27:13 -07:00
Andy McKay d8f48fc456 don't do the collection lookups unless we need to 2012-05-08 15:17:42 -07:00
Kumar McMillan 183394cee8 Fix in-app flow when preauth was removed (bug 752677) 2012-05-07 16:45:00 -05:00
Chris Van 131931151f hire security guard to protect our walled garden (bug 747282) 2012-04-25 18:35:28 -07:00
Chris Van bc396ac5b0 show three authors max on app detail page (just for krupa) 2012-04-13 15:50:39 -07:00
Wil Clouser ebb8cf4dea remove users.(first|last|nick)name. migration in separate commit 2012-04-12 21:01:41 -07:00
Wil Clouser cc62cd6905 remove users.sandboxshown; migration in another commit 2012-04-12 21:01:41 -07:00
Andy McKay 884ea995e7 push more data into users 2012-04-11 15:51:38 -07:00
Andy McKay a487707d5f use addonuser for personas (bug 734531) 2012-03-23 12:56:48 -07:00
Chris Van e7ea4c9eb7 do not show apps under My Add-ons on AMO user profile (bug 737329) 2012-03-19 23:09:13 -07:00
Rob Hudson ee95a8a246 Fixed browser ID breakage.
Browser ID logins check certain permissions to know whether the user is
an admin or editor, and if so, requires a regular login.
2012-03-19 15:54:14 -07:00
Chris Van d4caef58b2 Revert "use addonuser for personas (bug 734531)"
This reverts commit fd3ad4b1a5.
2012-03-15 13:30:02 -07:00
Andy McKay fd3ad4b1a5 use addonuser for personas (bug 734531) 2012-03-12 14:14:51 -07:00
Kumar McMillan 62b9717ee9 Fix unicode coercion in UserProfile (bug 734927) 2012-03-12 13:16:16 -05:00
Andy McKay a1240c6f0b Revert "clean up, some tests and link up designers (bug 726186)"
This reverts commit de374221f3.
2012-03-09 16:01:32 -08:00
Andy McKay de374221f3 clean up, some tests and link up designers (bug 726186) 2012-03-09 14:42:16 -08:00