| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-12 | Rewrite BaseItem.ModifySortChunks | Bond_009 | |
| 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-07 | Merge pull request #7514 from Shadowghost/music-extend | Claus Vium | |
| 2022-10-07 | Merge pull request #8503 from Bond-009/ThrowIfNull | Claus Vium | |
| 2022-10-06 | Remove extra argument | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-26 | Update MediaBrowser.Controller/Lyrics/LyricInfo.cs | 1hitsong | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-09-23 | Backport pull request #8280 from jellyfin/release-10.8.z | Bill Thornton | |
| Fix ffmpeg analyze duration env var taking priority over media source Original-merge: 632fb05f467a935da5765fccd1595dfd501247d0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-23 | Backport pull request #8213 from jellyfin/release-10.8.z | nyanmisaka | |
| Fix high single thread usage in throttler Original-merge: ba026716c1609941ec50a26e50ef5e68cc84d0c0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-23 | Backport pull request #8189 from jellyfin/release-10.8.z | Luke F | |
| Fix GetItems IndexOutOfRangeException when IDs do not exist Original-merge: 527ed0607d5f31a232293b39daac19018518b1a0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-22 | Use async functions | 1hitsong | |
| 2022-09-21 | Update summaries, Use spans | 1hitsong | |
| 2022-09-20 | Use Span in SupportedMediaTypes comparison | 1hitsong | |
| 2022-09-20 | Resolve Azure build error | 1hitsong | |
| 2022-09-20 | Use Directory GetFiles to find lyric files | 1hitsong | |
| 2022-09-19 | Move AcceptedTimeFormats to class level variable | 1hitsong | |
| 2022-09-18 | Code Cleanup | 1hitsong | |
| 2022-09-18 | Add default values to LyricResponse | 1hitsong | |
| 2022-09-18 | Use numeric values for metadata values | 1hitsong | |
| 2022-09-18 | Update MediaBrowser.Controller/Lyrics/LyricResponse.cs | 1hitsong | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2022-09-18 | Update MediaBrowser.Controller/Lyrics/LyricResponse.cs | 1hitsong | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2022-09-18 | Use providers in order of priority | 1hitsong | |
| 2022-09-18 | Remove automapper tool | 1hitsong | |
| 2022-09-17 | Use model properties for LRC metadata | 1hitsong | |
| 2022-09-17 | Resolve Azure build issues | 1hitsong | |
| 2022-09-17 | Code cleanups. Remove pragma commands | 1hitsong | |
| 2022-09-17 | Var type refinements | 1hitsong | |
| 2022-09-17 | Removing unused lines | 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 | Merge pull request #8401 from ZachPhelan/sort-special-features | Bond-009 | |
| 2022-09-14 | Merge pull request #8144 from joseph39/ffmpeg-referer | Bond-009 | |
| 2022-09-13 | Add function back for compatibility, add sorting | Zach Phelan | |
| 2022-09-13 | Sort special features same as other spots, removing unnecssary function | Zach Phelan | |
| Added to contributors | |||
| 2022-09-13 | Add xmldocs | Shadowghost | |
| 2022-09-13 | Extend music parsing | Shadowghost | |
| 2022-09-09 | Merge pull request #8250 from Bond-009/minor18 | Claus Vium | |
| Minor cleanup | |||
| 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 | Check for empty guid | Niels van Velzen | |
| 2022-08-14 | Use Guid for adjacentTo API parameter | Niels van Velzen | |
| 2022-08-13 | Backport pull request #8209 from jellyfin/release-10.8.z | Shadowghost | |
| Fix series query including missing episodes when it should not Original-merge: 9357d610b13e2d9a759d69ed80dd71108af1e602 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-08-13 | Backport pull request #8182 from jellyfin/release-10.8.z | Shadowghost | |
| Extract external subs from container before determining characterset Original-merge: 1faee43b1103428392d305cb0d1b46ff3ab6b5fc Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-08-01 | Backport pull request #8191 from jellyfin/release-10.8.z | Joshua Boniface | |
| fix: remove Virtual episodes when their physical counterpart exists Authored-by: cvium <clausvium@gmail.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 77a007a24d5eef1209766d31e2f5038b11d1a8d4 | |||
| 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-08-01 | Backport pull request #8167 from jellyfin/release-10.8.z | Joshua Boniface | |
| Add back library scan from library manager Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: f9dffa767f71f287e384282679a9af5e20bc370e | |||
