session-ios/SessionMessagingKit/Open Groups/Models
Morgan Pretty b1684f6b23 More unit tests, fixed a few issues uncovered by testing
Updated the OpenGroupManager to support injecting the cache for better unit testing
Updated the MessageReceiver to support Dependencies being passed as a parameter for visible message and storage purposes
Added a debugDescription to the OpenGroup for more accurate unit testing
Fixed an issue where the poll function would include the inbox and outbox endpoints even when the server was not blinded
Fixed some test compilation time issues
Fixed a bug where the OpenGroupAPI Room was using 'description' as a parameter name (used by Swift for other purposes)
Fixed a bug where then OpenGroup was incorrectly using the system 'description'  property in one place
Renamed the parseV2OpenGroup to parseOpenGroup for consistency
2022-03-16 15:55:56 +11:00
..
BatchRequestInfo.swift Added more unit tests 2022-03-08 16:16:36 +11:00
Capabilities.swift Further work on unit tests (and a couple of bug fixes found when testing) 2022-03-07 17:43:30 +11:00
DirectMessage.swift Fixed a number of bugs, resolved some TODOs and tested the outbox APIs 2022-03-03 17:46:35 +11:00
OpenGroup.swift More unit tests, fixed a few issues uncovered by testing 2022-03-16 15:55:56 +11:00
PinnedMessage.swift Further work on unit tests (and a couple of bug fixes found when testing) 2022-03-07 17:43:30 +11:00
Room.swift More unit tests, fixed a few issues uncovered by testing 2022-03-16 15:55:56 +11:00
RoomPollInfo.swift Added more unit tests 2022-03-08 16:16:36 +11:00
SendDirectMessageRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2022-02-25 11:59:29 +11:00
SendDirectMessageResponse.swift Added more unit tests 2022-03-08 16:16:36 +11:00
SendMessageRequest.swift Renamed FileServerAPIV2 to FileServerAPI 2022-03-04 16:17:03 +11:00
Server.swift Additional encryption work on id blinding 2022-02-17 18:33:23 +11:00
SOGSMessage.swift Added more unit tests 2022-03-08 16:16:36 +11:00
UpdateMessageRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2022-02-25 11:59:29 +11:00
UserBanRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2022-02-25 11:59:29 +11:00
UserModeratorRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2022-02-25 11:59:29 +11:00
UserUnbanRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2022-02-25 11:59:29 +11:00