aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.sln
AgeCommit message (Collapse)Author
2020-05-13Apply review suggestionsPatrick Barron
2020-05-12Merge branch 'master' into activitydb-efcorePatrick Barron
2020-05-10Merge branch 'master' into generated-code-cleanupPatrick Barron
2020-05-10Apply review suggestionsPatrick Barron
2020-05-04Merge pull request #2945 from mark-monteiro/integration-testsBond-009
Add Integration Tests For BrandingService
2020-05-03Move ruleset up one directory so it can be shared by all test projectsMark Monteiro
2020-05-03Add main ruleset as a solution item so it appears in Visual StudioMark Monteiro
2020-05-03~ set Jellyfin.Server as startup projectChristoph Potas
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2020-05-03Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-05-02Migrate activity db to EF CorePatrick Barron
2020-04-30Spaces -> Tab in solution fileErwin de Haan
2020-04-30Restore the versioning extension settings.Erwin de Haan
2020-04-26Add basic new data model.Erwin de Haan
Added maxlength to SourceId text field in Metadata entity. Added extra fields to Person entity and adjusted SourceId length to 255. Added Extra Nuget deps for Relational databases and added Default Sqlite connection string. Made LibraryItem and Metadata abstract. Added artwork, changed DbSet names, added Seasons, added Genres, removed Language enum Add MediaFIleKind, add CustomVideos, add Books. Add AdditionalStream Updated GUIDs. Remove merge artifacts. Updated Language to use ISO-639-3 3 letter language codes. Added collections and concurrency tokens. Added chapters. Added Photos and renamed CustomVideo to CustomItem. Started adding fields. Added extra fields and Company entities. Implement a first pass of user permissions for the new database schema Upgrade to v2 of the addon. Commit generated files. Update comment, rename namespace and remove superflous field. Un-ignore any generated code. Clean up the model files and other left overs.
2020-04-20Commit missing changes to solution fileMark Monteiro
2020-04-20Create a derived version of WebApplicationFactory<> that works with the ↵Mark Monteiro
Jellyfin server
2020-03-05Add tests for alpha numeric sortingBond_009
2020-01-09Renamed project and namespaceBen Magee
2020-01-08Added a test to prevent a regression of the issue seen in #1874. This issue ↵Ben Magee
was fixed in PR#2240
2019-12-28Merge pull request #1891 from stanionascu/bdinfo-uhddkanada
Upgrade BDInfo plugin to UHD/Atmos/DTS:X support
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
2019-12-05Merge remote-tracking branch 'upstream/master' into baseurlBond-009
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium
2019-11-17Replace BDInfo plugin with nupkg and UHD/Atmos/DTS:X supportStanislav Ionascu
2019-11-08Merge pull request #1929 from Narfinger/parser-fix4dkanada
[Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found
2019-11-01Use Mono.Nat Nuget packageBond_009
2019-10-10add tests for Emby.Naming/TV/EpisodePathParser.csNarfinger
This should in the future help to detect working and non working name matchings
2019-09-28Add tests for EncoderValidatorBond_009
* Add support for ffmpeg 4.2 * Parse the complete ffmpeg version instead of only the first 2 digits * Make max and min version optional * Remove max limitation (for now) * Style improvements
2019-09-17Remove legacy auth code (#1677)Bond-009
* Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build
2019-09-01Fix more warningsBond_009
2019-03-11remove open subtitles from the serverdkanada
2019-03-08remove new file header text, and remove it from solutionAnthony Lavado
This removes the new file header text file from the repository, and also removes the include that was in the project solution.
2019-03-05Remove BOMClaus Vium
2019-03-04Review commentsClaus Vium
2019-02-27Remove SocketHttpListenerClaus Vium
2019-01-26Move Skia back into it's own projectBond_009
2019-01-21Use TagLibSharp Nuget packageAndrew Rabert
2019-01-19Combine Emby.Drawing and Emby.Drawing.SkiaAndrew Rabert
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-20Updates reported version in `System/Info*` set of endpoints.Erwin de Haan
Added ProductName and ServerVersion to API. Added build version and build step. Addressed issues wtih indentation. Made the BuildVersion an actual object. This lets up link to the github page of that commit. Fixed class method type and styled link. Fixed languages and split out the information in the UI. Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension. Removed tempfiles from replace sessions from csproj. Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.) Added simple replace for ssh github links. Add execute rights to update-version. Wrapped long line in ApplicationHost.cs Fixed some small issues. Fixed some small issues, and flipped some if's around. Converted parameter names to camelBack casing. Sealed the attribute class. Removed MPLv2 license. Fixed file headers. Added newline. Moved links in *.csproj files as well. Fix issues caused by rebase auto merging. Removed default constructor and added init values to properties, also hid the Remote value form API.
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin 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-05Remove taglib-sharp build from solutionAndrew Rabert
Breaks everything by having it, doesn't seem to break anything by removing it.
2019-01-05Merge pull request #407 from EraYaN/stop-version-addins-on-solutionAnthony Lavado
Stop version addins on solution from messing with the AssemblyVersions
2019-01-04Stop version addins from messing with the AssemblyVersion.Erwin de Haan
Project uses manual versioning. This breaks very annoyingly with my global settings.
2019-01-03Removed all old and unused ImageEncoders.Erwin de Haan
Remove solution platform cruft.
2019-01-02Add TagLib-Sharp Building and new file headerAnthony Lavado
- This enables TagLib-Sharp being built when using Visual Studio, for both Debug and Release modes - Adds a new file header that is respected when using VS for Mac or MonoDevelop
2019-01-02Rename and rework entry pointBond_009
2018-12-16Build ImageMagicSharpAndrew Rabert
2018-12-15Add MediaBrowser.MediaEncoding project.Ben Magee