Kumar McMillan
f42883ba29
Hide apps from API search (bug 728070)
2012-02-21 13:21:24 -06:00
Allen Short
7b1cf9ca00
Add soft delete for addons (bug 719217)
...
Deleting addons will set them to STATUS_DELETED and remove them from
Addon.objects, while continuing to make them available via
Addon.with_deleted. Behind a waffle switch currently.
2012-02-13 17:05:57 -06:00
Rob Hudson
cafeae8f9e
Updated new-api-search to use a flag for incremental rollout.
2012-02-09 09:42:46 -08:00
Allen Short
fd877e7f41
rename group for API access (bug 723208)
2012-02-01 14:26:13 -06:00
Allen Short
e1f77f2076
Add extra fields to info returned from user api call. (bug 639696)
2012-01-31 12:20:54 -06:00
Allen Short
d3c8cd49d0
Add an 'email' parameter to the 'user' API call (bug 639696)
...
It's available to the 'Partners' group, for use by partner apps like
Add-ons Builder to look up existing accounts.
2012-01-30 17:01:39 -06:00
Allen Short
918abbe340
Disallow API access to disabled addons (bug 713447)
2012-01-19 17:46:36 -06:00
Rob Hudson
4972bf9ead
Added a way to see that ES is in use for API search.
2012-01-17 14:35:43 -08:00
Rob Hudson
b59f64552a
Move search API to ES (bug 692948)
2012-01-06 16:18:45 -08:00
Andy McKay
07bb1bbe22
bump sql count
2012-01-04 13:08:02 -08:00
Gregory Koberger
657e0d7c5d
Remove NEW_FEATURES
2011-12-30 17:03:39 -05:00
Ashish Dubey
b07fb5e031
Different handler404 and handler500 for API (bug 548959)
2011-12-20 16:54:00 -05:00
Rob Hudson
0381eeb91f
Updated version check to support compat overrides (bug 703781)
2011-12-15 15:25:37 -08:00
Chris Van
01e7fcfa2d
just to be safe
2011-12-14 22:51:09 -08:00
Ashish Dubey
710d718bac
return license information in add-on API (bug 644968)
2011-12-14 22:47:25 -08:00
Rob Hudson
df7fa5e1a5
Added compatMode parameter to search API URL (bug 707359)
2011-12-05 10:22:16 -08:00
Rob Hudson
7a9a4ef9b9
Updated version check to support binary components (bug 703783)
2011-12-02 12:50:24 -08:00
Andy McKay
abe801e7d6
stand up an app creation api (bug 704206)
2011-11-24 14:39:17 -08:00
Andy McKay
77f49f4a99
removing not needed require, thanks @cvan
2011-11-24 10:55:39 -08:00
Andy McKay
90245f5772
fx > firefox and remove enum on table (bug 703419)
2011-11-23 12:52:51 -08:00
Andy McKay
a44880ae9f
easier performance api, remove old piston based one (bug 703419)
2011-11-23 10:53:54 -08:00
Andy McKay
f52f714b38
cache based on locale (bug 702396)
2011-11-17 11:29:34 -08:00
Jeremy Orem
422b22a884
guidsearch waffle flag
2011-11-10 09:08:49 -08:00
Jeremiah Orem
89bb084a41
Improve guid search caching.
2011-11-09 19:07:57 -08:00
Andy McKay
8b37d5bd79
first part, put prices and currencies into transformer (bug 686392)
2011-10-19 14:48:08 -07:00
Jeff Balogh
7ae2bbca09
mention the override type in the xml output (bug 692971)
2011-10-14 14:32:04 -07:00
Jeff Balogh
69c6f14596
add <addon_compatibility> to the guid search API (bug 692971)
...
https://wiki.mozilla.org/Features/Add-ons/Add-ons_Default_to_Compatible
2011-10-14 13:58:31 -07:00
Jeff Balogh
5fcf72e1eb
test_legacy is an awful name
2011-10-14 13:58:31 -07:00
Andy McKay
08adb29c35
use existing resource_uri functionality in piston and add slug (bug 690515)
2011-10-03 11:50:34 -07:00
Andy McKay
c4ec669dbd
make statuses a tuple of id, status (bug 690523)
2011-10-03 11:20:27 -07:00
Andy McKay
f95b936274
set right step in addon submission (bug 690066)
2011-09-28 15:01:18 -07:00
Andy McKay
db3f7e0ee8
add in purchase data to the api (bug 610505)
2011-09-21 12:36:30 -07:00
Kumar McMillan
b44a576dcb
Fixing more URL dependent tests and setting mobile URL for consistency.
...
Also removed the double URL test because it doesn't apply when SITE_URL is
empty
2011-09-16 17:49:15 -05:00
Andy McKay
41c6c757aa
after adding in premium to the transformer, we'll have 21 queries
2011-09-06 09:09:16 -07:00
Andy McKay
046410a3aa
add in status ints for flightdeck and allow reading individual version data (bug 683703)
2011-09-02 12:45:20 -07:00
Andy McKay
e08755527c
show an icon in the queue (bug 677910)
2011-09-01 16:45:20 -07:00
Andy McKay
4358959e9f
fallout from last cleanup
2011-08-23 15:54:58 -07:00
Andy McKay
d2c92ef1bf
remove a todo and remove the app from the get_url_path
2011-08-23 15:03:26 -07:00
Andy McKay
08e20935c5
remove the ability to specify a state, users will complete all this on the AMO side (bug 678233)
2011-08-15 11:00:23 -07:00
Andy McKay
552481dc51
license_type was wrong, use builtin and make licenses optional for versions (bug api)
2011-08-11 14:35:01 +01:00
Andy McKay
18f79e396e
allow the setting of review type on addon creation
2011-08-11 12:33:49 +01:00
Andy McKay
347c24907a
allow license to be optional
2011-08-11 12:05:10 +01:00
Andy McKay
d33ddb5462
add in api for builder
2011-08-11 11:46:17 +01:00
Jeff Balogh
a8885cb689
worst test ever
2011-08-10 13:17:38 -07:00
Andy McKay
1c608842bb
get mobile file and encode as utf8 (bug 674253)
2011-08-04 12:59:23 +01:00
Andy McKay
2454aa7208
return the object, not just rc.CREATED, makes clients easier
2011-08-03 17:29:19 +01:00
Andy McKay
0b0d751a60
allow paginated addon listing for a user (bug 675222)
2011-08-03 14:04:01 +01:00
Andy McKay
4a3b428625
add in handler for perf_app and perf_os (bug 675240)
2011-08-03 12:13:17 +01:00
Andy McKay
4f5e44995d
allow authenticate_as to alter request.user for two_legged auth (bug 675220)
2011-08-03 10:53:18 +01:00
Jeff Balogh
51da184cef
start using the new featured/creatured managers
2011-07-29 10:02:04 -07:00