aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-03Move ruleset up one directory so it can be shared by all test projectsMark Monteiro
2020-05-03Merge pull request #3048 from jellyfin/api-notification-docsMark Monteiro
Fix XML doc generation
2020-05-03Fix settings in editorconfig fileMark Monteiro
2020-05-03Add main ruleset as a solution item so it appears in Visual StudioMark Monteiro
2020-05-03Enable StyleCop and FxCop analyzers for integration tests projectMark Monteiro
Use a custom ruleset that derives from the base solution ruleset, overriding rules where necessary
2020-05-03Fix xml docscrobibero
2020-05-03Make sure logger factories are disposed during integration testsMark Monteiro
2020-05-03Merge pull request #2925 from crobibero/redocBond-009
Enhance Swagger Generation
2020-05-03Delete DbContext classPatrick Barron
2020-05-03+ add bd tag to clean string regexChristoph Potas
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2020-05-03Merge pull request #2876 from ZadenRB/asp-net-notifications-serviceBond-009
Migrates the notifications service to use ASP.NET API framework
2020-05-03Merge pull request #3043 from puschie286/fix-startup-projectBond-009
Jellyfin.Server as startup project
2020-05-03~ set Jellyfin.Server as startup projectChristoph Potas
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2020-05-03Remove unnecessary gitignore entryMark Monteiro
Visual Studio no longer generates this file when opening the solution since the project SDK has been set to the correct value
2020-05-03Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-05-03Merge pull request #3035 from mark-monteiro/fix-repo-double-disposedkanada
Do not double dispose item repository resources
2020-05-02Return array -> ienumerablecrobibero
2020-05-02Update endpoint docscrobibero
2020-05-02Update code to only add implemented parts of the schemaPatrick Barron
2020-05-02Update endpoint docscrobibero
2020-05-02Update endpoint docscrobibero
2020-05-02Update endpoint docscrobibero
2020-05-02Update endpoint docscrobibero
2020-05-02Migrate activity db to EF CorePatrick Barron
2020-05-02Clean up generated codePatrick Barron
2020-05-02Add Access-Control-Allow-Origin header to exceptionsConfusedPolarBear
Fixes #1794
2020-05-02Do not double dispose write lock and connection in user data repositoryMark Monteiro
2020-05-02Auto discover published URL overrideNeil Burrows
2020-05-02Remove extra line in UserManagerDavide Polonio
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-05-02Make SonarCloud happyBond_009
2020-05-02Fix merge errorsBond_009
2020-05-02Merge branch 'master' into websocketBond_009
2020-05-01Translated using Weblate (Finnish)Heikki Jetsonen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2020-05-01Remove ListHelper extensionsBond_009
2020-05-01Updated documentation according to discussion in jellyfin#2872Bruce
2020-05-01Translated using Weblate (Hebrew)Aragon
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-05-01Merge pull request #2573 from YouKnowBlom/add-hls-fieldsBond-009
Add codecs, resolution and frame-rate fields to HLS master playlist
2020-04-30Translated using Weblate (Finnish)Heikki Jetsonen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2020-04-30Translated using Weblate (Swedish)fesken
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2020-04-30Merge pull request #2293 from EraYaN/new-data-modelVasily
Add new EF Core data model (v2)
2020-04-30Spaces -> Tab in solution fileErwin de Haan
2020-04-30Restore the versioning extension settings.Erwin de Haan
2020-04-30Merge pull request #2656 from joshuaboniface/improve-buildsVasily
Improve builds
2020-04-29Update to return IEnumerable directly where possibleZadenRB
2020-04-29Add Web integration option in default service confJoshua M. Boniface
2020-04-29Fix docscrobibero
2020-04-29Add response code descriptionscrobibero
2020-04-29Remove versioned APIcrobibero
2020-04-29Merge branch 'api-migration' into redocCody Robibero
2020-04-29Merge pull request #2952 from crobibero/api-exception-middlewaredkanada
Add Exception Middleware