| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-23 | RemoveNowPlayingItem should also set FullNowPlayingItem to null (#14360) bb | Mason Weigand | |
| 2025-06-09 | fix(Session): don't query DB if queue hasn't changed (#14244) | Sid K | |
| 2025-06-06 | Fixing race condition in GetSessionInfo (#14131) | Mohammed Alhaddar | |
| 2025-03-31 | Cleanup ItemFields (#13818) | Tim Eisele | |
| * Cleanup ItemFields * Update MediaBrowser.Model/Querying/ItemFields.cs | |||
| 2025-03-27 | Fix consumer count off by one when closing a browser tab with a livestream ↵ | timminator | |
| that is transcoding (#13220) Rework Implementation Fix review issues Add missing nullorempty check Fix closely related #13721 | |||
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-25 | Merge branch 'master' into feature/DatabaseRefactor | JPVenson | |
| 2025-03-20 | Fix OnPlaybackStopped task erroring out (#13226) | timminator | |
| 2025-02-02 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider | JPVenson | |
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2025-01-25 | chore: fix spelling | Josh Soref | |
| * a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-11-03 | Backport pull request #12915 from jellyfin/release-10.10.z | JPVenson | |
| Fixed possible NullReferenceException in SessionManager Original-merge: 3592c629e78e80c9d2fc9e368c5d61a11c1bf688 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-09-24 | Fix get sessions with api key (#12696) | gnattu | |
| 2024-09-18 | Fix permission checks | Shadowghost | |
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-08-30 | Remove passwordSha1 param from AuthenticateUser function | Bond_009 | |
| 2024-08-05 | Backport pull request #11901 from jellyfin/release-10.9.z | gnattu | |
| Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-06-01 | Backport pull request #11806 from jellyfin/release-10.9.z | Shadowghost | |
| Return missing episodes for series when no user defined Original-merge: ae584beaac0123f6a722f341a4e12b8f8fbcaf34 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2024-04-12 | Enable more warnings as errors (#11288) | Bond-009 | |
| 2024-03-18 | refactor: use Channels as queueing mechanism for periodic websocket messages ↵ | Claus Vium | |
| (#11092) | |||
| 2024-02-09 | Add PlaybackOrder to Session state | Damian Kacperski | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-14 | Fixed disposable not being called (#10613) | JPVenson | |
| * Fixed disposable not being called * PulledUp usage of IAsyncDisposable for sessioninfo Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2023-10-30 | Don't remove all tokens if invalid header (#10490) | Cody Robibero | |
| 2023-10-09 | optimize checkForInactiveStreams logic | herby2212 | |
| 2023-10-08 | fix formatting for build process | herby2212 | |
| 2023-10-07 | integrate development from v1 | herby2212 | |
| 2023-10-07 | Switch to named placeholders | herby2212 | |
| 2023-10-03 | Reduce nesting in SessionManager.OnPlaybackStopped | Patrick Barron | |
| 2023-09-29 | Clear active sessions on application stopping | Patrick Barron | |
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 2023-09-11 | Remove existing sessions for a user on the same device on login | Bill Thornton | |
| 2023-09-06 | Remove unused variable | Bill Thornton | |
| 2023-09-05 | Remove one session per device id limitation | Bill Thornton | |
| 2023-07-29 | Apply review suggestions | Shadowghost | |
| 2023-07-07 | Add wrapper object for authentication event information | Shadowghost | |
| 2023-05-14 | fix formatting and update summary | herby2212 | |
| 2023-05-01 | option to disable and configure inactive session threshold | herby2212 | |
| 2023-05-01 | close inactive sessions after 10 minutes | herby2212 | |
| 2023-04-06 | Fix argument is not used in message template warning | Stepan Goremykin | |
| 2023-01-07 | Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960) | Cody Robibero | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | 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-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-06-06 | Merge pull request #7781 from crobibero/live-tv-infinite | Cody Robibero | |
| (cherry picked from commit 77c73e241fe1705528e3ffbb42f074c46240b9fb) Signed-off-by: crobibero <cody@robibe.ro> | |||
