Commit graph

21 commits

Author SHA1 Message Date
tidusjar
f41eea89a0 Added the watchlist import for movies 2022-04-07 11:20:33 +01:00
Jamie
ba88848866
feat(radarr): 4K Requests and Radarr 4K support
* feat: updated radarr settings API to support 4k

* feat: refactored the radarr setting page to support the new model

* feat: Added 4k radarr to the settings page

* feat: Added the new Movie 4k Request

* feat: Got some of the backend rules done

* feat: Made a load of progress

* Removed the csproj ref

* feat: fixed the radarr ui

* feat: fixed up all the movie requests page

* feat: Hide the 4K buttons when the user does not have the 4k permission

* fix: fixed the templateref issue

* test: fixed up all the tests

* feat: Added migrations for media sever quality. Emby and Radarr Sync jobs now pull the quality

* feat: Done the media sync jobs

* feat: plex availability checker

* feat: Updated the jellyfin availability checker to check for 4k

* feat: updated emby availbility checker to check for 4k

* feat: almost got it all working now

* feat: Added 4k approve to the request list options

* feat: Added 4k to the requests list and bulk approve

* feat: Added the features service

* feat: added feature update to the frontend

* feat: got the features page working

* feat: Applied the feature service on the backend

* feat: added the feature flag on the UI

* feat: added 4k to the card
2022-02-14 22:08:09 +00:00
sephrat
5e140ab618
fix(translations): 🌐 Localization - Ensuring all of the app including backend are localized #4366
* Localize TV and movies titles in requests

* Add missing release statuses

* Localize collection request

* Localize TV shows in newsletter

Uses TMDB instead of TVMaze for title, genres and synopsis

* Localize error messages

* Localize albums requests

* Use current language for TV and movies requests

* Remove unecessary console log
2021-11-02 15:00:25 +00:00
Jamie Rees
6c3ae89ca0 More fixed for EF core 2020-02-25 21:15:31 +00:00
tidusjar
1a086e6f19 Got MySql working 2019-11-03 00:02:10 +00:00
tidusjar
769343a128 Fixed issue where using the API to request a movie/tv show would throw an exception when only using the API Key #3091 2019-08-08 15:42:04 +01:00
tidusjar
c1db84e17c Fixed 2019-06-01 21:21:57 +01:00
Jamie
82a24d5393
Merge branch 'develop' into master 2019-05-18 23:13:11 +01:00
Patrick Collins
36f7527c46 import System.IO 2019-05-16 23:21:58 -04:00
Patrick Collins
3556e055df add exception to handle unknown RequestType 2019-05-09 19:45:47 -04:00
Patrick Collins
6c5e359d69 add braces to all if statements 2019-05-09 04:23:04 -04:00
Patrick Collins
224a6a4103 fix album-request-permission error message 2019-05-09 03:34:13 -04:00
tidusjar
cf9bb889ed Fixed the issue where it was not picking up roles until the JWT was refreshed 2019-03-22 22:31:11 +00:00
Jamie
70db3c7bca Loads more work *phew* !wip 2018-08-24 16:07:53 +01:00
tidusjar
560072eba4 Added the option to import the plex admin.
Fixed #1701
2017-11-10 20:27:14 +00:00
Jamie.Rees
f5a0572946 Fixed some cosmetic issues #865 2017-10-05 14:08:52 +01:00
Jamie.Rees
51fbd56c44 Finished implimenting Identity with IdentityServer4. #865 #1456 2017-07-13 15:23:39 +01:00
Jamie.Rees
263240c648 Lot's of refactoring 2017-07-06 16:24:51 +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
974cb1ebb3 Some rules #865 2017-06-19 15:03:39 +01:00
Jamie.Rees
9f4a8902f9 Rules changes and rework 2017-06-06 09:27:51 +01:00
Renamed from src/Ombi.Core/Rule/Rules/CanRequestRule.cs (Browse further)