1
0
mirror of https://github.com/Ombi-app/Ombi.git synced 2025-03-12 04:35:27 -07:00
Commit Graph

36 Commits

Author SHA1 Message Date
Jamie
f3a6ccb4cf
Net8 ()
* framework change

* packages

* stuff

* missed docker

* chore(release): 🚀 v4.43.17 [skip ci]

* more .net8

* chore(release): 🚀 v4.43.18 [skip ci]

* changed RID's

* chore(release): 🚀 v4.43.19 [skip ci]

---------

Co-authored-by: Conventional Changelog Action <conventional.changelog.action@github.com>
2024-05-14 21:25:08 +01:00
Jamie
6e8cabad17
chore: updates () [skip ci] 2023-06-21 09:09:07 +01:00
Victor Usoltsev
9fe7ec115e
refactor: Upgrades nuget packages. Removes deprecated packages. Fixes build warnings. ()
* Upgrades nuget packages. Removes deprecated packages. Fixes build warnings.

* Fixes the last few build warnings.
2022-10-07 19:23:12 +01:00
sephrat
a70bf8f46c
fix(API): Fix pagination in some edge cases ()
[skip ci]
2022-05-27 09:59:24 +01:00
Jamie
719eb7dbe3
feat: Upgrade Ombi to .NET 6 ()
* 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] ()

* chore: bump the net version

* ci: use the dotnet ver task everywhere
2021-11-09 21:54:51 +00:00
tidusjar
ecfb594f1f chore: 🚧 added a non-ui build configuration 2021-10-06 21:34:58 +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
e8810e82b1 fix: 🐛 Small change to the URL we generate for the Play on Plex link 2021-09-07 08:19:37 +01:00
tidusjar
6c6b7bb498 feat: Added the ability to provide your own custom plex url 2021-09-06 20:34:06 +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
Joshua M. Boniface
bb60365109 Fix remaining tests 2020-12-12 18:28:40 -05:00
Joshua M. Boniface
6b24ab7f83 Correct tests for Jellyfin types 2020-12-12 18:16:24 -05:00
tidusjar
9fea842545 wip 2020-11-11 08:14:42 +00:00
tidusjar
0d55eec72e Update to net5.0 2020-11-10 19:22:34 +00:00
Jamie Rees
7f9652ba4e Fixed 2020-11-02 21:05:26 +00:00
tidusjar
96abeb5861 wip 2020-11-02 19:02:27 +00:00
Victor Usoltsev
0c34fbd0cd Adds a test for ToHttpsUrl extension. 2020-10-08 12:13:42 +13:00
Victor Usoltsev
4332e5cf51 Replaces scheme to https for all urls returned to client side. 2020-10-07 21:01:17 +13:00
tidusjar
2171768757 package updates 2020-09-30 22:36:09 +01:00
tidusjar
86937d2a1c Fixed 2020-08-27 22:06:21 +01:00
tidusjar
b09d4e41f9 Fixed 2020-03-31 15:56:37 +01:00
tidusjar
483f021e29 Updated to 3.1 2020-02-07 23:01:36 +00:00
Jamie Rees
bea8551cd3 merge 2019-11-26 08:32:16 +00:00
tidusjar
faba87cdc6 Fix for 2019-11-20 21:35:04 +00:00
tidusjar
3a82562341 Fixed unit tests 2019-11-05 22:38:59 +00:00
tidusjar
379ffeddba Updated to .net core 3.0 2019-11-05 22:04:37 +00:00
tidusjar
a5139dd25c merge develop into v4 2019-10-16 20:25:26 +01:00
msdeibel
ab8e5cca7e Fixes issue
The new string extension method ToHttpsUrl ensures that URLs starting with "https" are no longer turned into "httpss"
The commit also replaces all occurances of the error prone .Replace("http", "https") in the whole solution.
2019-10-12 10:00:26 +02:00
tidusjar
961ba4297a We now have infinite scroll!
Also fixed some more unit tests
2019-04-17 17:19:06 +01:00
tidusjar
64bb63af86 Fixed unit test 2019-04-16 22:45:54 +01:00
tidusjar
68ea440dbb Added unit tests for the new pagination helper, got it working now 2019-04-16 22:43:24 +01:00
Jamie Rees
227ec0a6f8 WIP on scrolling 2019-04-16 15:49:44 +01:00
Jamie Rees
781cc31380 More unit tests 2019-04-11 15:15:37 +01:00
Jamie Rees
ae9a4e3b1c Package update/refresh 2019-04-08 09:26:58 +01:00
Jamie Rees
e5cc355dfe unit tests 2019-04-05 13:39:14 +01:00
tidusjar
cb7c7992d9 If we don't know the Plex agent, then see if it's a ImdbId, if it's not check the string for any episode and season hints 2019-01-01 14:41:06 +00:00