Commit graph

59 commits

Author SHA1 Message Date
tidusjar
cbfe88cd6d Added the ability to get the apikey from the api if you provide a correct username and password.
Added more unit tests
Added the ability to change a users password using the api
refactored the Usermapper and made it unit testsable.

Also api documentation for the new endpoints too.

#222 #205
2016-05-20 10:44:02 +01:00
tidusjar
187a59261a More work on the api and documentation #222 #205 2016-05-19 14:29:41 +01:00
tidusjar
9b4ae2c486 Started documenting the API we now have swagger under ~/apidocs
#222 #205
2016-05-19 13:15:46 +01:00
tidusjar
7266f20927 Api work for #205
Refactored how we check if the user has a valid api key
Added POST request, PUT and DELTE

Also some work on the updater #29
2016-05-19 10:36:02 +01:00
tidusjar
030c013862 First pass of the updater working. #29 2016-05-19 09:11:54 +01:00
tidusjar
fb1d3a9e92 Fixed 2016-05-17 21:21:42 +01:00
TidusJar
15fae26397 More work on the user management 2016-05-15 23:01:17 -04:00
TidusJar
98eadc9cc6 Updated the claims so we can support more users.
Added a user management section (not yet complete)
Added the api to the solution and a api key in the settings (currently only gets the requests).
2016-05-15 21:51:20 -04:00
TidusJar
03c7585ebe Finished #209 2016-05-12 16:01:05 -04:00
tidusjar
df3dc4ac04 - Added a visual indication on the UI to tell the admin there is a update available.
- We are now also recording the last scheduled run in the database
2016-04-29 14:08:30 +01:00
tidusjar
186b18ccb9 Improved the startup of the application. We now properaly parse any args passed into the console. 2016-04-25 11:08:24 +01:00
tidusjar
9c61f909de Switched out the schedulers, this seems to be a better implimentation to the previous and is easier to add new "jobs" in. 2016-04-19 13:37:58 +01:00
tidusjar
67c968e886 BaseUrl is finally finished! #72 2016-04-16 14:02:06 +01:00
tidusjar
7c7142c8b5 Done the auth, cp, logs and sidebar for #72 2016-04-14 23:03:33 +01:00
tidusjar
6190eceb60 Finally fixed #72 2016-04-14 14:50:40 +01:00
tidusjar
854bfdd479 Converted the UI back down to .NET 4.5.2 2016-04-12 12:34:13 +01:00
tidusjar
1af3c21655 Added a url base 2016-04-08 14:14:08 +01:00
Drewster727
6ed7df2c21 cache the couchpotato wanted list, update it on an interval, and use it to determine if a movie has been queued already 2016-04-07 21:45:05 -05:00
Drewster727
33de634ade #125 refactor async task logic to work with mono 2016-04-07 14:29:23 -05:00
Drewster727
c6e6583fd5 #125 start indicating in the results if an item is already requested or available 2016-04-07 00:18:27 -05:00
Drewster727
fb66f5aca8 #139 remove dependency and usage of humanize() - should help with cross-platform issues. start using moment.js 2016-04-05 13:33:06 -05:00
tidusjar
39a5032c3e Finished the bulk work for Headphones. Needs testing #32 2016-04-04 14:27:55 +01:00
Drewster727
9ac949a67c #114 first pass at choosing quality profile when approving + focus search input by default and when switching tabs 2016-04-03 17:30:12 -05:00
tidusjar
c43f70a0e0 Most of the UI work done for #32 2016-04-01 12:16:04 +01:00
tidusjar
5843dee2a5 Added the settings page for #32 2016-03-29 09:58:23 +01:00
tidusjar
b96087d089 Finished styling on the logger for now. #59 2016-03-24 23:16:55 +00:00
tidusjar
68f8b9cd71 MERGE 2016-03-23 14:01:58 +00:00
tidusjar
c7ac8a7d99 Done most on #59 2016-03-23 13:43:27 +00:00
tidusjar
2d5612a045 Finished adding pushover support. #44 2016-03-22 22:17:06 +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
bbe2bcbfed Started #57, currently there is a bug where the TV list won't filter 2016-03-21 17:18:57 +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
f046c5d39b Added Pushbullet notifications #8 2016-03-17 14:34:55 +00:00
tidusjar
aa5304b8dd Added validation to the Email settings, also increased the availability checker from 2 minutes to 5 2016-03-17 08:54:40 +00:00
Jamie Rees
601a377d97 Fixed 2016-03-16 22:12:15 +00:00
tidusjar
7ce468de5e resolved #10 2016-03-16 14:33:33 +00:00
tidusjar
33130589ae Added latest version code and view. Need to finish the view #11 2016-03-15 17:05:48 +00:00
tidusjar
4c0884999e Added the application tester for CP #9 2016-03-14 14:03:01 +00:00
tidusjar
334a6f3d8e added settings page for #8 2016-03-14 13:39:52 +00:00
tidusjar
5153afd3f1 Added pace.js 2016-03-14 13:01:56 +00:00
tidusjar
24b2cd0a9c Styling,
Added the functionality for the Sonarr Profiles on the Admin page #2 resolved.
2016-03-11 16:06:52 +00:00
Jamie Rees
640e76e167 Added the code to get the quality profiles from Sonarr
Started plugging that into the UI
2016-03-10 22:24:37 +00:00
tidusjar
68850fd8b7 Added first real test 2016-03-09 11:21:06 +00:00
tidusjar
0942bfcbcc Some error handling and ensure we are an admin to delete requests.
Also started on the approval of everything
2016-03-08 14:26:26 +00:00
tidusjar
5363cf6891 Removed the DI part of the service. TinyIOC doesn't want to work with FluentScheduler. 2016-03-07 14:34:42 +00:00
tidusjar
7636409790 First pass at the plex update service 2016-03-07 13:08:30 +00:00
Jamie Rees
3b0b0c521e Started to impliment the Plex checker. This will check plex every x minutes to see if there is any new content and then update the avalibility of the requests 2016-03-06 01:25:54 +00:00
Jamie Rees
003dd47e3c mre work 2016-03-05 00:07:37 +00:00