Commit graph

3566 commits

Author SHA1 Message Date
Janne Koivistoinen
015a693c59 [fix] Typo fix for background-color
Added dash to documentation
2018-05-21 13:31:14 +03:00
Vesa Luusua
0b3ec14637
Merge pull request #841 from sharetribe/change-sdk-access
Update github access so that heroku can access it.
2018-05-21 13:30:25 +03:00
Vesa Luusua
77a94d88ef Update changelog 2018-05-21 13:17:36 +03:00
Vesa Luusua
f37e89716a Update github access so that heroku can access it. 2018-05-21 12:38:48 +03:00
Vesa Luusua
150029b516
Merge pull request #839 from sharetribe/change-lodash-import
import lodash per file to reduce bundle size
2018-05-18 16:11:40 +03:00
Vesa Luusua
e9210a1570 Update Changelog 2018-05-18 16:03:42 +03:00
Vesa Luusua
676cf3e6ec Remove chain (it needs whole lodash to be imported) 2018-05-18 16:02:45 +03:00
Vesa Luusua
049f6a7f37 import lodash per file to reduce bundle size 2018-05-18 15:24:09 +03:00
Vesa Luusua
d90d170c96
Merge pull request #838 from sharetribe/v0_3_0
v0.3.0
2018-05-18 14:47:29 +03:00
Vesa Luusua
f74e1a850e v0.3.0 2018-05-18 14:42:47 +03:00
Vesa Luusua
a52ea811de
Merge pull request #836 from sharetribe/stripe-createToken-for-account
Stripe create token for account
2018-05-18 14:40:02 +03:00
Vesa Luusua
db2c8f8984 Updating changelog 2018-05-18 14:34:05 +03:00
Vesa Luusua
c85dee883e Add legal_entity.type: 'individual' 2018-05-18 14:34:05 +03:00
Vesa Luusua
1f5499b6a5 Don't use deprecated 'change' but 'form.change' 2018-05-18 14:34:04 +03:00
Vesa Luusua
a348c921cc Add link to stripe legal documentation 2018-05-18 14:33:59 +03:00
Vesa Luusua
5aa2ed306c Call stripe.createAccount always before sending tokens to Flex API 2018-05-18 12:08:44 +03:00
Vesa Luusua
d58ea3e293 Call stripe.createToken before saving those tokens to Flex API 2018-05-18 12:08:44 +03:00
Vesa Luusua
16a99be66b Remove timezone/UTC conversion to avoid timezone bugs.
We are sending year, month, date triple to Stripe without converting it to timestamp
2018-05-18 12:08:43 +03:00
Vesa Luusua
9101e92a9d Use year/month/date triple when discussing with Stripe. 2018-05-18 12:08:43 +03:00
Vesa Luusua
63afe46b90 Add missing polyfills: Number.isNaN and Number.parseInt 2018-05-18 12:08:43 +03:00
Hannu Lyytikäinen
f81f01ea3a
Merge pull request #837 from sharetribe/field-checkbox-group-touched-handling
Remove custom touched handling from FieldCheckboxGroup
2018-05-18 11:56:28 +03:00
Hannu Lyytikainen
7cab4d8f12 Update changelog 2018-05-18 11:39:46 +03:00
Hannu Lyytikainen
eb352d79c7 Remove custom touched handling
Remove custom touched handling that was needed with the FieldArray in
Redux Form but is not needed anymore with Final Form.
2018-05-17 16:42:37 +03:00
Vesa Luusua
789e490569
Merge pull request #834 from sharetribe/revert-SSH-key-copy
Revert "Copy GitHub SSH key in Heroku to access private repositories"
2018-05-17 15:30:39 +03:00
Vesa Luusua
221b4634f7 Revert "Copy GitHub SSH key in Heroku to access private repositories"
This reverts commit 2e2ecbc0a9.

Conflicts:
	package.json
2018-05-17 15:26:49 +03:00
Vesa Luusua
1dfdcb205f
Merge pull request #835 from sharetribe/temp-ignore-for-nsp-vulnerabilities
Temporarily add nsp 654 to exception list - we need to wait for a fix
2018-05-17 15:26:24 +03:00
Vesa Luusua
884bacee63 Temporarily add nsp 654 to exception list - we need to wait for a fix 2018-05-17 12:41:48 +03:00
Vesa Luusua
a42030be64
Merge pull request #825 from sharetribe/add-changelog
Add initial version of CHANGELOG.md
2018-05-16 15:31:57 +03:00
Vesa Luusua
43ed65253e Add initial version of CHANGELOG.md 2018-05-16 15:27:58 +03:00
Vesa Luusua
d8c407070f
Merge pull request #827 from sharetribe/fix-flashing-initialvalue
EditListingLocationPanel - fix flashing initial value when submitting
2018-05-16 15:19:57 +03:00
Vesa Luusua
2a3932fce3 EditListingLocationPanel - fix flashing initial value when submitting 2018-05-16 15:15:54 +03:00
Vesa Luusua
354f7fed4e
Merge pull request #828 from sharetribe/change-stripe-error-case
Change Stripe errors to use camelCased info instead of snake_case
2018-05-16 15:06:52 +03:00
Vesa Luusua
83ce3769d5 Change Stripe errors to use camelCased info instead of snake_case 2018-05-16 15:01:51 +03:00
Vesa Luusua
683fe6353c
Merge pull request #829 from sharetribe/update-image-upload-endpoint
Update image upload endpoint
2018-05-16 14:58:46 +03:00
Vesa Luusua
07635524ff use image.upload instead of specific upload calls to profile and listing image 2018-05-15 16:25:23 +03:00
Vesa Luusua
cfef404d38 Update Sharetribe SDK package 2018-05-15 16:24:12 +03:00
Vesa Luusua
30dc6af5f5
Merge pull request #826 from sharetribe/update-packages
Update packages to see how many nsp alerts we can get rid of easily
2018-05-11 13:18:22 +03:00
Vesa Luusua
430925d9ae dependency nsp vulnerabilities coming from CRA 2018-05-11 13:15:09 +03:00
Vesa Luusua
f2f78e44f6 remove react-sortable-hoc - gzip change 515.33 KB (-13.18 KB) 2018-05-09 17:18:04 +03:00
Vesa Luusua
ae1f89c7b7 Update Prettier 2018-05-09 16:38:43 +03:00
Vesa Luusua
c49c3bb1a0 updated dependencies (patch and minor level):
react-dates, autosize, core-js, final-form, react-final-form, lodash, moment,
nodemon, nsp-preprocessor-yarn, path-to-regexp, raven, raven-js, react, react-dom,
smoothscroll-polyfill, source-map-support
2018-05-09 16:37:00 +03:00
Vesa Luusua
86dbcafd7f
Merge pull request #824 from sharetribe/fix-process-alias-on-enquiry
Enquiry didn't include bookingProcessAlias
2018-05-08 16:02:27 +03:00
Vesa Luusua
1da0ae2769 Enquiry didn't include bookingProcessAlias 2018-05-08 13:26:38 +03:00
Hannu Lyytikäinen
42000675aa
Merge pull request #820 from sharetribe/app-rename
Remove occurrences of 'Starter App'
2018-05-08 13:13:20 +03:00
Hannu Lyytikäinen
725250a8f7
Merge pull request #823 from sharetribe/review-modal-bug
Wrong display name in review modal bug
2018-05-08 13:12:57 +03:00
Hannu Lyytikainen
86e82d5929 Update tests 2018-05-08 11:51:22 +03:00
Hannu Lyytikainen
60404e0a0f Show other user's display name in review modal
Insted of showing the display name of the listing author in the review
modal, show the display name of the other subject in the transaction.
2018-05-08 11:18:13 +03:00
Boyan Tabakov
890351285f
Merge pull request #822 from sharetribe/fix-tx-alias
Fix default transaction process alias
2018-05-08 10:58:15 +03:00
Boyan Tabakov
9eb06c9d30 Fix default transaction process alias 2018-05-08 10:55:13 +03:00
Hannu Lyytikäinen
ad6504a299
Merge pull request #821 from sharetribe/docs-proof-read
Docs proof read
2018-05-07 13:21:50 +03:00