Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/3ea4174d12cdb14bc7cbe693147d42bc45aaabb0/MediaBrowser.Controller/Library?page=2 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

514 Commits (3ea4174d12cdb14bc7cbe693147d42bc45aaabb0)

Author SHA1 Message Date
cvium 3f6e6c4839 Simplify 4 years ago
cvium 3c5bbeb80c Remove ImageFetcherPostScanTask 4 years ago
crobibero c083b29e29 Use Guid as API parameter type where possible 4 years ago
Joshua M. Boniface bf54b5579c
Merge branch 'master' into defer_image_fetching 4 years ago
Claus Vium ec2538a1ba
Merge pull request from cvium/fix_person_studio_genre_endpoints 4 years ago
cvium 584b4fa41f Fix Persons, Genres and Studios endpoints 4 years ago
crobibero b4d52d8009 Apply patch 4 years ago
Patrick Barron 72263613d0 Convert some code in UserManager to async 4 years ago
Jan-Pieter Baert ec91d3893d
Fix SA 1116 warnings 4 years ago
cvium 763862cbd8 Defer image pre-fetching until the end of a refresh/scan 4 years ago
Matt Montgomery 53d5f64e03 Fix SA1513, SA1514, SA1507, and SA1508 4 years ago
Bond_009 228b33a23b Minor improvements 4 years ago
Bond_009 48e1cf9fd7 Minor performance improvements to item saving 5 years ago
Patrick Barron 2eb9a3670b Document PlaybackStartEventArgs 5 years ago
Patrick Barron 9fa4fff15d Merge branch 'master' into event-rewrite-1 5 years ago
Bond_009 404bb4f835 Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 5 years ago
Bond_009 119f64f5e7 Make some methods async 5 years ago
Bond_009 2b400c99ef Fix warnings 5 years ago
Patrick Barron 816c80525a Use IEventManager in UserManager 5 years ago
Patrick Barron ca1f15af19 Move GenericEventArgs to Jellyfin.Data.Events 5 years ago
Patrick Barron 3e5fe04427 Migrate ActivityLogEntryPoint.OnPlaybackStart to IEventConsumer 5 years ago
Patrick Barron 3d69cea1c9
Merge branch 'master' into displaypreferences-efcore 5 years ago
Joshua M. Boniface 845ee21ddc
Merge pull request from Bond-009/createuserasync 5 years ago
Joshua M. Boniface 0d446c8755
Merge pull request from Bond-009/warn21 5 years ago
Bond_009 6cbfae209d Make CreateUser async 5 years ago
Bond_009 7324b44c43 Fix warnings 5 years ago
Patrick Barron ab396225ea Migrate Display Preferences to EF Core 5 years ago
Patrick Barron 3b085f6a03 Remove UserManager.AddParts 5 years ago
Patrick Barron 6d1b00da64 Use Array.Empty 5 years ago
dkanada d0bc93e947
Merge pull request from barronpm/fix-user-delete 5 years ago
Claus Vium 0f07b19ca5 Remove AllowIgnorePath 5 years ago
Patrick Barron 5ee419ebe4 Fix typo 5 years ago
Patrick Barron 9a01cd8590 Fix user deletion. 5 years ago
telans 98db8f72e0
fix SA1503 for one line if statements 5 years ago
telans 8e3d874802
remove regions 5 years ago
telans afe09612e8
fix SA1119 5 years ago
Bond-009 9af6eda0b4
Merge pull request from telans/comment-stops 5 years ago
telans 247f9c61e6
fix SA1513/SA1516 5 years ago
telans 9018f8d8be
Add full stop at end of comments (SA1629) 5 years ago
telans 3d9049ef08
fix SA1508 5 years ago
Patrick Barron 42b4f0aa2e Merge branch 'master' into userdb-efcore 5 years ago
dkanada 403cd3205f
Merge pull request from crobibero/ilogger 5 years ago
Patrick Barron 7a115024aa Merge branch 'master' into userdb-efcore 5 years ago
Patrick Barron 7fba0b778e Properly remove profile images 5 years ago
Patrick Barron d105bc728d Fix startup wizard. 5 years ago
crobibero 7ed5cf3dca Force configuration paths to not be ignored. 5 years ago
crobibero 44957c5a9a Use typed logger where possible 5 years ago
Patrick Barron 06f9cde22f Merge branch 'master' into userdb-efcore 5 years ago
Vasily b9618c8c01
Merge pull request from GranPC/public-pr/blurhash 5 years ago
Vasily edcfcadcd3 Make sure blurhash is recomputed if image changed or metadata refresh toggled 5 years ago
Patrick Barron 01ce56016a Merge branch 'master' into userdb-efcore 5 years ago
Joshua M. Boniface 0be3dfe7c5
Revert "Fix emby/user/public API leaking sensitive data" 5 years ago
Patrick Barron c464f700db Remove redundant qualifiers 5 years ago
Vasily a226a4ee03 Compute hash only when one is not computed in DB, small optimizations here and there 5 years ago
Jesús Higueras fe480caf54 Add endpoint to update all items in library 5 years ago
Patrick Barron b7621d762c 2nd half of changes 5 years ago
Patrick Barron c1360a1dc3 Merge branch 'master' into userdb-efcore 5 years ago
Patrick Barron 9ad839c776 Initial migration code 5 years ago
Bond-009 62da4d0e5c
Merge pull request from Polpetta/fix-api-private-data-leak 5 years ago
Bond-009 f31efce52d
Merge branch 'master' into usings 5 years ago
Bond_009 3ab50f5a3f Address comments 5 years ago
Bond_009 e9d1eabd53 Remove unused usings 5 years ago
Mark Monteiro b67e9cde8c Replace ILogger with ILogger<T> wherever possible 5 years ago
Davide Polonio 5d760b7ee8 Fix emby/user/public API leaking private data 5 years ago
dkanada de40f22a46
Merge pull request from Bond-009/warn16 5 years ago
Bond_009 adc9fc282c Minor improvements 5 years ago
Bond_009 184ad29f3f Address comments 5 years ago
Bond_009 e714b9930e Merge branch 'master' into embytv 5 years ago
Bond_009 a253fa616d Fix build and address comments 5 years ago
dkanada aca31457c0 merge branch master into media-attachments 5 years ago
Bond_009 ab57b504fe Delete user config dir on user deletion 5 years ago
Bond_009 5cab79c839 Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs 5 years ago
Bond_009 3221e837f9 * Add support for multi segment base urls 5 years ago
Andrew Mahone 743685110c
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs 5 years ago
Andrew Mahone 0fd7886a12
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs 5 years ago
Bond-009 2b1e766c17
Update MediaBrowser.Controller/Library/IUserManager.cs 5 years ago
Andrew Mahone 1513c76a3e Support MediaAttachment retrieval in MediaSourceManager. 5 years ago
Bond_009 fef35d0505 Add clearer exceptions, warnings and docs 5 years ago
Bond_009 8d3b5c851d Improvements to UserManager 6 years ago
Phallacy 09921a00aa made password resets an interface and per user 6 years ago
Vasily bca7a26ffd
Merge branch 'master' into update_tvdb 6 years ago
Claus Vium b9efcace79 Extract imagetype-to-keytype statements into a utility function and move tvdb specific utils to separate class 6 years ago
Claus Vium 8029cd3ebb Add better language support 6 years ago
Claus Vium ecbc0538f6 Add some error handling, grab imdb id and other minor fixes 6 years ago
Claus Vium c2202be0f8 Some of it works??? 6 years ago
Bond_009 3e6819c718 Don't clone lists 6 years ago
Bond_009 41fb1e5106 Tuple -> ValueTuple 6 years ago
Bond_009 1385d89df6 Remove MoreLINQ 6 years ago
Claus Vium 8985fb8d58 Remove support for games as a media type 6 years ago
Erwin de Haan 3a831994f6 Unwrapped GetDirectoryName and DirectorySeperatorChar 6 years ago
Joshua Boniface 9da5d3acc2 Replace our TVDB key with @drakus72's which is V1 6 years ago
Erwin de Haan 38f96af079 Reformat JustAMan review pt2 changes 6 years ago
Erwin de Haan e867446437 ReSharper format: conform inline 'out' parameters. 6 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings 6 years ago
Erwin de Haan a36658f6f0 ReSharper Reformat: Properties to expression bodied form. 6 years ago
Erwin de Haan ba610b5094 Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller 6 years ago
Erwin de Haan 3ed6f37030 EditorConfig reformat: MediaBrowser.Controller 6 years ago
Erwin de Haan 26ca4b607b Visual Studio Reformat: MediaBrowser.Controller 6 years ago
Erwin de Haan 846456b41e Reformatted the files with notes. 6 years ago
Erwin de Haan e2751d42e8 Merge branch 'dev' into code-cleanup 6 years ago