Commit graph

308 commits

Author SHA1 Message Date
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
Travis Eden
386e9271ff when file download completes, notify through snackbar if on subscriptions page; formatting 2018-08-20 09:47:19 -04:00
Travis Eden
cedafdbe14 attempt to claim subscription reward when subscribing to a channel; fail silently 2018-08-20 09:47:19 -04:00
Travis Eden
69c285025c fix subscription notification and download glitches 2018-08-20 09:47:19 -04:00
Sean Yesmunt
190386ae4c record user earlier 2018-08-16 01:17:15 -04:00
Sean Yesmunt
cb004e34f9
Merge pull request #1853 from lbryio/log-time-to-play
log time to play
2018-08-13 14:36:18 -04:00
Shawn K
58a3740986
Merge pull request #1864 from lbryio/publish-patch
Fix: Don't show editing mode on publish after clearing cache
2018-08-10 08:03:53 -05:00
Sean Yesmunt
f62181dbd6
Merge pull request #1857 from doniyor2109/master
Clear upgrade subscribed interval after declining
2018-08-09 14:27:31 -04:00
Sean Yesmunt
f6137c3647 not editing if publish uris are undefined 2018-08-08 11:33:43 -04:00
Aliyev Doniyor
90d1b18586 Code refactor
Create action for clearing upgrade timer
2018-08-07 19:02:11 +05:00
Thomas Zarebczan
30c32d4c2b
Turn off timer after update downloads
This might do the trick, needs to be tested.
2018-08-07 09:33:06 -04:00
Aliyev Doniyor
7119a43742 Clear upgrade subscribed interval after declining 2018-08-06 22:25:30 +05:00
Sean Yesmunt
824c3fbc65
Merge branch 'master' into issue-1788 2018-08-05 21:59:30 -04:00
seanyesmunt
c5c62a2698 include time to start if available in file_view analytics 2018-08-03 11:54:10 -04:00
Daniel
5c65ca7a47 Rename variables names and text labels to be more descriptive. 2018-08-01 15:49:57 -03:00
Sean Yesmunt
735198d3d9
Merge pull request #1842 from lbryio/release-0-23-1
Merge release back to master
2018-08-01 11:51:58 -04:00
Thomas Zarebczan
c6f0db1454 Pass spee.ch error message
Otherwise it would just say "upload failed"
2018-07-31 19:00:18 -04:00
Daniel Dominguez
b31781f6ef Add setting to skip desktop nofifications, persist the setting on localstorage, defaults to true(notifications enabled). 2018-07-30 21:13:57 -03:00
Thomas Zarebczan
bb8d50026f Fix ShapeShift status checking 2018-07-30 18:23:25 -04:00
Shawn Khameneh
097a523b39
Merge branch 'master' into wallet-encryption 2018-07-20 09:45:56 -04:00
Sean Yesmunt
5407dc188e
Merge pull request #1781 from lbryio/next-rewards
Rewards enhancements
2018-07-19 11:33:33 -04:00
Travis Eden
cbcdfb187a fetch rewards after successfully claiming reward 2018-07-19 10:19:44 -04:00
Sean Yesmunt
e09be7ee83
Merge branch 'master' into suppress-load-video-error 2018-07-19 10:06:36 -04:00
Shawn Khameneh
6809ac3e3a Add basic wallet encryption flows 2018-07-18 15:48:30 -04:00
Travis Eden
17ca490db4 display download error only when that uri is playing 2018-07-18 10:29:43 -04:00
Sean Yesmunt
7080d5f8c6
Revert "updated the url for successful thumbnail publishes" 2018-07-17 09:42:47 -04:00
Travis Eden
d43dd78821 suppress load video error; disable autoplay per-video after download failure 2018-07-17 09:37:44 -04:00
bill bittner
de75bfad72 updated the thumbnail url on successfull publishes 2018-07-16 17:26:13 -07:00
Electron - Mark Firth
9c8181a37c
Typo
Typo
2018-07-16 22:36:40 +10:00
Electron - Mark Firth
bf246168c3
Dot removed
Dot removed
2018-07-16 21:44:48 +10:00
Electron - Mark Firth
65760f28d6
Better Error Message
The current error message sounds like LBRY is broken, when in fact it's a ShapeShift issue.
This message is friendlier and more accurate, which helps to keep LBRY's brand reputation stronger :)
2018-07-16 21:43:01 +10:00
Sean Yesmunt
44d98ac422 fix typo 2018-07-11 01:01:54 -04:00
Sean Yesmunt
e0500eedd9 allow different daemon versions and don't shut down with DAEMON_DEVELOPMENT env variable 2018-07-11 00:14:50 -04:00
Sean Yesmunt
5cd70d5680
Merge pull request #1739 from lbryio/shapeshift-fix
Handle LBC unavailable error from ShapeShift without breaking the app
2018-07-09 11:30:35 -04:00
Sean Yesmunt
bf2bc68da8 Show error if LBC is unavailable for shapeshifting 2018-07-09 11:04:29 -04:00
bill bittner
64f8a40984 changed form data to attach a File rather than Blob 2018-07-04 17:00:49 -07:00
Sean Yesmunt
d2e32f38ef prefil license type on edit 2018-06-25 14:23:25 -04:00
Sean Yesmunt
d48fe8d48a use spee.ch publish config endpoint for thumbnail status 2018-06-25 13:39:35 -04:00
Sean Yesmunt
42413cffff set default search results to 50 2018-06-22 15:18:08 -04:00
Mark Beamer Jr
78055ad0d1 fixed isPlayable to only play for video or audio. 2018-06-22 14:46:02 -04:00
Sean Yesmunt
539ca36637 show edits as pending 2018-06-20 15:30:52 -04:00
Thomas Zarebczan
ea464a6921 pending publishes magic
This seems to fix ordering of pending publishes - worth a shot.
2018-06-19 22:31:36 -04:00
Thomas Zarebczan
d383e57b01
fix linux path
Forgot to update the path in the last PR. It downloads as: LBRY_xxxx.deb
2018-06-19 19:02:23 -04:00
Thomas Zarebczan
4c23f4e105 Fix phone verification + claim first reward
This ensures that a newly verified user, via phone verification, automatically claims the new user reward.
2018-06-18 17:09:21 -04:00
Thomas Zarebczan
0e1df68cc2 Minor UX fixes
Includes
-some better error messages when using credits (publish, tip, send)
-claim new user reward after phone verification (requires API change)
-vertical stacking on send screen
-add missing blank slate message for transaction history
2018-06-18 02:34:59 -04:00
Mark Beamer Jr
8542c70267 added lbry_id to install/new api call. 2018-06-18 02:01:58 -04:00
Sean Yesmunt
5e7b5af5f2
Revert "claim first reward on phone verification" 2018-06-17 22:13:12 -04:00
Thomas Zarebczan
9a485a971a
claim first reward on phone verification
Didn't test this, but it should function the same way as the credit card portion on line 303
2018-06-16 16:16:19 -04:00
Thomas Zarebczan
96cdf2029f Fix pending publishes
This fixes an issue where claim_list_mine is called even after a claim
is confirmed.

Also updating time check interval to 30s from 10s.
2018-06-15 19:16:23 -04:00
Sean Yesmunt
e09c214697 update thumbnail upload statuses constant 2018-06-14 16:55:43 -04:00
Sean Yesmunt
6f666e757f prepopulate thumbnail on edit 2018-06-14 16:55:43 -04:00
Sean Yesmunt
ae93a0d95d
Merge pull request #1587 from lbryio/css-fixes
CSS fixes
2018-06-14 16:33:38 -04:00
Sean Yesmunt
88b4a73fca fix: upgrade modal flow 2018-06-14 12:08:13 -04:00
Sean Yesmunt
de9c736703 fix: stop calling claim_list_mine if no more pending publishes 2018-06-13 17:11:46 -04:00
Sean Yesmunt
961f1cf2fd add no thumbnail fallback and make sure .zips aren't playable 2018-06-13 16:47:22 -04:00
Travis Eden
20dc820e06 refactor doInstallNew w/o dispatch; call directly 2018-06-13 14:36:26 -04:00
Thomas Zarebczan
3594228069 add operating system
lbrynet-cli version
{
  "build": "rc",
  "lbrynet_version": "0.20.0rc14",
  "lbryschema_version": "0.0.16rc2",
  "lbryum_version": "3.2.2rc1",
  "os_release": "10",
  "os_system": "Windows",
  "platform": "Windows-10-10.0.17134",
  "processor": "Intel64 Family 6 Model 158 Stepping 9, GenuineIntel",
  "python_version": "2.7.15"
}
2018-06-13 14:36:26 -04:00
Travis Eden
61bddf3ea3 pass app version info to internal APIs 2018-06-13 14:36:26 -04:00
Sean Yesmunt
6e5edbdb34 clean up code and fix edit this claim button 2018-06-12 23:28:06 -04:00
Sean Yesmunt
a8d693d890 fix: double pending issue 2018-06-12 03:12:22 -04:00
Sean Yesmunt
a69a4e2852 fix: editing with no source 2018-06-12 01:11:17 -04:00
Sean Yesmunt
6c0e7bf8b9
Merge pull request #1562 from lbryio/reward-claim-silent-failure
fix reward error notification
2018-06-10 21:49:54 -04:00
Amit Nandan P
c6684054d5
Merge branch 'master' into master 2018-06-08 00:09:48 -05:00
Sean Yesmunt
0f5bc874bc
Merge branch 'master' into select-thumbnail 2018-06-08 00:32:12 -04:00
Sean Yesmunt
3e283f3c73 cleanup thumbnail upload styling 2018-06-08 00:05:45 -04:00
Travis Eden
3d724a4bb7 implement failSilently option in doClaimRewardType and set true in doClaimEligiblePurchaseRewards 2018-06-07 10:43:50 -04:00