Mathieu Pillard
266f3270d6
Store a copy of the manifest in the database for every File we create ( #22540 )
...
* Store a copy of the manifest in the database for every File we create
2024-08-06 18:27:08 +02:00
Mozilla Add-ons Robot
ad9fbb3036
Extracted l10n messages from 2024-08-06 at bab3a14537
2024-08-06 15:39:14 +00:00
Andrew Williamson
bab3a14537
create activity log when eula or privacy policy is updated ( #22541 )
2024-08-06 16:34:22 +01:00
Mathieu Pillard
6192c04024
Bump django from 4.2.14 to 4.2.15 ( #22547 )
2024-08-06 17:20:49 +02:00
Mozilla Add-ons Robot
69d4940e61
Extracted l10n messages from 2024-08-06 at 9a628ac360
2024-08-06 14:11:39 +00:00
Andrew Williamson
9a628ac360
Expose all the reasons why there is a due_date to the extensions queue (queryset) ( #22530 )
...
* set due_date_reasons bitmask when setting due_date
* add no_transforms in Version.should_have_due_date
* Only annotate Version qs when nessecary
* refactor to make VersionManager.should_have_due_date efficient
* Add flags for newly exposed reasons for due_date
* get_due_date_reason_qs -> get_due_date_reason_q_objects; add docstring
* exclude has developer reply from needs_human_review_other
* fix linelength that ruff format didn't autofix
2024-08-06 15:06:58 +01:00
Andrew Williamson
b21e070727
Update reporter_disabled_ignore template ( #22544 )
...
follow-up for mozilla/addons-server#14928
2024-08-06 14:50:10 +01:00
Andrew Williamson
1cb8b58811
don't try to resolve an already closed job in cinder ( #22532 )
2024-08-06 13:58:14 +01:00
Fabio Tomat
10257e207b
Pontoon: Update Friulian (fur) localization of AMO
...
Co-authored-by: Fabio Tomat <dark.tmtfx@gmail.com>
2024-08-06 07:11:59 +00:00
Marcelo Ghelman
e8756ee77b
Pontoon: Update Portuguese (Brazil) (pt-BR) localization of AMO
...
Co-authored-by: Marcelo Ghelman <marcelo.ghelman@gmail.com>
2024-08-05 22:31:52 +00:00
Marcelo Ghelman
f7e335fc6c
Pontoon: Update Portuguese (Brazil) (pt-BR) localization of AMO
...
Co-authored-by: Marcelo Ghelman <marcelo.ghelman@gmail.com>
2024-08-05 22:21:46 +00:00
Andrew Williamson
b6bc025a0c
Close reports for already removed content ( #22521 )
...
* Close reports for already removed content
* return a valid uuid for a create_decision response in tests
* save the cinder_id of the decision correctly for already disabled content
* more test fixes
2024-08-05 12:57:50 +01:00
Mozilla Add-ons Robot
c9c3ca7513
Extracted l10n messages from 2024-08-05 at 11b3e5c945
2024-08-05 11:42:30 +00:00
Mathieu Pillard
11b3e5c945
Use nobody@mozilla.org as the `From` for all emails, even activity ones ( #22535 )
...
* Use nobody@mozilla.org as the `From` for all emails, even activity ones
Keep setting notifications@addons.mozilla.org as the `Reply-To` email
(with logic to dispatch the replies to the correct activity according
to prefix) but stop using that address as the `From`, as it will fail
DMARC.
2024-08-05 13:38:07 +02:00
Selim Şumlu
97368ee130
Pontoon: Update Turkish (tr) localization of AMO
...
Co-authored-by: Selim Şumlu <selim@sum.lu>
2024-08-03 11:31:42 +00:00
Mathieu Pillard
78a8548713
Disable csrf checks on client_info testing view ( #22531 )
...
Makes it easier to test POST requests against it to check difference
in behavior with GET requests
2024-08-01 12:22:01 +02:00
dependabot[bot]
be0d508851
Bump django-admin-rangefilter from 0.13.0 to 0.13.1 in /requirements ( #22503 )
...
Bumps [django-admin-rangefilter](https://github.com/silentsokolov/django-admin-rangefilter ) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/silentsokolov/django-admin-rangefilter/releases )
- [Changelog](https://github.com/silentsokolov/django-admin-rangefilter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.0...v0.13.1 )
---
updated-dependencies:
- dependency-name: django-admin-rangefilter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 11:34:29 +02:00
dependabot[bot]
a506f0f0a0
Bump pytest from 8.2.2 to 8.3.2 in /requirements ( #22508 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.2 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 11:34:07 +02:00
Andrew Williamson
7a42e1d6cc
Add constraint that prevents ReviewActionReason with any text ( #22523 )
...
* Add constraint that prevents ReviewActionReason with any text
* delete empty ReviewActionReasons beforehold in the migration
* fix existing tests that created blank ReviewActionReasons
2024-07-31 16:37:51 +01:00
Mozilla Add-ons Robot
05e86c0633
Extracted l10n messages from 2024-07-31 at f9de2f6f3d
2024-07-31 10:13:47 +00:00
Mathieu Pillard
f9de2f6f3d
Allow EULA/Privacy policy to be edited through the API ( #22522 )
...
* Allow EULA/Privacy policy to be edited through the API
2024-07-31 12:05:31 +02:00
Mozilla Add-ons Robot
66ee580f02
Extracted l10n messages from 2024-07-31 at 5c10214c4d
2024-07-31 09:10:07 +00:00
Mathieu Pillard
5c10214c4d
Bypass checks about remaining listed/owner authors in pending authors API ( #22526 )
...
* Bypass checks about remaining listed/owner authors in pending authors API
This fixes an intermittent test error, because the methods we're overriding
check AddonUser against the instance id, but the instance id in that case
is not an AddonUser, it's an AddonUserPendingConfirmation.
2024-07-31 11:05:12 +02:00
Mozilla Add-ons Robot
6d6215b8b9
Extracted l10n messages from 2024-07-30 at fc575514fe
2024-07-30 11:04:04 +00:00
Andrew Williamson
fc575514fe
consistently use devhub url as the target_url if no public listing ( #22512 )
2024-07-30 11:59:24 +01:00
Michael Wolf
8e49060ee3
Pontoon: Update Sorbian, Lower (dsb) localization of AMO
...
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2024-07-30 10:02:13 +00:00
Milo
7a912b6a4f
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 13:31:48 +00:00
Milo
3ddfceced3
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 13:21:53 +00:00
Milo
d99e340ff4
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 13:11:50 +00:00
Milo
800985c7a2
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 13:02:16 +00:00
Milo
cd618d3241
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 12:51:11 +00:00
Milo
71d0419e10
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 12:41:31 +00:00
Milo
fc5d9b3e5b
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 12:31:38 +00:00
Milo
ed5bbd5aad
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 12:21:40 +00:00
Milo
0ea0fbdebd
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 12:11:42 +00:00
Milo
eaea089493
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 12:02:32 +00:00
Milo
cf385a17aa
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 11:51:27 +00:00
Milo
a025e8132a
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 11:41:30 +00:00
Milo
46f7b94e38
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 11:32:01 +00:00
Milo
6148b2a3ec
Pontoon: Update Croatian (hr) localization of AMO
...
Co-authored-by: Milo <mail@milotype.de>
2024-07-29 11:21:41 +00:00
Lan Glad
7aee57c60c
Pontoon: Update Slovenian (sl) localization of AMO
...
Co-authored-by: Lan Glad <upwinxp@gmail.com>
2024-07-28 10:11:50 +00:00
Besnik Bleta
8703c3b5a6
Pontoon: Update Albanian (sq) localization of AMO
...
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
2024-07-27 11:32:01 +00:00
Aman Alam
2780a9759e
Pontoon: Update Punjabi (pa-IN) localization of AMO
...
Co-authored-by: Aman Alam <amanpreet.alam@gmail.com>
2024-07-27 11:11:50 +00:00
හෙළබස සමූහය (HelaBasa Group)
6063178aa2
Pontoon: Update Sinhala (si) localization of AMO
...
Co-authored-by: හෙළබස සමූහය (HelaBasa Group) <firefox-helabasa@yalu.lk>
2024-07-27 10:51:13 +00:00
හෙළබස සමූහය (HelaBasa Group)
0122e3be34
Pontoon: Update Sinhala (si) localization of AMO
...
Co-authored-by: හෙළබස සමූහය (HelaBasa Group) <firefox-helabasa@yalu.lk>
2024-07-27 10:41:12 +00:00
chutten
e92efd84a0
Pontoon: Update English (Canada) (en-CA) localization of AMO
...
Co-authored-by: chutten <chutten@mozilla.com>
2024-07-26 20:02:27 +00:00
Mozilla Add-ons Robot
69265cb3db
Extracted l10n messages from 2024-07-26 at 9fac55cd40
2024-07-26 15:08:51 +00:00
Mathieu Pillard
9fac55cd40
Always set a due date on versions with a developer reply even if they are disabled/not signed ( #22511 )
2024-07-26 17:03:54 +02:00
Chengings
2b9c75ca4d
Pontoon: Update Thai (th) localization of AMO
...
Co-authored-by: Chengings <chengings@gmail.com>
2024-07-26 00:32:01 +00:00
dependabot[bot]
9a5682274a
Bump djangorestframework from 3.14.0 to 3.15.2 in /requirements ( #22379 )
...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework ) from 3.14.0 to 3.15.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases )
- [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2 )
---
updated-dependencies:
- dependency-name: djangorestframework
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 15:27:52 +02:00