MCPcopy Create free account

hub / github.com/Aardwolf-Social/aardwolf-social / functions

Functions683 in github.com/Aardwolf-Social/aardwolf-social

Methodcomment_id
(&self)
aardwolf-models/src/base_post/post/comment/reaction.rs:25
Functioncomment_post
()
aardwolf-api/frontend-api/src/api_post_routes.rs:33
Methodcomment_post
(&self, post_id: i32, comment: Comment)
aardwolf-api/database-api/src/mysql/mysql_main.rs:52
Methodcomment_post
(&self, post_id: i32, comment: Comment)
aardwolf-api/database-api/src/sqlite/sqlite_main.rs:50
Functionconfigure_routes
Configures Actix routes.
aardwolf-api/backend-api/src/backend_engines/actix_backend.rs:35
Functionconfirm
( (state, query): (Data<AppConfig>, Query<ConfirmAccountToken>), )
aardwolf-actix/src/routes/auth.rs:124
Methodconfirmed_at
(&self)
aardwolf-models/src/user/email.rs:39
Methodcontent
(&self)
aardwolf-models/src/base_post/post.rs:25
Methodconversation
(&self)
aardwolf-models/src/base_post/post/comment.rs:24
Functioncreate
( (session, state, user, form, i18n): ( Session, Data<AppConfig>, SignedInUser,
aardwolf-actix/src/routes/personas.rs:69
Methodcreate
( user: &UnverifiedUser, password: PlaintextPassword, )
aardwolf-models/src/user/local_auth.rs:119
Methodcreate
(password: PlaintextPassword)
aardwolf-models/src/user/local_auth/password.rs:254
Functioncreate_and_verify_password
()
aardwolf-models/src/user/local_auth/password.rs:278
Functioncreate_and_verify_token
()
aardwolf-models/src/user/email/token.rs:165
Functioncreate_base_actor
()
aardwolf-models/src/base_actor.rs:271
Functioncreate_comment_in_thread
()
aardwolf-models/src/base_post/post/comment.rs:93
Functioncreate_comment_on_conversation
()
aardwolf-models/src/base_post/post/comment.rs:76
Functioncreate_direct_post
()
aardwolf-models/src/base_post/direct_post.rs:85
Functioncreate_email
()
aardwolf-models/src/user/email.rs:263
Functioncreate_event
()
aardwolf-models/src/timer/event.rs:115
Functioncreate_event
()
aardwolf-models/src/timer/event_notification.rs:74
Functioncreate_file
()
aardwolf-models/src/file.rs:84
Functioncreate_follow_request
()
aardwolf-models/src/base_actor/follow_request.rs:67
Functioncreate_follower
()
aardwolf-models/src/base_actor/follower.rs:79
Functioncreate_group
()
aardwolf-models/src/base_actor/group.rs:62
Functioncreate_group_base_actor
()
aardwolf-models/src/base_actor/group/group_base_actor.rs:70
Functioncreate_local_auth
()
aardwolf-models/src/user/local_auth.rs:140
Functioncreate_media_post
()
aardwolf-models/src/base_post/post/media_post.rs:67
Functioncreate_persona
()
aardwolf-models/src/base_actor/persona.rs:133
Functioncreate_persona_works
()
aardwolf-types/src/operations/create_persona.rs:71
Functioncreate_post
()
aardwolf-models/src/base_post/post.rs:77
Functioncreate_post
()
aardwolf-api/frontend-api/src/api_post_routes.rs:13
Methodcreate_post
(&self, post: Box<dyn Post>)
aardwolf-api/database-api/src/postgres/postgres_main.rs:69
Methodcreate_post
(&self, post: Post)
aardwolf-api/database-api/src/mysql/mysql_main.rs:32
Methodcreate_post
(&self, post: Post)
aardwolf-api/database-api/src/sqlite/sqlite_main.rs:30
Functioncreate_post_actix
Creates a new post and returns the created post as JSON.
aardwolf-api/backend-api/src/backend_engines/actix_backend.rs:9
Functioncreate_post_warp
()
aardwolf-api/backend-api/src/backend_engines/warp_backend.rs:7
Functioncreate_post_works
()
aardwolf-types/src/operations/create_post.rs:66
Functioncreate_reaction
()
aardwolf-models/src/base_post/post/comment/reaction.rs:67
Functioncreate_timer
()
aardwolf-models/src/timer.rs:61
Functioncreate_user
()
aardwolf-models/src/user.rs:406
Methodcreated
(self)
aardwolf-actix/src/traits.rs:9
Methodcreated_at
(&self)
aardwolf-models/src/link.rs:52
Methodcreated_at
(&self)
aardwolf-models/src/file.rs:37
Methodcreated_at
(&self)
aardwolf-models/src/base_post.rs:70
Methodcreated_at
(&self)
aardwolf-models/src/user.rs:165
Methodcreated_at
(&self)
aardwolf-models/src/base_actor.rs:177
Methodcreated_at
(&self)
aardwolf-models/src/timer.rs:27
Methodcreated_at
(&self)
aardwolf-models/src/base_actor/follow_request.rs:29
Methodcreated_at
(&self)
aardwolf-models/src/base_actor/persona.rs:83
Methodcreated_at
(&self)
aardwolf-models/src/base_actor/group.rs:26
Methodcreated_at
(&self)
aardwolf-models/src/base_actor/follower.rs:32
Methodcreated_at
(&self)
aardwolf-models/src/base_actor/group/group_base_actor.rs:32
Methodcreated_at
(&self)
aardwolf-models/src/user/email.rs:43
Methodcreated_at
(&self)
aardwolf-models/src/user/role.rs:27
Methodcreated_at
(&self)
aardwolf-models/src/user/local_auth.rs:38
Methodcreated_at
(&self)
aardwolf-models/src/user/role/role_permission.rs:28
Methodcreated_at
(&self)
aardwolf-models/src/user/role/user_role.rs:28
Methodcreated_at
(&self)
aardwolf-models/src/user/role/permission.rs:23
Methodcreated_at
(&self)
aardwolf-models/src/file/image.rs:33
Methodcreated_at
(&self)
aardwolf-models/src/timer/event.rs:51
Methodcreated_at
(&self)
aardwolf-models/src/timer/event_notification.rs:32
Methodcreated_at
(&self)
aardwolf-models/src/base_post/post.rs:37
Methodcreated_at
(&self)
aardwolf-models/src/base_post/direct_post.rs:47
Methodcreated_at
(&self)
aardwolf-models/src/base_post/post/comment.rs:36
Methodcreated_at
(&self)
aardwolf-models/src/base_post/post/media_post.rs:29
Methodcreated_at
(&self)
aardwolf-models/src/base_post/post/comment/reaction.rs:29
Methoddb_action
(self, conn: &mut PgConnection)
aardwolf-types/src/operations/fetch_persona.rs:13
Methoddb_action
(self, conn: &mut PgConnection)
aardwolf-types/src/operations/confirm_account.rs:28
Methoddb_action
( self, conn: &mut PgConnection, )
aardwolf-types/src/operations/check_create_persona_permission.rs:21
Methoddb_action
( self, conn: &mut PgConnection, )
aardwolf-types/src/operations/create_persona.rs:32
Methoddb_action
( self, conn: &mut PgConnection, )
aardwolf-types/src/operations/check_delete_persona_permission.rs:16
Methoddb_action
(self, conn: &mut PgConnection)
aardwolf-types/src/operations/delete_persona.rs:20
Methoddb_action
(self, conn: &mut PgConnection)
aardwolf-types/src/operations/check_create_post_permission.rs:21
Methoddb_action
(self, conn: &mut PgConnection)
aardwolf-types/src/operations/create_post.rs:24
Methoddb_action
( self, conn: &mut PgConnection, )
aardwolf-types/src/operations/fetch_authenticated_user.rs:32
Methoddb_action
(self, conn: &mut PgConnection)
aardwolf-types/src/operations/sign_in.rs:18
Methoddb_action
(self, conn: &mut PgConnection)
aardwolf-types/src/operations/fetch_base_actor.rs:13
Methoddefault
()
aardwolf-types/src/forms/auth/signup_form.rs:66
Methoddefault
()
aardwolf-types/src/forms/auth/signin_form.rs:37
Methoddefault
()
aardwolf-types/src/forms/personas/creation_form.rs:37
Methoddefault
()
aardwolf-models/src/user.rs:395
Methoddefault
()
aardwolf-models/src/sql_types/post_visibility.rs:37
Methoddefault
()
aardwolf-templates/src/elements/input_textarea.rs:12
Methoddefault
()
aardwolf-templates/src/elements/input_select.rs:16
Methoddefault
()
aardwolf-templates/src/elements/input_text.rs:14
Functiondelete_post
()
aardwolf-api/frontend-api/src/api_post_routes.rs:25
Methoddelete_post
(&self, post_id: i32)
aardwolf-api/database-api/src/postgres/postgres_main.rs:79
Methoddelete_post
(&self, post_id: i32)
aardwolf-api/database-api/src/mysql/mysql_main.rs:42
Methoddelete_post
(&self, post_id: i32)
aardwolf-api/database-api/src/sqlite/sqlite_main.rs:40
Functiondeleting_persona_works
()
aardwolf-types/src/operations/delete_persona.rs:75
Methoddescription
(&self)
aardwolf-models/src/sql_types/timezone.rs:66
Methoddescription
(&self)
aardwolf-models/src/timer/event.rs:47
Methoddeserialize
(deserializer: D)
aardwolf-types/src/scope.rs:41
Methoddeserialize
(deserializer: D)
aardwolf-models/src/sql_types/follow_policy.rs:43
Methoddeserialize
(deserializer: D)
aardwolf-models/src/sql_types/post_visibility.rs:52
Methoddeserialize
(deserializer: D)
aardwolf-models/src/sql_types/mime.rs:73
Methoddeserialize
(deserializer: D)
aardwolf-models/src/user/email/token.rs:139
Methoddeserialize
(deserializer: D)
aardwolf-models/src/user/local_auth/password.rs:138
Methoddisplay_name
(&self)
aardwolf-models/src/base_actor.rs:153
← previousnext →201–300 of 683, ranked by callers