Commit graph

182 commits

Author SHA1 Message Date
Sean Yesmunt
30c18725d8
Merge pull request #26 from lbryio/channel-list
use CLAIM_LIST instead of CLAIM_LIST_MINE
2018-05-16 10:52:37 -04:00
Sean Yesmunt
67bd079779
Merge pull request #25 from lbryio/autocomplete
handle lbry uris in autocomplete results
2018-05-16 10:52:23 -04:00
Sean Yesmunt
fec4612867 use CLAIM_LIST instead of CLAIM_LIST_MINE 2018-05-15 23:26:31 -04:00
Sean Yesmunt
95124ff521 handle lbry uris in autocomplete results 2018-05-15 23:10:06 -04:00
Sean Yesmunt
4e757cb9a2 allow ability to track if search input is in focused 2018-05-15 00:18:25 -04:00
Travis Eden
c5f8cc1bdf handle doSendSupport error like complete 2018-05-14 12:05:12 -04:00
Baltazar Gomez
77d43d25b5
add modal-type for external links 2018-05-10 15:11:51 -06:00
Travis Eden
da09e8411b mark support transaction as completed 2018-05-09 16:37:33 -04:00
Daniel Dominguez
269878042b Update modal types constants and export them to use on lbry-app. 2018-05-05 16:21:13 -03:00
Akinwale Ariwodola
fbf3531fc3 added transaction_list call 2018-05-02 07:34:11 +01:00
Akinwale Ariwodola
b5e777ef91 Added wallet_* calls to lbry.js with some refactoring 2018-05-02 01:09:00 +01:00
Sean Yesmunt
3d06d1474e
Merge pull request #14 from lbryio/send-fix
fix: send credits
2018-04-25 17:47:16 -04:00
Sean Yesmunt
230f33a504 fix: send credits 2018-04-25 17:37:43 -04:00
Sean Yesmunt
93b3573ff4
Merge pull request #7 from ProfessorDey/patch-1
Simplify Media Identification Function
2018-04-25 12:40:13 -04:00
Sean Yesmunt
c04d64ad30 fix: close search modal when navigating 2018-04-25 11:19:36 -04:00
Sean Yesmunt
915799d945
Merge pull request #12 from lbryio/blacklist-content
Add ability to blacklist content
2018-04-25 11:08:09 -04:00
Sean Yesmunt
526122074e add blacklist content redux 2018-04-24 14:14:47 -04:00
akinwale
06cfc1c88c
Merge pull request #9 from lbryio/lbry-version
Added version call to lbry.js
2018-04-24 16:15:51 +01:00
Sean Yesmunt
8e1560076e
Merge pull request #11 from lbryio/isNameValid
fix: add isNameValid to global exports
2018-04-23 22:29:47 -04:00
Sean Yesmunt
71fbcfda80 fix: add isNameValid to global exports 2018-04-23 22:27:53 -04:00
akinwale
fa21fe153c
Mobile settings constants added (#10)
* BACKGROUND_PLAY_ENABLED and FOREGROUND_NOTIFICATION_ENABLED mobile settings constants added
2018-04-23 21:01:44 +01:00
Akinwale Ariwodola
bdf7639bb2 Added version call to lbry.js since proxy polyfill still doesn't work properly 2018-04-21 21:40:54 +01:00
Igor Gassmann
38b239ddb6 Merge branch 'master' into cleanup 2018-04-21 12:43:43 -04:00
Sean Yesmunt
b786f1cfb7 remove modal/snack constants 2018-04-19 14:59:08 -04:00
Sean Yesmunt
c278824b3d update doNotify and add doHideNotification 2018-04-19 14:55:37 -04:00
ProfessorDey
40ae42c5f6
Simplify Media Identification Function
Rebased from LBRY/lbry-app PR# 1304 with corrections requested by Codacy (Though may still complain regarding spacing).

This just makes the code for finding documents a lot easier. the regex patterns and the media type are converted into keypairs, [regex, mediatype] which is then reduced to a single value, which will either be the original filename if there are no matching extensions, or the mediatype. So long as the mediatype does not contain an extension at the end of the string, this system should work far more simply.

This will also allow for easier addition of new extensions to the function, so long as they all follow the same pattern for the regex:
^ = Start of string
.+ = 1 or more characters of any type
. = A literal dot
(a|b|c) = A list of ORed extensions within a capture group '( )'
$ = End of string, so it is certain this is the actual extension of the filename

Won't be hard to add things like Archives, Executables, etc with just a single extra line now.
2018-04-19 17:59:24 +00:00
Sean Yesmunt
006963322e fix: check that claim exists before checking value 2018-04-05 11:45:17 -04:00
Igor Gassmann
c7d65ad378 fix: linting errors 2018-04-05 11:27:29 -04:00
akinwale
6418b5a9f2
Common components refactor (#1) 2018-04-05 03:57:29 +01:00
Akinwale Ariwodola
57e5b4a086 added lbryapi.js and removed electron-specific code from lbry.js 2018-01-15 19:06:44 +01:00
Akinwale Ariwodola
e127e3c38d updated index for cost_info reducer 2018-01-11 13:12:37 +01:00
Akinwale Ariwodola
cf9b0cfdaf Initial commit 2018-01-11 12:54:20 +01:00