| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-09 | Move LiveTv to separate project | Patrick Barron | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-01-22 | Use Guid for BaseItemDto parent ids | Niels van Velzen | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-04-20 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-11 | Fix some warnings | Bond_009 | |
| 2020-04-04 | Construct LiveTvDtoService and LiveTvManager correctly | Mark Monteiro | |
| 2020-04-01 | Address comments | Bond_009 | |
| 2020-02-06 | Fix some warnings in Emby.Server.Implementations | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-01-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part Liv-P | Erwin de Haan | |
| 2019-01-12 | Reformatted the files with notes. | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2018-12-30 | Fix exception logging | Bond_009 | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
| 2018-12-28 | Remove custom ToArray extension | Bond_009 | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-10-18 | add additional info to timer infos | Luke Pulverenti | |
| 2017-09-08 | rework epg storage | Luke Pulverenti | |
| 2017-08-19 | update live tv data transfer | Luke Pulverenti | |
| 2017-08-09 | consolidate emby.server.core into emby.server.implementations | Luke Pulverenti | |
| 2017-08-07 | consolidate interfaces | Luke Pulverenti | |
| 2017-05-21 | update data queries | Luke Pulverenti | |
| 2017-02-15 | improve series recording images | Luke Pulverenti | |
| 2016-12-17 | redesign series timer edit screen | Luke Pulverenti | |
| 2016-12-17 | update timer images | Luke Pulverenti | |
| 2016-11-17 | improve series recording images | Luke Pulverenti | |
| 2016-11-13 | update .net core startup | Luke Pulverenti | |
| 2016-11-03 | move classes to portable | Luke Pulverenti | |
