Commit graph

146 commits

Author SHA1 Message Date
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
6ea86b96 3085b2d362
A couple of minor history fixes 2017-05-07 00:57:34 +07:00
6ea86b96 d2c97d3460
Back button working properly 2017-05-06 23:31:47 +07:00
6ea86b96 fcea4cb305
Progress on navigation 2017-05-06 14:25:14 +07:00
6ea86b96 fb3d366fe0
Fix upgrading and start on history 2017-05-06 00:05:33 +07:00
Jeremy Kauffman 36a992343f much progress towards a working merge 2017-05-03 23:44:08 -04:00
6ea86b96 2ad50aa00d Fix accidental commit 2017-05-02 19:43:34 -04:00
6ea86b96 e1e172a11e Switch to https://github.com/Selz/plyr video player (recommended by @fillerino). 2017-05-02 19:43:34 -04:00
6ea86b96 513555e402 Fix for timed out content 2017-05-02 19:40:42 -04:00
6ea86b96 63c3af32f8 Jam claim next purchase reward in 2017-05-02 19:36:31 -04:00
6ea86b96 3c31a9fca1 Published files working 2017-05-02 19:36:31 -04:00
6ea86b96 1d549ff258 Fix purchasing from file actions and allow content to be watched when being
downloaded from file actions download link
2017-05-02 19:35:59 -04:00
6ea86b96 7a6dd93886 Downloaded file list kind of working. Not sure about sort. 2017-05-02 19:35:59 -04:00
6ea86b96 8c09469858 even smarter search 2017-05-02 19:35:22 -04:00
6ea86b96 e1d23667bc Fix NSFW blurring on search and make search show/hide smarter 2017-05-02 19:35:22 -04:00
6ea86b96 1d16c73cf4 More refactoring/fixing of file actions, tiles, etc 2017-05-02 19:34:01 -04:00
6ea86b96 f08ce3d300 A bunch of improvements and broken the back of the file rendering code now 2017-05-02 19:31:34 -04:00
6ea86b96 b0f32aebc7 Refactoring 2017-05-02 19:30:28 -04:00
6ea86b96 0419b0eb24 Add fileinfo to action data when download starts 2017-05-02 19:29:20 -04:00
6ea86b96 f3aefe4341 Don't re-render the video player when fileinfo has changed 2017-05-02 19:29:20 -04:00
6ea86b96 0d658b2767 Playing videos actually working now 2017-05-02 19:27:57 -04:00
6ea86b96 e0b78368ab Playing videos working better 2017-05-02 19:25:06 -04:00
6ea86b96 674fafd31a Able to watch already downloaded videos 2017-05-02 19:23:52 -04:00
6ea86b96 67b79fc3a0 Search working 2017-05-02 19:22:44 -04:00
6ea86b96 768326fb4a Working on search 2017-05-02 19:20:53 -04:00
6ea86b96 bb9a71805b Loading show page content fast, resolving cost and file info.
Rewards and uploaded/downloaded files currently broken
2017-05-02 19:16:42 -04:00
6ea86b96 6c4ad8cee9 Starting on downloaded/published content 2017-05-02 19:13:01 -04:00
6ea86b96 5c3772dc86 Featured content 2017-05-02 19:10:35 -04:00
6ea86b96 ecd2063fed Progress on featured content 2017-05-02 19:07:46 -04:00
6ea86b96 4fe3fe5dcb Progress on sending transactions 2017-05-02 18:47:03 -04:00
6ea86b96 4c07198b03 Some transactions cleanup and starting on sending 2017-05-02 18:47:03 -04:00
6ea86b96 089572880f Wallet progress 2017-05-02 18:47:03 -04:00
6ea86b96 0d3647c709 Redux proof of concept 2017-05-02 18:24:21 -04:00