Commit graph

273 commits

Author SHA1 Message Date
Sean Yesmunt 4dbd364ea1 use lbryinc/lbry-redux for rewards/featured content 2018-10-05 16:14:46 -04:00
Sean Yesmunt e206293cef
Merge pull request #2002 from lbryio/channel-files
change channel page amount to 48
2018-10-05 13:48:54 -04:00
Sean Yesmunt 25979a038b
Merge pull request #1997 from lbryio/license-edit
remove copyright from publish form state and fix other license edit
2018-10-05 13:48:21 -04:00
Sean Yesmunt 9501c64717
Merge pull request #1999 from lbryio/history-improvements
Style improvements and user history bugs
2018-10-05 13:47:51 -04:00
Sean Yesmunt 2c4fde4321 change channel page amount to 48 2018-10-04 00:55:30 -04:00
Sean Yesmunt 0ad7a74905 ensure navigation to file page always has lbry:// prefix 2018-10-04 00:21:49 -04:00
Sean Yesmunt 23ae86e0e7 remove copyright and fix other license edit 2018-10-03 15:00:06 -04:00
Sean Yesmunt f0284d3e79 remove claims from redux-persist 2018-10-03 12:49:48 -04:00
Sean Yesmunt d7e4ca6e10 add additional helper to bid help text 2018-10-01 14:59:20 -04:00
Sean Yesmunt 516a3f52e8 improve bid/name help text 2018-09-24 20:17:08 -04:00
Sean Yesmunt 9b700e48bf use lbryio/lbryinc 2018-09-23 23:44:42 -04:00
Sean Yesmunt d0c2490202 fix: ensure file_view events for autoplay/subscriptions 2018-09-18 18:50:24 -04:00
Sean Yesmunt db0b77504d set default path back to discover 2018-09-08 12:44:15 -04:00
Sean Yesmunt 4064b8c064 bring selectNavLinks back into lbry-redux 2018-09-04 13:23:18 -04:00
Sean Yesmunt d01b893a68 add UserHistory component 2018-08-30 01:11:05 -04:00
Sean Yesmunt fab8e47801 rebase 2018-08-29 23:28:53 -04:00
Travis Eden 86a40eacbc add UserHistoryPage 2018-08-29 23:17:20 -04:00
Travis Eden 5cd7794fa0 record browsing history, persist content 2018-08-29 23:17:20 -04:00
Travis Eden 287f1ac656 add refresh icon to <FileCard> when playback position exists 2018-08-29 23:16:58 -04:00
Travis Eden 82252e6985 remove media.paused; catch file open pause from change of content.playingUri 2018-08-29 23:16:06 -04:00
Travis Eden f1a799374a media.positions[outpoint] |> content.positions[claimId][outpoint] 2018-08-29 23:15:43 -04:00
Travis Eden 503bc76ef1 remove unused state.content.currentlyIsPlaying 2018-08-29 23:14:34 -04:00
Sean Yesmunt 72549f86c8
Merge branch 'release-0.25.0' into master 2018-08-28 20:29:46 -04:00
Thomas Zarebczan 33d1c3f89b
Merge pull request #1918 from lbryio/issue-1812
fetch new rewards and properly call reward claim after view event has been fired
2018-08-28 16:54:22 -07:00
Sean Yesmunt 6091bdec18 remove old reward call 2018-08-28 17:54:23 -04:00
Sean Yesmunt f51ba5c615 fix typo 2018-08-28 17:20:11 -04:00
Sean Yesmunt f900f53056 don't show notification for new subscription if on subscription page 2018-08-28 10:37:36 -04:00
Sean Yesmunt a57c207e60 don't show notification for new subscription if on subscription page 2018-08-28 00:19:26 -04:00
Sean Yesmunt b7ead10b5b Merge master into 'release' 2018-08-27 19:04:07 -04:00
Thomas Zarebczan babeccbf6c use permanent url instead of uri
This ensures that when clicking on the notification, it goes to the correct URL. Before it could have been a different vanity URL.
2018-08-27 16:36:11 -04:00
Sean Yesmunt 0ec7a30ccd fix: show email after refreshing the app 2018-08-24 00:09:25 -04:00
Sean Yesmunt 0b84c00acd fix: show email after refreshing the app 2018-08-22 12:40:44 -04:00
seanyesmunt a166485a78 move channel_list call to happen after fetching subscriptions from db 2018-08-21 23:59:06 -04:00
Sean Yesmunt 5fa44d8857
Merge pull request #1895 from lbryio/remove-node-id
update node_id
2018-08-21 16:28:11 -04:00
Sean Yesmunt dab28339cf
Merge pull request #1892 from lbryio/publish-notification
feat: add publish success notification
2018-08-21 16:23:12 -04:00
Thomas Zarebczan e232b5b0d4 check for status.dht 2018-08-21 12:18:10 -04:00
Thomas Zarebczan 7e5a8c1864 nevermind, adding node_id back
With the correct value
2018-08-21 11:39:49 -04:00
Thomas Zarebczan 9f3fa5d4e4 remove node_id
per 3f7bd0d969
2018-08-21 10:46:53 -04:00
Thomas Zarebczan 6023b32c27 add title to message 2018-08-21 09:51:35 -04:00
Thomas Zarebczan 73bc6afa3e feat: add publish success notification
When a file is confirmed, create a desktop notification with the claim name and ability to click the notification to view the claim
2018-08-20 17:48:14 -04:00
Sean Yesmunt 9844cbdaf6
Merge pull request #1885 from lbryio/record-user
Record user as soon as possible
2018-08-20 14:57:50 -04:00
Sean Yesmunt 3769ede3ef change interval back to 15 minutes 2018-08-20 12:20:53 -04:00
Travis Eden 3ba8b7e08f check subscription by uri 2018-08-20 10:01:32 -04:00
Travis Eden 5e270c129c doCheckSubs only takes uri; do not clear notifications on doFetchClaimsByChan; doFetchMySubs on startup; always set latest on checkSub; do not download or notify when latest is undefined 2018-08-20 09:47:19 -04:00
Travis Eden 6b375965f9 implement silent failing on reward claims when user is not reward approved 2018-08-20 09:47:19 -04:00
Travis Eden 30e0ff309a prevent subscription notification when viewing subscriptions page 2018-08-20 09:47:19 -04:00
Travis Eden 35f35dcbae remove snackbar when download complete 2018-08-20 09:47:19 -04:00
Travis Eden fa0e9fcb0c set autoDownload default true 2018-08-20 09:47:19 -04:00
Travis Eden a6393aaf17 1 download per channel; do download/notify on subscribe 2018-08-20 09:47:19 -04:00
Travis Eden 02c20d090e do not download newest content on channel subscription; do still set latest 2018-08-20 09:47:19 -04:00