Commit graph

2380 commits

Author SHA1 Message Date
adam111316
8ec41d752f Merge pull request #232 from adam111316/feature/FixPullRequestUpdating
Fix updating of pull requests
2015-02-27 09:41:37 +08:00
Adam
1aee6fcae2 Fix updating of pull requests 2015-02-27 09:36:19 +08:00
JackDandy
4c69703c71 Merge pull request #239 from JackDandy/feature/FixManageUpdateKodi
Fix traceback error when using the menu item Manage/Update Kodi.
2015-02-25 20:41:47 +00:00
JackDandy
9f7e678018 Fix traceback error when using the menu item Manage/Update Kodi. 2015-02-25 19:41:38 +00:00
JackDandy
d512189df3 Merge pull request #197 from Supremicus/feature/UpdatePushover 2015-02-25 13:12:05 +00:00
JackDandy
a46db0b243 Merge pull request #209 from Supremicus/feature/AddKodi
Add Kodi notifier and metadata
2015-02-25 12:51:59 +00:00
Supremicus
dc95006371 Add Kodi notifier and metadata 2015-02-25 22:33:40 +10:00
Supremicus
b63bbbbb19 Add priority, device, and sound support to Pushover notifier (port from midgetspy/sickbeard) 2015-02-25 21:30:52 +10:00
JackDandy
2fed918e06 Merge pull request #231 from JackDandy/feature/AddSetDefaultHomePage
Add a "Use as default home page" selector to...
2015-02-25 09:34:11 +00:00
JackDandy
2d2eed9c2e Add a "Use as default home page" selector to General Config/Interface/User Interface. 2015-02-25 01:28:38 +00:00
JackDandy
7d9e062760 Merge pull request #230 from JackDandy/feature/ChangeSecureAuthDisplay
Change authentication credentials to display more securely on config pages.
2015-02-24 17:35:31 +00:00
JackDandy
8f7193ee93 Change authentication credentials to display more securely on config pages. 2015-02-24 16:13:07 +00:00
adam111316
9a95b7f2a1 Merge pull request #212 from adam111316/feature/TidyStartup
Change startup code cleanup and PEP8
2015-02-24 20:10:25 +08:00
adam
2b031fff67 Change startup code cleanup and PEP8 2015-02-24 19:14:19 +08:00
Adam
6414377c9c Merge remote-tracking branch 'remotes/Supremicus/feature/UpdatePushbullet' into develop 2015-02-24 15:47:57 +08:00
adam111316
ecc008c501 Merge pull request #228 from adam111316/feature/RemoveUnusedUrlOpeners
Remove unused SickBeardURLOpener and AuthURLOpener classes
2015-02-24 15:22:15 +08:00
Adam
87d46b2c3f Remove unused SickBeardURLOpener and AuthURLOpener classes 2015-02-24 15:02:20 +08:00
JackDandy
bbdec53dcd Merge pull request #227 from JackDandy/feature/AddExplainExtraPPScripts
Add text to explain params passed to extra scripts on Config/Post Proces...
2015-02-23 16:54:32 +00:00
JackDandy
3d4cb6dde4 Add text to explain params passed to extra scripts on Config/Post Processing. 2015-02-23 16:47:05 +00:00
JackDandy
d79602eb7a Merge pull request #225 from adam111316/feature/CleanupWebserve
Change webserve code to a logical layout and PEP8
2015-02-23 16:41:15 +00:00
Adam
71d7938fac Change webserve code to a logical layout and PEP8 2015-02-24 00:26:33 +08:00
adam111316
d6bcc32fb8 Merge pull request #211 from adam111316/feature/RemoveUnusedLibraries
Remove unused libraries fuzzywuzzy and pysrt
2015-02-23 20:43:03 +08:00
adam
c4908144e1 Remove unused libraries fuzzywuzzy and pysrt 2015-02-23 20:38:20 +08:00
adam111316
89990d1085 Merge pull request #213 from adam111316/feature/AddPipRequirements
Add requirements file for pip (port from midgetspy/sick-beard)
2015-02-23 20:33:59 +08:00
Adam
12cc540c58 Add requirements file for pip (port from midgetspy/sick-beard)
Allows for use of 'pip install -r requirements.txt' to install prerequisites for SickGear to run
2015-02-23 20:29:52 +08:00
adam
766afc05c8 Merge branch 'release/0.7.0' into develop 2015-02-23 19:08:55 +08:00
adam
989d1ac22b Bump version 2015-02-23 19:05:44 +08:00
JackDandy
c1a674862b Merge pull request #223 from JackDandy/feature/ChangeTPB
Change TPB webproxy list and add SSL variants.
2015-02-23 00:50:38 +00:00
JackDandy
ae50f300e7 Change TPB webproxy list and add SSL variants, PEP8 and code cleanup. 2015-02-23 00:44:29 +00:00
JackDandy
c45f80cd6b Merge pull request #222 from JackDandy/feature/AddNetworkLogoYTV
Add YTV network logo
2015-02-22 18:01:08 +00:00
Adam
b28024c44f Add YTV network logo 2015-02-22 17:56:03 +00:00
JackDandy
d6dc97160c Merge pull request #219 from JackDandy/feature/ChangeFreshOnTV
Change FreshOnTv provider secure URLs, add Cloudflare logging, prevent v...
2015-02-22 17:49:10 +00:00
JackDandy
f8e9d1aa7d Change FreshOnTv login parameter and use secure URLs.
Add logging of Cloudflare blocking.
Add prevention of vacant cookie tracebacks.
2015-02-22 17:46:48 +00:00
JackDandy
a7d0e6f96b Merge pull request #220 from JackDandy/feature/ChangeTBLogin
Change TorrentBytes login in line with site change.
2015-02-22 17:45:28 +00:00
JackDandy
71590dbf07 Change TorrentBytes login parameter in line with site change.
Add SSL download query argument.
Ensure search term is cleansed before use.
2015-02-22 17:42:08 +00:00
JackDandy
58b57981d1 Merge pull request #221 from JackDandy/feature/ChangeSCC
Change SCC URLs to remove redirection overhead.
2015-02-22 17:38:28 +00:00
JackDandy
55b0758b0f Change SCC URLs to remove redirection overhead.
PEP8 and code cleanup.
2015-02-22 17:34:04 +00:00
JackDandy
d9a0422477 Merge pull request #169 from adam111316/feature/AddLoginPage
Change HTTP auth to a login page
2015-02-22 17:22:16 +00:00
JackDandy
c7a506cf17 Change login page to display quicker by reducing its payload by over 60%. 2015-02-22 11:54:54 +08:00
Adam
d0326cda7e Change replace HTTP auth with a login page
Change to improve webserve code
Add logout menu item with confirmation
Add 404 error page
2015-02-22 11:54:53 +08:00
JackDandy
619aca1965 Merge pull request #207 from JackDandy/feature/OverhaulEditShow
Feature/overhaul edit show
2015-02-21 22:52:06 +00:00
JackDandy
97429c084f Change overhaul UI of editShow and anime release groups, refactor and simplify code.
Change list order of option on the right of the displayShow page to be mostly inline with the order of options on editShow.
Change legend wording and text colour on the displayShow page.
Add output message if no release group results are available.
Add cleansing of text used in the processes to a add a show.
Add sorting of AniDB available group results.
Add error handling and related UI feedback to reflect result of AniDB communications.
Change description of config/search ignore and require words.
2015-02-21 22:34:20 +00:00
JackDandy
cd1d7b7f1e Merge pull request #206 from JackDandy/feature/ChangeConfigWebInterface
Change order of some settings on Config/General/Interface/Web Interface ...
2015-02-17 23:44:54 +00:00
JackDandy
6f3c88de0c Change order of some settings on Config/General/Interface/Web Interface and tweak texts. 2015-02-17 23:37:59 +00:00
Supremicus
e23af0e462 Update Pushbullet notifier (port from midgetspy/sickbeard) 2015-02-17 16:39:35 +10:00
JackDandy
52bf7a4a74 Merge pull request #205 from JackDandy/feature/ChangeStripNotifOfHTML
Fix missed html tag replacing in notifications.
2015-02-17 01:15:52 +00:00
tehspede
bb8c1ec3d9 Fix missed html tag replacing in notifications.
Add history module to pnotify lib.
2015-02-16 23:45:38 +00:00
JackDandy
d12d6787f2 Merge pull request #200 from JackDandy/feature/AddMaxWidthToConfigCombos
Add max-width to prevent ui glitch on Pull request and Branch Version se...
2015-02-16 04:08:08 +00:00
JackDandy
f40196e8e5 Add max-width to prevent ui glitch on Pull request and Branch Version selectors on config/General/Advanced.
Change <input> tags to html5 and add max-width css.
2015-02-16 04:03:59 +00:00
JackDandy
1498477e71 Merge pull request #199 from JackDandy/feature/AddUpdateShowsDuringHour
Add setting "Update shows during hour" to General Config/Misc.
2015-02-16 03:33:46 +00:00