Commit graph

41 commits

Author SHA1 Message Date
Jamie
71ff8fe301 Added a filter onto the movies requests page for some inital feedback 2018-01-23 14:19:50 +00:00
tidusjar
98e99251f3 Smal changes to the api 2018-01-16 13:35:50 +00:00
tidusjar
0008018080 Added user request limits, We can now set the limit for a user. 2017-12-08 23:50:47 +00:00
tidusjar
ab42723dc9 Fixed #1712 2017-11-17 23:09:38 +00:00
tidusjar
ef858a9fce Fixed an issue with the caching 2017-11-03 22:28:06 +00:00
Jamie
20f3239b94 Found where we potentially are setting a new poster path, looks like the entity was being modified and being set as Tracked by entity framework, so the next time we called SaveChangesAsync() it would save the new posterpath on the entity. 2017-10-26 08:33:06 +01:00
Jamie.Rees
f5ffa78304 Added four new endpoints to change the availability for TV shows and Movies #1601 2017-10-23 12:09:06 +01:00
tidusjar
a74617b70c Finished the api changes requested #1601 2017-10-21 21:26:13 +01:00
tidusjar
1dc8eac035 Fixed #1583 you can now delete users.
Fixed the issue where the requested by was not showing.
Finally fixed the broken poster paths
2017-10-20 22:07:30 +01:00
tidusjar
7c5bca3b2b Fixed the issue where movie requests were no longer being requested.
Changed the API for movie requests so we only need to pass the ID to approve/Deny

TV Requests next #1601
2017-10-19 21:42:59 +01:00
Jamie.Rees
727c7be9f2 Added another place to make sure we have the correct poster paths !minor 2017-10-19 09:00:59 +01:00
Jamie.Rees
9261232bab #1588 When we make changes to any requests that we can trigger a notification, always send it to all notification agents, even if the user wont recieve it. 2017-10-19 08:45:03 +01:00
tidusjar
d6b3c7ac2c Added support for a new TV and Movie provider. DogNZB 2017-10-14 00:02:08 +01:00
tidusjar
04117329c6 Fixed #1543 2017-10-13 21:45:24 +01:00
tidusjar
23f0ef3b0d Fixed the overrides #1539 also display it on screen now too 2017-10-07 21:23:01 +01:00
Jamie.Rees
462bbcc4a6 Added a fix for the poster path issue #1533 2017-10-06 08:12:31 +01:00
Jamie.Rees
532530a954 Fixed the discord issue relating to images #1513 2017-10-03 08:16:01 +01:00
tidusjar
057683d97a Fixed the issue of it showing as not requested when we find it in Radarr.
Made the tv shows match a bit more to the movie requests
Added the ability for plex and emby users to login
Improved the welcome email, will only show for users that have not logged in
Fixed discord notifications
the about screen now checks if there is an update ready
#1513
2017-09-28 19:53:30 +01:00
tidusjar
df1ab01e46 #1513 #865 Fixed the issue where we do not send the requests to Radarr/Sonarr when approving
Also fixed a landing page issue
2017-09-23 23:38:18 +01:00
tidusjar
f6cd68ff28 Some fixes around the UI and managing requests #865 2017-09-12 22:08:54 +01:00
Jamie.Rees
046211e017 Removed IdentityServer, it was overkill #865 2017-08-07 11:57:15 +01:00
Jamie.Rees
1eb18b3187 A lot of clean up and added a new Image api #865 2017-08-01 16:14:47 +01:00
Jamie.Rees
863df6e1cc Some work around the Auto Updater and other small changes #1460 #865 2017-07-27 08:13:43 +01:00
tidusjar
da041cabc3 working on the requests page #1457 #865 2017-07-23 00:03:49 +01:00
Jamie.Rees
6c3523b21e Fixed build #1456
Fixed the issue where we were not validting the correct token when resetting the password #865

Removed the old user (Well commented it out for now)
2017-07-19 08:22:15 +01:00
Jamie.Rees
ffab4b7981 Lots of refactoring #865
Starting to refactor the Angular Modules now
2017-07-07 13:25:41 +01:00
Jamie.Rees
263240c648 Lot's of refactoring 2017-07-06 16:24:51 +01:00
Jamie.Rees
b52a57b117 #1462 #865 Had to refactor how we use notificaitons. So we now have more notification fields about the request 2017-07-05 13:04:26 +01:00
tidusjar
0875b5f665 Damn son. So many changes... Fixed alot of stuff around tv episodes with the new DB model #865 2017-06-28 23:15:01 +01:00
Jamie.Rees
2bc916998c #865 rework the backend data. Actually use real models rather than a JSON store. 2017-06-26 16:32:23 +01:00
Jamie.Rees
1c6ddc74cb Small fixes around the searching 2017-06-20 09:14:39 +01:00
Jamie.Rees
974cb1ebb3 Some rules #865 2017-06-19 15:03:39 +01:00
Jamie.Rees
9a4dbb3dce Email Notifications are now fully customizable and work! #865
We also have reactive forms in the UI, should apply this to other settings.
2017-06-15 16:28:43 +01:00
Jamie.Rees
f193471b6c More on #865 TODO, Find out whats going on with the notifications and why exceptions are being thrown.
Bascailly custom notification messages are almost done
2017-06-14 16:30:06 +01:00
Jamie.Rees
745ff844ca The Approving child requests now work! 2017-06-13 13:28:06 +01:00
Jamie.Rees
4c797733ca Added the Movie Sender, Movies will be sent to Radarr now #865 2017-06-07 15:07:41 +01:00
Jamie.Rees
9f4a8902f9 Rules changes and rework 2017-06-06 09:27:51 +01:00
Jamie.Rees
d5ec429893 Request Grid test 2017-06-02 15:09:57 +01:00
Jamie.Rees
e0018f63fa small cleanup #865 2017-06-02 09:24:31 +01:00
Jamie.Rees
7595ccf6c4 Started the Radarr Settings #865 2017-06-01 08:49:14 +01:00
Jamie.Rees
25526cc4d9 The move! 2017-05-16 08:31:44 +01:00
Renamed from Ombi/Ombi.Core/Engine/MovieRequestEngine.cs (Browse further)