ProjectLighthouse/ProjectLighthouse/Migrations
Josh 14d2f0305e
Implement 2FA (#577)
* Initial work for TOTP 2FA

* Fix bug in 2FA code script

* Add translations for two factor and /disable2fa

* Fix compilation error

* Add TwoFactorLoginPage

* Add two factor login process

* Little bit of backup code work

* Finish two factor

* Fix unit tests

* ??? goofy ahh code

* Use SHA-256 instead of SHA-512

* I guess SHA-256 doesn't work either

* Fix comments in Base32 helper

* Move QRCoder package to website

* Add name to endregion comment in css

* Fix bug with redirects
2022-12-12 21:11:39 -06:00
..
20211019021627_InitialCreate.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211019031221_HeartedLevels.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211019203627_LastMatches.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211020220840_ResourceList.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211026010814_FavouriteUsers.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211028015915_AddSlotTimestamp.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211028021513_AddSlotFirstUploadedAndLastUpdated.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211029213334_RemoveUsedSlotsFromDb.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211030203837_AddMMPickToSlot.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211031234245_AddScoresTable.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211102215859_RenameTeamPick.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211103194917_RemoveStartupMigrations.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211104031327_AddGameVersionToToken.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211104040509_AddGameVersionToSlots.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211104195812_AddPhotoSupport.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211105205010_UpdatePhotoAndPhotoSubjectToDoStuffWeirdName.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211105205239_DropPhotoSubjectParentPhoto.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211105205749_DropPhotoSlot.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211106010424_AddCreatorToPhoto.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211107023452_NoPhotosByMeOrWithMeInUser.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211108013443_RemoveCommentsEnabled.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211108015422_AddPlaysToSlot.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211108054552_RemoveCountsFromDatabase.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211108093616_GameSpecificPlayCounts.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211108114052_VisitedLevelsTable.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211108212022_BooYayRateLevels.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211109225543_AddLevelTypeToSlot.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211113091631_AddUserLocationToToken.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211113215128_VisitedLevelPlayCounts.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211113220306_VisitedLevelDropGameVersion.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211114231343_UserRefactor.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211115050553_UserAddDefaultsToNullableStrings.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211115052941_SlotAddLbpVitaPlays.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211120045239_AddPasswordToUser.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211120052549_RenameTokensToGameTokens.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211120053654_AddWebTokens.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211122002000_AddAuthenticationAttempts.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211123224001_AddIsAdminToUser.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211125052035_AddGameVersionToLastMatch.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211127201738_AddPasswordResetRequiredToUser.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211130190200_AddYayBooMehHashesToUser.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211202235932_RenameLastMatchesToLastContacts.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211211045823_AddLevelReviews.cs Remove .Designer.cs files from database migrations (finally!) 2022-01-18 23:03:57 -05:00
20211213195540_AddUserApprovedIpAddresses.cs Add ability to approve an IP address 2021-12-13 18:15:43 -05:00
20211214005427_AddUsedBoolToGameToken.cs Redo login process 2021-12-13 20:10:17 -05:00
20211217000749_AddBannedPropertiesToUser.cs Add support for banning a user 2021-12-18 15:17:48 -05:00
20220113125615_AddDatabaseCustomCategories.cs Allow adding CustomCategory instances from database 2022-01-13 08:17:47 -05:00
20220121024607_AddVitaCrossControlRequiredToSlot.cs Oops, fix vita controller update not having a migration 2022-01-20 21:46:51 -05:00
20220205132152_CommentRefactor.cs Fix migration 2022-02-05 11:42:48 -06:00
20220212041106_AddGriefReports.cs Improvements to website comments and good grief reports along with numerous bug fixes 2022-02-12 02:06:48 -06:00
20220212091645_RemoveVisiblePlayersFromReport.cs Accidentally removed field without migrating 2022-02-12 03:17:35 -06:00
20220216230824_AddEarthHashesForAllGames.cs Separate LBP2/3/V earth decorations 2022-02-16 18:10:18 -05:00
20220217045519_AddPlatformForLastContactsAndGameTokens.cs Increase information in UserStatus, add platform for lastcontacts and gametokens 2022-02-17 00:57:02 -05:00
20220301195426_AddEmailAddressToUser.cs Add email verification step 2022-03-02 19:15:06 -05:00
20220301204930_AddEmailVerificationTokens.cs Add prompt for users without an email address set so they can set & verify one 2022-03-01 16:28:13 -05:00
20220301212120_SplitSetAndVerificationTokenTypes.cs Add prompt for users without an email address set so they can set & verify one 2022-03-01 16:28:13 -05:00
20220302003658_AddEmailVerifiedToUser.cs Add email verification step 2022-03-02 19:15:06 -05:00
20220402212909_AddAdminGrantedSlotsToUser.cs Add ability to grant a user additional slots (#262) 2022-04-02 23:51:38 +00:00
20220413192851_AddUserForeignKeyToLastContacts.cs Add user foreign key to user last contacts 2022-04-13 15:34:45 -04:00
20220522192158_SwitchToPermissionLevels.cs Use permission level model for permissions 2022-05-22 15:51:02 -04:00
20220610061641_AddCompletedMigrations.cs Add support for migrations that need the database context 2022-06-10 02:21:01 -04:00
20220610230341_AddModerationCases.cs I don't know what the hell happened here. 2022-06-10 19:25:34 -04:00
20220610230647_AddExpirationDateToCases.cs Add expiry date to cases 2022-06-10 19:07:15 -04:00
20220611012037_AddAffectedIdToCases.cs Add moderation cases log page 2022-06-10 21:21:27 -04:00
20220611221819_OnlyAllowSingleApprovedIP.cs Only allow a single approved IP address 2022-06-11 18:43:30 -04:00
20220624210701_AddedPasswordResetTokens.cs Added password reset form (#336) 2022-06-25 20:30:10 +00:00
20220715222906_UserInvite.cs Added user invite system (#351) 2022-07-24 02:43:00 +00:00
20220716234844_RemovedAPIKeyEnabled.cs Added user invite system (#351) 2022-07-24 02:43:00 +00:00
20220729002704_DeveloperSlots.cs Implement online story features and photos taken in levels (#389) 2022-08-01 19:46:29 +00:00
20220729182709_AddExpiryTimesToTokens.cs Make all tokens expire 2022-07-29 15:08:41 -04:00
20220801055525_AddPrivacySettingsToUser.cs Implement basic privacy settings (#392) 2022-08-02 18:22:56 -04:00
20220802150408_Arrrrrr.cs Add page to become a pirate 2022-08-02 11:12:33 -04:00
20220805213150_RenameCaseProperties.cs Rename case properties, add dismissal button 2022-08-05 17:53:48 -04:00
20220805234507_AddModNotesToCase.cs Fix permissions screw-up with migration 2022-08-05 22:21:27 -04:00
20220806013840_AddHiddenSlots.cs Add ability to hide levels 2022-08-05 21:44:17 -04:00
20220806181028_AddCommentsEnabledToSlotsAndUsers.cs Add ability to hide comments on levels and profiles 2022-08-06 14:23:37 -04:00
20220808053519_RemoveVitaPlayCount.cs Lots of bug fixes and performance improvements (#410) 2022-08-13 00:56:17 +00:00
20220825212051_AddLevelTagToRatedLevel.cs Implement LBP1 tags, stricter resource checking, and more (#463) 2022-08-31 20:38:58 -05:00
20220826001101_AddLoginTimestampsToUser.cs Implement LBP1 tags, stricter resource checking, and more (#463) 2022-08-31 20:38:58 -05:00
20220910190711_AddUserLanguageAndTimezone.cs User settings, level settings, language and timezone selection and more. (#471) 2022-09-17 14:02:46 -05:00
20220910190824_RemoveUserIsAPirate.cs User settings, level settings, language and timezone selection and more. (#471) 2022-09-17 14:02:46 -05:00
20220916141401_ScoreboardAdvSlot.cs LittleBigPlanet 3 Adventure Support (#477) 2022-09-20 16:08:02 -05:00
20220918154500_AddIsAdventureColumn.cs LittleBigPlanet 3 Adventure Support (#477) 2022-09-20 16:08:02 -05:00
20220923042831_AddPlaylists.cs Forgot the migration file 2022-09-24 19:31:17 -05:00
20221016234831_AddUsernameToRegistrationToken.cs Allow RegistrationTokens to have a username pre-selected (#524) 2022-10-31 20:48:09 -05:00
20221105212037_AddTwoFactorToUser.cs Implement 2FA (#577) 2022-12-12 21:11:39 -06:00
20221117165700_AddCrossControlPlanet.cs Add support for Cross Controller Planets (#562) 2022-11-17 22:54:46 -06:00
20221118162114_AddVerifiedToWebToken.cs Implement 2FA (#577) 2022-12-12 21:11:39 -06:00