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
Amit Nandan P
5ffc3ab52c
Merge branch 'master' of https://github.com/amitnndn/lbry-app
2018-06-06 20:53:16 -05:00
Amit Nandan P
8c343b16e3
#1492 Adding support to resend verification email
2018-06-06 20:47:49 -05:00
Thomas Zarebczan
e0557e0674
Fix issue 1494 - uri and outpoint to API
...
This will send the same unique URI for all claims, regardless of what URI the user navigated to. Also fix sending of outpoint (was passed as output, which was blank, previously)
2018-06-05 13:22:32 -04:00