session-ios/SessionMessagingKit/Database/Models
Morgan Pretty 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
2022-10-21 17:32:51 +11:00
..
Attachment.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
BlindedIdLookup.swift Fixed a few bugs with media attachment handling, added webp support 2022-07-29 15:26:24 +10:00
Capability.swift feat: add capability check for open group emoji reacts 2022-08-18 16:13:20 +10:00
ClosedGroup.swift Fixed a few more bugs and tweaked attachment download logic 2022-07-01 12:52:41 +10:00
ClosedGroupKeyPair.swift Fixed a few closed group and job issues 2022-04-22 18:47:11 +10:00
Contact.swift Fixed a number of bugs found during QA 2022-07-18 09:54:23 +10:00
ControlMessageProcessRecord.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
DisappearingMessageConfiguration.swift Fixed remaining bugs 2022-10-04 16:21:13 +11:00
GroupMember.swift Fixed an issue where hidden mods/admins wouldn't be properly recognised 2022-08-16 13:56:40 +10:00
Interaction.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
InteractionAttachment.swift Added logic for the GarbageCollectionJob 2022-06-02 14:13:07 +10:00
LinkPreview.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
OpenGroup.swift Fixed a few more QA issues, added a minor feature 2022-10-03 18:23:34 +11:00
Profile.swift Fixed a few more QA issues, added a minor feature 2022-10-03 18:23:34 +11:00
Quote.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
Reaction.swift update sortId logic after open group reaction index 2022-08-08 13:07:29 +10:00
RecipientState.swift Finished removing usages to non-theme colour variables 2022-09-20 16:06:01 +10:00
SessionThread.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
ThreadTypingIndicator.swift Finished of the Conversation screen and JobQueue concurrency 2022-05-31 17:41:02 +10:00