Commit graph

1497 commits

Author SHA1 Message Date
zeppi 7919d30871 bump redux 2021-07-05 16:03:43 -04:00
zeppi c80b6d3f60 bump redux 2021-07-05 10:22:13 -04:00
zeppi ac71654afb bump redux for channel mod 2021-07-05 10:22:13 -04:00
zeppi bad050096a bump redux 2021-07-05 10:22:13 -04:00
zeppi 1772b188ff bump 2021-07-05 10:22:13 -04:00
zeppi 59f0c85aca improve pending over refreshes 2021-07-05 10:22:13 -04:00
infinite-persistence 49046c9d25
RSS feed for channels
## Issue
3779 RSS feed for channels

## Initial implementation details
- RSS only (not atom)
- Grabs latest 10 entries (Beamer have concerns)

## Credit
Referenced the community version mentioned in 3779
2021-07-02 13:03:21 +08:00
zeppi d921bf3340 v0.51.1 2021-06-26 12:05:04 -04:00
zeppi 11fc51467c v0.51.0 2021-06-26 09:51:46 -04:00
zeppi 8e6c98ca5d revert v0.51.0 2021-06-26 09:50:50 -04:00
zeppi c71a0f78f4 v0.51.0 2021-06-26 08:55:52 -04:00
zeppi 4d19106544 v0.51.0-rc.3 2021-06-25 16:39:20 -04:00
zeppi 5ee4827fae bump lbrynet 2021-06-25 16:33:20 -04:00
zeppi b17acc0028 v0.51.0-rc.2 2021-06-25 14:40:42 -04:00
infinite-persistence 163a10602c
CodeSplit: Show top loading bar while fetching
TODO: Get the primary color programatically
2021-06-25 16:00:46 +08:00
infinite-persistence 73e84b58e7
Add: source-map-analyze 2021-06-25 09:25:28 +08:00
zeppi d07dded5a7 v0.51.0-rc.1 2021-06-21 13:26:16 -04:00
zeppi 21cc2bc281 v0.50.3-rc.2 2021-06-21 12:56:53 -04:00
zeppi 2273b69658 add signing deps 2021-06-21 12:54:34 -04:00
zeppi 6b32e9785d Revert "v0.50.3-rc.2"
This reverts commit 3a0ac6335d.
2021-06-21 12:52:44 -04:00
zeppi 7bc47dc786 Revert "v0.50.3-rc.3"
This reverts commit 29a1d89fa5.
2021-06-21 12:52:44 -04:00
zeppi 29a1d89fa5 v0.50.3-rc.3 2021-06-18 19:11:49 -04:00
zeppi 3a0ac6335d v0.50.3-rc.2 2021-06-18 18:01:19 -04:00
saltrafael 143be541cf bump redux 2021-06-14 14:53:14 -04:00
infinite-persistence 9eb0d2a87e Revert "bump redux"
This reverts commit 141ebcf1cd.
2021-06-13 15:45:15 +08:00
saltrafael 141ebcf1cd bump redux 2021-06-11 17:01:20 -04:00
Thomas Zarebczan 6f523fe0d8 bump redux 2021-06-10 17:47:02 -04:00
zeppi 8ee5f06bfd bump 2021-06-10 17:47:02 -04:00
zeppi 9b7c8fd642 sharing with lId, fix autoplay bump, 2021-06-10 17:47:02 -04:00
zeppi 812289ac3c bump 2021-06-09 10:58:00 -04:00
zeppi ca116ba010 wip
wip

wip - everything but publish, autoplay, and styling

collection publishing

add channel to collection publish

cleanup

wip

bump

clear mass add after success

move collection item management controls

redirect replace to published collection id

bump

playlist selector on create

bump

use new collection add ui element

bump

wip

gitignore

add content json

wip

bump

context add to playlist

basic collections page style pass wip

wip: edits, buttons, styles...

change fileAuthor to claimAuthor

update, pending bugfixes, delete modal progress, collection header, other bugfixes

bump

cleaning

show page bugfix

builtin collection headers

no playlists, no grid title

wip

style tweaks

use normal looking claim previews for collection tiles

add collection changes

style library previews

collection menulist for delete/view on library

delete modal works for unpublished

rearrange collection publish tabs

clean up collection publishing and items

show on odysee

begin collectoin edit header and css renaming

better thumbnails

bump

fix collection publish redirect

view collection in menu does something

copy and thumbs

list previews, pending, context menus, list page

enter to add collection, lists page empty state

playable lists only, delete feature, bump

put fileListDownloaded back

better collection titles

improve collection claim details

fix horiz more icon

fix up channel page

style, copy, bump

refactor preview overlay properties,
fix reposts showing as floppydisk
add watch later toast,
small overlay properties on wunderbar results,
fix collection actions buttons

bump

cleanup

cleaning, refactoring

bump

preview thumb styling, cleanup

support discover page lists search

sync, bump

bump, fix sync more

enforce builtin order for now

new lists page empty state

try to indicate unpublished edits in lists

bump

fix autoplay and linting

consts, fix autoplay

bugs

fixes

cleanup

fix, bump

lists experimental ui, fixes

refactor listIndex out

hack in collection fallback thumb

bump
2021-06-08 13:25:52 -04:00
infinite-persistence 5a1bf316c7
"thumbnail is invalid" not reset with new thumbnail upload (#6077)
## Issue
Closes #6044
2021-05-17 15:48:47 -04:00
infinite-persistence 698bd5eef1
Continuation of "Add release date field #5514" (#6049)
* Release date -- initial attempt (squashed and rebased)

- Use white color for calendar buttons in release date input
- Update icon color for release date input
- Allow to set time in release date and display it under additional options
- Add release date field

* Upgrade to latest react-datetime-picker.

I believe this also picks up the y18n security fix.

* Handle dark theme and general style fixes.

* [+redux] Change how release_time is edited.

- `releaseTime` is now a number instead of a string, matching `release_time`. It was getting confusing what the variable units were.

- `releaseTime` will always match `release_time` for an edit. It will be used in the GUI to reset just the date to the original, instead of having to reset the entire form.

- `releaseTimeEdited` will be used by `updatePublishForm` in the GUI to represent the desired new release time. Set to `undefined` if we don't want to change the date.

* Add 'Reset|Now|Default' buttons instead of overloading the date-picker's "X" button.

Before this, the "X" button resets to the original (previous) publish date for Edits, and resets to current time for New Claims. This is very confusing, so added explicit text-based buttons -- hopefully this is more intuitive.

* bump redux to master

Co-authored-by: Franco Montenegro <franco.montenegro.ruke@gmail.com>
Co-authored-by: Thomas Zarebczan <thomas.zarebczan@gmail.com>
2021-05-15 00:10:28 -04:00
infinite-persistence 5be7d6ab56
[+redux] Define default value for 'thumbnailError' (#6048)
* [+redux] Define default value for 'thumbnailError'

## Issue
"thumbnail is invalid" not reset with new thumbnail upload 6044

## Change
Defining a default value will cover both CLEAR_PUBLISH and DO_PREPARE_EDIT

* bump

Co-authored-by: Thomas Zarebczan <thomas.zarebczan@gmail.com>
2021-05-12 10:41:18 -04:00
zeppi 7a19764e29 bump 2021-04-27 11:32:20 -04:00
zeppi 807e520b0e v0.50.3-rc.1 2021-04-26 15:45:40 -04:00
Sean Yesmunt 6d89f0df7e hyperchats 2021-04-23 16:20:17 -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 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
zeppi 9415d9c05d bump lbryinc for blacklist 2021-04-14 13:23:02 -04:00
infinite-persistence 6853872e9c Bump redux for CoinSwap 2021-04-13 14:02:25 -04:00
Sean Yesmunt e08b71774c pre-roll ads 2021-04-12 12:55:06 -04:00
zeppi 9468f2b0f2 update master with some odysee changes 2021-04-05 13:26:52 -04:00
Sean Yesmunt 51552b0c53 v0.50.2 2021-04-02 18:11:23 -04:00
Sean Yesmunt 0bbc72c0ba v0.50.2-rc.1 2021-04-02 18:11:23 -04:00
dependabot[bot] f20d48c3dd Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02 16:14:35 -04:00
Thomas Zarebczan 5ed576f2d5
Fix redux 2021-03-28 12:43:10 -04:00
Thomas Zarebczan 893e67803e
bump redux 2021-03-28 12:09:14 -04:00
zeppi f091da3c54 use new isLivestream (placeholder stream) selector 2021-03-25 20:14:24 -04:00
zeppi 7743f08a6a bump 2021-03-25 17:55:42 -04:00
zeppi 6761212ce7 bump 2021-03-24 13:36:50 -04:00
Sean Yesmunt 73f593ddb3 bring in livestream changes from odysee 2021-03-22 15:30:01 -07:00
Sean Yesmunt e8fdfa7e6c v0.50.1 2021-03-18 18:34:02 -04:00
Sean Yesmunt 85bfffe607 v0.50.1-rc.1 2021-03-18 18:17:23 -04:00
Sean Yesmunt 49c2d05b48 v0.50.0 2021-03-18 16:26:17 -04:00
Sean Yesmunt b9cc57b57b v0.50.0-rc.3 2021-03-18 12:07:47 -04:00
Sean Yesmunt e967f2e1ad add ENABLE_NO_SOURCE_CLAIMS to config
this sets has_source:true if the variable is true to non-odysee apps won't be shown livestream claims
2021-03-18 12:07:27 -04:00
Sean Yesmunt 239b0fbe27 v0.50.0-rc.2 2021-03-16 14:44:42 -04:00
infinite-persistence 475256e63a Uploads: Add 'All,Uploads,Reposts' filter
## Issue
- Closes item 2 of 4563: Publish page + reposts
- Requires [lbry-redux::392](https://github.com/lbryio/lbry-redux/pull/392/files)

Also removed the redundant double spinner.
2021-03-16 12:04:39 -04:00
Sean Yesmunt 3571753f4c v0.50.0-rc.1 2021-03-15 16:19:32 -04:00
Sean Yesmunt af4e1afd59 bump lbry-sdk and fix build warning 2021-03-15 16:19:13 -04:00
Sean Yesmunt 859cb5c645 bump lbry-redux 2021-03-15 14:22:49 -04:00
infinite-persistence 48fa49c98b Fix repost author incorrectly labelled as Annoymous
## Issue
- Closes 5673: Reposts are all listed under "Annoymous"
- Requires `lbry-redux::391`
2021-03-15 14:22:49 -04:00
Sean Yesmunt 2c90ad2136 bump lbry-redux 2021-03-12 10:38:16 -05:00
Sean Yesmunt 4e9a4f41c8 bump lbryinc and add additional pending status for youtube transfer page 2021-03-09 21:54:11 -05:00
zeppi b2c643d7f1 bump 2021-03-08 12:31:19 -05:00
Sean Yesmunt ea74a66dbd
New moderation tools: block & mute (#5572)
* initial support for block/mute

* hide blocked + muted content everywhere

* add info message for blocked/muted characteristics

* sort blocked list by most recent block first

* add 'blocked' message on channel page for channels that you have blocked

* cleanup

* delete unused files

* always pass mute/block list to claim_search on homepage

* PR cleanup
2021-03-03 13:50:16 -05:00
dependabot[bot] 0f096af963 Bump three from 0.93.0 to 0.125.0
Bumps [three](https://github.com/mrdoob/three.js) from 0.93.0 to 0.125.0.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 11:20:44 -05:00
Sean Yesmunt 68d13f9ff3 downgrade remark-breaks 2021-02-20 18:23:52 -05:00
Sean Yesmunt e39c6c6208 bump lbry-redux 2021-02-18 23:43:56 -05:00
Sean Yesmunt 9442d586ee Revert "Add fallback thumbnail for streams"
This reverts commit 0423d30a4e.
2021-02-18 15:57:38 -05:00
DispatchCommit d5d97fe6e7 cleanup plugin code 2021-02-18 14:11:10 -05:00
Sean Yesmunt 09b689ba1c add channel staked amount indicator on channel thumbnails 2021-02-18 01:14:39 -05:00
Sean Yesmunt 3fec0da6e6 bump lbry-redux 2021-02-11 10:45:34 -05:00
Sean Yesmunt 1f117e43bd add initial support for comment API outside of SDK 2021-02-11 10:45:34 -05:00
Sean Yesmunt 0ffa85f86f Revert "Bump react-router from 5.1.2 to 5.2.0"
This reverts commit cecde2058b.
2021-02-08 12:57:37 -05:00
dependabot-preview[bot] 4f75fa6a94 Bump @reach/auto-id from 0.12.1 to 0.13.0
Bumps [@reach/auto-id](https://github.com/reach/reach-ui/tree/HEAD/packages/auto-id) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/reach/reach-ui/releases)
- [Commits](https://github.com/reach/reach-ui/commits/v0.13.0/packages/auto-id)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-08 11:56:58 -05:00
dependabot-preview[bot] b6f3559621 Bump prettier from 1.19.1 to 2.2.1
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-08 11:56:44 -05:00
dependabot-preview[bot] cecde2058b Bump react-router from 5.1.2 to 5.2.0
Bumps [react-router](https://github.com/ReactTraining/react-router) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ReactTraining/react-router/compare/v5.1.2...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-08 11:56:33 -05:00
zeppi d03cfa0b2d bump 2021-02-05 16:55:06 -05:00
zeppi d01f3da174 mass claim tips
bump

ui pass

move mass tip unlock to modal

better track wallet operations in progress
2021-02-05 16:55:06 -05:00
Franco Montenegro 0423d30a4e Add fallback thumbnail for streams 2021-02-03 17:02:58 -05:00
dependabot-preview[bot] 11e4480328 Bump unist-util-visit from 1.4.1 to 2.0.3
Bumps [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) from 1.4.1 to 2.0.3.
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
- [Commits](https://github.com/syntax-tree/unist-util-visit/compare/1.4.1...2.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-03 16:25:07 -05:00
dependabot-preview[bot] e74170507c Bump hast-util-sanitize from 1.3.1 to 3.0.2
Bumps [hast-util-sanitize](https://github.com/syntax-tree/hast-util-sanitize) from 1.3.1 to 3.0.2.
- [Release notes](https://github.com/syntax-tree/hast-util-sanitize/releases)
- [Commits](https://github.com/syntax-tree/hast-util-sanitize/compare/1.3.1...3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-03 16:24:53 -05:00
dependabot-preview[bot] d78d965183 Bump copy-webpack-plugin from 4.6.0 to 5.1.2
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 4.6.0 to 5.1.2.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/v5.1.2/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.6.0...v5.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 14:26:51 -05:00
dependabot-preview[bot] 49dab0fb3a Bump react-simplemde-editor from 4.1.0 to 4.1.3
Bumps [react-simplemde-editor](https://github.com/RIP21/react-simplemde-editor) from 4.1.0 to 4.1.3.
- [Release notes](https://github.com/RIP21/react-simplemde-editor/releases)
- [Commits](https://github.com/RIP21/react-simplemde-editor/compare/v4.1.0...v4.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 12:32:43 -05:00
dependabot-preview[bot] 44de139236 Bump @babel/preset-flow from 7.10.1 to 7.12.1
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) from 7.10.1 to 7.12.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-preset-flow)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 12:32:31 -05:00
dependabot-preview[bot] 7510703b5a Bump connected-react-router from 6.7.0 to 6.8.0
Bumps [connected-react-router](https://github.com/supasate/connected-react-router) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/supasate/connected-react-router/releases)
- [Commits](https://github.com/supasate/connected-react-router/compare/v6.7.0...v6.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 12:32:21 -05:00
dependabot-preview[bot] 9f9da5fd64 Bump babel-plugin-add-module-exports from 1.0.2 to 1.0.4
Bumps [babel-plugin-add-module-exports](https://github.com/59naga/babel-plugin-add-module-exports) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/59naga/babel-plugin-add-module-exports/releases)
- [Commits](https://github.com/59naga/babel-plugin-add-module-exports/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 14:51:29 -05:00
dependabot-preview[bot] aa6fcbddc4 Bump chalk from 2.4.2 to 4.1.0
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 4.1.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 10:49:10 -05:00
dependabot-preview[bot] 5be380abdc Bump mammoth from 1.4.9 to 1.4.16
Bumps [mammoth](https://github.com/mwilliamson/mammoth.js) from 1.4.9 to 1.4.16.
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases)
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS)
- [Commits](https://github.com/mwilliamson/mammoth.js/compare/1.4.9...1.4.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 10:48:56 -05:00
dependabot-preview[bot] 30678e3c41 [Security] Bump electron from 9.3.1 to 9.4.0
Bumps [electron](https://github.com/electron/electron) from 9.3.1 to 9.4.0. **This update includes a security fix.**
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v9.3.1...v9.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 13:40:27 -05:00
dependabot-preview[bot] 618d8823b9 Bump remark-react from 4.0.3 to 8.0.0
Bumps [remark-react](https://github.com/remarkjs/remark-react) from 4.0.3 to 8.0.0.
- [Release notes](https://github.com/remarkjs/remark-react/releases)
- [Changelog](https://github.com/remarkjs/remark-react/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-react/compare/4.0.3...8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 13:39:40 -05:00
dependabot-preview[bot] a8dc336df6 Bump reselect from 3.0.1 to 4.0.0
Bumps [reselect](https://github.com/reduxjs/reselect) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/reduxjs/reselect/releases)
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/reselect/compare/v3.0.1...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 11:12:00 -05:00
dependabot-preview[bot] 97263149fb Bump uuid from 8.3.0 to 8.3.2
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 11:11:33 -05:00
Jeffrey Fisher 1155f5512d Fix linting errors.
Closes #4027
2021-01-29 10:10:10 -05:00
dependabot-preview[bot] 4dd17832ef Bump @hot-loader/react-dom from 16.12.0 to 16.13.0
Bumps [@hot-loader/react-dom](https://github.com/hot-loader/react-dom) from 16.12.0 to 16.13.0.
- [Release notes](https://github.com/hot-loader/react-dom/releases)
- [Commits](https://github.com/hot-loader/react-dom/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-29 10:09:42 -05:00
Franco Montenegro d7f9d7ef7f Remove markdown from og and description header tags 2021-01-29 10:09:11 -05:00
dependabot-preview[bot] 9bd9b5c121 Bump @types/three from 0.93.31 to 0.103.2
Bumps [@types/three](https://github.com/mrdoob/three.js) from 0.93.31 to 0.103.2.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 15:35:29 -05:00
dependabot-preview[bot] 77f6bf6fac Bump videojs-logo from 2.0.0 to 2.1.4
Bumps [videojs-logo](https://github.com/tapioca24/videojs-logo) from 2.0.0 to 2.1.4.
- [Release notes](https://github.com/tapioca24/videojs-logo/releases)
- [Changelog](https://github.com/tapioca24/videojs-logo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tapioca24/videojs-logo/compare/v2.0.0...v2.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:21:13 -05:00
dependabot-preview[bot] 2488cc690d Bump dotenv-defaults from 1.1.1 to 2.0.1
Bumps [dotenv-defaults](https://github.com/mrsteele/dotenv-defaults) from 1.1.1 to 2.0.1.
- [Release notes](https://github.com/mrsteele/dotenv-defaults/releases)
- [Commits](https://github.com/mrsteele/dotenv-defaults/compare/v1.1.1...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:19:14 -05:00
dependabot-preview[bot] 9378704701 Bump remark-breaks from 1.0.5 to 2.0.1
Bumps [remark-breaks](https://github.com/remarkjs/remark-breaks) from 1.0.5 to 2.0.1.
- [Release notes](https://github.com/remarkjs/remark-breaks/releases)
- [Commits](https://github.com/remarkjs/remark-breaks/compare/1.0.5...2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:18:48 -05:00
dependabot-preview[bot] beccb9cdf0 Bump @reach/rect from 0.2.1 to 0.13.0
Bumps [@reach/rect](https://github.com/reach/reach-ui/tree/HEAD/packages/rect) from 0.2.1 to 0.13.0.
- [Release notes](https://github.com/reach/reach-ui/releases)
- [Commits](https://github.com/reach/reach-ui/commits/v0.13.0/packages/rect)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:18:22 -05:00
dependabot-preview[bot] b87d27db1d Bump electron-notarize from 0.1.1 to 1.0.0
Bumps [electron-notarize](https://github.com/electron/electron-notarize) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/electron/electron-notarize/releases)
- [Changelog](https://github.com/electron/electron-notarize/blob/master/.releaserc.json)
- [Commits](https://github.com/electron/electron-notarize/compare/v0.1.1...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:17:32 -05:00
dependabot-preview[bot] 3c1a478ff3 Bump @babel/preset-env from 7.10.2 to 7.12.11
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.2 to 7.12.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.11/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:16:59 -05:00
infiinte-persistence 7419fefa2d Zoomable image viewer in Markdown (posts and comments)
## Issue
4899: Ability to expand images in markdown posts for viewing
2021-01-27 10:06:31 -05:00
Sean Yesmunt 1faca2dcee v0.49.4 2021-01-26 15:34:05 -05:00
Sean Yesmunt de51b23a18 v0.49.4-rc.5 2021-01-26 13:54:26 -05:00
Sean Yesmunt 7b1f645caf v0.49.4-rc.4 2021-01-26 11:01:03 -05:00
Sean Yesmunt d3244593a5 v0.49.4-rc.3 2021-01-25 14:53:15 -05:00
Sean Yesmunt e4b43abe05 v0.49.4-rc.2 2021-01-25 14:36:18 -05:00
Sean Yesmunt 08f2d7cc40 bump sdk to 0.88.0 2021-01-25 14:24:57 -05:00
Sean Yesmunt 21cbb64001 Revert "Add Chromecast support on Google Chrome."
This reverts commit 65ce47a7d1.
2021-01-20 15:14:00 -05:00
infiinte-persistence 65ce47a7d1 Add Chromecast support on Google Chrome. 2021-01-19 10:29:28 -05:00
Sean Yesmunt 3bcdd78514 bump lbry-redux 2021-01-19 10:20:11 -05:00
jessopb b6f79a9f95
bump (#5329) 2021-01-19 00:55:16 -05:00
Sean Yesmunt 80a7cbe16f add quality selector to transcoded videos 2021-01-15 10:34:41 -05:00
zeppi 1b3bc0f4e3 support consolidating txos
improvements

actual values

bump

bump

devtools revert

bugfix

bump
2021-01-05 12:38:55 -05:00
Sean Yesmunt 7ccfcdd167 v0.49.3 2020-12-30 13:19:28 -05:00
Sean Yesmunt e2d26d75c4 v0.49.3-rc.2 2020-12-30 12:59:35 -05:00
Sean Yesmunt 663fa3eec1 v0.49.3-rc.1 2020-12-29 22:40:59 -05:00
Sean Yesmunt c7aa91311d v0.49.2 2020-12-29 10:39:26 -05:00
Sean Yesmunt 533d9c7760 v0.49.2-rc.7 2020-12-28 16:56:07 -05:00
Sean Yesmunt 6aa07de973 v0.49.2-rc.6 2020-12-28 16:15:20 -05:00
Sean Yesmunt a43f49cef2 v0.49.1-rc.5 2020-12-28 15:05:08 -05:00
Sean Yesmunt 83b96fd0c0 bump sdk to 0.87.0 2020-12-28 15:05:00 -05:00
Sean Yesmunt a7f3252f17 v0.49.1-rc.4 2020-12-28 15:03:04 -05:00
zeppi ad420670a7 changes, bump 2020-12-28 15:00:15 -05:00
zeppi c6a1a7539a bump 2020-12-28 15:00:15 -05:00
zeppi 30a9bb010f show loading while searching
fixes

bump

bump
2020-12-28 15:00:15 -05:00
btzr-io 35653bb115 prevent front-matter render on markdown 2020-12-21 14:08:52 -05:00
Sean Yesmunt 9ecd9457d3 remove extra package 2020-12-16 10:52:22 -05:00
Sean Yesmunt cc568fb8cf working 2020-12-16 10:52:22 -05:00
Sean Yesmunt 0cc3af28a3 flow fixes 2020-12-16 10:52:22 -05:00
zeppi b491973414 bump 2020-12-16 09:50:35 -05:00
Sean Yesmunt 87d54d9c88 show 'SITE_NAME view reward' message on txo list table 2020-12-15 16:22:40 -05:00
Sean Yesmunt 8eedefddd3 v0.49.1 2020-12-15 13:58:27 -05:00
Sean Yesmunt 1df7e8be2c v0.49.1-rc.1 2020-12-15 13:58:27 -05:00
Sean Yesmunt 45afd22e9e v0.49.0 2020-12-09 11:26:07 -05:00
Sean Yesmunt cfeefbed23 v0.49.0-rc.16 2020-12-08 17:19:19 -05:00
Sean Yesmunt f9c37ecc70 bump lbry-sdk to 0.86.1 2020-12-08 17:19:11 -05:00
Sean Yesmunt 4b9155e7c9 v0.49.0-rc.15 2020-12-08 11:45:41 -05:00
Sean Yesmunt b9bd7d3f7b v0.49.0-rc.14 2020-12-08 10:28:07 -05:00
Sean Yesmunt e802827299 bump lbry-sdk to 0.86.0 2020-12-08 10:27:58 -05:00
Sean Yesmunt 30d8a0406d wunderbar improvements 2020-12-03 12:39:12 -05:00
Sean Yesmunt 2740f908b0 v0.49.0-rc.13 2020-11-23 14:12:48 -05:00
Sean Yesmunt 3a3ffcd983 v0.49.0-rc.12 2020-11-23 14:04:05 -05:00
Sean Yesmunt 7a29ebf398 bump lbry-sdk to 0.85.1 2020-11-23 14:03:51 -05:00
Sean Yesmunt d1b07d2094 v0.49.0-rc.11 2020-11-20 12:01:37 -05:00
Sean Yesmunt e15998afe7 v0.49.0-rc.10 2020-11-19 15:41:06 -05:00
Sean Yesmunt 505bae77ac v0.49.0-rc.9 2020-11-19 13:34:20 -05:00
Sean Yesmunt b769a7c40b v0.49.0-rc.8 2020-11-18 17:17:13 -05:00
Sean Yesmunt 26963a7d85 v0.49.0-rc.7 2020-11-18 15:07:29 -05:00
Sean Yesmunt 21b8db7ddf v0.49.0-rc.6 2020-11-17 11:04:34 -05:00
Sean Yesmunt bdb0add5ac v0.49.0-rc.5 2020-11-16 10:58:03 -05:00
Sean Yesmunt 3a7854f896 v0.49.0-rc.4 2020-11-16 10:57:41 -05:00
jessop f334c07c29 pass language to authenticate
update api language when setLanguage

yarn
2020-11-16 10:31:06 -05:00
Sean Yesmunt 4a893bb2f0 update lbry-redux 2020-11-13 14:48:04 -05:00
Sean Yesmunt abacafb0c5 better handle bad wallet password errors 2020-11-13 14:48:04 -05:00
Sean Yesmunt f1adfddded bump lbry-redux and handle other fatal sync errors 2020-11-13 14:48:04 -05:00
Sean Yesmunt 8822a901ae bump lbry-redux 2020-11-13 13:23:50 -05:00
Sean Yesmunt 8cc4517fb0 bump lbryinc to send empty auth_token on file/list_{filtered,blocked} 2020-11-11 15:19:39 -05:00
jessopb 697651b0e8
pass domain to authenticate for appid (#5012) 2020-11-10 21:47:51 -05:00
Sean Yesmunt f9e24ea536 v0.49.0-rc.3 2020-11-09 14:07:17 -05:00
Sean Yesmunt b8d483ae7e v0.49.0-rc.2 2020-11-09 13:46:37 -05:00
Sean Yesmunt 1ef587b8c2 fix typos and bump lbryinc 2020-11-09 13:37:51 -05:00
Sean Yesmunt 67d1652cf4 bump lbry-redux 2020-11-09 13:37:51 -05:00
Sean Yesmunt 159e1c10e0 bump lbry-redux 2020-11-07 19:44:29 -05:00
Sean Yesmunt d549aab89c v0.49.0-rc.1 2020-11-02 17:27:16 -05:00
Sean Yesmunt 63f1fed33c per channel notification settings 2020-11-02 14:13:13 -05:00
Sean Yesmunt 07377a4e2a update video.js 2020-11-02 13:24:36 -05:00
jessop 734e08a209 bump and bugfix 2020-10-29 15:20:18 -04:00
jessop c4d05a5a1a claim-search by language
setting to search only in language as default

add channel update language selection and about

bump

searchable languages
2020-10-29 15:20:18 -04:00
jessop 91f748d566 enable owners to tag claims and channels disable-support 2020-10-29 01:11:39 -04:00
Sean Yesmunt 92f3337c4c bump lbry-redux 2020-10-27 10:17:11 -04:00
Sean Yesmunt aeeaaf6605 bump lbryinc 2020-10-23 21:23:06 -04:00
Sean Yesmunt 0b17aa7c74 bump lbryinc 2020-10-23 20:59:47 -04:00
Sean Yesmunt 295b8cf2e1 refactor floatingUri to allow inline players in comments/markdown 2020-10-21 15:29:29 -04:00
Sean Yesmunt a045ddf23e bump lbry-redux + pin icon tweaks 2020-10-19 23:37:39 -04:00
Sean Yesmunt 106f5a0ac2 initial comment pin PR with new commit 2020-10-19 23:37:39 -04:00
Sean Yesmunt 264a85d837 Revert "comment pin action"
This reverts commit 636ab7427d.
2020-10-19 15:01:09 -04:00
Sean Yesmunt 4287003509 Revert "bump"
This reverts commit 0249e620fd.
2020-10-19 15:01:09 -04:00
jessop 0249e620fd bump 2020-10-19 14:48:01 -04:00
jessop 636ab7427d comment pin action
owners can pin and unpin comments

tweak pin icon styles

move commenting activeChannel from localStorage to redux
2020-10-19 14:48:01 -04:00
Sean Yesmunt 8767d25cff v0.48.2 2020-10-16 12:16:14 -04:00
Sean Yesmunt 2b336ad385 v0.48.2-rc.4 2020-10-16 10:52:24 -04:00
Sean Yesmunt b3f1b7919c v0.48.2-rc.3 2020-10-16 10:29:30 -04:00
Sean Yesmunt 7ac27d7b37 bump electron-builder 2020-10-16 10:29:22 -04:00
Sean Yesmunt 65bb37a93a v0.48.2-rc.2 2020-10-16 00:07:55 -04:00
Sean Yesmunt cc94c4e01e v0.48.2-rc.1 2020-10-15 19:07:05 -04:00
Sean Yesmunt 75d21d41b8 v0.48.1 2020-10-14 13:13:41 -04:00
Sean Yesmunt f9c4348fd8 v0.48.1-rc.5 2020-10-14 11:35:35 -04:00
Sean Yesmunt cd5cf5941a v0.48.1-rc.4 2020-10-14 11:12:04 -04:00
Sean Yesmunt c1eb7d9621 v0.48.1-rc.3 2020-10-12 15:02:17 -04:00
Sean Yesmunt efb03d016b bump sdk to 0.83.0 2020-10-12 15:01:24 -04:00
Sean Yesmunt d808d91e72 v0.48.1-rc.2 2020-10-08 10:53:53 -04:00
dependabot[bot] d677468fe8 Bump electron from 9.0.1 to 9.3.1
Bumps [electron](https://github.com/electron/electron) from 9.0.1 to 9.3.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v9.0.1...v9.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 16:23:33 -04:00
Sean Yesmunt 72f5684b6f v0.48.1-rc.1 2020-10-07 10:15:38 -04:00
jessop e61f8551a3 upgrade electron
disable cors switch

electron version test

v8

wip

v9

bump

nativeImage

clean
2020-10-07 10:14:54 -04:00
Sean Yesmunt 489a4855e9 alignment with odysee branch 2020-10-05 13:56:43 -04:00