Commit graph

615 commits

Author SHA1 Message Date
tidusjar
914b096781 fix(availability-rules): 🐛 Fixed a small issue where some shows would not appear as Available even know they had no future unaired episodes listed 2021-11-24 22:34:16 +00:00
sephrat
fe635c7106
fix(discover): 🐛 Display TV + movies on actor page in user language (#4395) 2021-11-11 10:22:43 +00:00
sephrat
334a32bca4
fix(permissions): 🐛 Improved the security around the role "Manage Own Requests" (#4397)
* Secure ManageOwnRequests API paths

Fixes #4391

* Hide delete request option if user is not allowed

* Refactor CheckOwnRequests

* Fix deleteRequest test

* Improve performance and clean up code

* Fix manageOwnRequests check

* Refactor CheckCanManageRequest
2021-11-11 10:21:44 +00:00
sephrat
6b716e7220
fix(discover): TV shows now display on the Actor Pages (#4388)
* Add TV shows to Actor discover page

* Fix actor page not loading after actor change

* Remove user filter from discover actor page

* Clean up code
2021-11-10 08:37:35 +00:00
Jamie
719eb7dbe3
feat: Upgrade Ombi to .NET 6 (#4390)
* chore: updated tfm to net6

* chore: updated main packages

* chore: fixed some warnings

* core: Added workflow_dispatch to some of the CI pipelines [skip ci] (#4392)

* chore: bump the net version

* ci: use the dotnet ver task everywhere
2021-11-09 21:54:51 +00:00
tidusjar
ca655ae570 feat(mass-email): Added the ability to configure the Mass Email, we can now send BCC and we are less likely to be rate limited when not using bcc #4377 2021-11-06 22:38:31 +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
tidusjar
5a2f652a28 fix(#4345): 🐛 Fixed the issue where denied requests we not appearing correctly 2021-10-13 21:38:26 +01:00
tidusjar
46e2fafc46 test(request-limits): Fixed unit tests 2021-10-11 10:21:03 +01:00
tidusjar
ecfb594f1f chore: 🚧 added a non-ui build configuration 2021-10-06 21:34:58 +01:00
tidusjar
c35ac16e19 test: Fixed tests 2021-10-04 22:37:57 +01:00
tidusjar
ceaec3feb0 fix(request-limits): 🐛 Fixed the issue where we were calculating Tv Request limit reset date incorrectly 2021-09-28 13:24:08 +01:00
tidusjar
d608798f0f test: Ignore some tests that are failing on CI 2021-09-26 19:37:56 +01:00
tidusjar
978d4ea33b feat(request-limits): Added the UI portion to set the new limits 2021-09-25 23:26:14 +01:00
tidusjar
e31ee8d892 feat(request-limits): Updated the RequestLimit Rules to use the new refactored service 2021-09-22 22:36:10 +01:00
tidusjar
6adf75d0ec refactor(request-limits): ♻️ Refactored the request limits to sit in their own services 2021-09-22 22:15:25 +01:00
tidusjar
364b9f11af feat(request-limits): Request limits are no longer a rolling date. But reset at the start of the week or month depending on the preference 2021-09-22 21:49:28 +01:00
tidusjar
70d5bf52bf feat(request-limits): Added in the main logic for the new request limits 2021-09-22 20:56:41 +01:00
tidusjar
6c6b7bb498 feat: Added the ability to provide your own custom plex url 2021-09-06 20:34:06 +01:00
tidusjar
b6b9840e04 Merge branch 'develop' of https://github.com/tidusjar/Ombi into develop 2021-08-17 08:28:04 +01:00
tidusjar
45b692c8d2 Fixed #4290 2021-08-17 08:27:10 +01:00
Jamie
485ae095db
Merge pull request #4246 from stefangross/develop
Fixed an issue where using sort on the movie request section wouldnt work
2021-08-10 22:02:06 +01:00
tidusjar
0efb55793d Small fix around the detection of available Jellyfin movies 2021-07-29 11:18:14 +01:00
tidusjar
924a562c57 Added the basic advanced search 2021-07-28 21:40:49 +01:00
tidusjar
6ee9606f7c MORE! 2021-07-28 16:48:45 +01:00
tidusjar
0c4bd10b0f Added the Digital Release Date back in.
Improved performance and system load when loading content #4082
2021-07-07 11:59:27 +01:00
tidusjar
5080a1e9d0 Merge branch 'develop' of https://github.com/ombi-app/Ombi into develop 2021-07-05 15:22:02 +01:00
tidusjar
d417526b26 WIP on recently requested 2021-07-05 15:21:55 +01:00
tidusjar
bc59a5051e Added the ability to show seasonal content ;) 2021-07-05 14:57:16 +01:00
stefangross
d01da2d288 fixed issue with sorting movie requests 2021-07-04 19:07:25 +02:00
tidusjar
bd857c1e4f Added some more logging and resilience around the Plex OAuth login #4232 2021-06-28 23:27:58 +01:00
tidusjar
e63524c6e4 Fixed an issue when requesting a collection that we have partially available, it would show as an error, but still add the remaining requests #3832 2021-06-16 08:50:53 +01:00
tidusjar
11527e332c We no longer block you from Requesting all seasons if we already have Season 1 Available/Requested. We will just request the delta now! For example if we request Season 1 and we have the first 3 episodes requested, we will skip those and request the remaining #2709 2021-06-15 16:25:59 +01:00
tidusjar
043eb08aa5 Merge branch 'develop' of https://github.com/ombi-app/Ombi into develop 2021-06-14 08:56:23 +01:00
tidusjar
9389d96e73 Fixed #4166 we will now fall back if there are no regional assets to use 2021-06-14 08:41:14 +01:00
tidusjar
31427c387e Fixed the issue where Ombi would pickup a TV Show/Movie as available when it has the same TMDB Id as something that is already available. 2021-06-12 20:02:15 +01:00
tidusjar
5e33088a6d Removed the V3 switch from Radarr, no one is using V2 Radarr anymore. 2021-06-08 08:07:49 +01:00
tidusjar
53606e08f5 Fixed the issue when using the "Request First Season" it was picking the "Specials" season. 2021-06-01 20:26:35 +01:00
tidusjar
f3392409f7 Fixed some build issues 2021-05-25 13:46:04 +01:00
tidusjar
1cb2431ed1 Added a bit better error handling around the request builder when requesting TV shows 2021-05-25 09:50:35 +01:00
tidusjar
6e51f7f864 Added the demo to the new apis... I hate that fruit company, lets see if we can get approved now 2021-05-19 20:23:15 +01:00
tidusjar
21b8bf76d2 Fixed an issue where for Available Emby content, the service ID was not being passed 2021-05-11 09:51:18 +01:00
tidusjar
6e32bd33f5 Fixed build 2021-05-09 21:15:56 +01:00
tidusjar
64c0fc17cc Fixed #4152 2021-05-09 19:58:36 +01:00
tidusjar
4071b2e8a2 Added the open on mobile back in, this will be available in the next app update 2021-05-07 14:41:10 +01:00
tidusjar
0ad573a98a Fixed the issue where searching some movies may appear available if they have the same TvDb Id as the result's MovieDbId... 2021-04-30 20:40:42 +01:00
tidusjar
264568f396 Added the ability to re-process requests 2021-04-27 22:17:01 +01:00
tidusjar
a578374588 TV results now respect the users set language 2021-04-27 20:43:08 +01:00
tidusjar
16b2b849d4 Map the MediaServer URL for Tv Shows, so we can display the Plex button 2021-04-21 12:28:32 +01:00
tidusjar
9c0d8f91e9 Performance improvement coming from the previous change 2021-04-13 11:00:17 +01:00