| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-02 | Merge pull request #2676 from GranPC/public-pr/blurhash | Vasily | |
| Implement Blurhash generation for images | |||
| 2020-05-27 | Make sure blurhash is recomputed if image changed or metadata refresh toggled | Vasily | |
| 2020-05-26 | Revert "Fix emby/user/public API leaking sensitive data" | Joshua M. Boniface | |
| 2020-05-19 | Compute hash only when one is not computed in DB, small optimizations here ↵ | Vasily | |
| and there | |||
| 2020-05-18 | Add endpoint to update all items in library | Jesús Higueras | |
| 2020-05-07 | Merge pull request #2492 from Polpetta/fix-api-private-data-leak | Bond-009 | |
| Fix emby/user/public API leaking sensitive data | |||
| 2020-04-01 | Merge branch 'master' into usings | Bond-009 | |
| 2020-04-01 | Address comments | Bond_009 | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-03-01 | Fix emby/user/public API leaking private data | Davide Polonio | |
| This commit fixes the emby/user/public API that was returning more data than necessary. Now only the following information are returned: - the account name - the primary image tag - the field hasPassword - the field hasConfiguredPassword, useful for the first wizard only (see https://github.com/jellyfin/jellyfin/issues/880#issuecomment-465370051) - the primary image aspect ratio A new DTO class, PrivateUserDTO has been created, and the route has been modified in order to return that data object. | |||
| 2020-02-23 | Merge pull request #2384 from Bond-009/warn16 | dkanada | |
| Fix some warnings in Emby.Server.Implementations | |||
| 2020-02-19 | Minor improvements | Bond_009 | |
| 2020-02-19 | Address comments | Bond_009 | |
| 2020-01-10 | Merge branch 'master' into embytv | Bond_009 | |
| 2020-01-08 | Fix build and address comments | Bond_009 | |
| 2020-01-08 | merge branch master into media-attachments | dkanada | |
| 2019-12-29 | Delete user config dir on user deletion | Bond_009 | |
| 2019-12-04 | Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | Bond_009 | |
| 2019-11-25 | * Add support for multi segment base urls | Bond_009 | |
| * Make baseurl case-insensitive | |||
| 2019-11-07 | Update MediaBrowser.Controller/Library/IMediaSourceManager.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.Controller/Library/IMediaSourceManager.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-10-29 | Update MediaBrowser.Controller/Library/IUserManager.cs | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-10-22 | Support MediaAttachment retrieval in MediaSourceManager. | Andrew Mahone | |
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-02-20 | Merge branch 'master' into update_tvdb | Vasily | |
| 2019-02-15 | Extract imagetype-to-keytype statements into a utility function and move ↵ | Claus Vium | |
| tvdb specific utils to separate class | |||
| 2019-02-15 | Add better language support | Claus Vium | |
| 2019-02-15 | Add some error handling, grab imdb id and other minor fixes | Claus Vium | |
| 2019-02-15 | Some of it works??? | Claus Vium | |
| 2019-02-12 | Don't clone lists | Bond_009 | |
| 2019-02-12 | Tuple -> ValueTuple | Bond_009 | |
| 2019-02-02 | Remove MoreLINQ | Bond_009 | |
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-20 | Replace our TVDB key with @drakus72's which is V1 | Joshua Boniface | |
| 2019-01-17 | Reformat JustAMan review pt2 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | ReSharper Reformat: Properties to expression bodied form. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-12 | Reformatted the files with notes. | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Merge pull request #540 from joshuaboniface/api-keys | Andrew Rabert | |
| Update Emby API keys to our own | |||
| 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. | |||
| 2019-01-09 | Update TheTVDB API key to our own | Joshua Boniface | |
