| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-07 | Fix localization lookup | Joe Rogers | |
| 2022-10-07 | Add hearing impaired subtitle stream indicator (#7379) | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-10-07 | Merge pull request #8503 from Bond-009/ThrowIfNull | Claus Vium | |
| 2022-10-06 | Fix minor warnings in Emby.Server.Implementations (#2149) | Jan Sommer | |
| 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-07-24 | Backport pull request #8166 from jellyfin/release-10.8.z | Joshua Boniface | |
| Bind @userid only when it's in the statement Authored-by: Joseph <1315585+joseph39@users.noreply.github.com> Merged-by: Claus Vium <cvium@users.noreply.github.com> Original-merge: 057e8ef24061a969d4ca31b5b115e14d5ba76fe4 | |||
| 2022-06-29 | Merge pull request #7964 from jellyfin/dovi-side-data | Joshua M. Boniface | |
| (cherry picked from commit 39d185c7b19ed2da1ae46566152fb1cf182266cd) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-29 | Merge pull request #7940 from Shadowghost/fix-recommendations | Cody Robibero | |
| (cherry picked from commit 674931324926368791a47d7bd7ce59b4248f5a71) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix | Cody Robibero | |
| (cherry picked from commit 60affd096595d68728506149d0ffce6e84b6b015) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-25 | Don't allow unknown sort-by | Cody Robibero | |
| 2022-03-10 | Add label for external audio/sub tracks | Joe Rogers | |
| 2022-03-06 | Revert "chore: Add a read only connection for routes like Shows/NextUp" | Cody Robibero | |
| 2022-03-05 | Merge pull request #7240 from jaysonsantos/add-readonly-connection | Cody Robibero | |
| 2022-03-05 | Apply suggestions from code review | Cody Robibero | |
| 2022-02-16 | Merge pull request #7322 from Bond-009/db2 | Cody Robibero | |
| 2022-02-15 | Clean up SqliteItemRepository | Bond_009 | |
| * remove dead code * reduce allocations | |||
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-01-23 | fix: Avoid opening read connections without mutexes | Jayson Reis | |
| 2022-01-22 | chore: Add a read only connection for routes like Shows/NextUp | Jayson Reis | |
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-04 | Use provided SortOrder | Cody Robibero | |
| 2022-01-03 | Reverse all order-by | Cody Robibero | |
| 2021-12-31 | Fix orderby query | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-16 | Use string builder instead of string interpolation | Cody Robibero | |
| 2021-12-16 | Log warning for unknown BaseItemKind to Type mapping | Cody Robibero | |
| 2021-12-15 | Add mapping from BaseItemKind to Type.FullName for querying | Cody Robibero | |
| 2021-12-14 | Use array instead of HashSet | Cody Robibero | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-11-15 | Fix some warnings | Bond_009 | |
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-10-02 | Fix warnings in Data | Patrick Barron | |
| 2021-09-24 | Address comments | Bond_009 | |
| 2021-09-24 | Use new Enum.TryParse(ReadOnlySpan<char>) overload | Bond_009 | |
| 2021-09-21 | Specify DateTimeStyles when possible | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-09-02 | Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing | Bond_009 | |
| target and add test cases | |||
| 2021-08-30 | Apply suggestions from code review | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-06-22 | Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-12 | Add test for ReadOnlySpan.Count extension | Bond_009 | |
| 2021-06-05 | More review | cvium | |
