Commit graph

5498 commits

Author SHA1 Message Date
Jamie
00151e5419 Updater fixes 2018-07-26 16:36:40 +01:00
Jamie
e621398dde
Merge pull request #2401 from tidusjar/develop
Develop
2018-07-26 16:14:24 +01:00
Jamie
02adcdadc7 Fixed the text for #2370 2018-07-26 16:07:26 +01:00
Jamie
e172c94225 Fixed where you couldn't bulk edit the limits to 0 #2318 2018-07-26 16:05:36 +01:00
Jamie
a94898cf73
Merge pull request #2400 from tidusjar/feature/netcore2.1.1
Feature/netcore2.1.1
2018-07-26 15:54:34 +01:00
Jamie
503afd6c74 updated mailkit !wip 2018-07-26 15:54:14 +01:00
Jamie
efd1d6e08a Updated swagger 2018-07-26 15:53:06 +01:00
Jamie
f5f05db4f1 Updated Polly !wip 2018-07-26 15:38:03 +01:00
Jamie
a5435fe15d Upgraded to .net 2.1.2 (Includes security fixes) 2018-07-26 15:35:42 +01:00
Jamie
ec628e9217 Updated to 2.1.1 2018-07-21 21:13:56 +01:00
Jamie
6a38a4f241
Update CHANGELOG.md 2018-07-18 19:43:01 +01:00
Jamie
f55a581862
Merge pull request #2391 from tidusjar/develop
Develop
2018-07-18 12:56:01 +01:00
TidusJar
cc0d6056c1 !wip changelog 2018-07-18 12:32:31 +01:00
Anojh
3d2010d059 fix #2322 caused by continue statement inside try catch block 2018-07-09 11:21:43 -07:00
TidusJar
185c87ab40 Updated the Emby availability checker to bring it more in line with what we do with Plex. 2018-07-06 08:36:36 +01:00
TidusJar
50c4e76894 Fixed #2367 2018-07-05 20:47:31 +01:00
TidusJar
acf604305b Fixed the issue where you could not delete a user #2365 2018-07-04 14:40:02 +01:00
TidusJar
3f729089c8 !wip changelog 2018-07-04 14:32:32 +01:00
Jamie Rees
c6a362bf2b Added the ability to impersonate a user when using the API Key. This allows people to use the API and request as a certain user. #2363 2018-07-04 14:28:01 +01:00
Jamie Rees
c14f603705 Another attempt to fix #2366 2018-07-03 21:21:32 +01:00
Jamie Rees
35453754a0 Merge branch 'develop' of https://github.com/tidusjar/ombi into develop 2018-07-03 21:16:05 +01:00
Jamie Rees
73d444cde2 Fixed the View On Emby URL since the Link changed #2368 2018-07-03 21:15:23 +01:00
Jamie
22edcf56d8
Merge pull request #2372 from tidusjar/feature/PlexOAuthFix
Feature/plex o auth fix
2018-07-03 20:57:15 +01:00
Jamie Rees
f339969258 Fixed the issue where episodes were not being marked as available in the search #2367 2018-07-03 20:56:32 +01:00
Jamie Rees
5eaa5cf78c Fixed #2371 2018-07-03 19:44:30 +01:00
Jamie
41da68b961 Fixed the Plex OAuth warning 2018-07-03 12:33:21 +01:00
Jamie Rees
7bfc5ad632 Rework how we create the OAuth Pin !wip 2018-07-02 08:44:32 +01:00
Jamie Rees
cbf331cd09 Revert "Fixed Plex OAuth, should no longer show Insecure warning"
This reverts commit c55fc32c63.
2018-07-02 08:06:43 +01:00
Jamie Rees
c55fc32c63 Fixed Plex OAuth, should no longer show Insecure warning 2018-07-01 22:16:12 +01:00
Jamie Rees
fe590004d2 Fixed collection issues in Emby #2366 2018-07-01 20:44:51 +01:00
Matt Jeanes
4d9fddf68c Comment out envparam stuff
This parameter on WebpackDevMiddlewareOptions doesn't actually exist until aspnetcore spa services 2.1 so now breaks with @tidusjar's downgrade but luckily not needed

See https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.spaservices.webpack.webpackdevmiddlewareoptions.envparam?view=aspnetcore-2.1#Microsoft_AspNetCore_SpaServices_Webpack_WebpackDevMiddlewareOptions_EnvParam

Still want to keep it around though because it's useful to explain why AOT isn't on with HMR
2018-07-01 02:39:39 +01:00
Matt Jeanes
835202f935 Merge from develop -> angular6 upgrade 2018-07-01 00:20:23 +01:00
Matt Jeanes
0f5d5ea8f5 Updated @ngu/carousel to beta version to remove rxjs-compat dependency 2018-07-01 00:14:33 +01:00
Matt Jeanes
22dece66d6 Fixed prod build issue
- Updated packages where possible (fixing the prod build)
- Added workaround to gulpfile for webpack reference, see https://github.com/angular/angular-cli/issues/6417
2018-07-01 00:03:29 +01:00
Jamie Rees
075b336430 More Emby improvements !wip 2018-06-29 22:13:53 +01:00
Jamie Rees
207d5c8d60 Do not delete the Emby Information every time we run, let's keep the content now. 2018-06-29 21:55:36 +01:00
Jamie Rees
a4da4d0cc5 Emby Improvements: Batch up the amount we get from the server. 2018-06-29 21:46:08 +01:00
Jamie Rees
e42abd604d Merge branch 'develop' into feature/updater 2018-06-29 21:15:57 +01:00
Jamie Rees
b573bc30f5 Catch real errors !wip 2018-06-29 21:00:52 +01:00
Jamie Rees
46ab1ad923 Log errors when they are uncaught 2018-06-29 20:54:07 +01:00
Jamie Rees
4f49bf0255 Merge branch 'develop' of https://github.com/tidusjar/ombi into develop 2018-06-29 20:49:33 +01:00
Jamie Rees
c5274cf893 Added more background images and it will loop through the available ones 2018-06-29 20:49:19 +01:00
Anojh
fb7c7fdae3 fix unclosed table tags causing overflow #2322 2018-06-29 11:36:37 -07:00
Jamie
2eec6c9c30 Nothing to see here. Move along !wip #2313 2018-06-28 21:43:48 +01:00
Jamie
74a17773cf Added some new assembly nothing is going on here... !wip 2018-06-28 21:37:51 +01:00
Jamie
8e4b33fd32 This should now fix #2350 2018-06-28 21:11:43 +01:00
Jamie Rees
e059b521dd Improve the validation around the Application URL 2018-06-28 14:34:15 +01:00
Jamie Rees
93b8f14c4d Fixed #2341 2018-06-28 14:14:54 +01:00
Jamie Rees
bf17bd4754 Stop spamming errors when FanArt doesn't have the image 2018-06-28 14:01:09 +01:00
Jamie Rees
95f6426f53 Fixed #2338 2018-06-28 13:52:56 +01:00