rembo10
eed11d8493
Merge branch 'ssl-support' into develop
2013-08-24 10:19:54 +05:30
rembo10
2e55b0eb5b
Modified gitignore to exclude cert & key files for https
2013-08-24 10:15:20 +05:30
rembo10
ea1d86b6b1
Added https options to web interface
2013-08-24 10:13:51 +05:30
rembo10
482cb68bd6
Fixed up some bugs/bad imports, added lib/certgen
2013-08-24 09:51:58 +05:30
rembo10
a5c087465c
Added backend code for ssl support (init.py, webstart.py)
2013-08-24 09:20:37 +05:30
rembo10
28e1380c3a
Merge remote-tracking branch 'AdeHub/master' into develop
2013-08-20 09:38:11 +05:30
Ade
12dda31891
Encoder fix up
...
missed a couple of commas
2013-08-09 08:30:24 +12:00
rembo10
24187955fa
Merge branch 'torrent-quick-fixes' into develop
2013-08-05 19:56:59 -07:00
rembo10
0d4f6f8945
Merge remote-tracking branch 'AdeHub/master' into torrent-quick-fixes
2013-08-05 19:51:01 -07:00
Ade
1d7523cd48
Piratebay getting stuck if no results found
2013-08-04 17:07:47 +12:00
Ade
51d7acf2c5
searcher sort still not quite right
2013-08-04 16:18:55 +12:00
Ade
a32b77c589
Waffles - get full title to allow filtering
...
Currently strips the suffix from the title which has info such as
[2013-CD-FLAC-Vinyl-24 96-Lossless]. Change to put this back in to
allow ignore word filtering. Should also fix the parsing issue getting
'NoneType' object has no attribute 'group'
2013-08-03 23:32:07 +12:00
Ade
3d3ed4ac94
Various - searcher, rutracker, encoder
2013-08-03 13:36:56 +12:00
rembo10
1d50fc1ae8
Merge branch 'random-fixes' into develop
2013-07-31 21:57:42 +05:30
rembo10
8926e258e3
Fix for torrent preprocessing failing. Some other minor fixes
2013-07-31 21:57:26 +05:30
rembo10
0c6b91bf86
For symmetry: changed Blackhole -> Black Hole in the config
2013-07-31 21:56:06 +05:30
rembo10
cfd9d99235
Added a little log message when searching TPB with the Blackhole option set
2013-07-31 21:53:43 +05:30
rembo10
60afd1279d
Fixed a typo in searcher.py that was causing the preprocesstorrent function to hang
2013-07-31 21:40:57 +05:30
rembo10
1ba000e54d
Merge branch 'develop': Fixed some torrent handling stuff, added Transmission support, Pirate
...
Bay support, changed db journal mode to write-ahead logging, fixed some stuff in the config
html"
2013-07-31 15:57:55 +05:30
rembo10
7ca52d1703
Added a log message when skipping an incomplete torrent
2013-07-31 15:53:39 +05:30
rembo10
3a9c3cb6b4
Ignore all .db files
2013-07-31 15:09:40 +05:30
rembo10
1bcf4f1f8e
Don't try to process a torrent folder if it has any *.part files in it
2013-07-31 15:08:58 +05:30
rembo10
69136f9dc5
Fixed some torrent sorting stuff (preprocesstorrent)
2013-07-31 14:47:20 +05:30
rembo10
efd4fc518a
Got rid of some test logging
2013-07-31 14:09:28 +05:30
rembo10
5561e359be
Initial merge of 'database-fixes' branch. Wanted to get the write ahead logging in there as it might
...
immediately help with the high cpu use problem
2013-07-31 13:47:27 +05:30
rembo10
3a51c7bd35
Changed database journal mode to write-ahead logging
2013-07-28 15:04:00 +05:30
rembo10
21ed4c3e42
Fixed some weird css issues for firefox - still needs work for cross browser compatibility
2013-07-28 15:03:43 +05:30
rembo10
c9c53610f9
Merge branch 'random-fixes' into develop
2013-07-28 01:46:57 +05:30
rembo10
3769d5191f
Cleaned up the config page formatting
2013-07-28 01:39:43 +05:30
rembo10
717d6b63bd
Merged torrent-fixes branch and fixed some merge conflicts
2013-07-27 23:15:36 +05:30
rembo10
934bdd790b
Got rid of uTorrent option in the config (not ready yet but want to get the Transmission option out). Also added a little description to explain how you can use the Music Download Directory with Transmission
2013-07-27 17:41:08 +05:30
rembo10
2b07759be0
Fixed 'Keep Torrent Files for seeding'
2013-07-27 17:27:36 +05:30
rembo10
e6510d51e1
Grab the right folder name from transmission
2013-07-27 16:12:07 +05:30
rembo10
a0b538861c
Transmission API working
2013-07-27 14:19:26 +05:30
rembo10
0f6dbccaa3
Fixed some typos, got rid of test log message
2013-07-24 11:01:15 +05:30
rembo10
041afea7c6
Added Pirate Bay support
2013-07-23 21:02:38 +05:30
rembo10
d0849ec5af
Got rid of some of the default datatables text
2013-07-23 15:36:18 +05:30
rembo10
f7b78d5a06
Added preferred words priority for torrents and fixed some variables
2013-07-23 11:37:30 +05:30
rembo10
e3450e15fb
Fixed target bitrate sort for torrents
2013-07-23 11:17:45 +05:30
rembo10
c0cbe6fe0e
Added Headphones Indexer
2013-07-22 00:11:12 +05:30
rembo10
756a7f69e7
Added request header for fetching nzbs from Headphones Index
2013-07-21 20:37:36 +05:30
rembo10
b9039df492
Quiet the scanning warning message if no dir is set
2013-07-21 14:06:06 +05:30
rembo10
47c7ebc195
Merge branch 'headphones-indexer' into develop
2013-07-20 16:47:04 +05:30
rembo10
24fb3192c7
Added Headphones Indexer
2013-07-20 16:46:49 +05:30
rembo10
9d3616d2f8
Merge remote-tracking branch 'kris-anderson/master' into develop
2013-07-19 10:50:54 +05:30
Kris Anderson
d514a6e96b
removed nzbx.co as a search provider due to their shutdown
2013-07-18 16:39:29 -07:00
rembo10
12cd433d00
Fixed issue (possible #1152 ) where postprocessor would hang when forced and the folder didn't exist
2013-07-18 23:42:12 +05:30
rembo10
f6c23a59a0
Updated forum address to point to github issue tracker
2013-07-18 22:37:29 +05:30
rembo10
4408f1c7b5
Merge branch 'develop'
2013-07-17 21:51:38 +05:30
rembo10
9333999572
Updated ngs lib and mb.py to use the new server .... hopefully for the last time
2013-07-17 21:15:05 +05:30