Closed
Bug 846833
Opened 12 years ago
Closed 12 years ago
Add an API endpoint for reporting abuse for webapps and users
Categories
(Marketplace Graveyard :: API, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-04-11
People
(Reporter: cvan, Assigned: chuck)
References
Details
(Whiteboard: [fireplace] p=2)
Formerly https://github.com/mozilla/fireplace/issues/21
For Authenticated users:
* IP address
* UserProfile of Reporter
* Message
* Addon object (if applicable)
* User object (if applicable)
For anonymous users:
* IP address
* Message
* Addon object (if applicable)
* User object (if applicable)
Relevant:
https://github.com/mozilla/zamboni/blob/master/mkt/account/views.py#L342
https://github.com/mozilla/zamboni/blob/master/apps/abuse/models.py#L77
Updated•12 years ago
|
Updated•12 years ago
|
Priority: P2 → P1
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → charmston
| Reporter | ||
Comment 1•12 years ago
|
||
Use PotatoCaptcha (https://github.com/mozilla/zamboni/blob/master/mkt/site/forms.py#L20-L52) for accepting anonymous submissions:
https://github.com/mozilla/zamboni/blob/master/mkt/site/forms.py#L55
| Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 2013-04-11
| Assignee | ||
Comment 2•12 years ago
|
||
Any reason it wouldn't make sense to have separate endpoints for reporting a user and app?
Comment 3•12 years ago
|
||
Sounds good to me.
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•12 years ago
|
||
Docs for new endpoints available here: https://zamboni.readthedocs.org/en/latest/topics/api/misc.html#abuse
You need to log in
before you can comment on or make changes to this bug.
Description
•