Commit graph

182 commits

Author SHA1 Message Date
Jeremy Kauffman
343fadb462 fix modal showing for existing users, fix previous merge, remove console 2017-07-21 18:06:39 -04:00
Jeremy Kauffman
c67fe5aae6 update to master 2017-07-21 17:45:37 -04:00
6ea86b96
cad678417e Add access token to help page 2017-07-21 17:29:01 -04:00
6ea86b96
63daf5d282 Use toQueryString from util/query_params in app actions 2017-07-21 16:02:03 +07:00
Jeremy Kauffman
57a56c5313 remove unused logic 2017-07-20 17:35:56 -04:00
Jeremy Kauffman
c2a611f11c more user flow improvements, possibly ready 2017-07-19 21:07:17 -04:00
Jeremy Kauffman
38fd451e72 add startup daemon version check, refactor daemon versioning to package.json 2017-07-19 17:05:08 -04:00
Jeremy Kauffman
d7fdaa08e2 more progress 2017-07-19 11:09:40 -04:00
6ea86b96
739bf6adf5 Use history API to retain scrollY when navigating back 2017-07-19 16:20:51 +07:00
6ea86b96
a7c4df9393 Revert "Merge pull request #331 from akinwale/issue312"
This reverts commit a83b695602, reversing
changes made to 1d01dc8303.
2017-07-19 15:36:22 +07:00
Jeremy Kauffman
a63222c7dd remove test code 2017-07-18 19:00:55 -04:00
Jeremy Kauffman
ab9150fb27 end-to-end barebones 2017-07-18 19:00:13 -04:00
Jeremy Kauffman
a83b695602 Merge pull request #331 from akinwale/issue312
Issue #312 home page scroll position on back navigation
2017-07-18 14:32:53 -04:00
Jeremy Kauffman
16abedbf3a moderate progress 2017-07-16 12:29:46 -04:00
Jeremy Kauffman
b3de4ceee9 beginnings of new flow 2017-07-15 15:25:39 -04:00
Akinwale Ariwodola
187ac405fe Modified to use redux store and return to previous scroll position only upon back navigation 2017-07-13 16:32:32 +01:00
6ea86b96
f1c45775ab Cleaner way of filtering published claims while abandoning 2017-07-13 13:52:48 +07:00
6ea86b96
d3c621ed12 use _SUCCEEDED for abandom claim and file list action types 2017-07-13 13:52:48 +07:00
6ea86b96
443caa2740 Fix promise reject when creating a channel 2017-07-13 13:52:48 +07:00
6ea86b96
76fe44e519 Refactor back to lbry.js localStorage for pending publishes 2017-07-13 13:52:47 +07:00
6ea86b96
470f61da9d commit little and often fail 2017-07-13 13:52:47 +07:00
6ea86b96
f3fdf5e841 Rename pending to fetching in selectors to avoid confusion 2017-07-13 13:52:47 +07:00
6ea86b96
8325828f6e Progress towards working publish 2017-07-13 13:52:47 +07:00
6ea86b96
284ab8a01a Move fetching my channels into redux 2017-07-13 13:52:47 +07:00
Fillerino
2ca08f92b5 Fixing some stuff... 2017-07-07 15:26:03 +02:00
Fillerino
d733a7b1b4 Trying to get redux stuff to work... 2017-07-07 15:15:45 +02:00
6ea86b96
91359c2966 Add option to abandon claim when deleting published file 2017-07-02 13:48:53 -04:00
6ea86b96
ef8bd5f986 Cancel resolving URis when unmounting discover/file list pages 2017-06-29 15:38:01 +07:00
6ea86b96
500fdd282c
Move client settings into redux 2017-06-28 14:12:01 +07:00
Jeremy Kauffman
de5af5d2bc Merge branch 'master' of github.com:lbryio/lbry-app 2017-06-26 13:17:46 -04:00
Jeremy Kauffman
6ff423a760 Merge branch 'master' into dock-badge 2017-06-26 13:16:59 -04:00
Jeremy Kauffman
e8d7e2dc40 minor copy change 2017-06-26 13:16:36 -04:00
6ea86b96
a76ac95f7c
Don't call history.back when there is no previous history 2017-06-25 14:08:29 +07:00
6ea86b96
1b88e70d74
Send desktop notifications when a download has completed 2017-06-24 23:48:01 +07:00
6ea86b96
0214422e6b Add a badge to the dock for downloaded files 2017-06-24 22:21:04 +07:00
Alex Grintsvayg
9c9d685be6 trim verification token 2017-06-23 13:47:07 -04:00
Jeremy Kauffman
af68c07931 Merge pull request #273 from lbryio/refreshing
Fix refreshing
2017-06-23 11:26:46 -04:00
6ea86b96
9595b1707d Fix refreshing 2017-06-23 12:47:41 +07:00
6ea86b96
d4438914d5
Fetch rewards after authentication success 2017-06-23 12:30:26 +07:00
Alex Grintsvayg
89b5e20b15 iron out auth issues 2017-06-21 20:09:30 -04:00
Alex Grintsvayg
a9fe3a0ed2 those arent real functions anymore 2017-06-21 18:27:07 -04:00
Alex Grintsvayg
cb68c538ee prettier 2017-06-21 08:42:22 -04:00
Alex Grintsvayg
4376c34678 store auth token in OS keyring, not in local storage 2017-06-21 08:41:07 -04:00
Alex Liebowitz
a5968c2c20 Remove unnecessary load of Discover page during startup
We were loading the Discover page at the end of the launch screen.
That meant that if a user started with LBRY closed and started it by
clicking on a lbry:// link, it would load during the launch screen
but then get overridden by the Discover page as soon as the launch
screen finished.

Fortunately, this load was redundant anyway as the necessary state is
already being set in the default state for the App component:
902fb96878/ui/js/reducers/app.js (L5)
2017-06-19 08:12:00 -04:00
Jeremy Kauffman
dd444744ad Merge pull request #246 from lbryio/refresh-claims-fix
Refresh claims fix
2017-06-16 17:19:53 -04:00
6ea86b96
cf532b4e98
Add a way for users to clear their own cache 2017-06-16 12:43:43 +07:00
6ea86b96
5595b5b5b2
Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
Jeremy Kauffman
f975ef4b1b Merge branch 'master' into redux-persist 2017-06-15 10:13:22 -04:00
Jeremy Kauffman
b0959502ef Merge branch 'master' into refresh-claim-list-mine 2017-06-15 09:36:25 -04:00
6ea86b96
1063d2fc9d Always refresh claims/file info on downloaded/published pages 2017-06-15 19:46:27 +07:00
6ea86b96
e5260612d6 Fix removing busy message after discovered content is fetched 2017-06-15 11:27:38 +07:00
6ea86b96
8f786baacd Make search page updates more efficient with batch actions 2017-06-15 11:27:38 +07:00
6ea86b96
193738083f Always resolve claims on discover page 2017-06-15 11:27:38 +07:00
6ea86b96
04c4988a9a Always refresh claims/file info on downloaded/published pages 2017-06-15 11:27:38 +07:00
Jeremy Kauffman
4b095c3ea6 kill lbry.call 2017-06-14 20:21:31 -04:00
Jeremy Kauffman
c6603a4e80 daemon v0.13 support 2017-06-14 18:01:04 -04:00
Jeremy Kauffman
4c8d649830 updates required for lbry daemon 0.12 2017-06-14 17:49:23 -04:00
6ea86b96
03f0c3ae8f Prettier fixes 2017-06-11 00:17:55 +07:00
Jeremy Kauffman
09ecae7e0d reviewable 2017-06-08 17:15:34 -04:00
Jeremy Kauffman
18a40defba mostly done? 2017-06-07 20:56:52 -04:00
Jeremy Kauffman
4f65957287 not enough progress 2017-06-07 12:11:47 -04:00
Jeremy Kauffman
a17d19038e good chunk of progress towards auth and rewards refactor / degating 2017-06-07 12:08:04 -04:00
6ea86b96
eb170b9720 Working on rewards refactor 2017-06-07 12:04:39 -04:00
Jeremy Kauffman
e0b8afe028 midway through auth rewrite 2017-06-07 11:56:01 -04:00
6ea86b96
c023a41a28 Stop cost info getting into an infinite loop 2017-06-07 08:32:41 +07:00
Jeremy Kauffman
2172555096 change prettier options 2017-06-06 17:19:12 -04:00
Sean Yesmunt
c8b949f020 format with prettier 2017-06-05 21:21:55 -07:00
Jack Robison
eb0641d82a update deprecated commands 2017-06-05 10:44:53 -04:00
Jack Robison
448088a134 update deprecated get_settings call 2017-06-02 12:57:23 -04:00
6ea86b96
b1bbf7ee4e Scroll to top of page when changing path 2017-06-02 14:11:59 +07:00
6ea86b96
fa66f4e918 Fix download progress for recontructing files 2017-06-02 14:11:59 +07:00
Alex Liebowitz
c7bab43b7b Open full path instead of directory during upgrade
This was how it was before the Redux refactor
2017-06-01 05:03:37 -04:00
6ea86b96
230e6e2d70 Fix autoplaying 2017-05-30 23:16:41 +04:00
6ea86b96
a6709ffc26 Try to only keep one copy of each claim in the store 2017-05-28 22:46:00 +04:00
6ea86b96
2bb5f9acc6 Fix playing videos that were deleted and require no cost info 2017-05-26 22:50:43 +04:00
Jeremy Kauffman
66bbf30482 fix claim id parameter 2017-05-26 14:19:45 -04:00
Jeremy Kauffman
526881c261 move up time of rewad claim for downloads 2017-05-26 11:58:56 -04:00
Jeremy Kauffman
ca4442f767 featured download reward 2017-05-26 11:56:32 -04:00
Jeremy Kauffman
aee0603dc9 fix version info on help 2017-05-25 14:29:28 -04:00
Jeremy Kauffman
0c41cbb823 error and auth fixes 2017-05-24 20:07:38 -04:00
6ea86b96
27b9d844b7
Fix navigating back through search results 2017-05-23 12:46:52 +04:00
6ea86b96
1b9d23279c
Fix playing videos that have been previously downloaded but then deleted/moved 2017-05-23 11:48:36 +04:00
6ea86b96
53efd55890
Fix snackbar 2017-05-23 11:21:21 +04:00
6ea86b96
279f6ff76c
No need to set the title in history push 2017-05-22 20:32:25 +04:00
6ea86b96
720c0bac9f
Set page title when changing path 2017-05-22 19:58:17 +04:00
Jeremy Kauffman
951190bf96 channel and file selector fixes 2017-05-21 10:42:34 -04:00
Jeremy Kauffman
3a0506c18b renable discover list 2017-05-18 19:15:54 -04:00
Jeremy Kauffman
9d8fa102ee bug fixes, file info and my claims refactor, list claims in channel 2017-05-18 19:14:26 -04:00
Jeremy Kauffman
900c5cbc2b some progress towards cost and file info refactor, plus other fixes 2017-05-18 13:58:28 -04:00
Jeremy Kauffman
3fa4d0dfe7 progress towards fixing settings and costs 2017-05-17 17:52:45 -04:00
Jeremy Kauffman
aa935c1c07 more refactors, fixes 2017-05-15 12:34:33 -04:00
Jeremy Kauffman
6783bcdfeb i'm making things better... right? 2017-05-14 23:50:59 -04:00
Jeremy Kauffman
0fad6864ec let improvements and breaking continue 2017-05-12 18:50:51 -04:00
Jeremy Kauffman
5605b10f54 more bug fixes and bugs 2017-05-12 13:14:06 -04:00
Jeremy Kauffman
c1161fc10b mainly more bug fixes 2017-05-11 19:28:43 -04:00
Jeremy Kauffman
3c325b2f0a where's the triggers?! also very broken 2017-05-10 20:59:47 -04:00
Jeremy Kauffman
d517316554 some progress but also broken show 2017-05-09 23:06:48 -04:00
6ea86b96
84b86ff8e4
Make FileTile resolve URIs (fixes exact search matching) 2017-05-09 13:38:43 +07:00
6ea86b96
4b5187bc7f
Better search 2017-05-07 19:50:32 +07:00
6ea86b96
b19e356a06
Remove wallet new address logging 2017-05-07 16:18:18 +07:00