Commit graph

265 commits

Author SHA1 Message Date
Akinwale Ariwodola
60cae0a8f4 some tweaks to mobile auth for new email verification 2019-02-17 09:13:34 +01:00
Akinwale Ariwodola
4fca4fabb8
Common subscriptions implementation (#19)
* add subscriptions actions, reducer and selectors, with related methods
2019-02-15 10:02:34 +01:00
Sean Yesmunt
60d8040189
Merge pull request #25 from lbryio/auth-fix
fix: typo
2019-02-05 09:18:27 -05:00
Sean Yesmunt
60fe5519dc fix: typo 2019-02-05 01:11:17 -05:00
Sean Yesmunt
49fc5249b1
Merge pull request #24 from lbryio/invite
Changes for invite api
2019-02-04 14:27:07 -05:00
Sean Yesmunt
da78018f72 call rewardList after invite status so rewards are updated based on invites 2019-02-04 12:03:26 -05:00
Sean Yesmunt
2515fcf15d
Merge pull request #23 from lbryio/user-me
fix: prevent multiple user/me calls for new users
2019-02-03 23:24:22 -05:00
Sean Yesmunt
d970ba5372 fix: prevent multiple user/me calls for new users 2019-02-03 22:48:42 -05:00
Sean Yesmunt
375cc397d8 show error snackbar instead of modal for reward fail 2019-02-03 22:30:32 -05:00
Sean Yesmunt
0cc1b6d78d add selectReferralReward selector 2019-02-03 22:21:44 -05:00
Sean Yesmunt
faf8271cac update: call doFetchInviteStatus after claiming referral reward 2019-02-01 12:19:45 -05:00
Sean Yesmunt
83c275da7a
Merge pull request #22 from lbryio/rewards-fix
fix: allow claiming rewards with multiple of the same type
2019-01-18 11:26:40 -05:00
Sean Yesmunt
dc67185a72 update: pass claim_code to 'reward/new' 2019-01-17 11:44:45 -05:00
Sean Yesmunt
cb47ccb925 fix: allow claiming rewards with multiple of the same type 2019-01-17 01:22:39 -05:00
Sean Yesmunt
1627e26525
Merge pull request #21 from lbryio/email-verification
add doUserCheckEmailVerified instead of using doFetchUser
2019-01-09 17:04:55 -05:00
Sean Yesmunt
b3bb8c6774 add doUserCheckEmailVerified instead of using doFetchUser 2019-01-08 23:59:29 -05:00
Sean Yesmunt
cee70d482c
Merge pull request #20 from lbryio/email-verification
Add `fetchSilently` param for `doUserFetch`
2019-01-07 15:46:35 -05:00
Sean Yesmunt
50373001a9 add fetchSilently param for doFetchUser 2019-01-03 14:46:20 -05:00
Sean Yesmunt
68c8ce6b76 remove console.log 2018-12-04 13:49:35 -05:00
Sean Yesmunt
ba3df4749d fix typo 2018-12-04 13:44:15 -05:00
Sean Yesmunt
2ffed3c768 add setLocalApi method 2018-12-04 13:43:49 -05:00
Sean Yesmunt
64068e13f9
Merge pull request #17 from lbryio/rewards
Add callback for claimRewardSuccess
2018-12-04 13:26:08 -05:00
Sean Yesmunt
32a02f397a
Merge pull request #18 from lbryio/local-api
add setLocalApi method
2018-12-04 11:08:44 -05:00
Sean Yesmunt
4b610b9f3b add setLocalApi method 2018-12-04 11:08:20 -05:00
Sean Yesmunt
e2a0375f80 add callback for claimRewardSuccess 2018-11-29 15:52:32 -05:00
Sean Yesmunt
26adc910bf
Merge pull request #16 from lbryio/bump
update lbry-redux
2018-11-29 01:08:44 -05:00
Sean Yesmunt
01ed21e5d8 update lbry-redux 2018-11-29 01:07:43 -05:00
Sean Yesmunt
50da4e2efd
Merge pull request #15 from lbryio/modals
Strip out modal code
2018-11-28 18:23:20 -05:00
Sean Yesmunt
ef1c440b4a use new notification logic and remove modals from lbryinc 2018-11-28 10:36:40 -05:00
Sean Yesmunt
14a1612607 update lbry-redux 2018-11-27 20:34:13 -05:00
Sean Yesmunt
e9508e259f
Merge pull request #14 from lbryio/remove-reversal
remove reversal
2018-11-27 10:55:15 -05:00
Sean Yesmunt
cbeb8ad918 update build 2018-11-27 10:53:44 -05:00
Thomas Zarebczan
be023e0627 remove reversal
the claims now come in ordered correctly.
2018-11-27 09:57:53 -05:00
Sean Yesmunt
82308ece97
Merge pull request #13 from lbryio/0.30-updates
updates for new daemon
2018-11-12 14:23:57 -05:00
Sean Yesmunt
5ad9d079a1 chore: update build 2018-11-12 14:19:33 -05:00
Thomas Zarebczan
b0b8a2c809
updates for new daemon
change wallet_unused_address > address_unused and category > type
2018-11-12 13:23:50 -05:00
Sean Yesmunt
7a458ea13c
Merge pull request #11 from lbryio/lbrynet30
update lbry-redux
2018-10-26 14:11:30 -04:00
Sean Yesmunt
6d636e4c12 update lbry-redux 2018-10-26 14:10:50 -04:00
Sean Yesmunt
3f34af546e
Merge pull request #10 from lbryio/typo
fix reward typo
2018-10-18 13:28:45 -04:00
Sean Yesmunt
597ca492a6 fix reward typo 2018-10-18 13:28:01 -04:00
Sean Yesmunt
514807ef70
Merge pull request #9 from jimmiehansson/master
#ISSUE-2043 Add logic lost in code refactor for silent fail on rewards
2018-10-18 13:17:00 -04:00
Sean Yesmunt
d8e95e23b1 update build 2018-10-18 12:36:55 -04:00
Jimmie Hansson
d968bebf7f Add logic lost in code refactor 2018-10-18 09:57:28 +02:00
Akinwale Ariwodola
7c726b4851
Merge pull request #8 from lbryio/refresh-reward-list
dispatch doRewardList after a reward is successfully claimed
2018-10-07 13:53:07 +01:00
Akinwale Ariwodola
904d37d6f0 dispatch doRewardList after a reward is successfully claimed 2018-10-04 14:08:28 +01:00
Akinwale Ariwodola
e35b93013f fix bundle 2018-10-02 04:07:13 +01:00
Sean Yesmunt
de7ff05560
Merge pull request #7 from lbryio/reward-codes
add logic for reward codes
2018-10-01 20:47:57 -04:00
Sean Yesmunt
a818633ea2 add logic for reward codes 2018-10-01 20:38:16 -04:00
Sean Yesmunt
c09aa2645e
Merge pull request #6 from lbryio/app-updates
updates for desktop app to use lbryinc
2018-09-23 21:04:43 -04:00
Sean Yesmunt
7d4b02ad64 updates for desktop app to use lbryinc 2018-09-18 17:56:12 -04:00