Commit graph

161 commits

Author SHA1 Message Date
Travis Eden
e9c60f652f use speech db over chainquery when more recently updated 2018-11-09 09:18:28 -05:00
Travis Eden
dec8ade055 consolidate lets 2018-11-09 09:18:28 -05:00
Travis Eden
eaab9bb21b fix update parsing issue 2018-11-09 09:18:28 -05:00
Travis Eden
9ba4c4641e ignore channelClaims if channelId has not been confirmed 2018-11-09 09:18:28 -05:00
Travis Eden
7703dc4e19 add outpoint to object returned by publish 2018-11-09 09:18:28 -05:00
Travis Eden
30eae51069 parse {file, thumbnail} with parsePublishApiRequestFiles 2018-11-09 09:18:28 -05:00
Travis Eden
3daf0ce214 fix file parsing 2018-11-09 09:18:28 -05:00
Travis Eden
593d748bc0 improve error handling; pass filePath to publish.js explicitly 2018-11-09 09:18:28 -05:00
Travis Eden
6aeee63d85 convert space strings (' ') to empty strings ('') 2018-11-09 09:18:28 -05:00
Travis Eden
4deeaed4e6 change amount value to string 2018-11-09 09:18:28 -05:00
Travis Eden
53676e6bc0 undo assignment of certId and channelName 2018-11-09 09:18:28 -05:00
Travis Eden
f575edc9f3 consolidate validation 2018-11-09 09:18:28 -05:00
Travis Eden
3935715e29 get channel data from publish params 2018-11-09 09:18:28 -05:00
Travis Eden
34a66f1968 allow claims to be updated and abandoned 2018-11-09 09:18:28 -05:00
Travis Eden
bbd437d1ad fix video embed url 2018-11-05 10:26:59 -05:00
Shawn K
7629b17f70
Merge pull request #676 from lbryio/embedConfig
Make configurable embeds
2018-11-02 17:47:26 -05:00
Shawn
57558111bc Make configurable embeds 2018-11-02 03:45:35 -05:00
Jessop Breth
9d12788a78 dehardcodes default bid amounts 2018-11-01 00:44:53 -04:00
Shawn
d4f1adb335 Fix utils/getClaimId when claimId is empty 2018-10-30 16:07:36 -05:00
Shawn
86a693b4f4 Allow external channels to load via chainquery 2018-10-30 15:53:29 -05:00
Shawn
0ebddd5311 Remove unused var 2018-10-29 14:09:42 -05:00
Shawn
fabc44edcd Add views to claim pages for logged in channels 2018-10-29 02:04:43 -05:00
Shawn
828e8dce70 Quick-fix, filter views with UA containing LBRY (for thumbs) 2018-10-24 17:11:52 -05:00
Shawn
74f6c1fefa Minor adjustments 2018-10-24 15:47:20 -05:00
Shawn
7639dfabc0 zScore, pValue, specials, brain mush 2018-10-24 03:43:30 -05:00
Jeremy Kauffman
5266f5bd7c
Merge pull request #640 from lbryio/multisite-access-fix
multisite access fix
2018-10-18 16:10:21 -04:00
Travis Eden
0753f5a58e filter by publisher_id rather than certificateId in getClaimIdAndServeAsset 2018-10-18 15:24:00 -04:00
Travis Eden
e857a88e38 use channelId as argument variable 2018-10-17 12:17:51 -04:00
Shawn
7415ec87d1 Fix first load (publish) shortId's with daemon and chainquery 2018-10-12 01:00:07 -05:00
Shawn
2e45314610 Fix remaining chainquery exceptions and bad logic 2018-10-10 12:19:51 -05:00
Shawn
bb81441357 Fix exceptions and incorrect logic around chainquery 2018-10-10 11:28:53 -05:00
Shawn
f8f611905b Fix channel names not showing on view pages 2018-10-09 19:11:06 -05:00
Shawn
bacb05abe8 Fix minor exception in getting claimId util, fix metrics 2018-10-09 13:10:06 -05:00
Shawn
a695516d67 Merge branch 'add-chainquery' of https://github.com/lbryio/spee.ch into add-chainquery 2018-10-08 19:09:04 -05:00
Shawn
860c61dc47 Fix chainquery bugs and add initial metrics implementation 2018-10-08 19:02:05 -05:00
Shawn K
5a7e10574f
Merge branch 'master' into add-chainquery 2018-10-08 12:16:12 -05:00
Travis Eden
90a5dcf54d add quotes to bid amount 2018-10-05 09:15:31 -04:00
Shawn
ec2aea5972 Unify routes/rendering 2018-09-25 21:43:57 -05:00
Shawn
c9fdc9c3cf Move channels and claims to chainquery 2018-09-25 20:20:59 -05:00
Travis Eden
50cbe12649 use constants to refer to claim length, longId, shortId 2018-09-24 09:26:58 -04:00
Travis Eden
ee1e20bd14 handle exceptions together 2018-09-24 09:26:16 -04:00
Travis Eden
69f82d814b refactor isApprovedClaim to claims folder shared by client and server 2018-09-21 16:16:01 -04:00
Travis Eden
208c56366f refactor error messages for unavailable content 2018-09-20 14:09:01 -04:00
Travis Eden
0a74e50167 refactor channel checks with isApprovedChannel 2018-09-20 13:34:53 -04:00
Travis Eden
815149a2cd reject publishes for unapproved channels when publishOnlyApproved 2018-09-19 13:29:56 -04:00
Travis Eden
1358215e6f reject requests for content from unapproved channels when serveApprovedOnly 2018-09-19 13:30:02 -04:00
Shawn
4c81ed7b7c Update babel packages to match major, fix dependency issues 2018-09-02 18:48:35 -05:00
bill bittner
2a1324294c updated delete file logging 2018-08-20 12:27:52 -07:00
Travis Eden
21551e6fbb get claimId from publishResults 2018-08-15 16:29:15 -04:00
bill bittner
14f7e1b7b4 only create File record if file is completed 2018-08-09 11:06:32 -07:00