Commit graph

4906 commits

Author SHA1 Message Date
Sean Yesmunt 3f6d71f9cb
Merge pull request #2149 from lbryio/fix-fetchrewards
fix: missing fetchRewards
2018-12-18 10:52:44 -05:00
Thomas Zarebczan e616cad1eb fix: missing fetchRewards
This was a patched last week to ensure new rewards are fetched continuously (mostly for LBRYCast) if the app is left open. Forgot to add this statement to the props.
2018-12-17 14:53:59 -05:00
Sean Yesmunt ab7df057fb
Merge pull request #2147 from lbryio/fix-delete-button
Fix: show delete button for own claims, not only downloaded ones
2018-12-16 11:57:49 -05:00
Sean Yesmunt 566cb17c7a update changelog 2018-12-16 11:21:26 -05:00
Thomas Zarebczan a457574a6f Fix delete button not showing on own claim
We should show the delete button for own claims as well.
2018-12-15 19:39:24 -05:00
Sean Yesmunt f6a3b71fcf v0.26.1 2018-12-14 12:38:32 -05:00
Sean Yesmunt f20950b95c v0.26.1-rc.1 2018-12-14 11:21:33 -05:00
Sean Yesmunt dec5ddd5b8
Merge pull request #2146 from lbryio/patch-fixes
0.26.1 Fixes
2018-12-14 11:20:35 -05:00
Sean Yesmunt 9c1e743404 update changelog 2018-12-14 10:58:27 -05:00
Sean Yesmunt 5151b0097e fix: show reward code modal if a user has claimed all rewards 2018-12-14 00:59:04 -05:00
Sean Yesmunt 721262bd39 copy: clearer subscription text 2018-12-13 17:38:51 -05:00
Sean Yesmunt 74305501af update changelog 2018-12-13 12:13:14 -05:00
Sean Yesmunt ddbd69a70c fix: update electron to 2.0.14 to prevent ubuntu 18 segfault 2018-12-13 12:02:25 -05:00
Sean Yesmunt 1d8b129025 fix: hide reward code modal after success 2018-12-13 11:51:37 -05:00
Sean Yesmunt 445e8430f4 fix: subscribe button on search page 2018-12-13 11:26:51 -05:00
Sean Yesmunt 8fa5573f73
Merge release into master (#2141)
* v0.26.0-rc.5

* v0.26.0-rc.6

* v0.26.0-rc.7

* v0.26.0-rc.8

* v0.26.0-rc.9

* v0.26.0-rc.10

* daemon v0.30.1rc8

* v0.26.0-rc.11

* v0.26.0-rc.12

* v0.26.0-rc.13

* chore: bump rc and daemon rc

* update lbry-redux

* fix title wrapping

* fix: md button color in dark mode

* hide abandonded claims

* fix: can't preview alignment

* update lbry-redux

* chore: bump daemon rc

* chore: bump rc

* chore: bump proper daemon

0.30.1!!

* fix: CategoryList style

* v0.26.0-rc.16

* re-add build:dir script

* v0.26.0
2018-12-12 11:25:08 -05:00
Thomas Zarebczan af25620ae3
sierra note 2018-12-11 16:24:44 -05:00
Sean Yesmunt 10fb9a29c6
Merge pull request #2136 from lbryio/rc-fixes
RC fixes
2018-12-07 16:11:32 -05:00
Sean Yesmunt 82db726af6 update lbry-redux 2018-12-07 15:38:17 -05:00
Sean Yesmunt b7f0c9f434 fix: can't preview alignment 2018-12-07 12:38:03 -05:00
Sean Yesmunt 65eebb8618 hide abandonded claims 2018-12-07 11:40:42 -05:00
Sean Yesmunt 062761d850 fix: md button color in dark mode 2018-12-07 10:51:12 -05:00
Sean Yesmunt 4a123bc481 fix title wrapping 2018-12-06 17:09:08 -05:00
Sean Yesmunt 5750288519 update lbry-redux 2018-12-06 17:04:24 -05:00
Sean Yesmunt 219eeb8e67 fix: make sure there is no modal open before opening wallet_unlock modal 2018-12-05 16:09:11 -05:00
Sean Yesmunt 7f0db55879
Merge pull request #2134 from lbryio/rc-fixes
Rc fixes
2018-12-05 15:32:28 -05:00
Sean Yesmunt c9c1fdbb19 show incompatible daemon modal before anything else 2018-12-04 17:39:27 -05:00
Sean Yesmunt b9c4e6ffdd prevent error timeout if user's wallet is locked 2018-12-04 15:30:14 -05:00
Sean Yesmunt 0394854128 show loading spinner for suggested content 2018-12-04 15:12:03 -05:00
Sean Yesmunt afecace3ad update lbryinc 2018-12-04 15:11:37 -05:00
Thomas Zarebczan 13be7c3535 fix: windows startup checking
Need to check lbrynet start with 2 spaces on Windows. lbrynet.exe does not work properly. https://github.com/yibn2008/find-process/issues/18
2018-12-04 15:08:52 -05:00
Sean Yesmunt 137b6aaff1 update daemon to 0.30.0rc7 2018-12-03 18:59:23 -05:00
Sean Yesmunt 820886202d
Merge pull request #2129 from lbryio/rc-fixes
Rc fixes
2018-12-03 11:09:16 -05:00
Sean Yesmunt 1bb0973c26 fix: always show tx filter 2018-11-30 16:47:04 -05:00
Sean Yesmunt 124de8f19c
Merge pull request #2131 from lbryio/fix-featured-claim
fix: featured reward claim
2018-11-30 16:29:44 -05:00
Thomas Zarebczan e4c48124d4 fix: featured reward claim
This will fetch new rewards if LBRY is left open on the homepage. We refresh the featured URIs on an interval, but the reward list would not have the newly pushed LBRYCast reward available...so you would not be able to claim this until going to the rewards page.
2018-11-30 15:30:24 -05:00
Sean Yesmunt 0c19b57b70
Merge pull request #2130 from lbryio/fix-fetch
fetch subs fix
2018-11-30 14:54:58 -05:00
Thomas Zarebczan 1b92cb4d1e fetch subs fix
Instead of calling check subscriptions after fetching them (with a timeout hack), do this directly in the fetch routine instead of calling claim_list_by_channel. This ensures claim_list_by_channel is only called once and the subscriptions are checked after every fetch.
2018-11-30 13:59:36 -05:00
Sean Yesmunt 9931556049 fix windows process name to correctly check if the daemon is already running 2018-11-30 13:06:00 -05:00
Sean Yesmunt 46b47c3f8f use promise for setAuthToken so we only continue after the auth token has been set 2018-11-30 12:57:12 -05:00
Sean Yesmunt b773badef1 keep value of authToken 2018-11-30 00:55:45 -05:00
Sean Yesmunt eb970c7873 wrap text properly in MD preview 2018-11-30 00:49:02 -05:00
Sean Yesmunt e9e2fc40d7 bump lbryinc 2018-11-29 01:09:32 -05:00
Sean Yesmunt 173d195ff2
Merge pull request #2127 from lbryio/typo
fix typo
2018-11-29 00:13:59 -05:00
Sean Yesmunt 2e5719f48a fix typo 2018-11-29 00:12:34 -05:00
Sean Yesmunt 01ba542eb0 update to lbrynet@0.30.0rc6 2018-11-28 18:34:22 -05:00
Sean Yesmunt 43a5f7caad
Merge pull request #2124 from lbryio/lbryinc-modals
remove modals from lbryinc
2018-11-28 18:29:34 -05:00
Sean Yesmunt a441be9bb4 update lbryinc 2018-11-28 18:29:14 -05:00
Sean Yesmunt fd2ac2e78a manually add callbacks for lbryinc and fix modals 2018-11-28 18:25:06 -05:00
Sean Yesmunt 5ce7152bba
Merge pull request #2122 from lbryio/rc-fixes
RC fixes
2018-11-28 18:22:23 -05:00