| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-07 | Fix release build | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Fix build errors | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-03 | Allow non-ASCII in downloaded filenames (#8825) | Justin | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8657 | |||
| 2022-11-26 | Add missing format providers (fix CA1305 errors) (#8745) | Terrance | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-11-10 | Use elevated access control for media folders endpoint | Bill Thornton | |
| 2022-11-09 | Fix media folders endpoint access control | Bill Thornton | |
| 2022-11-09 | Fix items endpoint not honoring library access control | Bill Thornton | |
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-07 | Merge pull request #8381 from 1hitsong/lyric-lrc-file-support | Claus Vium | |
| 2022-10-06 | fix Release build | cvium | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-09-23 | Backport pull request #8399 from jellyfin/release-10.8.z | LogicalPhallacy | |
| Respect visibility for people items (rebased) Original-merge: e6124bc154c9f95fdd491f309623def6b3df0171 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-23 | Backport pull request #8214 from jellyfin/release-10.8.z | Niels van Velzen | |
| Make userId truly optional in UniversalAudioController Original-merge: af877063795469ac3d94d356b2787e296606f571 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-22 | Use async functions | 1hitsong | |
| 2022-09-16 | Change API GetLyrics return type | 1hitsong | |
| 2022-09-16 | Remove use of AddParts. Cleanup use of Lyric vs Lyrics. | 1hitsong | |
| 2022-09-15 | Create ILyricManager | 1hitsong | |
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-14 | Adds lyric providers to DI pipeline | Jamie Introcaso | |
| This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it. | |||
| 2022-09-13 | Sort special features same as other spots, removing unnecssary function | Zach Phelan | |
| Added to contributors | |||
| 2022-09-11 | Require properly typed ActionResult<T> (#8382) | Cody Robibero | |
| 2022-09-10 | Merge remote-tracking branch 'origin/lyric-lrc-file-support' into ↵ | 1hitsong | |
| lyric-lrc-file-support | |||
| 2022-09-10 | Updates based on review | 1hitsong | |
| 2022-09-09 | Update Jellyfin.Api/Controllers/UserLibraryController.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-09 | Update Jellyfin.Api/Controllers/UserLibraryController.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-09 | Update Jellyfin.Api/Controllers/UserLibraryController.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-09 | Add Lyrics API Endpoint | 1hitsong | |
| 2022-09-09 | Merge pull request #8250 from Bond-009/minor18 | Claus Vium | |
| Minor cleanup | |||
| 2022-09-09 | Merge pull request #8359 from nielsvanvelzen/simplify-universalaudiocontroller | Bond-009 | |
| 2022-09-04 | Fix QuickConnect operation names | Niels van Velzen | |
| 2022-09-04 | Simplify UniversalAudioController code, remove redundant null checks | Niels van Velzen | |
| 2022-08-22 | Merge pull request #8267 from luzpaz/typos | Bond-009 | |
| 2022-08-21 | Merge pull request #7965 from jasongdove/api-key-items-without-user-id | Claus Vium | |
| 2022-08-18 | Fix operation name in SearchController and correct nullability for SearchHint | Niels van Velzen | |
| 2022-08-18 | Minor cleanup | Bond_009 | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-08-14 | Merge pull request #8261 from nielsvanvelzen/adjacentTo-guid | Cody Robibero | |
| 2022-08-14 | Use guid for seriesId API parameter | Niels van Velzen | |
| 2022-08-14 | Check for empty guid | Niels van Velzen | |
| 2022-08-14 | Use Guid for adjacentTo API parameter | Niels van Velzen | |
| 2022-08-01 | Backport pull request #8174 from jellyfin/release-10.8.z | Joshua Boniface | |
| Disable auto inserted SW scaler for HW decoders Authored-by: nyanmisaka <nst799610810@gmail.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7297431f23a0fa1ab5aa15df93d91096a09c4f21 | |||
| 2022-07-30 | add comments | Jason Dove | |
| 2022-07-30 | Merge branch 'master' into api-key-items-without-user-id | Jason Dove | |
| 2022-07-20 | Backport pull request #8013 from jellyfin/release-10.8.z | Joshua Boniface | |
| Fix password change during parental control schedule Authored-by: David Ullmer <davidullmer@outlook.de> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 84a1674f391d344c251c2c949cb227a9318536eb | |||
| 2022-06-29 | Merge pull request #7994 from nyanmisaka/fix-throttler | Joshua M. Boniface | |
| (cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-23 | tweak guid check | Jason Dove | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
