addons-server icon indicating copy to clipboard operation
addons-server copied to clipboard

🕶 addons.thunderbird.net Django app and API, forked from addons.mozilla.org 🎉

Results 72 addons-server issues
Sort by recently updated
recently updated
newest added

Discussion here: https://discourse.mozilla.org/t/version-suitability-for-thunderbird-add-ons-not-clear/56200/3 Actually, for non-tech users, it's unclear what `- *` means concerning version suitability of an extension. Replacing this by `and above` would help users to better understand...

front-end

I think this is a feature request, rather than a bug. I couldn't find a way to do it. I looked at AMO and couldn't find any addons with screenshots...

enhancement
front-end

I have updated the screenshots of Proofing Tool GUI in AMO: https://addons.mozilla.org/addon/british-english-dictionary-2 ATN: https://addons.thunderbird.net/addon/british-english-dictionary-2 ATN displays a tiny image of the screenshots. Can it be improved to show in a...

front-end

Subject says it all: When displaying one's own profile, there is a field named "IP address of last login" which displays some private adress (172.31.6.19 in my case). I suspect,...

bug

The permissio0ns link makes reference to firewfox not Thunderbird and discusses the browser context. This might be appropriate, but confusing to users who have no concept of a browser contect...

Currently on the add-on submission agreement page, the "Review Policies and Rules" points at: https://addons.thunderbird.net/en-US/developers/docs/policies/reviews It should point at the Thunderbird Review policy: https://thundernest.github.io/atn-review-policy However, this is not localized, so...

We need a way to message add-on developers for certain types or versions of add-ons that there is a change that affects their add-on. 1. Should be able to send...

Initial work of Python 3.7 upgrade. We're still running on django 1.11 as it supports Python 2.7, and 3.7. I tried to ensure tests will run on both 2.7 and...

Need to eventually upgrade elasticsearch from 5 to 7. Upstream patches: * https://github.com/mozilla/addons-server/pull/14206/files * https://github.com/mozilla/addons-server/pull/19126/files

enhancement

Fixes #280 This adds two additional checks to our manifest.json parser. 1. If a manifest.json has `manifest_version: 3`, require that `strict_min_version` exists and is greater than or equal to `128.0b1`....