Skip to content

Tags: lt-rawlins/addons-server

Tags

2022.04.07

Toggle 2022.04.07's commit message
Pontoon: Update Icelandic (is) localization of AMO Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>

2022.03.31-1

Toggle 2022.03.31-1's commit message
Update email notification targets (mozilla#19053) 

2022.03.31

Toggle 2022.03.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Downgrade log statements in zip handling where we're already raising … …an exception (mozilla#19033)

2022.03.24-2

Toggle 2022.03.24-2's commit message
Fix addons/migration/0037 to not set "" to "https://" (mozilla#19017) * Fix addons/migration/0037 to not set "" to "https://" * Update 0037_auto_20220321_1545.py * ugh

2022.03.24-1

Toggle 2022.03.24-1's commit message
Revert "Write FileUploads to a directory under MEDIA_ROOT (/uploads/) ( …mozilla#18991)" (mozilla#19010) This reverts commit 7deb2e2.

2022.03.24

Toggle 2022.03.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
limit contributions_url to strict domains with https. (mozilla#19006) * limit contributions_url to strict domains with https. * reindex the changes to contributions in ES * rewording + migration fix when there are no matches * correct paypal.me url in migration

2022.03.17

Toggle 2022.03.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependency addons-linter to v4.13.0 (mozilla#18979) Co-authored-by: Renovate Bot <bot@renovateapp.com>

2022.03.10

Toggle 2022.03.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix sentry ip_address data scrubbing - the event has no inner `payloa… …d` object (mozilla#18950)

2022.03.03

Toggle 2022.03.03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent request.user from being evaluated in middlewares (mozilla#18913) When dealing with a request with auth credentials, GraphiteMiddleware's default implementation forces request.user to be evaluated to send a `response.auth` statsd ping, causing a database query even if the view didn't use auth at all. We don't need that ping, so replace the middleware with a custom one that doesn't do this, avoiding the database query in those cases.

2022.02.24-1

Toggle 2022.02.24-1's commit message
sets VERIFY_FXA_ACCESS_TOKEN=True on stage and prod (mozilla#18891)