Skip to content

v2.2.2

Compare
Choose a tag to compare
@say-yawn say-yawn released this 25 Aug 05:02
· 9789 commits to main since this release
v2.2.2
2e63a7e

Summary

  • Add domain check endpoint for Domain Address (#1031)
  • Add zh languages to Settings LANGUAGES configuration (#1030)
  • Support mozmail for Relay Address and for mozilla.com users (#993)
  • Add premium Relay Banner (#1021)
  • Support languages via locales with submodule (#1012)

Changelog

2e63a7e Merge pull request #1030 from mozilla/add-zh-langs-to-LANGUAGES
2dd0f60 Merge pull request #1034 from mozilla/fix-email-post-json-response
034648b Return more address info on /emails POST request with local portion and correct full address
6d12966 Update submodules
f417382 Merge pull request #993 from mozilla/create-mozmail-relay-alias-mpp-712
8673e35 Return full_address for RelayAddress
7d05ba2 Return domain of RelayAddress
279cd39 Use mozmail domain when TEST_MOZMAIL is True
1335e6e Merge pull request #1031 from mozilla/add-domain-check-endpoint
0209840 Update submodules
3427f69 Update submodules
bfc8c84 Display correct domain for alias
02388dc Update submodules
a84f6f3 Update submodules
885cd9f Update submodules
b6934fe Update submodules
66d8901 Update submodules
e0e81b6 Update submodules
c37b703 Update submodules
a08b0fc Update submodules
fd4e305 add endpoint for checking subdomain availability
c343114 Add missing bracket (#1032)
e8fa42c add zh-tw and zh-cn to LANGUAGES
2cd345b Update submodules
b6dfbee Update submodules
2a6c097 Update submodules
95adc8e Update submodules
9355ba6 Update submodules
b51d7bb Update submodules
f9d2f56 Update submodules
38542a4 Update submodules
244daad Update submodules
b43c050 Update submodules
9bb897f Update submodules
fa8d3b2 Update submodules
23915d6 Update submodules
7b194f2 Merge pull request #1021 from mozilla/1015-banner-premium-visibility
1d8eccb Merge pull request #1028 from mozilla/body-data-class-dashboard
aeb9dc2 Update submodules
b74c38b Pass domain in the parameter
5db4c10 Update submodules
004b5cd Update submodules
2ca2ef4 Update submodules
969dfa9 Update submodules
b471e31 Update submodules
fbf721e Update submodules
405c98e Update submodules
de4bc26 Update submodules
a200569 Update submodules
756cfa2 Add premium dashboard data to body class
a65cb8d Update submodules
1043e57 Update submodules
71ecfe7 Update submodules
9aa9b88 Update submodules
bc15e0d Update submodules
016fc11 Update submodules
b2f3990 Update submodules
e37f52a Update submodules
afa23be Update submodules
8cd6652 Enable mozmail for Mozillians
ee9a67c Use Firefox address on address_hash logic and fix tests
74dad3f Fix broken tests
000da4f Return domain value on profile and change default domain based on TEST_MOZMAIL
36588a9 Test get_domains_from_settings
3c6c411 Remove unneeded code snippet
4b9ef53 Fix emails/views with new domains logic
75ba71f Add domains environment variables to sample
d525c8f Move domains to utils
92dce9c Make static migration Use integer to describe relay.firefox.com or mozmail.com addresses so we can change the values of these based on different environment. Updated tests accordingly.
43fd119 Merge pull request #1025 from lennartschoch/963-fix-vpn-banner-cookie-path
158dc5b Fix #1009 - Adjust search button reset action (#1017)
0c2173e Fix #963 - Set path of vpnBannerDismissed cookie to root
0ebfc5a Stylelint updates (#1022)
1f6fb1e Fix #1015 - Survey background colors are now purple when user is premium
fd495b3 Add premium/fxa data to body class (#1014)
4d538d1 Merge pull request #1013 from mozilla/fix-nps-again
6fe5831 Merge pull request #1016 from mozilla/switch-submodule-to-https
5ca545c change LANGUAGE_CODE to en for l10n repo
c5a6362 switch l10n submodule to https for heroku
fec0176 add section for enabling premium purchase and features (#1006)
d275a74 Merge pull request #1012 from mozilla/locales-submodule
bd8e87f eventValue determines NPS segment; not array index
ff26e9f change locales/ to a submodule
9aa604f Fix flake8 errors on emails
1c76a38 Test domain field on RelayAddress
c7ac965 Test address hash with non-default domain Hash should be the address and domain included
42f78f7 Revert changes to deleted DomainAddress
6080e2d Get domain from relay address when copying
b93e80f Add get email domain test When the TEST_MOZMAIL and ADDITIONAL_DOMAINS are set return the first domain from ADDITIONAL_DOMAINS
55b43b2 Fix get email domain from settings When the TEST_MOZMAIL and ADDITIONAL_DOMAINS are not set in settings return the domain based on the ON_HEROKU setting
7d1f550 Fix views tests on emails app
10d63fc Pass domain portion for address hash
2e08f7a Remove loggers
5480991 Get domain from relay address object
e89525a Domain not in profile
7742448 Use index to grab first item
2dc05d3 Pass domain in retries
53c061e Use mozmail.com based on env var
e6cbcce Use plus rather than append Append changes the existing list
2022c5b Logger info
3a45102 Delete RelayAddress and hash the domain If the domain is the not the default domain
c8a0310 Make RelayAddress with different domains
0ab81b7 Get the RelayAddress with appropriate domain
94b06cf Add domain field in Relay Address model Set possible options for domain fields and set default domain
9a98ad0 Uniform method to get Relay email domain
1af261e Cast boolean to ADMIN_ENABLED var