View Source Bonfire.Social.Requests (bonfire_umbrella v0.9.8-cooperation-beta.15)

Summary

Functions

Request someone/something, and federate it

Link to this function

all_by_object(user, type, opts \\ [])

View Source
Link to this function

all_by_subject(user, type, opts \\ [])

View Source
Link to this function

all_objects_by_subject(user, type, opts \\ [])

View Source
Link to this function

all_requested_outboxes(user, type, opts \\ [])

View Source
Link to this function

all_subjects_by_object(user, type, opts \\ [])

View Source
Link to this function

ap_publish_activity(subject, verb, follow)

View Source
Link to this function

exists?(subject, type, object, opts \\ [])

View Source
Link to this function

get(filters, opts \\ [])

View Source
Link to this function

get(subject, type, object, opts \\ [])

View Source
Link to this function

get!(subject, type, object, opts \\ [])

View Source
Link to this function

list_my_requesters(opts)

View Source
Link to this function

list_requested(user, opts \\ [])

View Source
Link to this function

list_requesters(user, opts \\ [])

View Source
Link to this function

query(filters, type \\ nil, opts)

View Source
Link to this function

request(user, type, object, opts \\ [])

View Source

Request someone/something, and federate it

Link to this function

requested(request, opts \\ [])

View Source
Link to this function

requested?(subject, type, object)

View Source

Callback implementation for Bonfire.Common.ContextModule.schema_module/0.

Link to this function

unrequest(requester, type, object)

View Source