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

222 Коммитов

Автор SHA1 Сообщение Дата
Allen Short 5c486b6cf8 Display a meaningful message on browserid auth failure (bug 7102174) 2012-01-26 11:03:07 -06:00
Vaidik Kapoor bf97714654 individual delete links for every review on user profiles page for admins/editors (bug 645239) 2012-01-18 15:36:43 -08:00
Chris Van 362c74aef0 highlight "Payment Profile" sidebar nav link for preapproval success page (bug 717614) 2012-01-12 11:37:51 -08:00
Chris Van e2e547cad7 hide "My Collections" from sidebar on "Payment Profile" page 2012-01-11 10:40:53 -08:00
Chris Van cda586a445 better test 2012-01-05 13:10:52 -08:00
Chris Van 03f7c991db escape display names when displaying collection contributors (bug 715601) 2012-01-05 13:08:17 -08:00
Vaidik Kapoor 4348c22b3a Adding invalid, same contributor to a collection shows an appropriate error message. (bug 600205) 2012-01-05 00:29:05 -08:00
Chris Van cdf5080cb6 do not show email confirmation after login (bug 709070) 2012-01-04 15:50:48 -08:00
Chris Van a347f3cb7f do not show Request Support links for old purchases (bug 710789) 2012-01-03 16:59:37 -08:00
Chris Van 963182e2bd fix datetime filter whitespace in tests 2012-01-03 09:31:46 -08:00
Andy McKay be0bb2bc90 perhaps jenkins will like this more 2011-12-21 14:20:08 -08:00
Andy McKay 75e1727352 put a flag on refunds (bug 708604) 2011-12-21 13:18:31 -08:00
Andy McKay 1800465f7d add a button on the thank you page for pre-approval (bug 707376) 2011-12-21 08:54:50 -08:00
Allen Short 77b1493366 Revert "Support for bcrypt+hmac for password hashing (bug 639696)"
reverted due to lack of bcrypt in vendor
2011-12-19 14:55:16 -06:00
Allen Short 91b50e8c58 Support for bcrypt+hmac for password hashing (bug 639696)
Includes upgrade for existing sha512 passwords via
`./manage.py strengthen_user_passwords`.

Requires an HMAC_KEYS dict to be added to `settings_local.py`.
2011-12-19 14:28:01 -06:00
Chris Van 5d7a188813 clean up a few testy things 2011-12-15 17:13:24 -08:00
Andy McKay 18aac953b1 fix test 2011-12-15 15:40:50 -08:00
Andy McKay 41583b58b3 add in payments page (bug 707366) 2011-12-15 14:59:38 -08:00
Kumar McMillan 432e9b4105 Revert "Support for bcrypt+hmac for password hashing (bug 639696)"
This reverts commit a6071970a7.

This introduced some unexpected changes too soon to deploy.
Once we deploy, some questions are answered, and it's hidden behind a flag
we can re-introduce it.
2011-12-15 15:14:12 -06:00
Allen Short a6071970a7 Support for bcrypt+hmac for password hashing (bug 639696)
Includes upgrade for existing sha512 passwords via
`./manage.py strengthen_user_passwords`.

Requires an HMAC_KEYS dict to be added to `settings_local.py`.
2011-12-15 14:36:35 -06:00
Kumar McMillan cf60837045 Regenerate username if it's empty after slugification 2011-12-14 15:24:23 -06:00
Kumar McMillan d7ccb1531f Allows forced profile completion to be disabled 2011-12-13 15:51:13 -06:00
Kumar McMillan 5eebc40198 Usernames created w/ browser ID are more robust (bug 708731) 2011-12-13 14:07:55 -06:00
Chris Van 7bd3cc1d92 show free apps when sorting by Purchase Date (bug 710181) 2011-12-13 11:38:44 -08:00
Wil Clouser 4375818edd minor url changes; bug 710267 2011-12-13 10:40:10 -08:00
Chris Van 5c22312016 fix user edit tests 2011-12-09 21:01:30 -08:00
Gregory Koberger bf2b68582c PEP8 4 life 2011-12-09 18:10:26 -08:00
Gregory Koberger 9876709bcf Link to the correct delete page 2011-12-09 18:04:45 -08:00
Andy McKay 3ff0ddbf1c add in cancels, send support to marketplace not fligtar, remove form for apps and stop forcing APP_PREVIEW into the template (bug 708565) 2011-12-09 11:24:51 -08:00
Kumar McMillan 200465bafb Ask registrants to complete profile after browser ID (bug 704634) 2011-12-08 16:57:42 -06:00
Wil Clouser 37d8135ae5 CEF logging; bug 690286 2011-12-07 13:19:17 -08:00
Chris Van 706183705a hide collections toggles on user profile edit page for apps (bug 707018) 2011-12-05 17:49:22 -08:00
Davor Spasovski 67b640a74e added messages container to app details (bug 705117) 2011-12-05 16:50:12 -08:00
Allen Short 58b343baa6 send refund request emails from nobody@mozilla.org,
with Reply-To set to the originator. (bug 704992)
2011-12-02 19:09:08 -08:00
Chris Van 12ea0b8574 do not show dupes on My Purchases (bug 707201) 2011-12-02 16:28:53 -08:00
Kumar McMillan 9995af04b5 Do not say registration closed when no limit is set 2011-12-02 11:11:44 -06:00
Chris Van f891f6c9e6 remove dead code 2011-12-01 17:28:16 -08:00
Chris Van 73a9c4991f sort by purchase date 2011-12-01 17:24:07 -08:00
Kumar McMillan edeafb0cf5 Override registration limit via browser ID (bug 701166) 2011-12-01 14:13:06 -06:00
Allen Short 0f218f39d6 Conditional for reporting closed registration (bug 704237) 2011-12-01 10:53:04 -08:00
Kumar McMillan e82ec0de2b Let users override registration limit w/ special URL (bug 701166) 2011-12-01 11:54:41 -06:00
Chris Van d974340df4 prettify my purchases page (bug 704626, bug 704629) 2011-11-30 17:43:04 -08:00
Andy McKay 2a1d12d956 remove the uninstall message for webapps (bug 706618) 2011-11-30 15:16:54 -08:00
Andy McKay 763ed33426 allow instant refunds within 30 minutes of buying (bug 706588) 2011-11-30 14:36:01 -08:00
Chris Van 31889c3ac1 get rid of pretty apps devhub landing page (bug 705976) 2011-11-29 14:26:53 -08:00
Chris Van f99685e975 clean up users sidebar navigation on My Purchases page (bug 705052) 2011-11-29 14:26:25 -08:00
Andy McKay afe9dc3c17 use right date (bug 705645) 2011-11-28 11:08:15 -08:00
Chris Van 38a3301c6b remove Home link on login page for apps preview (bug 704637) 2011-11-22 18:31:13 -05:00
Wil Clouser 1adbee3fa5 change MDN link; bug 702479 2011-11-21 16:30:31 -08:00
Wil Clouser a925fce05f adjust message to point to MDN; bug 702479#10 2011-11-21 11:34:46 -08:00