1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 21:39:22 +00:00
comunicapiv2/src/controllers
2020-03-20 13:28:01 +01:00
..
AccountController.ts Added placeholders for data export and account deletion 2019-12-30 13:50:59 +01:00
CallsController.ts Indicates that calls are disabled 2019-12-28 16:58:06 +01:00
CommentsController.ts Get & return the comments of a post 2020-01-03 17:31:39 +01:00
ConversationsController.ts Can delete a single conversation message 2019-12-07 18:52:20 +01:00
FriendsController.ts Can set for friends if they can create posts or not 2020-01-01 15:08:15 +01:00
GroupsController.ts Fix mistake 2019-12-28 13:08:30 +01:00
MoviesController.ts Return information about a single movie 2020-01-03 10:24:05 +01:00
NotificationsController.ts Can get the list of notifications of the user 2019-12-28 12:57:55 +01:00
PostsController.ts Can create new Surveys 2020-03-20 13:28:01 +01:00
Routes.ts Check user authorization to create posts 2020-01-04 15:07:24 +01:00
SearchController.ts Can search users in the database 2019-11-30 09:28:50 +01:00
SurveyController.ts Return the choice of a user to a survey 2020-01-03 14:43:46 +01:00
UserController.ts Can display user account image in all cases 2020-01-03 17:37:47 +01:00
VirtualDirectoryController.ts Can find a user by its sub folder 2019-12-28 14:34:42 +01:00
WebAppController.ts Can get all the membership of a user 2019-12-28 16:52:52 +01:00
WelcomeController.ts Ready to check API tokens 2019-11-22 08:50:15 +01:00