Kimmo Puputti
|
aa8d6c5179
|
Merge pull request #413 from sharetribe/improve-checkout-error-handling
Improve checkout error handling
|
2017-09-20 10:40:55 +03:00 |
|
Kimmo Puputti
|
fdfa6b21bc
|
Change error copy text slightly
|
2017-09-20 10:34:59 +03:00 |
|
Kimmo Puputti
|
0f8c393afc
|
Improve checkout error handling
- Hide form if there's an error in creating the transaction
- Improve the error message byt adding instructions on how to continue
|
2017-09-20 10:34:36 +03:00 |
|
Kimmo Puputti
|
4a7f567174
|
Merge pull request #414 from sharetribe/password-validation
Improve password length validation
|
2017-09-20 10:31:08 +03:00 |
|
Kimmo Puputti
|
4aed0e3763
|
Merge pull request #412 from sharetribe/fix-missing-recovery-translation
Fix missing translation/screen for password reset
|
2017-09-20 10:30:51 +03:00 |
|
Vesa Luusua
|
4b74d84545
|
Merge pull request #410 from sharetribe/currentuser-uses-firstname
CurrentUser uses firstName instead of displayName
|
2017-09-19 16:29:19 +03:00 |
|
Vesa Luusua
|
b0890c1eae
|
CurrentUser uses firstName instead of displayName
|
2017-09-19 16:28:27 +03:00 |
|
Kimmo Puputti
|
df3c761d51
|
Add max length validation for password in signup form
|
2017-09-19 15:17:15 +03:00 |
|
Kimmo Puputti
|
54e565212d
|
Add max length validation for password in reset form
|
2017-09-19 15:07:15 +03:00 |
|
Kimmo Puputti
|
a225a77a8d
|
Add shared password min/max length config
|
2017-09-19 15:06:51 +03:00 |
|
Kimmo Puputti
|
17086c6fa2
|
Add help screen when the URL params for password reset are invalid
|
2017-09-19 12:42:34 +03:00 |
|
Kimmo Puputti
|
a2bac38579
|
Merge pull request #411 from sharetribe/handle-deleted-listing
Handle deleted/closed listing in checkout
|
2017-09-19 12:27:16 +03:00 |
|
Kimmo Puputti
|
02bbf8b71e
|
Improve error UI
|
2017-09-19 10:39:06 +03:00 |
|
Kimmo Puputti
|
0f4f57c9be
|
Handle listing deleted/closed error in checkout
|
2017-09-19 10:23:08 +03:00 |
|
Kimmo Puputti
|
21109dc083
|
Use helper to handle API errors
|
2017-09-19 10:20:27 +03:00 |
|
Kimmo Puputti
|
b45109f803
|
Add util for handling API errors
|
2017-09-19 10:19:21 +03:00 |
|
Hannu Lyytikäinen
|
14ec5c2da3
|
Merge pull request #407 from sharetribe/recover-password-link
Fix password recovery link layout
|
2017-09-19 09:33:46 +03:00 |
|
Hannu Lyytikainen
|
b0eea124c1
|
Update copytext
|
2017-09-19 09:27:47 +03:00 |
|
Hannu Lyytikainen
|
a3b3073bc8
|
Fix password recovery link layout
|
2017-09-19 09:27:47 +03:00 |
|
Kimmo Puputti
|
18e2d79109
|
Merge pull request #408 from sharetribe/handle-deleted-listing
Handle deleted listing
|
2017-09-18 12:36:03 +03:00 |
|
Kimmo Puputti
|
491c3f91b5
|
Merge pull request #409 from sharetribe/change-sale-page-banned-translation
Change sale page translation
|
2017-09-18 11:41:11 +03:00 |
|
Kimmo Puputti
|
c4c13b9ddb
|
Change sale page translation
|
2017-09-18 11:18:35 +03:00 |
|
Kimmo Puputti
|
9d86f365fa
|
Handle 404 in listing page
|
2017-09-18 10:43:08 +03:00 |
|
Kimmo Puputti
|
85fa852869
|
Merge pull request #401 from sharetribe/handle-banned-users
Handle banned users
|
2017-09-15 16:20:11 +03:00 |
|
Kimmo Puputti
|
9cf9a098b3
|
Document empty CSS class
|
2017-09-15 16:11:17 +03:00 |
|
Vesa Luusua
|
f5f1735412
|
Merge pull request #403 from sharetribe/clear-store
Clear store
|
2017-09-15 16:07:44 +03:00 |
|
Vesa Luusua
|
84c8d549e0
|
Ensure full refresh on production
|
2017-09-15 15:45:44 +03:00 |
|
Kimmo Puputti
|
550bd302ee
|
Handle banned customer in Sale page
|
2017-09-15 15:24:11 +03:00 |
|
Kimmo Puputti
|
1306fe9413
|
Handle banned provider in Order page
|
2017-09-15 15:24:11 +03:00 |
|
Kimmo Puputti
|
a1611fad91
|
Handle banned providers and customers in Inbox
|
2017-09-15 15:24:11 +03:00 |
|
Kimmo Puputti
|
6f60c70107
|
Support deleted listings in prop types
|
2017-09-15 15:24:11 +03:00 |
|
Kimmo Puputti
|
f12ee05578
|
Add helpers to get names from user objects
|
2017-09-15 15:24:11 +03:00 |
|
Kimmo Puputti
|
30ba44f8c3
|
Add banned user support to Avatar
|
2017-09-15 15:24:11 +03:00 |
|
Kimmo Puputti
|
d34db2bd46
|
Remove required validation from user profiles
Since banned users don't have the profile object in attributes (for
now), it should be marked as optional.
|
2017-09-15 15:16:56 +03:00 |
|
Kimmo Puputti
|
564fb301bd
|
Add icon for banned user avatars
|
2017-09-15 15:16:56 +03:00 |
|
Vesa Luusua
|
f35ba4b5a3
|
Don't loadData while logout is in progress, canShowComponent should be called with nextProps
|
2017-09-15 15:03:54 +03:00 |
|
Vesa Luusua
|
99752865d8
|
Redirect after logout not before (helps with verify-email popup)
|
2017-09-15 15:03:54 +03:00 |
|
Vesa Luusua
|
e121f0c3ae
|
Fix mutated initial state
|
2017-09-15 15:03:54 +03:00 |
|
Vesa Luusua
|
b76cbadca3
|
Clear store after logout
|
2017-09-15 15:03:53 +03:00 |
|
Vesa Luusua
|
f4a3dcad5e
|
Merge pull request #404 from sharetribe/profile-image-added-to-listing-relations
profileImage to listing and tx relationships added
|
2017-09-15 11:31:55 +03:00 |
|
Vesa Luusua
|
05ee701d1d
|
Merge pull request #405 from sharetribe/fix-margin-stripe-bank-account-fields
Fix margins between input fields
|
2017-09-15 11:29:00 +03:00 |
|
Hannu Lyytikäinen
|
fdc86022d7
|
Merge pull request #382 from sharetribe/request-new-password
Request new password
|
2017-09-15 11:02:00 +03:00 |
|
Hannu Lyytikainen
|
91c6f26e74
|
PR review changes
Add a comment about custom error passed to email input.
Rename functions exported from PasswordRecoveryPage duck file to
something more explicit.
|
2017-09-15 10:55:29 +03:00 |
|
Hannu Lyytikainen
|
a855d30f11
|
Fix baseline
|
2017-09-15 10:04:59 +03:00 |
|
Hannu Lyytikainen
|
d3bd5ffeca
|
Add an icon for password not verified page
|
2017-09-15 10:04:59 +03:00 |
|
Hannu Lyytikainen
|
7e2dcd61c4
|
Add in-progress handling
|
2017-09-15 10:04:59 +03:00 |
|
Hannu Lyytikainen
|
ae44704a62
|
Add email not verified
Also add a generic error view.
|
2017-09-15 10:04:58 +03:00 |
|
Hannu Lyytikainen
|
968673c830
|
Apply inline buttons partly to bottom texts
|
2017-09-15 10:04:58 +03:00 |
|
Hannu Lyytikainen
|
13f4d81648
|
Add email not found handling
|
2017-09-15 10:04:57 +03:00 |
|
Hannu Lyytikainen
|
82fe1ce490
|
Apply styles
|
2017-09-15 10:04:31 +03:00 |
|