Commit Graph

2049 Commits

Author SHA1 Message Date
Bas Stottelaar
f15ad447ca Merge branch 'develop'
* develop:
  Release v0.5.1
  Prepare for next release
  Fixed HTML div closing tag. Updated titles
  Fixed typo
  Allow one to disable all tasks
  Allow one to adjust interval settings without restarting.
  Prevent infinite recursion while scanning library.
  Fix for new paths
  Added the real pkg_resources from setuptools 7.0. Should fix #2001
  Fixed contrib scripts. Added *.pyc cleaning scripts
  Check if pyOpenSSL is installed before enabling HTTPS.
  Ignore CSR files
  Fixed SSL too long errors in CherryPy.
  Spaces removal
  Add downgrade functionality (contributed script)
  Use urlparse to parse transmission URL
  Fix for #1998
v0.5.1
2014-11-13 20:00:27 +01:00
Bas Stottelaar
67c29560db Release v0.5.1 2014-11-13 19:59:53 +01:00
Bas Stottelaar
8e787dca86 Prepare for next release 2014-11-13 12:11:44 +01:00
Bas Stottelaar
f06dd86a99 Fixed HTML div closing tag. Updated titles 2014-11-13 12:02:07 +01:00
Bas Stottelaar
73f3cc64a5 Fixed typo 2014-11-13 11:39:55 +01:00
Bas Stottelaar
2601de5c30 Allow one to disable all tasks 2014-11-13 02:58:41 +01:00
Bas Stottelaar
ee3ccfa598 Allow one to adjust interval settings without restarting. 2014-11-13 02:32:48 +01:00
Bas Stottelaar
396cbb7b64 Prevent infinite recursion while scanning library. 2014-11-13 02:32:23 +01:00
Bas Stottelaar
c64f08b2b5 Fix for new paths 2014-11-12 23:36:52 +01:00
Bas Stottelaar
3cf82f4dac Added the real pkg_resources from setuptools 7.0. Should fix #2001 2014-11-12 23:31:05 +01:00
Bas Stottelaar
a43256e802 Fixed contrib scripts. Added *.pyc cleaning scripts 2014-11-12 23:22:41 +01:00
Bas Stottelaar
6f91694d51 Check if pyOpenSSL is installed before enabling HTTPS.
Previous, it is only checked if pyOpenSSL is installed when certificates are
generated. Now, it is checked when HTTPS is enabled. In case it is missing,
HTTPS will be disabled.
2014-11-12 22:53:22 +01:00
Bas Stottelaar
d25ce692f9 Ignore CSR files 2014-11-12 22:34:51 +01:00
Bas Stottelaar
f495fc01bc Fixed SSL too long errors in CherryPy.
The fix is suggested by https://bitbucket.org/cherrypy/cherrypy/issue/1298/ssl-not-working
2014-11-12 22:29:04 +01:00
Bas Stottelaar
4aacbd2731 Spaces removal 2014-11-12 22:21:20 +01:00
Bas Stottelaar
bb7b1f64ce Add downgrade functionality (contributed script) 2014-11-12 20:25:08 +01:00
Bas Stottelaar
548e0a9821 Use urlparse to parse transmission URL 2014-11-12 18:49:57 +01:00
Bas Stottelaar
af23e322a1 Merge pull request #1999 from Wiltons/develop
Fix for #1998
2014-11-12 18:21:33 +01:00
Wiltons
b467e2db41 Fix for #1998
Moving "rpc" addition to transmission host string after exception
2014-11-11 23:29:38 +00:00
Bas Stottelaar
13f34a17b1 Merge remote-tracking branch 'rembo10/develop'
* rembo10/develop:
  Fixed link to installation wiki
  Improved the CHANGELOG, part 3
  Improved the CHANGELOG, part 2
  Improved the CHANGELOG
  Fix for #1994
2014-11-10 21:00:47 +01:00
Bas Stottelaar
d0baeec53d Fixed link to installation wiki 2014-11-10 20:56:26 +01:00
Bas Stottelaar
6cb283cdf2 Improved the CHANGELOG, part 3 2014-11-10 20:49:30 +01:00
Bas Stottelaar
43f5fe421b Improved the CHANGELOG, part 2 2014-11-10 20:48:43 +01:00
Bas Stottelaar
09c041056e Improved the CHANGELOG 2014-11-10 20:48:06 +01:00
Bas Stottelaar
fda4658e92 Fix for #1994 2014-11-10 20:47:27 +01:00
Pieter Janssens
9968bb2bb8 Merge pull request #1993 from rembo10/develop
Time for HP v0.5
v0.5
2014-11-10 16:48:59 +01:00
Pieter Janssens
e6397b28a5 Create CHANGELOG 2014-11-10 16:48:01 +01:00
Bas Stottelaar
61fa747813 Parsing RGID ID from folder is not second attempt in post processing steps, instead of third. See #1952 2014-11-10 13:26:18 +01:00
Bas Stottelaar
a2ae89e5f9 Fix for logo 2014-11-10 12:53:45 +01:00
Bas Stottelaar
57f7bd1bd6 Updated README.md 2014-11-10 12:52:40 +01:00
Ade
47ed1e6a71 Searcher and torrent fixes
Should fix https://github.com/rembo10/headphones/issues/1990 and
https://github.com/rembo10/headphones/issues/1991
2014-11-08 08:33:45 +13:00
Ade
9d527e2fb2 Cuesplit fix up 2014-11-03 18:32:12 +13:00
Pieter Janssens
8e820cdad6 Merge pull request #1983 from jmullan/feature/travis-ci
Feature/travis ci
2014-11-02 14:07:04 +01:00
Jesse Mullan
0069bba318 Merge remote-tracking branch 'upstream/develop' into feature/travis-ci
* upstream/develop:
  Cue split config option

Conflicts:
	headphones/cuesplit.py
	headphones/postprocessor.py
	headphones/webserve.py
2014-11-01 20:46:52 -07:00
Jesse Mullan
a67d0683ca Suppress a pylint error about something that we are handling 2014-11-01 19:49:24 -07:00
Ade
2b8c063c32 Cue split config option 2014-11-02 15:18:15 +13:00
Jesse Mullan
4ae3655025 Tell travis that we need pyopenssl 2014-11-01 19:10:29 -07:00
Jesse Mullan
29622ba221 Fix or suppress upgraded pylint errors 2014-11-01 18:25:00 -07:00
Jesse Mullan
45a7756828 Apparently there is no nosetests package in pip 2014-11-01 18:00:16 -07:00
Jesse Mullan
516c5fc84a Hopefully make pylint respect the pylintrc 2014-11-01 17:59:33 -07:00
Jesse Mullan
2ea34d4b97 Rearrange travis yaml file 2014-11-01 17:56:56 -07:00
Jesse Mullan
6952505368 Fix all pyflakes complaints 2014-11-01 17:50:30 -07:00
Jesse Mullan
60af816a66 Fix pyflakes complaints plus a pylint complaint 2014-11-01 17:03:11 -07:00
Jesse Mullan
364deea051 Fix pylint complaints 2014-11-01 17:02:56 -07:00
Jesse Mullan
a300b62184 Loosen pep8 restrictions to not cover anything not fixed 2014-11-01 17:02:22 -07:00
Jesse Mullan
4e1716d58b Fix E712 comparison to True should be 'if cond is True:' or 'if cond:' 2014-11-01 16:33:35 -07:00
Jesse Mullan
7c98cbeb65 Fix E401 multiple imports on one line 2014-11-01 16:31:32 -07:00
Jesse Mullan
72852e04da Fix E721 do not compare types, use 'isinstance()' 2014-11-01 16:30:38 -07:00
Jesse Mullan
7726044c61 Fix whitespace around arithmetic operator 2014-11-01 16:28:44 -07:00
Jesse Mullan
76827abd78 Fix E701 multiple statements on one line (colon) 2014-11-01 16:27:02 -07:00