Sean Yesmunt
ae93a0d95d
Merge pull request #1587 from lbryio/css-fixes
...
CSS fixes
2018-06-14 16:33:38 -04:00
Sean Yesmunt
88b4a73fca
fix: upgrade modal flow
2018-06-14 12:08:13 -04:00
Sean Yesmunt
de9c736703
fix: stop calling claim_list_mine if no more pending publishes
2018-06-13 17:11:46 -04:00
Sean Yesmunt
961f1cf2fd
add no thumbnail fallback and make sure .zips aren't playable
2018-06-13 16:47:22 -04:00
Travis Eden
20dc820e06
refactor doInstallNew w/o dispatch; call directly
2018-06-13 14:36:26 -04:00
Thomas Zarebczan
3594228069
add operating system
...
lbrynet-cli version
{
"build": "rc",
"lbrynet_version": "0.20.0rc14",
"lbryschema_version": "0.0.16rc2",
"lbryum_version": "3.2.2rc1",
"os_release": "10",
"os_system": "Windows",
"platform": "Windows-10-10.0.17134",
"processor": "Intel64 Family 6 Model 158 Stepping 9, GenuineIntel",
"python_version": "2.7.15"
}
2018-06-13 14:36:26 -04:00
Travis Eden
61bddf3ea3
pass app version info to internal APIs
2018-06-13 14:36:26 -04:00
Sean Yesmunt
6e5edbdb34
clean up code and fix edit this claim button
2018-06-12 23:28:06 -04:00
Sean Yesmunt
a8d693d890
fix: double pending issue
2018-06-12 03:12:22 -04:00
Sean Yesmunt
a69a4e2852
fix: editing with no source
2018-06-12 01:11:17 -04:00
Sean Yesmunt
6c0e7bf8b9
Merge pull request #1562 from lbryio/reward-claim-silent-failure
...
fix reward error notification
2018-06-10 21:49:54 -04:00
Amit Nandan P
c6684054d5
Merge branch 'master' into master
2018-06-08 00:09:48 -05:00
Sean Yesmunt
0f5bc874bc
Merge branch 'master' into select-thumbnail
2018-06-08 00:32:12 -04:00
Sean Yesmunt
3e283f3c73
cleanup thumbnail upload styling
2018-06-08 00:05:45 -04:00
Travis Eden
3d724a4bb7
implement failSilently option in doClaimRewardType and set true in doClaimEligiblePurchaseRewards
2018-06-07 10:43:50 -04:00
Amit Nandan P
5ffc3ab52c
Merge branch 'master' of https://github.com/amitnndn/lbry-app
2018-06-06 20:53:16 -05:00
Amit Nandan P
8c343b16e3
#1492 Adding support to resend verification email
2018-06-06 20:47:49 -05:00
Thomas Zarebczan
e0557e0674
Fix issue 1494 - uri and outpoint to API
...
This will send the same unique URI for all claims, regardless of what URI the user navigated to. Also fix sending of outpoint (was passed as output, which was blank, previously)
2018-06-05 13:22:32 -04:00
Travis Eden
9957be18bf
re-fix error message
2018-06-04 15:55:00 -04:00
Travis Eden
1846b40b2d
fix error messages
2018-06-04 15:55:00 -04:00
Travis Eden
8def65f1d8
rename uploadStatus -> uploadThumbnailStatus; call doResetThumbnailStatus on componentWillMount
2018-06-04 15:44:01 -04:00
Travis Eden
1a30e185bd
add doResetThumbnailStatus and doUploadThumbnail actions
2018-06-04 15:42:02 -04:00
Travis Eden
9c235861fe
add uploadStatus to PublishForm
2018-06-04 15:38:43 -04:00
Travis Eden
4d6d1f2e95
re-fix error message
2018-06-04 15:36:17 -04:00
Travis Eden
0f31367e26
fix error messages
2018-06-04 15:36:17 -04:00
Travis Eden
85e8c78ee5
proper naming; set thumbnail='' and nsfw=false
2018-06-04 15:35:45 -04:00
Travis Eden
75b540635b
rename uploadStatus -> uploadThumbnailStatus; call doResetThumbnailStatus on componentWillMount
2018-06-04 15:34:15 -04:00
Travis Eden
9a658d41a8
add doResetThumbnailStatus and doUploadThumbnail actions
2018-06-04 15:31:19 -04:00
Travis Eden
e32a597c38
add uploadStatus to PublishForm
2018-06-04 15:27:55 -04:00
Sean Yesmunt
f669714553
fix: edit with no file change
2018-06-01 13:56:00 -04:00
Baltazar Gomez
bb9e4e218d
Merge branch 'master' into md-fix
2018-06-01 11:32:05 -06:00
Travis Eden
cb85b633f7
use splice to remove reward; force update in newState data
2018-05-30 12:09:01 -04:00
btzr-io
f3fff5667c
update changelog
2018-05-29 21:18:41 -06:00
Travis Eden
ef3ea8c319
Refactor unclaimed rewards as array to keep order from api.lbry.io. Display reward notification message through snackbar with fallback for rewards without a message.
2018-05-29 14:44:34 -04:00
Sean Yesmunt
ea4c7d9d15
Merge pull request #1481 from lbryio/publish-by-channel-id
...
Publish by channel_id
2018-05-25 11:05:55 -04:00
Sean Yesmunt
b5d8b57043
set default route back to /discover
2018-05-25 10:44:48 -04:00
Sean Yesmunt
ddb3106185
Merge pull request #1267 from daovist/explore-channels
...
Support channel definitions from /file/list_homepage
2018-05-24 16:15:03 -04:00
Sean Yesmunt
938a8e1b7e
allow channels on Discover page
2018-05-24 16:11:13 -04:00
Travis Eden
bd3936fc2b
publish by channel_id rather than channel_name
2018-05-24 08:56:33 -04:00
Sean Yesmunt
f54a24309e
fix: use short form uri when preparingEdit so users know they are editing
2018-05-23 00:35:34 -04:00
Sean Yesmunt
c806d10f1e
fix incompatible daemon modal
2018-05-16 14:04:08 -04:00
Sean Yesmunt
492b1601f6
feature: use internal-apis for subscriptions and add page loader
...
update subscription types
update changelog
Simplify subscriptions sync logic
add claim type
use let over const
change spinner color based on theme
clean up subscriptions
2018-05-15 11:16:14 -04:00
Travis Eden
bf8518d04c
Autoplay: start playing/downloading video/audio/image in video component. Adds on/off checkbox on settings and file pages. Adds CHECK_SIMPLE icon (w/o circle).
...
add changelog entry
2018-05-11 10:47:08 -04:00
Daniel Dominguez
d64a9fc01a
Properly open modals by using notifications.
2018-05-08 19:26:34 -03:00
Daniel Dominguez
16c09a9ddd
Move modals types constants to lbry-redux repository.
...
- Remove useless file modal types as is not referenced anymore in this repository.
- Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
seanyesmunt
a92535f9f8
fix typo
2018-04-24 01:29:16 -04:00
Sean Yesmunt
ca4a51c4b9
remove edits from pending publishes and update modal style
2018-04-23 21:15:15 -04:00
Sean Yesmunt
c684f56dd8
remove: selectCurrentModal
2018-04-23 14:02:06 -04:00
Sean Yesmunt
94fca29323
fix: error modal handling
2018-04-23 01:04:11 -04:00
Sean Yesmunt
c702a89454
move app modal actions to doNotify type
2018-04-19 15:03:28 -04:00
Sean Yesmunt
84dc9f45bc
doShowSnackBar => doNotify
2018-04-19 14:49:47 -04:00
Sean Yesmunt
25c6ef54e1
doOpenModal => doNotify
2018-04-19 12:51:18 -04:00
Sean Yesmunt
c097c15312
fix lbry-redux imports and lint fixes
2018-04-18 00:22:42 -04:00
Sean Yesmunt
eaa11679e7
update: move to lbry-redux
2018-04-18 00:13:00 -04:00
Thomas Zarebczan
fae65729de
update snackbar message for tips
2018-04-18 00:05:44 -04:00
Sean Yesmunt
05e6fbed12
fix: don't show two pending publish cards for edit publishes
2018-04-06 02:00:36 -04:00
Sean Yesmunt
ae5858d656
fix: downloads search
2018-04-05 17:30:18 -04:00
Sean Yesmunt
0b4d9d25d5
change source to sources for more clarity
2018-04-04 13:18:52 -04:00
Sean Yesmunt
5489d99099
fix: multiple pending publishes when editing
2018-04-04 12:08:27 -04:00
Sean Yesmunt
402bba5835
fix: allow metadata only edits
2018-04-03 20:59:31 -04:00
Sean Yesmunt
31e00c9353
fix: allow editing free claims
2018-04-03 00:21:33 -04:00
Sean Yesmunt
d56d3f31d5
fix: search downloads
2018-04-02 23:41:23 -04:00
Sean Yesmunt
3edd660f77
implement app redesign
2018-03-26 14:32:43 -07:00
Liam Cardenas
f97f8d35ca
Revert "Authenticate early"
2018-03-26 10:26:02 -07:00
Liam Cardenas
9a0898e88d
Merge pull request #1181 from lbryio/move-auth2
...
Authenticate early
2018-03-26 01:23:47 -07:00
liamcardenas
d1bb7a9c2a
Authenticate as early as possible
2018-03-26 01:12:02 -07:00
liamcardenas
2251fe5832
Notify after download, badges and fix error
2018-03-26 00:31:52 -07:00
Igor Gassmann
0c6d4b59c0
Revert "fix: __static path not resolving on development environment ( #1165 )"
...
This reverts commit 4b41c6335d
.
2018-03-22 14:52:07 -04:00
Baltazar Gomez
fcdb935687
fix: exporting issues ( #1163 )
2018-03-22 11:43:35 -04:00
Igor Gassmann
4b41c6335d
fix: __static path not resolving on development environment ( #1165 )
...
This fixes https://github.com/electron-userland/electron-webpack/issues/52
2018-03-22 10:53:24 -04:00
Thomas Zarebczan
bf3ed1f28e
Include updated channels in results
...
Channels may be updated with new bids and will appear as "update" in channel_list. This would also occur if claims were sent from one user to another (i.e. us transferring a channel to a youtuber).
2018-03-19 18:48:22 -04:00
liamcardenas
f2f316968b
Fixed formatting issues
2018-03-16 11:26:44 -07:00
liamcardenas
74bab48749
Added api sub logging, sub modal, and immediate download initiation
2018-03-16 11:22:19 -07:00
Igor Gassmann
7f7f09c206
fix: daemon not killed when migrating app architecture ( #1109 )
...
Add an option to kill running daemon when it's incompatible with the app version.
2018-03-15 19:04:15 -04:00
Liam Cardenas
8240e70fb1
Merge pull request #1104 from lbryio/improve-subscription-notifications
...
Improve subscription notifications
2018-03-15 01:37:39 -07:00
liamcardenas
d8cd9497cc
Format changes with prettier
2018-03-15 01:35:47 -07:00
liamcardenas
7828753d49
Fix recurring download problem, notification error and consolidate actions
2018-03-15 01:34:22 -07:00
Igor Gassmann
40ab6e1b38
chore: change building target to .deb for Linux ( #1103 )
...
It was decided to rollback to Debian builds for Linux due to how inconvenient it is to launch an AppImage build.
2018-03-14 20:22:54 -04:00
Liam Cardenas
15b792211c
Update subscriptions.js
2018-03-11 22:34:16 -07:00
liamcardenas
fa91f3cea5
Fix abandon claim issue
2018-03-08 23:10:37 -08:00
liamcardenas
0c833a727e
Formatted whole app
2018-03-08 23:06:15 -08:00
liamcardenas
1cb122c839
Fix claim name undefined in buildURI bug
2018-03-08 17:56:48 -08:00
liamcardenas
cbe05c3bcc
Merge branch 'master' into daemon19
2018-03-08 10:20:28 -08:00
Liam Cardenas
183c4be58b
Merge pull request #1074 from lbryio/improve-privacy
...
Improve privacy
2018-03-07 21:24:29 -08:00
liamcardenas
06c7572c8e
Fixed formatting issues
2018-03-07 21:07:42 -08:00
liamcardenas
ac0980f75d
Merge branch 'master' into subscribe-notify
2018-03-07 20:39:57 -08:00
liamcardenas
a8ce782894
Do not log to api when dianostic sharing is off
2018-03-07 19:56:58 -08:00
Igor Gassmann
b9f4d7b307
chore: migrate to AppImage and update publish workflow ( #1010 )
...
The app now uses AppImage instead of .deb files for Linux. Thanks to this change, the app supports now auto-updates on Linux too.
The publishing workflow has been updated. It uses now the publishing mechanisms offered by electron-builder.
2018-03-07 18:03:45 -05:00
liamcardenas
3f8f25dc43
let --> const
2018-03-07 11:41:14 -08:00
liamcardenas
1e1c494367
Re-ran prettier
2018-03-07 11:19:45 -08:00
liamcardenas
6e293fd04b
Fixed weird issue with flow throwing fallacious error
2018-03-06 01:37:53 -08:00
liamcardenas
98c9dfb68e
Formatted code with prettier
2018-03-06 00:36:04 -08:00
liamcardenas
2c6f2d52bf
Fix issues with viewing most recent and uninitiated latest videos
2018-03-06 00:32:58 -08:00
liamcardenas
c3dd7f3449
Added notifications and downloading upon detecting to subscription items
2018-03-05 23:44:36 -08:00
liamcardenas
7296800ce0
Add most recent latest video to subscription state
2018-03-05 16:28:11 -08:00
Baltazar Gomez
3505e439b8
Merge branch 'master' into export-csv
2018-02-27 19:18:39 -07:00
Thomas Zarebczan
5183587445
Fix night mode start time
...
21:00 = 9PM
2018-02-26 20:22:25 -05:00
btzr-io
f29a947c09
create component FileExporter
2018-02-23 17:24:00 -07:00
Liam Cardenas
3863c517fd
Upgrade daemon to 0.19.0rc35
2018-02-20 21:41:30 -08:00
Liam Cardenas
c765ebd28f
Diagnostic checkbox analytics integration
2018-02-16 01:16:50 -08:00
Liam Cardenas
a81924626d
Revamped analytics
2018-02-16 00:47:52 -08:00
Liam Cardenas
bc818f5383
Fix dark mode bug -- no longer always night
2018-01-29 15:19:46 -08:00
Liam Cardenas
fa68ffee59
Patch phone verification for more informative error messages
2018-01-27 16:25:22 -08:00
Alex Liebowitz
e98231fed3
Don't show auto-update dialog after decline on Win/Mac
2018-01-24 17:37:50 -05:00
alexliebowitz
f302a0f92a
Merge branch 'master' into auto-update
2018-01-23 19:59:57 -05:00
Alex Liebowitz
483809be1b
Merge remote-tracking branch 'origin/master' into auto-update
2018-01-23 10:35:15 -05:00
Liam Cardenas
f47108c4c0
Merge pull request #946 from lbryio/twilio
...
Phone verification
2018-01-22 15:49:35 -08:00
Liam Cardenas
ca9f67b240
Added reset button on phone verification
2018-01-22 15:26:34 -08:00
Liam Cardenas
bdc49691f0
Remove unused reducers and action types
2018-01-22 14:06:07 -08:00
Liam Cardenas
c975454501
Merge pull request #957 from lbryio/issue/952
...
Refactor lbryuri.js into separate named exports
2018-01-22 10:25:03 -08:00
Liam Cardenas
f67e12003f
Merge pull request #950 from Arrowana/automatic_dark_mode
...
Automatic dark mode
2018-01-22 10:16:36 -08:00
Arrowana
a5dce3e77a
isNight() to arrow function and update isNight every 10 minutes, default to false
2018-01-20 08:37:22 +11:00
Igor Gassmann
1da4d05986
Refactor lbryuri.js into separate named exports
2018-01-19 12:12:28 -03:00
Liam Cardenas
a34a61bce8
Add custom country code
2018-01-17 21:09:08 -08:00
Liam Cardenas
faa2753e35
Change to updated urls for phone verification
2018-01-17 18:22:52 -08:00
Alex Liebowitz
853bf2cfe7
Make video pause when you hit the "Upgrade Now" button on Mac/Win
2018-01-17 07:10:45 -05:00
Alex Liebowitz
863f7dc23b
Make new dialogs behave correctly when video is playing
2018-01-17 06:10:11 -05:00
Alex Liebowitz
f244f9035b
Add back "Upgrade App" button on Mac/Win with different dialog on click
2018-01-17 06:09:02 -05:00
Arrowana
6f77106ffa
is night interval to 60 seconds and shorten label message
2018-01-17 20:55:25 +11:00
Liam Cardenas
fa7d265cc0
Add error messages in phone verification modal
2018-01-15 06:30:10 -08:00
Liam Cardenas
4409315353
Added phone verification functionality
2018-01-15 05:32:01 -08:00
Arrowana
4795901e12
improve and clean
2018-01-15 20:09:40 +11:00
Arrowana
8eb7f58988
add basic feature
2018-01-14 20:14:15 +11:00
Alex Liebowitz
b08d96da1e
Add alert before close after update is declined on Windows
2018-01-12 00:30:23 -05:00
Alex Liebowitz
3957bf2afc
Finish core UI for auto update
2018-01-12 00:30:23 -05:00
Alex Liebowitz
24ced8ede7
More core UI for auto-update
...
We keep the old dialog flow on Linux, and on Windows and Mac we show a
single dialog when the file is downloaded.
2018-01-12 00:30:23 -05:00
Liam Cardenas
b9b7af2bbd
Renamed userEmail... to userField...
2018-01-10 22:16:03 -08:00
Sean Yesmunt
2b9561f0c0
Revert "Redesign groundwork, homepage, search"
2018-01-08 17:15:44 -08:00
Sean Yesmunt
c93f459113
update search action names to proper naming conventions
2018-01-08 13:10:15 -08:00
Sean Yesmunt
92482ee916
cleanup
2018-01-08 13:10:14 -08:00
Sean Yesmunt
7d492ae1fc
Redesign groundwork (home/search)
2018-01-08 13:10:14 -08:00
Igor Gassmann
094c3b8a9f
Merge branch 'master' into issue/397
2018-01-08 00:51:34 -03:00
Travis Eden
7bc2f888f1
resolve merge conflicts
2018-01-05 18:57:24 -05:00
Travis Eden
504c5469e3
safely type params in position selector
2018-01-05 14:29:25 -05:00
Travis Eden
345badb049
store position by outpoint
2018-01-05 14:27:58 -05:00
Igor Gassmann
8203594989
Merge pull request #918 from lbryio/issue/917
...
Fix cannot send tip, transaction failed (#917 )
2018-01-02 18:40:40 -03:00
Igor Gassmann
0e77be0ab5
HOTFIX: Fix creation of channel
2018-01-02 16:54:57 -03:00
Igor Gassmann
4e97c105c4
Fix cannot send tip, transaction failed ( #917 )
2018-01-02 09:07:28 -03:00
Liam Cardenas
c894567eb9
Merge pull request #911 from lbryio/issue/763
...
Update documentation for DevTools and fix some ESLint warnings
2018-01-01 21:41:40 -08:00
Liam Cardenas
410996aa81
Disabled dependence on confirm email reward
2017-12-30 12:59:37 -08:00
Travis Eden
bfe5fe851a
remove logging
2017-12-29 15:45:32 -05:00
Travis Eden
a8988d9e05
remove video files; save video claimId rather than URI
2017-12-29 11:07:03 -05:00
Igor Gassmann
0a94082983
Convert anonymous functions to arrow functions
2017-12-27 20:48:11 -03:00
Igor Gassmann
f3c92acacf
Fix fetching daemon settings bug
2017-12-26 17:13:05 -03:00
Igor Gassmann
47bdc6cbef
Merge branch 'master' into issue/763
2017-12-26 10:26:15 -03:00
Liam Cardenas
5948124586
Added recaptcha compatibility
2017-12-22 18:09:06 -08:00
Travis Eden
11a5f9d1d5
use timeupdate instead of pause to update video state
2017-12-22 18:14:54 -05:00
Igor Gassmann
4cab8055ca
Merge origin/master into issue/763
2017-12-21 22:21:22 -03:00
Igor Gassmann
7cd25e777a
Pretty print and lint non-component sources
2017-12-21 18:00:33 -03:00
Travis Eden
6c4a4e593c
track and manage video state
2017-12-20 18:38:11 -05:00