Commit graph

341 commits

Author SHA1 Message Date
Anthony Raymond 4e6f80d81a Merge branch 'master' into dev-v2 2017-09-19 23:55:53 +02:00
anthonyraymond 81127ea035 Add documentation 2017-09-19 23:54:25 +02:00
anthonyraymond 82cb9004c3 Update to 2.0.1 2017-09-18 20:56:05 +02:00
anthonyraymond c44d196b18 update UI 2017-09-18 19:45:47 +02:00
Anthony Raymond ec201501ce Update THANKS.md 2017-09-15 19:20:52 +02:00
anthonyraymond 7df4b6548a Update ui 2017-09-13 00:23:46 +02:00
anthonyraymond cc1f73fea0 Add a method to remvoe torrent 2017-09-13 00:19:31 +02:00
anthonyraymond 44aef61dce Add travis badge to README [skip ci] 2017-09-12 23:47:27 +02:00
anthonyraymond 8da4898b06 Added transmission 2.82 build 14160 client 2017-09-12 23:44:54 +02:00
anthonyraymond aff2f10148 Add Zora to thanks list for creating the application logo [skip ci] 2017-09-12 23:03:16 +02:00
anthonyraymond c0ba070914 Update default config.json 2017-09-12 01:26:18 +02:00
anthonyraymond 4254c0f6a2 Added publish.sh script to trigger a github release 2017-09-12 01:07:04 +02:00
anthonyraymond a42e91ed8c Add release name to travis deploy 2017-09-12 00:48:44 +02:00
anthonyraymond 8c32405636 Fixed before_deploy tar command 2017-09-12 00:26:20 +02:00
anthonyraymond c51df8d6c0 Updated travis build to package the release as a tar.gz file 2017-09-12 00:18:08 +02:00
anthonyraymond 1310408952 Fix somes tests not running properly on linux or slow environment 2017-09-11 23:39:24 +02:00
anthonyraymond df987e7503 Add travis ci 2017-09-11 23:00:27 +02:00
Anthony Raymond 4e96efcad7 Merge pull request #11 from JourneyOver/patch-1
Create qbittorrent-3.3.16.client
2017-09-08 12:12:01 +02:00
Anthony Raymond 5f87152450 Merge branch 'dev-v2' into patch-1 2017-09-08 12:11:47 +02:00
anthonyraymond 84bb9dd072 Add qBittorrent 3.3.16 2017-09-08 12:10:08 +02:00
Journey 2766945ed6 Create qbittorrent-3.3.16.client 2017-09-07 21:42:27 -05:00
anthonyraymond ec63efbe37 Fix speed not being set on first announce event (bandwith dispatcher was not the first listener) 2017-08-23 21:53:57 +02:00
anthonyraymond 5101ab5431 add config param keepTorrentWithZeroLeechers to tell if yes or not the torrent must be removed from seed if it reach 0 leechers 2017-08-23 00:14:18 +02:00
anthonyraymond 74f83674f1 Ensure torrent with 0 leechers or 0 seeders won't benefit from speed from BandwithDispatcher 2017-08-22 23:34:06 +02:00
anthonyraymond 0bd1de0b5c update ui 2017-08-21 00:16:35 +02:00
anthonyraymond 3a740efe2f Renamed utorrent 3.5.0 properly 2017-08-19 03:33:14 +02:00
anthonyraymond 597f03982a add ui build to joal-core 2017-08-19 03:31:21 +02:00
anthonyraymond 9171e81b22 Ensure unknown properties don't crashes JOAL in config.json 2017-08-16 00:03:50 +02:00
anthonyraymond 39751e9619 Fix bittorrent-7.10.1_43917 file 2017-08-12 19:44:48 +02:00
anthonyraymond 7961568547 removed prefix from client file, prepend regex pattern instead 2017-08-12 18:12:00 +02:00
anthonyraymond ad11d79596 Added personnal url encoding class 2017-08-12 16:46:28 +02:00
anthonyraymond 5b74f18381 Add a parameter to define if the peerid should be url encoded or not 2017-08-12 01:49:40 +02:00
anthonyraymond 6a875b216f Switched to regex for peerid generation 2017-08-12 00:20:04 +02:00
anthonyraymond ba379f499d Dinamically set the locale in HTTP announce request headers. 2017-08-11 18:12:22 +02:00
anthonyraymond 8aa977a31a In case of the user is uploading an empty file, ttorent throws NPE, with no message. Replace the null with a text message 2017-08-09 23:46:23 +02:00
anthonyraymond 98aa521195 Fix a potential bug with https ip fetching and enforce IPV6 support 2017-08-09 22:58:07 +02:00
Anthony Raymond 9086bee610 Update THANKS.md 2017-08-05 00:29:51 +02:00
anthonyraymond db96ec7169 [Client] add qbittorrent 3.3.15 2017-08-04 21:44:08 +02:00
anthonyraymond f47f7d9e19 Add a todo to re-enable WebSocket CSRF 2017-07-31 01:25:46 +02:00
anthonyraymond 640a33fd85 Reenable http CSRF 2017-07-31 01:25:27 +02:00
anthonyraymond b48fd05e06 Simplify websocket authentication, and actually make it the proper way to enable Spring Principal injection in controllers 2017-07-30 23:18:17 +02:00
anthonyraymond 8c2bbadd55 Fix method name in websocket controller 2017-07-30 23:15:32 +02:00
anthonyraymond 117e4106c6 Fix ConditionalOnWebUi annotation 2017-07-30 13:50:29 +02:00
anthonyraymond 099d93b1e5 Fix socket security 2017-07-30 13:50:13 +02:00
anthonyraymond dca7ce71d9 Add config flag for websocket csrf 2017-07-30 01:48:23 +02:00
anthonyraymond 5cc647feb8 Create @ConditionalOnWebUi annotation 2017-07-30 01:32:32 +02:00
anthonyraymond 51fe28d99d Secure WebSocket endpoints (auth with secret-token) 2017-07-30 01:22:00 +02:00
anthonyraymond 27a36b4b17 Secure HTTP calls (deny all except for handshake hanpoint) 2017-07-30 01:21:11 +02:00
anthonyraymond 6ac1f69d01 Fix WebSocketConfig 2017-07-30 01:20:12 +02:00
anthonyraymond 50fc85941e Add conditionnalOn to EndpointObfuscator ensure it won't be avaiable in non-web context 2017-07-30 01:18:04 +02:00