Patrick Barron
|
a78184ef44
|
Add the user data to the schema
|
2020-05-04 16:00:41 -04:00 |
|
Patrick Barron
|
75e0d58c2d
|
Merge branch 'activitydb-efcore' into userdb-efcore
|
2020-05-04 15:18:11 -04:00 |
|
Bond-009
|
ca2f9c7341
|
Merge pull request #2945 from mark-monteiro/integration-tests
Add Integration Tests For BrandingService
|
2020-05-04 19:01:02 +02:00 |
|
artiume
|
25651362bf
|
Update MimeTypes.cs
|
2020-05-04 12:13:50 -04:00 |
|
SaddFox
|
64ab8f8e7a
|
Translated using Weblate (Slovenian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
|
2020-05-04 10:14:24 -04:00 |
|
x7aN
|
27328118a0
|
Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
|
2020-05-04 10:14:24 -04:00 |
|
Tin Pavelic
|
6aca248532
|
Translated using Weblate (Croatian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
|
2020-05-04 10:14:24 -04:00 |
|
Anthony Lavado
|
0e11646107
|
Merge pull request #2950 from Bond-009/videoresolver
Fix VideoResolver and tests
|
2020-05-04 04:21:30 -04:00 |
|
artiume
|
675cbd8a16
|
Update MimeTypes.cs
|
2020-05-03 18:23:25 -04:00 |
|
Bond-009
|
491f59cad4
|
Merge pull request #3049 from mark-monteiro/fix-editorconfig
Fix editorconfig Settings
|
2020-05-03 23:45:30 +02:00 |
|
Mark Monteiro
|
8322d412f0
|
Move ruleset up one directory so it can be shared by all test projects
|
2020-05-03 16:51:39 -04:00 |
|
Mark Monteiro
|
6e1120c623
|
Merge pull request #3048 from jellyfin/api-notification-docs
Fix XML doc generation
|
2020-05-03 16:45:57 -04:00 |
|
Mark Monteiro
|
151182b9a9
|
Fix settings in editorconfig file
|
2020-05-03 16:30:39 -04:00 |
|
Mark Monteiro
|
927e7a24ed
|
Add main ruleset as a solution item so it appears in Visual Studio
|
2020-05-03 16:29:13 -04:00 |
|
Mark Monteiro
|
e66b000183
|
Enable StyleCop and FxCop analyzers for integration tests project
Use a custom ruleset that derives from the base solution ruleset, overriding rules where necessary
|
2020-05-03 16:23:42 -04:00 |
|
crobibero
|
d7d8118b42
|
Fix xml docs
|
2020-05-03 14:02:15 -06:00 |
|
Mark Monteiro
|
ea82e2158c
|
Make sure logger factories are disposed during integration tests
|
2020-05-03 15:31:17 -04:00 |
|
Bond-009
|
f2bace2a07
|
Merge pull request #2925 from crobibero/redoc
Enhance Swagger Generation
|
2020-05-03 19:36:42 +02:00 |
|
Patrick Barron
|
74f9ddc419
|
Delete DbContext class
|
2020-05-03 13:06:08 -04:00 |
|
Christoph Potas
|
7d3eaea3fa
|
+ add bd tag to clean string regex
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2020-05-03 18:17:55 +02:00 |
|
Bond-009
|
b1a2fb60f2
|
Merge pull request #2876 from ZadenRB/asp-net-notifications-service
Migrates the notifications service to use ASP.NET API framework
|
2020-05-03 17:33:01 +02:00 |
|
Bond-009
|
18075dd3e8
|
Merge pull request #3043 from puschie286/fix-startup-project
Jellyfin.Server as startup project
|
2020-05-03 17:26:31 +02:00 |
|
Christoph Potas
|
a7bc1d4341
|
~ set Jellyfin.Server as startup project
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2020-05-03 16:13:05 +02:00 |
|
Mark Monteiro
|
519d65b9c8
|
Remove unnecessary gitignore entry
Visual Studio no longer generates this file when opening the solution since the project SDK has been set to the correct value
|
2020-05-03 01:10:51 -04:00 |
|
Mark Monteiro
|
1c06111497
|
Merge remote-tracking branch 'upstream/master' into integration-tests
|
2020-05-03 01:04:19 -04:00 |
|
dkanada
|
2bf3dee4c4
|
Merge pull request #3035 from mark-monteiro/fix-repo-double-dispose
Do not double dispose item repository resources
|
2020-05-03 13:28:26 +09:00 |
|
crobibero
|
35dbcea931
|
Return array -> ienumerable
|
2020-05-02 18:47:05 -06:00 |
|
crobibero
|
cbd4a64e67
|
Update endpoint docs
|
2020-05-02 18:46:27 -06:00 |
|
Patrick Barron
|
37dcbfbc39
|
Update code to only add implemented parts of the schema
|
2020-05-02 19:26:24 -04:00 |
|
crobibero
|
25002483a3
|
Update endpoint docs
|
2020-05-02 17:23:02 -06:00 |
|
crobibero
|
7516e3ebbe
|
Update endpoint docs
|
2020-05-02 17:12:56 -06:00 |
|
Patrick Barron
|
032de931b1
|
Migrate activity db to EF Core
|
2020-05-02 18:32:22 -04:00 |
|
Patrick Barron
|
2b41f8ab63
|
Clean up generated code
|
2020-05-02 17:56:05 -04:00 |
|
ConfusedPolarBear
|
df65e3ab0d
|
Add Access-Control-Allow-Origin header to exceptions
Fixes #1794
|
2020-05-02 15:33:45 -05:00 |
|
Mark Monteiro
|
daf79b8aeb
|
Do not double dispose write lock and connection in user data repository
|
2020-05-02 15:45:03 -04:00 |
|
Neil Burrows
|
b737301c70
|
Auto discover published URL override
|
2020-05-02 17:56:09 +01:00 |
|
Davide Polonio
|
472efeeec4
|
Remove extra line in UserManager
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2020-05-02 13:09:57 +02:00 |
|
Bond_009
|
3623aafcb6
|
Make SonarCloud happy
|
2020-05-02 01:30:04 +02:00 |
|
Bond_009
|
04f826e50c
|
Fix merge errors
|
2020-05-02 01:09:35 +02:00 |
|
Bond_009
|
15634a1913
|
Merge branch 'master' into websocket
|
2020-05-02 00:54:04 +02:00 |
|
Heikki Jetsonen
|
62e251663f
|
Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
|
2020-05-01 16:39:46 -04:00 |
|
Bond_009
|
7659a2ab32
|
Remove ListHelper extensions
|
2020-05-01 16:48:33 +02:00 |
|
Bruce
|
0d8253d8e2
|
Updated documentation according to discussion in jellyfin#2872
|
2020-05-01 15:17:40 +01:00 |
|
Aragon
|
9265b422f7
|
Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
|
2020-05-01 05:32:30 -04:00 |
|
Bond-009
|
7f7a686ea6
|
Merge pull request #2573 from YouKnowBlom/add-hls-fields
Add codecs, resolution and frame-rate fields to HLS master playlist
|
2020-05-01 11:20:56 +02:00 |
|
Heikki Jetsonen
|
8b6bec60d3
|
Translated using Weblate (Finnish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
|
2020-04-30 23:32:56 -04:00 |
|
fesken
|
c342c6b582
|
Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
|
2020-04-30 23:32:56 -04:00 |
|
Vasily
|
1927d0e23c
|
Merge pull request #2293 from EraYaN/new-data-model
Add new EF Core data model (v2)
|
2020-04-30 12:18:51 +03:00 |
|
Erwin de Haan
|
bbd74f811f
|
Spaces -> Tab in solution file
|
2020-04-30 10:06:02 +02:00 |
|
Erwin de Haan
|
a370c5c007
|
Restore the versioning extension settings.
|
2020-04-30 10:03:49 +02:00 |
|