Mathias Rasmussen
e71555e664
Fix type errors
2019-10-09 19:34:30 +02:00
Carey Metcalfe
8fc7150559
Report when files are being verified
...
When starting a torrent that is partially-downloaded, WebTorrent will
now report "Verifying" as it verifies the existing data on disk.
Fixes #1586
2019-10-03 02:22:12 -04:00
Carey Metcalfe
8ee27b8ef4
Floor individual file percentages for display
...
Fixes #1713
2019-09-26 20:49:17 -04:00
Feross Aboukhadijeh
b9bcf747de
Set default externalPlayerPath ( #1702 )
...
Set default externalPlayerPath
2019-09-19 12:58:42 -07:00
Pieter Goetschalckx
f5ab39be8e
Migrate config file
2019-09-19 15:22:49 +02:00
Mathias Rasmussen
d15f40b22d
handle null paths
2019-09-18 19:41:26 +02:00
Pieter Goetschalckx
1befac8d0e
Set default externalPlayerPath
2019-09-18 13:34:39 +02:00
Feross Aboukhadijeh
e72005e239
Remove cp-file, use copyFileSync instead
2019-09-14 16:32:38 -07:00
Feross Aboukhadijeh
7eda218e82
Store magnet URI once torrent has been parsed ( #1686 )
...
Store magnet URI once torrent has been parsed
2019-09-11 19:44:06 -07:00
Julen Garcia Leunda
40005351b5
Merge branch 'master' into replace_nobin_debian_installer
2019-09-10 23:05:39 +02:00
Feross Aboukhadijeh
4a10a2dfd1
Merge pull request #1679 from webtorrent/then
...
Use promise then() instead of catch() with callbacks
2019-09-10 11:05:12 -07:00
Chandan Chowdary Bhagam
b8b1ddc138
Added 'Release notes' and 'follow on twitter' options in help
2019-09-10 09:17:28 +00:00
Julen Garcia Leunda
aff402f6e0
Replace nobin-debian-installer
2019-09-09 22:52:26 +02:00
Daniele Debernardi
a39691fdad
Auto populate 'Magnet Link' field with the address from clipboard
...
Co-authored-by: Jon Koops <jonkoops@gmail.com >
2019-09-09 21:41:07 +02:00
Feross Aboukhadijeh
dd13de5f65
Use promise then() instead of catch() with callbacks
...
Addresses my review here: https://github.com/webtorrent/webtorrent-desktop/pull/1419#pullrequestreview-285182318
2019-09-07 11:13:26 -07:00
Feross Aboukhadijeh
744e720c3b
Ignore play() when called before init()
...
If an error occurs during startup, then it's possible that we'll try to call sound.play('ERROR') in the error handler, which will throw an exception. Instead, just don't play sounds in this case.
2019-09-05 23:59:32 -07:00
Feross Aboukhadijeh
fe297d4c56
Fixes for PR #1654
2019-09-05 21:42:12 -07:00
Feross Aboukhadijeh
b16971491f
Merge branch 'master' of https://github.com/jimmywarting/webtorrent-desktop into jimmywarting
2019-09-05 21:39:19 -07:00
Mathias Rasmussen
f34a79df36
path-selector: display path instead of name
2019-08-17 22:23:05 +02:00
Mathias Rasmussen
f231c54886
clean up preferences-page
2019-08-17 22:23:05 +02:00
Jimmy Wärting
56f0826928
remove zero fill at the final place
...
supersede #1583
2019-08-16 22:27:37 +02:00
Feross Aboukhadijeh
caceeee238
Merge pull request #1583 from jimmywarting/patch-1
...
Removed zero-fill
2019-08-16 11:49:38 -07:00
Feross Aboukhadijeh
afd3b84b40
Fixes for PR #1648
2019-08-15 13:10:39 -07:00
Feross Aboukhadijeh
4b927832c2
Merge pull request #1648 from hicom150/pass_title_metadata
...
Pass title metadata in media url
2019-08-15 13:08:59 -07:00
hicom150
097fa9cc7c
Add file name to state
2019-08-15 12:06:22 +02:00
Feross Aboukhadijeh
6f1a94359f
standard
2019-08-14 17:52:55 -07:00
Feross Aboukhadijeh
44e2f366ce
standard
2019-08-14 17:09:07 -07:00
Feross Aboukhadijeh
cf6b46364c
standard
2019-08-14 17:07:33 -07:00
Feross Aboukhadijeh
85c6816c23
standard
2019-08-14 16:29:25 -07:00
Feross Aboukhadijeh
0c1d7d6e0f
standard
2019-08-14 16:21:14 -07:00
Feross Aboukhadijeh
3f073e083e
standard
2019-08-14 16:13:07 -07:00
Feross Aboukhadijeh
c61234dd4c
standard
2019-08-13 20:32:42 -07:00
hicom150
c29deab728
Pass title metadata in media url
2019-08-13 23:53:37 +02:00
Feross Aboukhadijeh
3a4ba6af37
Merge pull request #1641 from webtorrent/electron-6
...
Update to Electron 6
2019-08-13 13:05:56 -07:00
hicom150
a37f00bc10
Fix uninstall handlers in Linux
2019-08-12 10:29:30 +02:00
Feross Aboukhadijeh
925d495b62
remove stray console.log
2019-08-09 15:04:07 -07:00
Feross Aboukhadijeh
0359451498
Update to Electron 6
2019-08-09 15:03:06 -07:00
Feross Aboukhadijeh
6cd8af91be
Update to Electron 5
2019-08-07 10:24:31 -07:00
Feross Aboukhadijeh
b1da72fde8
Merge pull request #1603 from refreex/original
...
Changed function name handlesoundNotificationsChange for handleSoundNotificationsChange
2019-08-04 09:37:47 -07:00
Mathias Rasmussen
da829e0d69
resolve package-lock conflicts
2019-08-04 18:08:47 +02:00
Borewit
4c2381db26
Merge pull request #1590 from webtorrent/update-electron
...
Update to electron 4; it may not be perfect, but we have to move on
2019-07-30 21:44:22 +02:00
Feross Aboukhadijeh
91400ae31c
standard
2019-07-27 18:33:46 -07:00
Feross Aboukhadijeh
c8f1e23b1a
standard
2019-07-27 16:27:52 -07:00
Borewit
188f1cac8f
Merge branch 'master' into update-electron
...
# Conflicts:
# package-lock.json
# package.json
2019-07-21 10:44:11 +02:00
Borewit
b216929dc4
Comply with max 100 chars per line lint rule.
2019-07-21 10:37:16 +02:00
Borewit
08008bb25c
#1590 Improve single-instance start-up logic, remove duplicate code.
2019-07-21 10:19:36 +02:00
Feross Aboukhadijeh
0471d141c4
standard
2019-07-05 15:06:27 -07:00
Feross Aboukhadijeh
9ed3533225
standard
2019-07-05 14:26:38 -07:00
Borewit
0aaeea4d3c
Update music-metadata to version ^4.1.1 and adapt to API changes
2019-06-18 20:40:59 +02:00
Borewit
f59a54782a
Fix processing arguments from second instance
2019-06-17 21:05:37 +02:00