Commit graph

132 commits

Author SHA1 Message Date
jessop
3f14b93cbc add searchInLangage setting 2020-10-16 13:20:16 -04:00
jessop
22a26be26f remove tags from redux (to desktop) 2020-10-16 13:19:59 -04:00
Jeremy Kauffman
fee1834bbc
add LBRYFoundationBoardCandidacy tag 2020-10-06 14:33:49 -04:00
jessop
90012bf47c updates supporting sync fixes
change alt preference key to local

remove enable_sync from sync list

restore to enable_sync in client settings
2020-09-21 12:56:39 -04:00
Sean Yesmunt
3eee65146b new settings 2020-09-08 14:41:50 -04:00
jessop
316dfcf06a include enable_sync in sync 2020-08-31 14:29:51 -04:00
Sean Yesmunt
7d90cba8a0 add first run flag 2020-08-27 12:29:44 -04:00
infiinte-persistence
aca15fe3e9 Add SETTINGS.ENABLE_PUBLISH_PREVIEW
This option allows users to bypass the "publish preview" modal.
2020-08-25 10:32:59 -04:00
Sean Yesmunt
903d425188 another one 2020-08-23 22:43:00 -04:00
Sean Yesmunt
0dbe6efc75 add new settings constants 2020-08-23 22:38:45 -04:00
Franco Montenegro
210bb80f2c Add to tray when closed setting 2020-08-19 16:00:08 -04:00
Sean Yesmunt
04e3ca8250 remove search code 2020-07-27 16:36:29 -04:00
jessop
8c29c7e912 adds reconnect timeout and stores non-signed in prefs in different key 2020-07-24 16:47:45 -04:00
jessop
3a140c2318 provide settings constant arrays for sync 2020-07-24 16:47:45 -04:00
Sean Yesmunt
3dfbb7de0f remove blocked code and add additional check for middleware 2020-07-14 16:05:59 -04:00
jessop
906199d866 provide for clearing channel errors 2020-07-02 18:03:55 -04:00
Sean Yesmunt
cca78e9341 Revert "remove comment/blocked code"
This reverts commit e4c05cebe9.
2020-06-29 17:02:19 -04:00
Sean Yesmunt
e4c05cebe9 remove comment/blocked code 2020-06-23 14:48:30 -04:00
Sean Yesmunt
70c2ffc0bd
Merge pull request #321 from michaelmitnick/master 2020-06-05 11:12:07 -04:00
Sean Yesmunt
a883c4f56c separate spansing and english tags 2020-06-05 11:11:03 -04:00
Sean Yesmunt
a9f1f7b61d fix typo 2020-06-04 11:40:52 -04:00
Michael Mitnick
c7de10be2d Default tags to spanish 2020-06-02 22:26:59 -04:00
Sean Yesmunt
b2d49c2755 add case for channel_list failing 2020-06-01 14:26:26 -04:00
Jeremy Kauffman
7f1fc91b8a
add tag for current events 2020-05-31 09:31:46 -04:00
Sean Yesmunt
0730becb35 add more mature tags 2020-05-19 13:52:42 -04:00
Sean Yesmunt
4a59abf30c add doClearPurchasedUriSuccess 2020-05-18 22:13:18 -04:00
Sean Yesmunt
278e12dcbe add purchase_list 2020-05-11 11:46:23 -04:00
jessop
3be6fa52ac track reflecting files 2020-05-08 14:11:43 -04:00
Sean Yesmunt
1e27a854d0 update tags 2020-05-08 13:14:37 -04:00
Sean Yesmunt
c30e1eee2c update tags 2020-05-05 09:41:04 -04:00
jessop
58ff4d8086 support paginating publishes
and removing dependencies on full claim list mine

fix pending

repost fix
2020-05-01 13:54:10 -04:00
jessop
b3b15ab0a3 showReposts flip it reverse it to hideReposts 2020-04-27 09:44:59 -04:00
Sean Yesmunt
4b4c7f9710 update tag 2020-04-22 12:14:44 -04:00
Sean Yesmunt
a64d5039b9 update list of known tags 2020-04-22 11:33:17 -04:00
jessop
ee29e9a024 add is_my_input_or_output constant 2020-04-16 21:08:11 -04:00
jessop
5994f9fb9e add txo exclude internal transfers constant 2020-04-15 13:36:29 -04:00
jessop
cd3fa33066 callback for abandons 2020-04-14 16:35:27 -04:00
jessop
1e505184dc add txo list by params
fix set.slice() error

add txopage reducer

move txo constants to redux

abandon bug

abandon callback
2020-04-14 16:35:27 -04:00
Jeremy Kauffman
320c6c5b70
add trailing comma 2020-04-14 13:45:40 -04:00
Jeremy Kauffman
f18fc99933
add some tags for topical events 2020-04-14 13:45:02 -04:00
jessop
1097a63d44 add preview action 2020-04-01 14:47:35 -04:00
jessop
1d461ec088 tip management on claim
properly handle pending

respond to review
2020-03-31 21:36:46 -04:00
Jeremy Kauffman
37a01f56c1
light tag cleanup 2020-03-12 12:21:48 -04:00
Sean Yesmunt
f36b91496b add show_reposts to list of settings constants 2020-02-28 12:00:53 -05:00
jessop
04774dfe22 sync welcome and 3p analytics pref 2020-02-20 00:57:55 -05:00
jessop
67a5654ffe migrates settings to redux 2020-02-16 16:08:34 -05:00
Sean Yesmunt
bd07919a72 redux for reposts 2020-02-10 10:49:45 -05:00
Thomas Zarebczan
f0a0a59c4c
add known tags 2020-02-01 13:33:04 -05:00
Sean Yesmunt
2f68494b71
Updates comment-related redux code to support sdk version 0.53.0 (#259)
Updates comment-related redux code to support sdk version 0.53.0
2020-01-23 15:50:01 -05:00
Akinwale Ariwodola
17a5260c3f
add doResolvedSearch actions which returns resolved search results (#258)
* add doResolvedSearch actions which returns resolved search results
* add recommended content selector
* update ResolvedSearchResult type
* support for multiple pages of resolved search results
2020-01-22 02:04:50 +01:00