Alex
ef4fc2d28d
feat: paste torrent address with right click ( #1989 )
...
* feat: paste torrent address with right click
* Change right click to directly pasting
2021-06-09 23:55:40 +02:00
Feross Aboukhadijeh
d12fd7768a
fix: Link to VLC using HTTPS ( #1987 )
...
May help with users who are man-in-the-middled and redirected to malicious websites.
See: https://github.com/webtorrent/webtorrent-desktop/issues/1908
2021-06-02 16:46:17 -07:00
Feross Aboukhadijeh
756480a69f
chore: Update to Electron 13; Bump all deps ( #1986 )
...
* chore: Update to Electron 12; Bump all deps
* Fixes for Electron 12
* chore: Update to Electron 13
2021-06-02 08:21:35 -07:00
Alberto Miranda
5f5e4e0ee2
Fix cannot set property 'enabled' of undefined ( #1938 )
2021-06-02 07:41:09 -07:00
Alex
e6a33fb53a
Merge pull request #1905 from getsnoopy/fix-units
...
Fix formatting of measurement units
2021-04-14 09:57:26 +02:00
BlueManCZ
f8d9567422
Change command
2021-01-31 22:21:13 +01:00
BlueManCZ
97b54744df
Update comment
2021-01-31 11:19:44 +01:00
BlueManCZ
4a974a1d3d
Look for libappindicator libraries instead of package
2021-01-31 11:12:18 +01:00
Varun Varada
d299704f57
Fix formatting of measurement units
...
There were some incorrectly formatted unit symbols and units names in
the app, so this commit fixes them per SI and ISO/IEC specifications.
2020-12-22 19:00:05 -06:00
Feross Aboukhadijeh
919af5bf15
Merge pull request #1217 from cezar-carneiro/show-progress-on-cast-screen
2020-11-26 01:44:32 +01:00
Feross Aboukhadijeh
464e63fd92
standard (Fixes for PR #1818 )
2020-11-22 16:12:04 -10:00
suraj rathod
0efb5fa7ad
Merge branch 'master' into master
2020-11-20 11:27:33 +05:30
Feross Aboukhadijeh
9e0d91f144
Disable background throttling
...
Reference: https://github.com/webtorrent/webtorrent-desktop/pull/1720#issuecomment-722011487
I actually think we want backgroundThrottling: false so our timers and intervals aren't throttled when the app is backgrounded.
2020-11-04 12:34:48 -10:00
Feross Aboukhadijeh
9e1721990d
bitfield@4
2020-11-03 13:03:40 -10:00
Feross Aboukhadijeh
a20f82cc61
standard
2020-10-29 11:30:07 -10:00
Feross Aboukhadijeh
630ed76b8c
standard
2020-10-28 09:52:07 -10:00
Feross Aboukhadijeh
7b06acb972
don't rely on deprecated return value from ReactDOM.render
2020-10-27 18:18:30 -10:00
Feross Aboukhadijeh
80b86b5693
standard
2020-10-21 13:50:42 -10:00
Julen Garcia Leunda
77877d4201
Merge pull request #1812 from dsernst/scrub-preview
...
Adds Youtube-style Scrubbing preview
2020-10-20 17:31:43 +02:00
Feross Aboukhadijeh
a7766e8d3f
fixes for capture-frame@4
2020-08-28 16:58:40 -07:00
Julen Garcia Leunda
bb55b3fab2
Add m2ts video container support
2020-08-12 23:06:14 +02:00
Julen Garcia Leunda
57d02aa316
Merge pull request #1850 from Hinara/patch-1
...
Fix #1807 (VLC does not start)
2020-07-31 17:11:07 +02:00
David Ernst
d3bfccaa6b
Check for type === video in clearPreview()
2020-07-30 19:10:14 -07:00
Julen Garcia Leunda
60b4365a76
Merge pull request #1840 from subins2000/fix-1839-no-keyevents-on-user-input
...
Fix #1839 : Prevent keypress events on user input elements
2020-07-30 18:31:22 +02:00
Julen Garcia Leunda
cb0ad73c80
Merge pull request #1754 from hicom150/fix_windows_installer
...
Fix windows installer event handler
2020-07-30 18:30:59 +02:00
Hinara
0edeaa4d58
Accept null value as playerPath
2020-07-30 15:06:26 +02:00
Hinara
f88d5426c9
Fix #1807
...
eb5a291c8b/src/renderer/lib/migrations.js (L219) cause external player to be a empty string instead of a null one
2020-07-25 02:39:09 +02:00
Borewit
1b7d4f09a9
Fix issue #1833 , only pass metadata. Prevent MetadataCollector (from music-metadata) is serialized.
2020-07-21 23:00:22 +02:00
Subin Siby
15cca44bd2
Fix #1839 : Prevent keypress events on user input elements
2020-07-17 18:47:23 +05:30
Feross Aboukhadijeh
48ad571a59
electron 10: re-enable remote module
...
Electron 10 disables the remote module by default. We've always tried to avoid using `remote` in WTD so there aren't many occurrances of it, but there are still a few places where we use it
2020-07-15 20:01:08 -07:00
Feross Aboukhadijeh
57a003d7c5
electron 10 crash reporter changes
...
Crash reporter doesn't need to be started in child processes, and in fact the functions are all deprecated. Instead start it from the main process, and the child processes will automatically be covered
Change of params to crashReporter.start() function
2020-07-15 19:44:34 -07:00
Feross Aboukhadijeh
a2539b15d5
Prep for 0.22.0 release
...
Supercedes: https://github.com/webtorrent/webtorrent-desktop/pull/1730
Thanks @hicom150 :)
2020-07-15 15:39:39 -07:00
Feross Aboukhadijeh
27bbdcc465
fixes for Electron 9
2020-07-15 14:35:03 -07:00
Feross Aboukhadijeh
06ce97bf6c
Remove mkdirp
...
Fixes: https://github.com/webtorrent/webtorrent-desktop/issues/1831
2020-07-15 14:03:27 -07:00
SurajRathod
583cecc661
selective import
2020-06-06 17:46:30 +05:30
David Ernst
c4b318bd5f
Clean up code and add better comments
2020-05-02 11:40:00 -07:00
David Ernst
d55acf9c12
Fix 'extra-lint' errors
2020-05-01 22:41:19 -07:00
David Ernst
24bc40c95e
Fix preview border rendering
2020-05-01 22:06:05 -07:00
David Ernst
0716444be5
Working video scrubbing preview
2020-05-01 21:57:42 -07:00
David Ernst
85c0e99e16
Only show previews for video
2020-05-01 21:05:29 -07:00
David Ernst
0b57961ff7
Basic placeholder UI for scrubbing preview
2020-05-01 19:43:47 -07:00
Linus Unnebäck
81b3d64f42
Use object shorthand for properties
2020-04-26 15:14:36 +01:00
Borewit
7fd028e5fa
Merge pull request #1787 from dsernst/dynamic-copyright-year
...
Automatically keep the copyright year up-to-date
2020-02-09 14:15:31 +01:00
David Ernst
74f1be5452
Remove unnecessary parentheses
2020-02-08 12:37:48 -08:00
David Ernst
8eb2fb8d5d
Automatically keep the copyright year up-to-date
2020-02-05 16:15:17 -08:00
David Ernst
58de27c484
Merge branch 'master' into feature/sort-file-alphanumerically-1185
2020-02-05 09:22:51 -08:00
David Ernst
185f5ec30b
Remove unnecessary natsort dep
2020-02-05 09:17:58 -08:00
Borewit
38aef81476
Add additional audio file extensions: MPEG-Layer-2, Musepack, Matroska audio, WavePack
2020-01-08 19:58:48 +01:00
Borewit
9dc3bb4f03
Pass FileInfo into music-metadata.parseStream() according API v6.
...
Update metadata if music-metadata parse method resolves.
2020-01-06 12:01:38 +01:00
Julen Garcia Leunda
e341367583
Merge pull request #1239 from SharonGrossman/feat/remove-all-torrents
...
feat(delete-all-torrents): added remove all torrents capability to the Transfers menu
2020-01-05 16:29:01 +01:00