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

71 Коммитов

Автор SHA1 Сообщение Дата
Allen Short 0c580fcdba give reasons for all 4xx API responses (bug 855817) 2013-06-25 19:04:09 -07:00
Andy McKay 7d73ba82dd remove old not-working reissue, add in new not-working reissue (bug 881788) 2013-06-18 12:35:28 -07:00
Andy McKay ae56672d46 add in a NO_CHARGE purchase type and check for that on receipt (bug 882473) 2013-06-14 15:10:38 -07:00
Andy McKay 2f5c63f905 add detail back in to a 404 2013-06-11 10:35:51 -07:00
Chris Van 84c2f1f6c3 remove consumer stuff: mkt/account (bug 880767) 2013-06-10 13:24:13 -07:00
Andy McKay 80fbf3da62 remove the memoization and hence the double read problem (bug 871834) 2013-05-21 13:45:48 -07:00
Chuck Harmston 9f864efa1b Undo changes from d92b1f3e76 to see if it fixes bug 873280 2013-05-16 17:28:18 -05:00
Andy McKay d92b1f3e76 move out of the second transaction (bug 871834) 2013-05-14 15:54:55 +02:00
Andy McKay b5b4c0149c some logging for next time krupa hits this (bug 870961) 2013-05-10 15:09:43 -07:00
Andy McKay 6261732d75 trying to predict basta by allowing id or slugs (bug 868028-two) 2013-05-02 14:47:50 -07:00
Andy McKay 595ef65cb8 add json to test responses, clean up client and fix auth for that api (bug 868028) 2013-05-02 10:28:36 -07:00
Andy McKay 34cfa99042 whitelist allowed domains (bug 865624) 2013-04-30 13:08:02 -07:00
Andy McKay cecae9cd56 add in test receipt api (bug 865498) 2013-04-30 09:29:58 -07:00
Andy McKay b720da676c allow different receipt types (bug 861010) 2013-04-16 14:41:19 -07:00
Andy McKay 2d51a1a46b fix mocks 2013-04-16 11:09:37 -07:00
Andy McKay f49875168a break verify down a bit and add in type and url checks (bug 858614) 2013-04-16 10:12:29 -07:00
Rob Hudson 0061d73a05 Updated to use assertCORS everywhere 2013-04-10 14:35:31 -07:00
Andy McKay c75f239a0b accept form encoding (bug 858403) 2013-04-08 16:00:16 -07:00
Andy McKay 3d3f71625a a home for our wierd http status codes (bug 858403) 2013-04-08 12:14:56 -07:00
Andy McKay 8495be3754 allow anonymous access to a test receipt 2013-04-05 15:40:18 -07:00
Andy McKay fcc0cdc3d5 pass manifest url through 2013-04-05 15:06:11 -07:00
Andy McKay 2f452f68d1 fix tests 2013-04-05 13:33:25 -07:00
Andy McKay be28a5d0eb add in test install page (bug 855912) 2013-04-05 12:03:41 -07:00
Rob Hudson 11bf69ee8e Added CORS to a few APIs (bug 856209) 2013-04-01 10:39:57 -07:00
Andy McKay 02659011cc move patch up 2013-03-28 14:31:13 -07:00
Andy McKay 2588d7c121 add in a install record endpoint (bug 847700) 2013-03-28 13:44:01 -07:00
Kumar McMillan ab4f9ae195 Adjust tests after SITE_URL for Persona bug 847956 2013-03-26 17:54:00 -05:00
Alexis Métaireau 58b0eed9ec Record user creation, app submissions and ratings.
Also rename "send_request" into "record_action"
and be sure to stringify everything before hashing it
2013-03-05 22:29:59 -08:00
Alexis Métaireau f922703ffa We now pass an extra information to send_request. 2013-02-26 15:33:17 +01:00
Alexis Métaireau 092916d871 Update the monolith-record table.
- do not add the anonymous flag by default (monolith).  This will be part of
  the data we pass and store, but it's not required information.
- rename user into user_hash, since it's a hash.
2013-02-26 14:44:14 +01:00
Alexis Métaireau 8faf5e045a remove dead import 2013-02-26 12:09:19 +01:00
Andy McKay 9f64be84b4 unused import 2013-02-18 09:29:44 -08:00
Andy McKay f505811259 add the headers correctly on the response (bug 769806) 2013-02-07 13:25:49 -08:00
Chris Van 51193f4ef2 remove more "anonymous-free-installs" logic (bug 839042) 2013-02-07 11:07:10 -08:00
Andy McKay 21a47be862 ignore admin and don't look up review in tile (bug 827352) 2013-01-23 15:58:13 -08:00
Andy McKay 141a685eb9 restrict reviewer receipts to the reviewer tools (bug 827352) 2013-01-22 10:34:45 -08:00
Andy McKay 36d00a513a fix urls for tests 2013-01-04 11:20:38 -08:00
Andy McKay 96e9a34dd4 have longer lasting urls (check and verify), use uuid (bug 821347) 2013-01-04 09:37:28 -08:00
Rob Hudson 0727fbf9bb Fixed UnboundLocalError if create_receipt fails 2012-12-18 15:00:56 -08:00
Andy McKay c094e281cf mark installs by the type of install (bug 762224) 2012-12-13 12:19:07 -08:00
Andy McKay 803b36e5ad fix tests 2012-11-19 16:06:28 -08:00
Rob Hudson 4826787a5a Handle packaged apps in purchase/record (bug 800933) 2012-10-15 15:28:54 -07:00
Andy McKay 7a941fcbda don't pass unicode names cef can't cope with (bug 791292) 2012-10-11 11:36:03 -07:00
Andy McKay b208632b12 remove logging from prod for receipt checks (bug 790408) 2012-09-28 13:57:28 -07:00
Tarek Ziade bbb5814c1c dont guess the name of the settings file - bug 794000 2012-09-25 22:27:51 +02:00
Rob Hudson b2bcc2fccf Added 403 handlers (bug 584442) 2012-09-21 11:27:11 -07:00
Rob Hudson 513b51599f Fixed Django deprecation warning for urls imports 2012-09-07 17:00:53 -07:00
Kumar McMillan 910a77c713 Fix dodgy use of redirect() on mkt (bug 787258) 2012-08-31 12:28:36 -05:00
Rob Hudson ad7fbf5f08 Moved `is_packaged` flag from files to addons 2012-08-27 16:10:42 -07:00
Andy McKay 47c07fb908 raw_post_data to read and use request.REQUEST 2012-08-22 15:17:08 -07:00