infinite-persistence
364db9dafa
Propagate thumbnail errors to PublishFormData
...
Thumbnail errors were just being used in `selectThumbnail`. The form doesn't know about it and was using allowing invalid thumbnails like 'helloworld' to pass through.
2021-04-26 12:24:19 -04:00
infinite-persistence
1911a5132b
PublishFormError: look at 'thumbnail' instead of 'thumbnail_url'
...
I believe the rest of the GUI is setting 'thumbnail'.
'thumbnail_url' is only populated right before publishing.
So, the flag was always false -- we just never see the error on screen because the component is incorrectly hidden (fix for this is coming up next...)
2021-04-26 12:24:19 -04:00
Sean Yesmunt
d4fa45b257
fix hyperchat size when thumbanil is gif and fix totalAmount calculation
2021-04-26 00:32:52 -04:00
Sean Yesmunt
7531a2c21a
add back blocked/muted channels to homepage claim_search
2021-04-24 01:00:02 -04:00
Sean Yesmunt
0c71059bf0
fix comment websocket from connecting more than once per claim
2021-04-23 16:58:23 -04:00
Sean Yesmunt
6d89f0df7e
hyperchats
2021-04-23 16:20:17 -04:00
zeppi
bd62a55608
review
2021-04-23 14:51:09 -04:00
zeppi
f5f3bf21ee
bugfixes
2021-04-23 14:51:09 -04:00
zeppi
f3463ebdeb
use redux for livestream claim setup
2021-04-23 14:51:09 -04:00
infinite-persistence
b0193202d1
Re-add ability to export transactions ( #5899 )
...
* FileExporter: add 'fetch' hook + Web support
* Re-add ability to export transactions
Closes 4793: Export Wallet History For Taxation Purposes
* Move file-creation to the background.
Don't let the file-creation process block the GUI.
Requires lbry-redux update.
* Bump redux | doFetchTransactions: bump pageSize to 999999; remove doFetchSupport
* bump redux
Co-authored-by: Thomas Zarebczan <thomas.zarebczan@gmail.com>
2021-04-23 12:10:37 -04:00
infinite-persistence
b5cc0bb42d
Disable thumbnail lazy-load for Channels
...
## Issue
5933: Thumbnail lazy-load causes ChannelSelector icon to not update
2021-04-23 00:23:36 -04:00
zeppi
a3af1ad44d
toggle button styles in themes
2021-04-22 10:59:03 -04:00
zeppi
9b82f57006
livestream related publish fixes
2021-04-22 10:59:03 -04:00
Sean Yesmunt
0653dbde04
update notification websocket to sockety
2021-04-21 20:18:25 -04:00
Thomas Zarebczan
5ac9e70304
warning about exact amount
2021-04-21 15:27:01 -04:00
infinite-persistence
47d5de1fca
Swap: Don't copy the currency, only amount ( #5915 )
...
* CopyableText: add 'onCopy' for clients to change the text-selection
* Swap: only copy the amount (without currency)
## Issue
5873: Rounds 2 of LBC swaps
## Notes
It was an intended feature to include the currency -- I can paste the full string into my note book, while pasting into wallet apps like Exodus will automatically trim off the currency anyway.
Regardless, removed the 'feature' :D
2021-04-21 11:36:34 -04:00
dependabot[bot]
e1be0f30bd
Bump ssri from 6.0.1 to 6.0.2 in /web
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 11:20:00 -04:00
Sean Yesmunt
13b6cc413b
add category param
2021-04-21 11:19:23 -04:00
Sean Yesmunt
2255450599
udpate readme
2021-04-21 11:06:29 -04:00
infinite-persistence
8493b1e3df
GoogleVideoSearch: fix blank description; invalid thumbnails
...
## Issue
Closes 5923 video metadata issues
## Notes
For thumbnails, future claims should have correct thumbnails after `5925 Fix thumbnail-checking and block 'data:image'`. For existing claims, we'll just skip the metadata to avoid the crawler error. Users can easily update their thumbnails.
For the `OlivOliv` thumbnail url case, I wasn't sure whether to go all out to fetch and verify each thumbnail. I ended up just checking whether it starts with `http(s)`
2021-04-21 10:49:57 -04:00
infinite-persistence
cb2c33a35f
Implement ReportContent page
2021-04-21 10:49:31 -04:00
infinite-persistence
e5e4a5688f
Rick constants
...
https://docs.google.com/spreadsheets/d/1CXUO0b6uU7hCNureMb0F-ruzrtqZyADNjk_JrKmaZzs/
2021-04-21 10:49:31 -04:00
infinite-persistence
3a09bb18e3
Reporting: use upcoming new Page
2021-04-21 10:49:31 -04:00
infinite-persistence
bcbb1c8185
Add 'ReportContent' actions/reducers/selectors
2021-04-21 10:49:31 -04:00
infinite-persistence
fe885ae6de
Util to get list of countries
2021-04-21 10:49:31 -04:00
Sean Yesmunt
dad75f76bd
new comment websocket url
2021-04-20 14:28:45 -04:00
DispatchCommit
762005f217
remove prometheus event that doesn't exist and causes errors
...
"there won’t be a metric by this name, our code is just getting errors" - andrey
2021-04-20 00:49:08 -07:00
Sean Yesmunt
a4ce82e97f
allow comment blocking on all claims
2021-04-19 15:55:11 -04:00
Sean Yesmunt
a841fd6206
fix typo
2021-04-19 15:55:11 -04:00
Sean Yesmunt
27b1101d12
don't pass streamTypes to homepage following section
...
so the following section shows all file types
2021-04-19 15:55:11 -04:00
Sean Yesmunt
0083a29231
force thumbnail for uploads
2021-04-19 15:55:11 -04:00
infinite-persistence
1e3a2d34de
i18n update
2021-04-19 15:07:02 -04:00
dependabot[bot]
e5ed71df25
Bump ssri from 6.0.1 to 6.0.2
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 14:35:43 -04:00
infinite-persistence
e4c1f107bd
GoogleVideoSearch: fix duration
...
Forgot that `moment.duration()` takes in ms.
2021-04-19 14:35:27 -04:00
Hutzdog
6ba97eddb2
Update README to include Nix package
2021-04-19 13:34:32 -04:00
Max Kotlan
1279a6eaaf
Fixed and cleaned up Hotkeys. Fixed overlapping lbry hotkeys with browser hotkeys
2021-04-19 13:34:10 -04:00
Sean Yesmunt
fdeea30a4a
livestream notification styling
2021-04-16 15:58:26 -04:00
infinite-persistence
166d2f9049
Add Google Video Search metadata
...
## Issue
5870: Add metadata for google video search
2021-04-16 11:24:25 -04:00
zeppi
1b6c217226
support brazilian portugese
2021-04-16 11:16:25 -04:00
Thomas Zarebczan
9689ef72a1
Odysee audio support ( #5897 )
2021-04-15 22:52:41 -04:00
Thomas Zarebczan
56cf3464ab
Make other crypto clearer until we can show rates
2021-04-15 10:06:26 -04:00
infinite-persistence
4a8ca1a6c9
bump lbryinc for blacklist (with build) ( #5893 )
...
* bump lbryinc for blacklist (with build)
* update commit
Co-authored-by: Thomas Zarebczan <thomas.zarebczan@gmail.com>
2021-04-15 01:27:48 -04:00
Sean Yesmunt
e4a3e54613
move lazy loading effect into effects/
2021-04-14 15:25:19 -04:00
Louis Sandoval
a7cb0e240e
Fix #5795 - Claim images not lazy loaded
2021-04-14 15:25:19 -04:00
zeppi
fe69ef2c90
allow non video selection when not odysee
2021-04-14 15:06:08 -04:00
zeppi
9415d9c05d
bump lbryinc for blacklist
2021-04-14 13:23:02 -04:00
Sean Yesmunt
42dcd34d49
trigger file/view event for livestream claims
2021-04-14 12:26:33 -04:00
Sean Yesmunt
2d9fac46a5
open the floodgates
2021-04-14 11:00:36 -04:00
Sean Yesmunt
942c85c9f1
Reconnect when comment websocket loses connection
2021-04-14 00:08:19 -04:00
jessopb
989126c603
Feat publish replays on master ( #5863 )
...
* provide livestream replay publish via url
2021-04-14 00:06:11 -04:00