Franco Montenegro
f46d0084eb
Properly handle auto download on/off.
2022-07-06 18:15:24 -03:00
Franco Montenegro
063fd8fe0a
Handle error case for auto updater.
2022-07-06 18:15:21 -03:00
Franco Montenegro
207a1ad88c
Small fix for allowPrerelease prop in autoUpdater.
2022-07-06 18:15:20 -03:00
Franco Montenegro
55b20a8778
Prevent .deb packages from being opened with archive manager.
2022-07-06 18:15:15 -03:00
jessopb
2be96a25b1
Disk space ipc fixes ( #7610 )
...
* delay get-disk-space until daemon ready
* get fresh diskspace when storage viz renders
2022-06-10 12:42:49 -04:00
Franco Montenegro
1f8c9fd24d
Display release notes and version for Linux installations using .deb packages.
2022-03-04 10:58:19 -05:00
zeppi
04a6c735ac
finish view data hosting
2022-02-25 17:52:35 -05:00
zeppi
bf87ac08db
reverts electron updates testing
2022-02-23 12:36:55 -05:00
Franco Montenegro
080eee7d92
Display release changes from release notes instead of using GitHub's API.
2022-02-22 13:14:17 -05:00
Franco Montenegro
e1ecf87df7
Better way of handling autoUpdate and listen for update available event to display update nag.
2022-02-22 13:14:17 -05:00
Franco Montenegro
48c5f58a8e
Multiple fixes in auto updates.
...
- Add "disable auto updates" setting (prevents downloading updates in the background but will still notify if there are newer versions)
- Prevent downloading multiple times the same update
- Hide nag when auto update modal is displayed
2022-02-22 13:14:17 -05:00
jessopb
22a302f528
mostly remove is_web ( #7408 )
2022-01-07 14:02:33 -05:00
jessopb
a1f4a7f8ec
Electron 15 ( #7384 )
...
* upgrade electron to 15
* linter
* change electron-cookies to modded version for electron >=10
* electron-cookies version fix
2022-01-02 15:33:11 -05:00
jessopb
6d04ff6e32
Revert "upgrade electron to 15 ( #7363 )" ( #7383 )
...
This reverts commit 08c47a57f1
.
2021-12-31 14:49:45 -05:00
jessopb
08c47a57f1
upgrade electron to 15 ( #7363 )
...
* upgrade electron to 15
* linter
2021-12-31 12:53:07 -05:00
jessopb
a0917908bb
add feature to enable experimental upgrades ( #7353 )
2021-12-15 15:58:47 -05:00
zeppi
eaf3826df8
update electron version to 11, some changes to app update
2021-11-27 10:18:56 -05:00
zeppi
3a77c7507b
cut SIMPLE_SITE
2021-10-20 17:05:37 -04:00
zeppi
ee9f63a161
integrate all the things
...
bugfix
wip
flow
fix
cleaning
clean
2021-10-15 23:49:41 -04:00
zeppi
9c5c566e3a
bugfix
2021-07-29 12:58:25 -04:00
zeppi
ba1f7e67e4
more
2021-07-29 12:58:25 -04:00
zeppi
e2877cf505
alt publish api
2021-07-29 12:58:25 -04:00
zeppi
c4639934d1
better...
2021-07-29 11:28:19 -04:00
zeppi
e09199d331
stylesRecon
2021-07-29 11:28:19 -04:00
infinite-persistence
aaffd3b089
CodeSplit: Load 3rd-party css before ours.
...
A temporary solution until we code-split css.
2021-06-25 16:00:45 +08:00
Franco Montenegro
b43593a996
When a new reward is acquired, only close modals if the reward comes from reward_code
2021-01-08 08:16:41 -07:00
Sean Yesmunt
19fb7d7f06
new layout 🕺
2020-09-29 17:12:32 -04:00
jessop
6c4842a111
sync changes
2020-09-10 14:20:02 -04:00
Mark Beamer Jr
6485e1af82
Add lbry apis to config
2020-09-03 12:58:29 -04:00
Sean Yesmunt
36067417f5
Revert "move click listener to app only for external links"
...
This reverts commit b58c9709e2
.
2020-08-18 12:53:07 -04:00
Sean Yesmunt
b58c9709e2
move click listener to app only for external links
2020-08-18 09:25:36 -04:00
Sean Yesmunt
0df388280e
add search code from lbry-redux
2020-07-27 16:37:36 -04:00
infiinte-persistence
bc19503419
Allow zooming on Desktop
...
## Issue
Closes 4501 `Font size`
## New behavior
The Desktop app can now zoom the same way as browsers:
- Zoom In: "Ctrl+=" or "Ctrl+numpadPlus" or "Ctrl+WheelUp"
- Zoom Out: "Ctrl+-" or "Ctrl+numpadMinus" or "Ctrl+WheelDown"
- Zoom Reset: "Ctrl+0" or "Ctrl+numpad0"
## Code changes
(1) Electron provides this functionality through the `zoomIn|zoomOut|resetZoom` roles in the Menu, so it would have been a quick job.
However, given that Electron currently does not support having multiple accelerators for one item, we can't add `Ctrl+WheelUp` to the mix and would have to implement our own handler and use `webFrame`.
Given that we need to add code anyways, we handle both keyboard and mouse cases through the same handler, hence the existence of `zoomWindow.js`. It also provides the opportunity to few a few quirks with Electron's default implementation (e.g. stuck at both extremes)
(2) I recall there is another Issue for adding keyboard shortcuts. Given that these shortcuts are universally used in browsers, they are probably "reserved", so shouldn't clash with that task.
2020-07-14 16:08:24 -04:00
Sean Yesmunt
2066205b8f
add user + rewards redux code from lbryinc
2020-06-16 09:56:32 -04:00
Sean Yesmunt
7138fe54bc
bring in 'notifications' state from lbry-redux
2020-06-16 09:56:32 -04:00
Sean Yesmunt
16fcc4c932
only set x-lbry-auth-token once user is signed in
2020-06-02 16:10:43 -04:00
Sean Yesmunt
d301102af6
call preference get after entering wallet password
2020-05-29 15:29:08 -04:00
jessop
e3c2919373
rename lbrytv to web
...
language and API consts
improve customization
custom homepages
get config from .env.default
custom title and logo
small changes
add pinned item to sidebar
rebase?
2020-05-25 17:21:02 -04:00
Jeffrey Fisher
22da6fee69
Make embeds work without sesion or local storage
...
Closes #4017
2020-05-21 13:28:09 -04:00
Sean Yesmunt
c2abcf110c
Paid content on lbry.tv ( #4197 )
2020-05-21 11:38:28 -04:00
Sean Yesmunt
b3b403a058
fix deleted text file handling on desktop
2020-05-01 09:51:29 -04:00
Alex Grintsvayg
58d323fd97
update metrics url
2020-03-24 14:53:02 -04:00
Sean Yesmunt
4368eb4c5c
Revert "update metrics url"
...
This reverts commit ba1cdd3882
.
2020-03-24 14:33:09 -04:00
Alex Grintsvayg
ba1cdd3882
update metrics url
2020-03-24 14:15:26 -04:00
Alex Grintsvayg
1875c37ed3
send a few metrics to lbrytv api
2020-03-24 11:52:42 -04:00
Sean Yesmunt
0ca53b7e63
fix desktop login
2020-03-24 10:10:22 -04:00
Sean Yesmunt
d85a1dc67c
update name
2020-03-12 12:10:42 -04:00
Sean Yesmunt
878ad61fd1
update cookies to remove leading "." in domain value
2020-03-12 12:10:42 -04:00
Sean Yesmunt
49a6a8b8d9
don't call install/new, rewards, invite status, and referral code endpoints if user isn't sharing digonostics
2020-02-24 15:45:30 -05:00
jessop
af0a814a55
not sync redux defaults after clearing app data
2020-02-24 15:44:01 -05:00