aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library
AgeCommit message (Collapse)Author
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
2020-05-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-18Add endpoint to update all items in libraryJesús Higueras
2020-05-07Merge pull request #2492 from Polpetta/fix-api-private-data-leakBond-009
Fix emby/user/public API leaking sensitive data
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Address commentsBond_009
2020-03-24Remove unused usingsBond_009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-01Fix emby/user/public API leaking private dataDavide 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-23Merge pull request #2384 from Bond-009/warn16dkanada
Fix some warnings in Emby.Server.Implementations
2020-02-19Minor improvementsBond_009
2020-02-19Address commentsBond_009
2020-01-10Merge branch 'master' into embytvBond_009
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-29Delete user config dir on user deletionBond_009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-29Update MediaBrowser.Controller/Library/IUserManager.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-22Support MediaAttachment retrieval in MediaSourceManager.Andrew Mahone
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-08-16Improvements to UserManagerBond_009
2019-03-22made password resets an interface and per userPhallacy
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-15Extract imagetype-to-keytype statements into a utility function and move ↵Claus Vium
tvdb specific utils to separate class
2019-02-15Add better language supportClaus Vium
2019-02-15Add some error handling, grab imdb id and other minor fixesClaus Vium
2019-02-15Some of it works???Claus Vium
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-02Remove MoreLINQBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-20Replace our TVDB key with @drakus72's which is V1Joshua Boniface
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13EditorConfig reformat: MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Merge pull request #540 from joshuaboniface/api-keysAndrew Rabert
Update Emby API keys to our own
2019-01-10Mayor code cleanupErwin 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-09Update TheTVDB API key to our ownJoshua Boniface