index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Server
/
Migrations
Age
Commit message (
Expand
)
Author
2020-05-29
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
Bond_009
2020-05-28
Fix bug when migrating user db with users that have never logged in.
Patrick Barron
2020-05-26
Fixed issue when LastLoginDate or LastActivityDate were null
Patrick Barron
2020-05-26
Update migrations and fix a few bugs
Patrick Barron
2020-05-23
Cleanup and fix more bugs
Patrick Barron
2020-05-23
Cleanup
Patrick Barron
2020-05-20
Fix profile images.
Patrick Barron
2020-05-20
Fix issues and add profile image support
Patrick Barron
2020-05-20
Add some missing properties
Patrick Barron
2020-05-20
Migrate User DB to EF Core
Patrick Barron
2020-05-15
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-05-15
Merge remote-tracking branch 'upstream/master' into no-more-doppelgangers
Mark Monteiro
2020-05-15
Do not run DELETE command if no extras are detected
Mark Monteiro
2020-05-15
Fixed compilation, added backing db before removing extras
Vasily
2020-05-15
Fixed indentation
Patrick Barron
2020-05-15
Apply suggestions from code review
Vasily
2020-05-15
Apply more review suggestions
Patrick Barron
2020-05-15
Apply more review suggestions
Patrick Barron
2020-05-15
Implement a cleanup migration
Vasily
2020-05-13
Implement more review suggestions
Patrick Barron
2020-05-13
Apply review suggestions
Patrick Barron
2020-05-13
2nd half of changes
Patrick Barron
2020-05-12
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-05-12
Initial migration code
Patrick Barron
2020-05-12
Fix build errors
Patrick Barron
2020-05-12
Merge branch 'master' into activitydb-efcore
Patrick Barron
2020-05-02
Migrate activity db to EF Core
Patrick Barron
2020-04-16
Use dependency injection to construct migration routines
Mark Monteiro
2020-03-24
Remove unused usings
Bond_009
2020-03-08
Store migration names alongside Ids in configuration in order to assist with ...
Mark Monteiro
2020-03-08
Use a Guid to uniquely identify migrations instead of a string name
Mark Monteiro
2020-03-08
Use logging.json instead of logging.user.json for override settings
Mark Monteiro
2020-03-08
Clean up migration logging messages
Mark Monteiro
2020-03-08
Throw exception on migration failure to halt application
Mark Monteiro
2020-03-07
Merge branch 'master' into logging-migration
Joshua M. Boniface
2020-03-07
Documentation and log message cleanup
Mark Monteiro
2020-03-07
do not ignore exceptions during migration execution
Mark Monteiro
2020-03-06
Rename IUpdater to IMigrationRoutine
Mark Monteiro
2020-03-06
Add migration to create "logging.user.json"
Mark Monteiro
2020-03-06
Implement review suggestion
Vasily
2020-03-06
Disable logging.json migration as it is not ready yet
Vasily
2020-03-06
More logging, mark all migrations as applied if setup wizard is not complete
Vasily
2020-03-05
Fix comment
Vasily
2020-03-05
Moved migration routines to their own directory
Vasily
2020-03-05
Extract "migrations" config name to a proper constant
Vasily
2020-03-05
Improve migration logic
Vasily
2020-03-05
Shuffle migrations in a more manageable structure
Vasily
[prev]