aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Folder.cs
AgeCommit message (Collapse)Author
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-02-26Remove ordering itemsBond-009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-24Set Parent to current query Item if ParentId is empty (#680)Claus Vium
**Changes** Fixed a faulty change in logic that occurred during the Christmas GPL nightmare. I stepped through Emby 3.5.2 and stumbled over a difference in the query between Jellyfin and Emby, where in Emby, query.ParentId was set to the item itself. So I did a little digging in the old GPLv2 source and found this https://github.com/MediaBrowser/Emby/blob/3.4.1.8/MediaBrowser.Controller/Entities/Folder.cs#L720 **Issues** Fixes #673
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-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
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-07remove trailing whitespacehawken
2018-12-30Fix exception loggingBond_009
2018-12-30Clean upBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-25update library changed notifierLuke Pulverenti
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-11-03update download progress reportingLuke Pulverenti
2017-10-28fix music artists not showing in collectionsLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-18update owned itemsLuke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-23improve handling of disconnected drivesLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-12rework episode queriesLuke Pulverenti
2017-08-10revert servicestack.text updateLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-01improve nextup queriesLuke Pulverenti
2017-06-29update inherited imagesLuke Pulverenti
2017-06-24capture more transcoding infoLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-06-12add hevc cuvidLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-27update realtime monitorLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-05-23update query fieldsLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-04-18add landing screen settingsLuke Pulverenti
2017-04-18fixes #2008 - Collections doesn't respect UserPolicyLuke Pulverenti
2017-04-01remove qsv hevc decoding for nowLuke Pulverenti
2017-02-26update componentsLuke Pulverenti
2017-01-11fix live tv folders being created in a loopLuke Pulverenti
2017-01-10update offline detectionLuke Pulverenti