Skip to content

Commit

Permalink
feat!: JWP powered auth, payments, and subscriptions
Browse files Browse the repository at this point in the history
* feat: inplayer update account details
* chore: disable update email button if the inplayer integration is active
* chore: refactor cleeng register, add inplayer register
* chore: merge with develop and handle consents
* fix: removed webapp dev ini
* fix: using readOnly to hide the edit button for the email instead of disabling edit button
* feat: registration flow
* chore: update json metadata for consents
* fix: using fullName insted of first and last name for the users
* fix: handle firstname and surname metadata parameters
* fix: trim name and handle multiple whitespaces
* fix: update InPlayer SDK version
* fix: added missing ?
* fix: update flow for update email feature
* fix: extend type for update account
* fix: account uninfied types
* Update src/stores/AccountController.ts
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
* Update src/stores/AccountController.ts
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
* Update src/stores/AccountController.ts
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
* fix: trim first and last names
* chore: handling not supported email update
* chore: refactor and type fixing
* chore: refactor from conversation
* fix: delete duplicates in cleeng type
* chore: conversation updates
* chore: i18next update
* chore: reset and forgot password implmentation
* fix: executed i18next
* fix: improved error response format
* feat: inplayer notifications setup
* chore: remove not needed async await
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
* chore: remove not needed account state update
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
* feat: list transactions and show payment method
* chore: notifications structure update
* chore: conversation fixes
* fix: zerofill value for exp_month
* feat: init subscriptions
* chore: integration improvements
* feat: improved methods before merge with the other parts
* chore: added new modal
* fix: prevent infinite loop
* chore: return_url for 3d payment
* chore: yarn retrieve, notifications improvements, images relocation
* chore: locales update, checkout types improvements
* chore: payment methods namings
* chore: merged favorites and history
* chore: paypal coupon, sca failed case
* fix: improved types
* chore: auth vod config added
* chore: remove renew subscription button for InPlayer
* Update test-e2e/codecept.desktop.js
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
* Update test-e2e/codecept.mobile.js
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
* chore: conversation improvements
* chore: account service tweaks
* chore: additional tweaks
---------
Co-authored-by: Darko <darkoatanasovski@gmail.com>
Co-authored-by: Danny Budzinski <dbudzinski@jwplayer.com>
Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com>
BREAKING CHANGE: JWP Payments and Subscriptions
  • Loading branch information
kiremitrov123 authored Jan 30, 2023
1 parent 2356ed8 commit 4b4f211
Show file tree
Hide file tree
Showing 71 changed files with 34,882 additions and 611 deletions.
33,049 changes: 33,049 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"deploy:github": "node ./scripts/deploy-github.js"
},
"dependencies": {
"@inplayer-org/inplayer.js": "^3.13.3",
"@inplayer-org/inplayer.js": "^3.13.4",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"dompurify": "^2.3.8",
Expand All @@ -49,6 +49,7 @@
"jwt-decode": "^3.1.2",
"lodash.merge": "^4.6.2",
"marked": "^4.1.1",
"payment": "^2.4.6",
"planby": "^0.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -75,6 +76,7 @@
"@types/luxon": "^3.0.2",
"@types/marked": "^4.0.7",
"@types/node": "^17.0.23",
"@types/payment": "^2.1.4",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
Expand Down Expand Up @@ -140,4 +142,4 @@
"flat": "^5.0.1",
"json5": "^2.2.2"
}
}
}
1 change: 1 addition & 0 deletions public/images/payments/amex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/payments/diners.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/payments/discover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/payments/hiper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/payments/maestro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b4f211

Please sign in to comment.