Patrick Barron
|
42177d1739
|
Replace Weekday with DayOfWeek
|
2020-05-21 00:22:43 -04:00 |
|
Patrick Barron
|
d72ea70995
|
Document user class and fix a few minor issues
|
2020-05-20 19:47:41 -04:00 |
|
Patrick Barron
|
0ccf7320b0
|
Fix a few issues in User
|
2020-05-20 14:17:59 -04:00 |
|
Patrick Barron
|
becfe018f0
|
Add internal id for new users
|
2020-05-20 13:49:44 -04:00 |
|
Patrick Barron
|
c464f700db
|
Remove redundant qualifiers
|
2020-05-20 13:07:53 -04:00 |
|
Patrick Barron
|
7d9d54d2ec
|
Fix profile images.
|
2020-05-20 12:09:52 -04:00 |
|
Patrick Barron
|
623dcde65c
|
Manually specify enum values
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
64c14beb27
|
Fix default permissions and HasPassword property
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
1d1a145ad4
|
Fix issues and add profile image support
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
292993d8ef
|
Document various classes.
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
d35a7ba8bd
|
Fix more issues
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
d27b2481a0
|
Fix an issue causing multiple permissions/preferences objects to be created.
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
e7b297c67b
|
Add some missing properties
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
3eeb6576d8
|
Migrate User DB to EF Core
|
2020-05-20 10:04:00 -04:00 |
|
Patrick Barron
|
aca7e221d8
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Jellyfin.Server/Jellyfin.Server.csproj
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
|
2020-05-15 17:20:07 -04:00 |
|
Vasily
|
652e9702fc
|
Merge pull request #3117 from JustAMan/no-more-doppelgangers
Fixes collections (and probably some extras support, too)
|
2020-05-16 00:01:49 +03:00 |
|
Mark Monteiro
|
757643e326
|
Merge remote-tracking branch 'upstream/master' into no-more-doppelgangers
|
2020-05-15 15:23:44 -04:00 |
|
Mark Monteiro
|
6e68702799
|
Do not run DELETE command if no extras are detected
Also log a message if no extras were detected
Also log the path used for the database backup
Also add some comments to explain the migration
|
2020-05-15 15:12:26 -04:00 |
|
Vasily
|
d21feb2b18
|
Merge pull request #2970 from barronpm/activitydb-efcore
Migrate Activity Database to Entity Framework Core
|
2020-05-15 22:04:23 +03:00 |
|
Vasily
|
43dc604e87
|
Fixed compilation, added backing db before removing extras
|
2020-05-15 21:49:45 +03:00 |
|
Patrick Barron
|
79dee27299
|
Fixed indentation
|
2020-05-15 14:33:36 -04:00 |
|
Vasily
|
034fe97eeb
|
Apply suggestions from code review
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
|
2020-05-15 21:32:56 +03:00 |
|
Patrick Barron
|
a7c2e524a9
|
Apply more review suggestions
|
2020-05-15 14:09:15 -04:00 |
|
Patrick Barron
|
a5dee36808
|
Apply more review suggestions
|
2020-05-15 12:51:18 -04:00 |
|
dkanada
|
18953d95e6
|
Merge pull request #3085 from MrTimscampi/vtt-position
Add positionning cues to WebVTT writer
|
2020-05-15 16:43:31 +09:00 |
|
dkanada
|
cb249cc171
|
Merge pull request #3118 from barronpm/fix-regressions
Fix regressions introduced by #3098
|
2020-05-15 16:43:06 +09:00 |
|
Odd Stråbø
|
ef533015ae
|
Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
|
2020-05-14 23:26:47 -04:00 |
|
Vasily
|
ed751aa054
|
Merge pull request #3084 from fhriley/fix_allow_origin
Fix #3083: Set the Access-Control-Allow-Origin header to the request …
|
2020-05-15 03:18:16 +03:00 |
|
Patrick Barron
|
dcaffd3812
|
Fix regressions introduced by #3098
|
2020-05-14 20:11:34 -04:00 |
|
Vasily
|
7c57134535
|
Implement a cleanup migration
|
2020-05-15 02:30:28 +03:00 |
|
Frank Riley
|
9ee10d22c8
|
Rename function
|
2020-05-14 16:15:09 -07:00 |
|
Frank Riley
|
6990af811a
|
Use simpler dictionary iterator.
|
2020-05-14 16:15:09 -07:00 |
|
Frank Riley
|
c70c589236
|
Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-05-14 16:15:09 -07:00 |
|
Frank Riley
|
3cb6fd8a27
|
Fix #3083: Set the Access-Control-Allow-Origin header to the request origin/host header if possible
|
2020-05-14 16:15:03 -07:00 |
|
Vasily
|
ce16651dbd
|
Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105
|
2020-05-15 01:55:53 +03:00 |
|
Patrick Barron
|
953777f1ba
|
Removed unnecessary usings
|
2020-05-14 18:12:51 -04:00 |
|
Patrick Barron
|
87c63e668c
|
Merge branch 'master' into activitydb-efcore
|
2020-05-14 21:16:43 +00:00 |
|
Patrick Barron
|
b94afc597c
|
Address review comments
|
2020-05-14 17:13:45 -04:00 |
|
Vasily
|
5ce008e02f
|
Merge pull request #2162 from Bond-009/websocket
Rewrite WebSocket handling code
|
2020-05-14 18:49:44 +03:00 |
|
Mark Monteiro
|
2e09311a93
|
Merge branch 'master' into websocket
|
2020-05-14 11:08:08 -04:00 |
|
dkanada
|
11dd96f6c7
|
Merge pull request #3089 from MrTimscampi/tmdb-original-title
Add more information to TmdbSeriesProvider
|
2020-05-14 13:43:00 +09:00 |
|
Patrick Barron
|
9925742918
|
Implement more review suggestions
|
2020-05-13 17:55:31 -04:00 |
|
Patrick Barron
|
1fecd55ac0
|
Merge branch 'activitydb-efcore' of https://github.com/barronpm/jellyfin into activitydb-efcore
|
2020-05-13 15:35:44 -04:00 |
|
Patrick Barron
|
1e9b2613c6
|
Remove more unused code
|
2020-05-13 15:35:14 -04:00 |
|
Patrick Barron
|
a8f0d0aa0d
|
Merge branch 'master' into activitydb-efcore
|
2020-05-13 19:06:04 +00:00 |
|
Patrick Barron
|
511d20a100
|
Apply review suggestions
|
2020-05-13 15:03:35 -04:00 |
|
Vasily
|
f08830ea00
|
Merge pull request #2774 from mark-monteiro/simplify-https-config
Simplify HTTPS Properties
|
2020-05-13 20:36:54 +03:00 |
|
Vasily
|
69676373ca
|
Merge pull request #3098 from barronpm/remove-ilogger
Remove Support for Injecting ILogger Directly
|
2020-05-13 20:35:32 +03:00 |
|
MrTimscampi
|
512725a7d1
|
Fix style issue in TmdbSeriesProvider
|
2020-05-13 18:02:54 +02:00 |
|
Mark Monteiro
|
51cdb30741
|
Apply documentation suggestions from code review
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
2020-05-13 09:46:29 -04:00 |
|