Drew DeVault
|
96cf74af80
|
Fix stupid date logic
|
2018-02-26 13:43:08 -05:00 |
|
Drew DeVault
|
d15c787469
|
Merge pull request #33 from Luminarys/master
Improve reducing and rendering performance
|
2018-02-26 08:25:21 -05:00 |
|
Luminarys
|
5dc1bb5ac9
|
Improve reducing and rendering performance
|
2018-02-26 01:53:55 -08:00 |
|
Drew DeVault
|
82e607d3ed
|
Merge pull request #32 from Luminarys/master
Implement shouldComponentUpdate for torrent table
|
2018-02-25 19:21:59 -05:00 |
|
Luminarys
|
7f8a2f6d85
|
Implement shouldComponentUpdate for torrent table
|
2018-02-25 16:18:39 -08:00 |
|
Drew DeVault
|
a508531289
|
Merge pull request #30 from Luminarys/master
Use token parameter for file downloads
|
2018-02-18 17:19:17 -05:00 |
|
Luminarys
|
333aaa6116
|
Use token parameter for file downloads
|
2018-02-18 14:17:27 -08:00 |
|
Drew DeVault
|
ff86be7276
|
Add search help page
|
2018-02-10 21:19:03 -05:00 |
|
Drew DeVault
|
85f9b76176
|
Add disk space usage info
|
2018-02-07 21:05:38 -05:00 |
|
Drew DeVault
|
653e31ca25
|
Merge pull request #27 from Luminarys/master
Use download_token for file dl links
|
2018-02-01 08:16:33 -05:00 |
|
Luminarys
|
6e059bf7c5
|
Use download_token for file dl links
|
2018-01-31 21:23:52 -08:00 |
|
Drew DeVault
|
3de379d742
|
Merge pull request #26 from Luminarys/master
Display upload and download for infinite ratio
|
2018-01-17 00:20:11 -05:00 |
|
Luminarys
|
32c81e251f
|
Display upload and download for infinite ratio
|
2018-01-16 21:17:05 -08:00 |
|
Drew DeVault
|
1be9102388
|
Fix typo
|
2018-01-02 17:11:23 -05:00 |
|
Drew DeVault
|
8d2edbe6fd
|
Further improvements to torrent table
|
2018-01-02 17:05:50 -05:00 |
|
Drew DeVault
|
ca73d5f520
|
More finely control the width of the torrent table
|
2018-01-02 16:57:32 -05:00 |
|
Drew DeVault
|
c0d5c49283
|
Improve routing edge cases
|
2017-12-30 14:00:42 -05:00 |
|
Drew DeVault
|
6d509a4f29
|
Flesh out filtering
|
2017-12-30 13:23:15 -05:00 |
|
Drew DeVault
|
1fa75747f2
|
Implement filtering
|
2017-12-30 12:41:44 -05:00 |
|
Drew DeVault
|
bc7f56426d
|
Wire up search routing
|
2017-12-30 12:23:50 -05:00 |
|
Drew DeVault
|
0e47716cc7
|
Fix init hack
|
2017-12-30 10:43:45 -05:00 |
|
Drew DeVault
|
c3f8631a57
|
Remove extra parameter because I'm dumb
|
2017-12-30 10:38:45 -05:00 |
|
Drew DeVault
|
e303f37572
|
Fix React hot module reloading
|
2017-12-30 10:31:34 -05:00 |
|
Drew DeVault
|
ac4d290a28
|
Wire up manual tracker report button
|
2017-12-29 15:17:13 -05:00 |
|
Drew DeVault
|
8a7e90f8cb
|
Add key={id} on <Torrent />
Fixes #18
|
2017-12-29 14:57:19 -05:00 |
|
Drew DeVault
|
45f7c94931
|
Add download notifications
Fixes #16
|
2017-12-29 14:56:41 -05:00 |
|
Drew DeVault
|
14b9d1b592
|
Fix #11
|
2017-12-29 14:37:50 -05:00 |
|
Drew DeVault
|
f4856ba366
|
Fix redirect to new torrent
This also fixes some unknown issues with torrent customization.
|
2017-12-29 14:34:53 -05:00 |
|
Drew DeVault
|
9be338c9dc
|
Add remove bulk torrents with files
Plus minor fix to bitrate
|
2017-12-29 14:26:29 -05:00 |
|
Drew DeVault
|
62f474ef95
|
Flesh out README
|
2017-12-29 14:15:10 -05:00 |
|
Drew DeVault
|
f27caad7b8
|
Update README screenshot
|
2017-12-29 14:04:30 -05:00 |
|
Drew DeVault
|
ab804eb503
|
Implement remove and delete artifacts
|
2017-12-29 13:51:07 -05:00 |
|
Drew DeVault
|
59fbdb5013
|
Fix "No connected peers" message
|
2017-12-29 02:08:04 -05:00 |
|
Drew DeVault
|
40c8c73166
|
Improve ratio display
|
2017-12-29 02:07:40 -05:00 |
|
Drew DeVault
|
b75f89ed7d
|
Dynamically adjust decmials in bitrate/filesize
|
2017-12-29 01:35:07 -05:00 |
|
Drew DeVault
|
f6646451b2
|
Implement peer list
|
2017-12-29 01:19:24 -05:00 |
|
Drew DeVault
|
0316a22452
|
Improve file listing
|
2017-12-29 00:33:03 -05:00 |
|
Drew DeVault
|
47108db1e5
|
Move deployed instance to /var/www/
|
2017-11-26 10:43:52 -05:00 |
|
Drew DeVault
|
7f17d52428
|
Merge pull request #17 from Luminarys/master
Tweak file list and torrent table
|
2017-11-12 14:33:28 -05:00 |
|
Luminarys
|
b5d8304651
|
Lexically sort torrent and file lists by default
|
2017-11-12 11:31:33 -08:00 |
|
Luminarys
|
69d428763e
|
Disable file download until complete
|
2017-11-12 11:31:33 -08:00 |
|
Drew DeVault
|
488747baff
|
Fix total download
|
2017-11-05 17:09:38 -05:00 |
|
Drew DeVault
|
b1a6eec0a1
|
Maybe arrow-{up,down}
|
2017-11-05 17:05:59 -05:00 |
|
Drew DeVault
|
e419cfbe97
|
Fix shit
|
2017-11-05 17:02:34 -05:00 |
|
Drew DeVault
|
44cd2324a0
|
Use FA for ratio component
|
2017-11-05 16:58:40 -05:00 |
|
Drew DeVault
|
817b1d7128
|
Add charset
|
2017-11-05 16:36:56 -05:00 |
|
Drew DeVault
|
fdd5eb3f5d
|
Merge pull request #15 from Luminarys/master
Minor bug fixes
|
2017-10-23 08:13:57 -04:00 |
|
Luminarys
|
b098c9d3bd
|
Properly use password from localStorage
|
2017-10-22 21:21:28 -07:00 |
|
Luminarys
|
b7b48916cd
|
Use pathname in torrent upload
|
2017-10-22 21:16:30 -07:00 |
|
Drew DeVault
|
714df4eb67
|
Use ∞ instead of Infinity
|
2017-10-13 08:34:27 -04:00 |
|