Jamie
|
c31b57aa86
|
kitzin - Fixed anime being send to sonarr as standard series
kitzin - Fixed anime being send to sonarr as standard series
|
2021-03-31 16:36:47 +01:00 |
|
Emil Kitti
|
a5fd1622d6
|
themoviedb keywords attribute api change
|
2021-03-31 14:25:11 +02:00 |
|
tidusjar
|
b3a2fbdb0d
|
Fixed last test
|
2021-03-29 08:56:58 +01:00 |
|
tidusjar
|
4af31f165b
|
Fixed up some tests
|
2021-03-29 08:30:22 +01:00 |
|
Jamie
|
53f2dbe5ad
|
Merge pull request #4123 from elisspace/patch-1
Fix minor grammatical error
|
2021-03-29 07:02:52 +01:00 |
|
Eli
|
d54e11f1a0
|
Fix minor grammatical error
Removed some duplicated text.
|
2021-03-29 07:46:09 +07:00 |
|
Jamie
|
606fd8c919
|
Merge pull request #4121 from Ombi-app/bug/v1api-fix
Fixed the v1 API, added tests around that API to ensure we keep backw…
|
2021-03-28 22:33:19 +01:00 |
|
Victor Usoltsev
|
4d9500df54
|
Merges with develop.
|
2021-03-29 08:50:05 +13:00 |
|
tidusjar
|
57e986a118
|
Fixed the issue where TV shows sometimes were not appearing as available on the Discover and Search pages, added more automation tests to cover this
|
2021-03-28 20:26:35 +01:00 |
|
Jamie
|
41522844fe
|
Merge pull request #4122 from kitzin/patch-2
fixes rootfolder selection in sonarr
|
2021-03-28 19:14:09 +01:00 |
|
Emil Kitti
|
f2525650f1
|
fixes rootfolder selection in sonarr
|
2021-03-28 18:50:10 +02:00 |
|
tidusjar
|
c464b23bdc
|
Fixed the v1 API, added tests around that API to ensure we keep backwards compatability
|
2021-03-28 15:36:18 +01:00 |
|
tidusjar
|
580a34f28a
|
Merge branch 'develop' of https://github.com/ombi-app/Ombi into develop
|
2021-03-28 14:13:33 +01:00 |
|
tidusjar
|
2dc364e96a
|
Fixed the Discord TV notification not working after moving away from TV maze #4120
|
2021-03-28 14:13:17 +01:00 |
|
Jamie
|
1bc179370b
|
Merge pull request #4116 from kitzin/patch-1
Verify Sonarr quality/rootfolder override
|
2021-03-28 13:53:31 +01:00 |
|
Emil Kitti
|
45bcfca138
|
Fix rootfolder override
rootfolder override has the same issue
|
2021-03-28 05:53:22 +02:00 |
|
Emil Kitti
|
87d8ba0499
|
Fix
|
2021-03-28 05:24:26 +02:00 |
|
Emil Kitti
|
3c5e7ba37f
|
Verify Sonarr quality override
Ombi implicitly trusts that the quality override is set correctly, and causes issues downstream.
Line 258 in [TvSender.cs](https://github.com/Ombi-app/Ombi/tree/develop/src/Ombi.Core/Senders/TvSender.cs#L258) it tries to add a series but the, `AddSeries` function in [SonarrApi.cs](https://github.com/Ombi-app/Ombi/blob/develop/src/Ombi.Api.Sonarr/SonarrApi.cs#L92) fails to validate the `NewSeries` object since the `qualityProfileId` attribute is set to `0`. In the end it assumes the series is added in Sonarr and causes a API request with series id set to `0` which causes the following error.
```
[Error] StatusCode: BadRequest, Reason: Bad Request, RequestUri: http://SONARR_HOST/sonarr/api/series/0
```
|
2021-03-28 04:42:54 +02:00 |
|
tidusjar
|
6955c59680
|
Fixed up the reset password pages and some small tweaks
|
2021-03-27 22:46:33 +00:00 |
|
Victor Usoltsev
|
412063c982
|
Capitalizes V for tv show notification type. Refactors notification message curlys class.
|
2021-03-27 00:51:36 +13:00 |
|
Jamie
|
4c571101c7
|
Merge pull request #4112 from Ombi-app/feature/admin-request-options
Feature/admin request options
|
2021-03-25 12:19:02 +00:00 |
|
tidusjar
|
1011d965cb
|
removed onlys
|
2021-03-25 10:49:57 +00:00 |
|
tidusjar
|
8eb34d1d3a
|
Removed the Request on behalf from the details menu as it's no longer needed there and tidied up some of the icons
|
2021-03-25 10:48:00 +00:00 |
|
tidusjar
|
130efd8216
|
Fixed the bugs that the automation tests found
|
2021-03-25 09:55:44 +00:00 |
|
tidusjar
|
600c88dd20
|
Removed only's
|
2021-03-25 09:05:29 +00:00 |
|
tidusjar
|
b9f5c06b7c
|
Fixed unit tests
|
2021-03-25 09:04:48 +00:00 |
|
tidusjar
|
5678f43f41
|
Fixed up tests to be aware of the new dialog
|
2021-03-25 08:54:35 +00:00 |
|
tidusjar
|
5e6edc2ad8
|
Got TV working nicely
|
2021-03-24 20:57:35 +00:00 |
|
tidusjar
|
62cceb803d
|
removed .only
|
2021-03-24 09:15:01 +00:00 |
|
tidusjar
|
e34ce215ac
|
Fixed all the automation tests, and the bugs that the tests found
|
2021-03-24 09:05:40 +00:00 |
|
tidusjar
|
c5f123b903
|
Got a bit of the work done, needs some polish then tackle tv
|
2021-03-23 22:08:20 +00:00 |
|
tidusjar
|
873823017c
|
Fixed the issue where fully available TV shows were showing as partially available
|
2021-03-23 16:21:58 +00:00 |
|
tidusjar
|
9109350f2e
|
Some small fixes, and more automation tests to cover the breaking scenario from earlier
|
2021-03-22 16:48:33 +00:00 |
|
tidusjar
|
cb3916f773
|
Fixed the issue where we couldn't request TV shows from the discover page
|
2021-03-22 15:11:43 +00:00 |
|
tidusjar
|
3aba6516e0
|
Replaced all the mat-icons with fontawesome
|
2021-03-22 10:04:41 +00:00 |
|
tidusjar
|
bb384bff68
|
Fixed broken The MovieDb and RT logos on the movie page
|
2021-03-22 08:13:04 +00:00 |
|
tidusjar
|
9c72fb7196
|
Fixed tests [no-ci]
|
2021-03-21 17:13:38 +00:00 |
|
tidusjar
|
27f0d6e225
|
Started adding the ability for them to self manage their accounts
|
2021-03-21 00:51:38 +00:00 |
|
tidusjar
|
612fbb213f
|
Moved around the user preferences
|
2021-03-20 23:19:23 +00:00 |
|
tidusjar
|
caf8c16a4f
|
Another small icon change
|
2021-03-20 22:51:55 +00:00 |
|
tidusjar
|
c3ee3bd339
|
changed icons to fontawesome
|
2021-03-20 22:50:57 +00:00 |
|
Jamie
|
139f1ba3b1
|
Ignore
|
2021-03-20 09:16:20 +00:00 |
|
Jamie
|
b61c9003db
|
Merge pull request #4104 from Ombi-app/feature/tvmaze-replacement
Feature/tvmaze replacement
|
2021-03-20 08:39:00 +00:00 |
|
tidusjar
|
af81b7d098
|
removed only
|
2021-03-20 00:38:15 +00:00 |
|
tidusjar
|
3c37a21ab3
|
more automation
|
2021-03-20 00:29:34 +00:00 |
|
tidusjar
|
77ac5e77cc
|
angular 11 upgrade
|
2021-03-19 22:53:48 +00:00 |
|
tidusjar
|
e39f35ca51
|
wip
|
2021-03-19 22:12:37 +00:00 |
|
tidusjar
|
10c47d0233
|
update cypress
|
2021-03-18 09:35:19 +00:00 |
|
tidusjar
|
c2a3fd1c4f
|
Added more tests to cover the request grid around TV
|
2021-03-17 22:09:52 +00:00 |
|
tidusjar
|
432fb683c2
|
Fixed tv requests
|
2021-03-17 12:35:41 +00:00 |
|