1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00
comunicapiv2/src/entities
2020-04-15 07:46:29 +02:00
..
AccountExport.ts Export groups memberships 2020-03-26 13:59:30 +01:00
AccountImage.ts Can replace account image 2020-03-22 15:00:08 +01:00
APIClient.ts Can get API client information from database 2019-11-22 09:31:13 +01:00
BaseRequestsHandler.ts Can get information about an emoji included in a POST request 2020-04-03 18:51:00 +02:00
Comment.ts Can delete comments 2020-03-21 08:40:31 +01:00
Conversation.ts Use Set instead of Array for conversation members 2019-11-30 14:41:34 +01:00
ConversationMessage.ts Remove conversation: Can delete conversation messages 2019-12-07 18:06:41 +01:00
CustomEmoji.ts Can delete an emoji 2020-04-03 18:55:50 +02:00
Friend.ts Can get the list of friends of a user 2019-12-28 16:28:38 +01:00
Group.ts Can change group logo 2019-12-26 14:14:42 +01:00
GroupMember.ts Add membership information when getting group information 2019-12-15 17:54:44 +01:00
GroupSettings.ts Can update group settings 2019-12-26 13:49:17 +01:00
Movie.ts Delete user movies 2020-03-27 13:57:36 +01:00
NewAccount.ts Can create a new account 2019-12-30 13:44:54 +01:00
NewGroup.ts Can create new groups 2019-12-24 18:47:55 +01:00
NewSurvey.ts Can create new Surveys 2020-03-20 13:28:01 +01:00
Notification.ts Can mark related notifications as seen 2020-03-25 08:23:09 +01:00
Post.ts Can delete information associated to a post 2020-03-21 08:57:51 +01:00
RequestHandler.ts Fix image orientation issue 2020-04-15 07:46:29 +02:00
Survey.ts Can get & return basic information about surveys 2020-01-03 14:37:54 +01:00
SurveyResponse.ts Export all responses of user to surveys 2020-03-26 12:11:06 +01:00
UnreadConversation.ts Can get the list of unread conversations 2019-12-07 17:35:14 +01:00
User.ts Update (save) new language settings 2020-03-21 18:54:30 +01:00
UserConnectionContainer.ts Can be automatically be notified of comments creation 2020-04-01 17:51:33 +02:00
UserLike.ts Export user likes 2020-03-25 19:08:43 +01:00
UserLoginTokens.ts Sign in user 2019-11-23 13:16:28 +01:00
UserMembershipEntry.ts Returns the list of conversations with the memberships 2020-04-09 08:22:21 +02:00
WebSocketRequestHandler.ts Forward signals for web app to rtc proxy 2020-04-11 09:40:00 +02:00
WsMessage.ts Create new helper method 2020-04-02 18:56:42 +02:00