зеркало из https://github.com/mozilla/fxa.git
Коммит
e440dae101
18
AUTHORS
18
AUTHORS
|
@ -29,12 +29,12 @@ ckarlof
|
|||
Dan Callahan
|
||||
Danny Amey
|
||||
Danny Coates
|
||||
dave justice
|
||||
Dave Justice
|
||||
dave justice
|
||||
Deepti
|
||||
dependabot[bot]
|
||||
divyabiyani
|
||||
Divya Biyani
|
||||
divyabiyani
|
||||
Edouard Oger
|
||||
Edwin Wong
|
||||
Emin Mastizada
|
||||
|
@ -47,8 +47,8 @@ Francois Marier
|
|||
Glen Mailer
|
||||
Greg Guthe
|
||||
Gurjeet Singh
|
||||
hannahqd
|
||||
Hannah Quay-de la Vallee
|
||||
hannahqd
|
||||
Heather Booker
|
||||
Hector Zhao
|
||||
hritvi
|
||||
|
@ -63,9 +63,9 @@ Jason Strutz
|
|||
jbonacci
|
||||
Jed Parsons
|
||||
Jody Heavener
|
||||
johngruen
|
||||
John Gruen
|
||||
John Morrison
|
||||
johngruen
|
||||
Jon Buckley
|
||||
Jon Petto
|
||||
jotes
|
||||
|
@ -77,15 +77,15 @@ Karan Sapolia
|
|||
Kit Cambridge
|
||||
Kohei Yoshino
|
||||
Kurt Bauer
|
||||
larissagaulia
|
||||
Larissa Gaulia
|
||||
larissagaulia
|
||||
Lauren Zugai
|
||||
Leif Oines
|
||||
Les Orchard
|
||||
Lloyd Hilaiel
|
||||
luke crouch
|
||||
markh@babelzilla.org
|
||||
Mark Striemer
|
||||
markh@babelzilla.org
|
||||
Marty Ballard
|
||||
matjaz@mozilla.com
|
||||
Matt Stavola
|
||||
|
@ -108,8 +108,8 @@ Nicholas Mandel
|
|||
Nick Alexander
|
||||
Nick Chapman
|
||||
Omkar Yadav
|
||||
petercpg@mail.moztw.org
|
||||
Peter deHaan
|
||||
petercpg@mail.moztw.org
|
||||
Phil Booth
|
||||
Philip Jenvey
|
||||
Princi Vershwal
|
||||
|
@ -118,8 +118,8 @@ Ramya Praneetha
|
|||
Ramyashree DG
|
||||
Renoir Boulanger
|
||||
Renovate Bot
|
||||
riadhchtara
|
||||
Riadh Chtara
|
||||
riadhchtara
|
||||
Rishi Baldawa
|
||||
Robert Kowalski
|
||||
Roger Meier
|
||||
|
@ -156,5 +156,5 @@ vladikoff
|
|||
Wil Clouser
|
||||
Xavier RENE-CORAIL
|
||||
YFdyh000
|
||||
Zachary Carter
|
||||
Zach Carter
|
||||
Zachary Carter
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
## 1.177.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "MySQL backend for Firefox Accounts",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
## 1.177.0
|
||||
|
||||
### New features
|
||||
|
||||
- dev: handle skip ci label to skip tests ([ce0788085](https://github.com/mozilla/fxa/commit/ce0788085))
|
||||
- emails: Add CAD reminder templates ([9e1046fb5](https://github.com/mozilla/fxa/commit/9e1046fb5))
|
||||
- auth + content: add endpoint and hook up CAD QR flow to trigger reminder ([3ccc3b366](https://github.com/mozilla/fxa/commit/3ccc3b366))
|
||||
- reminders: added CAD reminders to scripts/verification-reminders ([773ed269c](https://github.com/mozilla/fxa/commit/773ed269c))
|
||||
- cad: Add remind me later CAD redis manager ([1032fde91](https://github.com/mozilla/fxa/commit/1032fde91))
|
||||
- auth-server: use ToS ## 1.176.0 privacy links from Stripe metadata in subplat emails ([6b2817090](https://github.com/mozilla/fxa/commit/6b2817090))
|
||||
- auth-server: update stripe api version ([822748e27](https://github.com/mozilla/fxa/commit/822748e27))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- emails: Swap grammatically incorrect 'How-To' for 'How To' ([31e141635](https://github.com/mozilla/fxa/commit/31e141635))
|
||||
- oauth: Allow token requests to specify arbitrarily large TTL values ([0e9b4fa7b](https://github.com/mozilla/fxa/commit/0e9b4fa7b))
|
||||
- payments: handle "charges" missing from the subscription object graph ([a4fe1fb94](https://github.com/mozilla/fxa/commit/a4fe1fb94))
|
||||
- auth-server: use individual assignments ([c1b4d7a2f](https://github.com/mozilla/fxa/commit/c1b4d7a2f))
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||
"bin": {
|
||||
"fxa-auth": "./bin/key_server.js"
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
## 1.177.0
|
||||
|
||||
### New features
|
||||
|
||||
- auth + content: add endpoint and hook up CAD QR flow to trigger reminder ([3ccc3b366](https://github.com/mozilla/fxa/commit/3ccc3b366))
|
||||
- reminders: added CAD reminders to scripts/verification-reminders ([773ed269c](https://github.com/mozilla/fxa/commit/773ed269c))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- sentry: Do not report "No Such Channel" events to Sentry ([854b65164](https://github.com/mozilla/fxa/commit/854b65164))
|
||||
- security-events: fix delete security events test by adding refresh function ([0611a62a7](https://github.com/mozilla/fxa/commit/0611a62a7))
|
||||
- content-server: clean the input values before navigating ([69039d363](https://github.com/mozilla/fxa/commit/69039d363))
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
## 1.177.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Firefox Accounts Customs Server",
|
||||
"author": "Mozilla (https://mozilla.org/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-email-event-proxy",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Proxies events from Sendgrid to FxA SQS queues",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.177.0
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -689,7 +689,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fxa_email_service"
|
||||
version = "1.176.0"
|
||||
version = "1.177.0"
|
||||
dependencies = [
|
||||
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fxa_email_service"
|
||||
version = "1.176.0"
|
||||
version = "1.177.0"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# Change history
|
||||
|
||||
## 1.177.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Firefox Accounts Event Broker",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Change history
|
||||
|
||||
## 1.177.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
||||
"main": "lib/fxa-geodb.js",
|
||||
"directories": {
|
||||
|
|
|
@ -1,5 +1,24 @@
|
|||
# Change history
|
||||
|
||||
## 1.177.0
|
||||
|
||||
### New features
|
||||
|
||||
- auth-server: use ToS ## 1.176.0 privacy links from Stripe metadata in subplat emails ([6b2817090](https://github.com/mozilla/fxa/commit/6b2817090))
|
||||
- payments: Add legal doc links to payment confirmation checkbox label ([6d41b566d](https://github.com/mozilla/fxa/commit/6d41b566d))
|
||||
- payments: Use Stripe metadata for terms ## 1.176.0 privacy URLs in payments-server ([92e750a82](https://github.com/mozilla/fxa/commit/92e750a82))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- scripts: use mkdir and cp in a loop to copy .ftl files ([7d6b33cb9](https://github.com/mozilla/fxa/commit/7d6b33cb9))
|
||||
|
||||
### Other changes
|
||||
|
||||
- l10n: copy .ftl files from fxa-content-server-l10n into payments ([ca5758a70](https://github.com/mozilla/fxa/commit/ca5758a70))
|
||||
- payments-server: use shared lang list ([18f7a1af8](https://github.com/mozilla/fxa/commit/18f7a1af8))
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Firefox Accounts Payments Service",
|
||||
"scripts": {
|
||||
"postinstall": "scripts/download_l10n.sh",
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
## 1.177.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,20 @@
|
|||
# Change history
|
||||
|
||||
## 1.177.0
|
||||
|
||||
### New features
|
||||
|
||||
- auth-server: use ToS ## 1.176.0 privacy links from Stripe metadata in subplat emails ([6b2817090](https://github.com/mozilla/fxa/commit/6b2817090))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- shared: ensure \*.ts tests run ([ea09677c3](https://github.com/mozilla/fxa/commit/ea09677c3))
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# Change history
|
||||
|
||||
## 1.177.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: updated dependencies ([3fa952919](https://github.com/mozilla/fxa/commit/3fa952919))
|
||||
- pm2: Add ISO timestamp to pm2 log lines ([2c5630adb](https://github.com/mozilla/fxa/commit/2c5630adb))
|
||||
|
||||
## 1.176.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.176.0",
|
||||
"version": "1.177.0",
|
||||
"description": "Small app to help customer support access FxA details",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
|
Загрузка…
Ссылка в новой задаче