tidusjar
c931dbc7c4
finished #57
2016-03-23 21:13:18 +00:00
tidusjar
7d26842c3d
small changes around the filtering
2016-03-23 17:28:08 +00:00
tidusjar
68f8b9cd71
MERGE
2016-03-23 14:01:58 +00:00
tidusjar
fc596f5296
Include DB changes
2016-03-23 13:45:07 +00:00
tidusjar
c7ac8a7d99
Done most on #59
2016-03-23 13:43:27 +00:00
Jamie
95fad3c33c
Update README.md
2016-03-23 09:49:33 +00:00
tidusjar
2d5612a045
Finished adding pushover support. #44
2016-03-22 22:17:06 +00:00
tidusjar
f64ccd7327
Resolved #75
2016-03-22 21:31:52 +00:00
Shannon Barrett
55addbee0a
Working on getting the Sonarr component to work correctly.
2016-03-22 14:15:14 -05:00
Shannon Barrett
c9d2b8fc13
Fixes issue #62
2016-03-22 12:32:48 -05:00
tidusjar
0585ff73ec
Added a notification model to the notifiers.
...
Added the backend work for sending a notification for an issue report #75
2016-03-22 17:13:14 +00:00
Shannon Barrett
b100fbe678
Merge pull request #3 from tidusjar/dev
...
Merge latest changes.
2016-03-22 11:07:10 -05:00
tidusjar
5b90fa9089
Lowercase logs folder, because you know, linux. #59
2016-03-22 15:36:21 +00:00
tidusjar
f1987ecedb
Adding the imdb when requesting
2016-03-22 14:16:46 +00:00
tidusjar
59cf379d56
Fixed an issue where the table didn't match the model.
...
Fixed #67
2016-03-22 13:22:47 +00:00
tidusjar
c4f57169ad
Improved the status page with the suggestion from #29
2016-03-22 11:06:43 +00:00
tidusjar
8f7098d048
Hooked up most of #49 Just the validation messages need to be done.
...
***NOTE: Due to we are now hashing the passwords and reading from a new table, We will need to create a new administrator account.***
2016-03-22 10:46:24 +00:00
tidusjar
da8b6340ae
Fixed #74 and #64
2016-03-22 08:59:31 +00:00
tidusjar
206fd74d7f
Resolved #70
2016-03-22 08:55:57 +00:00
tidusjar
37fa7809cc
Finished #71
2016-03-22 08:50:42 +00:00
Shannon Barrett
170b2c86f0
Merge pull request #2 from tidusjar/dev
...
Dev
2016-03-21 15:17:07 -05:00
tidusjar
af6deec3f0
Got the filter working on both movie and tv #57
2016-03-21 19:05:01 +00:00
tidusjar
bbe2bcbfed
Started #57 , currently there is a bug where the TV list won't filter
2016-03-21 17:18:57 +00:00
tidusjar
895a0c50eb
Added a subdir to CP, SickRage, Sonarr and Plex #43
2016-03-21 14:23:55 +00:00
Jamie
21ea315cd0
Merge pull request #61 from tidusjar/master
...
Merge
2016-03-21 13:32:49 +00:00
Jamie
79e7cc5ab3
Merge pull request #53 from tidusjar/Hotfix-1
...
Update appveyor.yml
2016-03-20 11:22:41 +00:00
Jamie
2df4600586
Merge branch 'master' into Hotfix-1
2016-03-20 10:56:31 +00:00
Jamie
d18534cf3f
Update appveyor.yml
2016-03-20 10:56:15 +00:00
Jamie
c22a9cba26
Merge pull request #52 from tidusjar/Hotfix-1
...
Update AvailabilityUpdateService.cs
2016-03-20 10:54:38 +00:00
Jamie
08cfc31970
Update AvailabilityUpdateService.cs
...
Fixed the bug
2016-03-20 10:30:17 +00:00
Jamie
14d4f6f098
Merge pull request #42 from tidusjar/dev
...
Release 1.4.0
2016-03-19 16:52:03 +00:00
Jamie
054c161727
Merge branch 'master' into dev
2016-03-19 16:48:37 +00:00
tidusjar
792bbf5f95
This fixes #36
2016-03-19 16:42:11 +00:00
Jamie
c5db1ed8e6
Merge pull request #39 from shiitake/dev
...
Fixes for Checking if the user is the owner
2016-03-19 16:15:32 +00:00
tidusjar
8b76732ee8
Updated the build version ready for the next release
2016-03-19 16:11:00 +00:00
tidusjar
d1adae1538
When we do a batch update we need to reset the cache
2016-03-19 15:57:39 +00:00
tidusjar
6f8dc7c224
Fixed an issue where the default quality on Sickrage wouldn't work
2016-03-19 15:49:02 +00:00
Jamie
c3d56fbf0b
Merge pull request #41 from tidusjar/tidusjar-patch-1
...
Update README.md
2016-03-19 14:31:04 +00:00
Jamie
f2f74f7ec4
Update README.md
2016-03-19 14:26:05 +00:00
tidusjar
9402d1409e
Wow, that was a lot of work.
...
- So, I have now finished #40 .
- Fixed a bug where we was not choosing the correct tv series (Because of TVMaze)
- Fixed a bug when checking for plex titles
- Fixed a bug where the wrong issue would clean on the UI (DB was correct)
- Refactored how we send tv shows
- And too many small changes to count.
2016-03-19 14:17:54 +00:00
tidusjar
803b12da0f
Added the api and settings page for Sickrage. Just need to do the tester and hook it up #40
2016-03-19 12:25:51 +00:00
tidusjar
1ebf80d1d1
Fixed the new dependancy with the admin class tests
2016-03-19 00:17:53 +00:00
tidusjar
e34170f55a
Added the option to set a CP quality #38
2016-03-19 00:16:44 +00:00
Shannon Barrett
c28a26413a
Should fix issue #36
2016-03-18 19:16:29 -05:00
tidusjar
4136116555
Added the code to lookup the old requests and refresh them with new information from TVMaze
2016-03-18 23:45:31 +00:00
tidusjar
a2d2121afe
back to what it was :(
2016-03-18 23:28:24 +00:00
tidusjar
cd682cdff9
another test for #37
2016-03-18 23:00:44 +00:00
Jamie Rees
1d814cd76e
This should fix #37
2016-03-18 22:11:11 +00:00
Jamie Rees
3c6338cadc
Catch the missing table exception when they have a new DB
2016-03-18 21:59:34 +00:00
Jamie Rees
2786d13a17
Exploratory test for #37
2016-03-18 21:50:00 +00:00