aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2023-07-13Translated using Weblate (Arabic)Osa
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2023-07-12Add TinyMediaManager compatibility for german parental ratingChristoph Landsdorf
This commit adds the format which gets written by the tool TinyMediaManager which can be used to manage large media databases comfortably. TMM writes wither multiple Codes and/or space divided german FSK codes, but can't be configured to only use the number or the slash delimited variant. After this change the parental control for Libraries managed with TMM and presented/loaded into Jellyfin should work again.
2023-07-10Translated using Weblate (Thai)Aran Chananar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2023-07-07Enforce permissions on websocket connectionsShadowghost
2023-07-07Add wrapper object for authentication event informationShadowghost
2023-07-06Merge pull request #9958 from Shadowghost/networking-fixexBond-009
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-07-06Translated using Weblate (Hungarian)Balázs Meskó
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2023-07-04Translated using Weblate (Finnish)Oskari Lavinto
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2023-07-03Extract networking constantsShadowghost
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-07-03Apply review suggestionsShadowghost
2023-07-03Rename additional values in NetworkConfiguration and add migration for all ↵Shadowghost
changed values
2023-07-03Merge pull request #8914 from bradbeattie/augmented-tag-searchingClaus Vium
Augment tag searching to consider individual ItemValues instead of the delimited tags field
2023-07-02Fix sending websocket messages (#9948)Cody Robibero
2023-07-01Merge pull request #9219 from ProfessionalismIsMyMiddleName/masterClaus Vium
Add a way to handle more invalid characters when sanitizing a filename
2023-07-01Merge pull request #9447 from Bond-009/disablerealtimemonitorClaus Vium
Disable real time monitoring by default
2023-07-01Align indentation on bottom brace of new listRonan Charles-Lorel
Should stop error SA1137 in debug build
2023-07-01Formatting Ronan Charles-Lorel
Fixes debug build? Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-06-29Moving invalid chars list at class level with a better nameRonan Charles-Lorel
2023-06-29Remove call to Path.GetInvalidFileNameCharsRonan Charles-Lorel
Superseded by a static char list to avoid platform-dependent issues
2023-06-29Merge branch 'jellyfin:master' into masterRonan Charles-Lorel
2023-06-29Fix Websocket OpenApi (#9935)Cody Robibero
* Further split inbound and outbound messages * Fix datatype for inbound start messages * fixes from review
2023-06-28Merge branch 'master' into trickplayNick
2023-06-28Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollectionsJoshua M. Boniface
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-27Do HEAD request to get content type instead of checking for extension (#8823)Bond-009
2023-06-27suggestions from reviewCody Robibero
2023-06-27Merge branch 'master' into network-rewriteShadowghost
2023-06-27Update ↵JPVenson
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-06-26Minor code changesNick
2023-06-26Migrate to trickplay table to EF. Rename vars/methods/members to have ↵Nick
consistent use of tile and thumbnail
2023-06-24Translated using Weblate (Nepali)Sushil Shrestha
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
2023-06-22Task localizationNick
2023-06-22Make trickplay response ids have no dashesnicknsy
2023-06-22Trickplay generation, manager, storagenicknsy
2023-06-21Merge branch 'master' into network-rewriteShadowghost
2023-06-19Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893.Frank Riley
Signed-off-by: Frank Riley <fhriley@gmail.com>
2023-06-15Merge branch 'master' into network-rewriteShadowghost
2023-06-10Merge pull request #9564 from AmbulantRex/whitelist-dllsCody Robibero
2023-06-10Merge pull request #8203 from Shadowghost/nfo-season-namesCody Robibero
Implement NFO named season parsing
2023-06-07Merge branch 'master' into network-rewriteShadowghost
2023-06-05Source SQLite cache_size from an Environment Variable (#9666)Mark Lopez
2023-06-02Merge pull request #9667 from Silvenga/restore-default-journal-sizeBond-009
2023-06-02Translated using Weblate (Hindi)Bucky Patel
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2023-05-30Merge pull request #9818 from Shadowghost/fixesBond-009
2023-05-27Translated using Weblate (Lithuanian)pranelio
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
2023-05-26Fix TotalRecordCount calculationShadowghost
2023-05-25Merge branch 'master' into network-rewriteShadowghost
2023-05-23Check for Imdb id for seriesBond_009