Mathias Rasmussen
e71555e664
Fix type errors
2019-10-09 19:34:30 +02:00
Linus Unnebäck
ffb809bbca
Prefer const over let
2018-10-10 21:21:29 +02:00
Feross Aboukhadijeh
10b4450214
standard
2018-08-28 19:38:25 -07:00
Feross Aboukhadijeh
10f92c78eb
Merge pull request #1316 from webtorrent/bugfix-1314
...
Bugfix 1314
2018-04-26 16:16:55 -07:00
Feross Aboukhadijeh
474654fd16
standard
2018-02-18 15:49:46 -08:00
Alberto Miranda
b5e9923469
1314: Fixed issue with undefined torrents to resume when app starts.
2018-01-29 08:40:01 -03:00
Alberto Miranda
043f81996e
fixed styling issues; returning early in pauseActiveTorrents.
2017-03-14 19:50:49 -03:00
Alberto Miranda
96e7e83e20
Merge branch 'master' into playback-priority
...
# Conflicts:
# src/renderer/controllers/playback-controller.js
# src/renderer/controllers/torrent-list-controller.js
# src/renderer/main.js
2017-03-14 19:43:57 -03:00
Feross Aboukhadijeh
c764bf4884
fixes for standard v10
2017-03-01 23:08:29 -08:00
Karan Thakkar
ed0f05abc4
Pause All will now pause seeding torrents too
2016-10-24 13:33:38 -05:00
Karan Thakkar
0c44e10ca7
Move sound.play outisde the for loop
2016-10-24 13:33:38 -05:00
Karan Thakkar
d8c9014471
Add a new Transfers menu to allow pause all and resume all torrents
2016-10-24 13:33:38 -05:00
Feross Aboukhadijeh
7cf1d96a80
Fixes for PR #1050
2016-10-18 12:49:09 +01:00
Adam Gotlib
ffd9fbda57
Disallow saving torrent file until it is generated
...
Fixes #1031 .
2016-10-18 12:46:33 +01:00
Mathias Rasmussen
f1aa1bdd59
go back to list on path missing error
2016-10-02 19:00:28 -07:00
Feross Aboukhadijeh
a38b5220ac
Trim extra spaces off pasted magnet links
...
Before this change, using the "Open Torrent Address" dialog to paste a
magnet link would fail with leading or trailing spaces.
Pasting on the torrent list page has always trimmed. So this PR just
makes it consistent.
2016-10-02 18:58:44 -07:00
Feross Aboukhadijeh
428a07101a
style: fix inconsistent naming
...
We don't use "ID" anywhere else in the codebase.
2016-10-02 18:58:44 -07:00
Feross Aboukhadijeh
7c158e9f2c
Rename events to be consistent
...
- Make State.save() always throttle calls -- since that's the common
case.
- Immediate saves are now the exception, with State.saveImmediate().
- The function is called State.save(), so the dispatch event should be
'stateSave'.
2016-09-22 14:25:57 -07:00
Feross Aboukhadijeh
1e05487acd
state: Use dispatch instead of direct call
2016-09-21 11:48:23 -07:00
DC
75a4655a0f
Integration test: create torrents
2016-09-17 20:35:52 -07:00
Adam Gotlib
d331bae548
Move error definitions to errors.js ( #898 )
2016-09-07 13:21:59 -07:00
DC
f2007be1b0
Fix selectFiles error, fixes #891
2016-09-04 14:56:17 -07:00
DC
3f6cc97a02
Style: no more var
2016-09-01 19:52:37 -07:00
DC
0bda5358bd
Style: extra linting
2016-09-01 19:41:50 -07:00
Mathias Rasmussen
9dcbc1b1f6
ensure that torrent file metadata is present ( #869 )
2016-09-01 15:54:37 -07:00
Alberto Miranda
e483263d70
removed logging
2016-08-27 03:36:28 -03:00
Alberto Miranda
bd41bd4db8
added highest playback priority feature; added highest playback priority checkbox on preferences.
2016-08-27 03:35:53 -03:00
Feross Aboukhadijeh
157226f75b
create torrent page progress
2016-08-23 03:51:05 -07:00
DC
6d4b8c3c26
Fix playback + download of default torrents
...
There was a terrible bug introduced in 0809e20a6e -- clicking play on any of the default torrents in a fresh install of the app would fail and result in a 'path missing' error.
This fixes the bug, and also adds a migration step to clean up resulting broken config files
2016-08-22 21:21:32 -07:00
DC
e872282221
Fix Delete Torrent + Data for newly added magnet links
...
Before, if you added a magnet link and then tried to delete the torrent plus data before the file list was loaded, it would fail and throw an uncaught error
Fixes #803
2016-08-22 00:58:23 -07:00
Feross Aboukhadijeh
d57bfb825a
Merge pull request #776 from feross/dc/missing-path
...
Check for missing download path
2016-08-15 01:10:05 +02:00
DC
0809e20a6e
Check path for each torrent
2016-08-13 22:37:14 -07:00
Feross Aboukhadijeh
45d46d7ae8
show title on 'create new torrent' page
2016-08-12 15:35:56 -07:00
DC
09d6fa550a
Handle Save Torrent File As... -> Cancel
2016-08-12 09:31:28 -07:00
DC
4d48b9e7c1
Fix screen stacking bug
...
You can no longer open a whole stack of Prefs windows, or Create Torrent windows
Simplifies and fixes behavior when dropping files onto the app or the dock icon. Before, you could use drag-drop to create stacks of Create Torrent windows. Now, you can only create torrents from the home screen.
Fixes #665
2016-08-12 09:03:32 -07:00
Feross Aboukhadijeh
563e1ca0ba
Support for instant.io links does not belong in webtorrent core
2016-08-11 00:20:07 -07:00
DC
2a1e987d42
Switch from virtualdom to React
2016-07-22 13:06:55 -07:00