record the acceptance of the Terms of Service
record the acceptance of the Terms of Service
Add new role.
Add new role.
Adds a dataset view TODO: use UUID instead of email
Adds a dataset view TODO: use UUID instead of email
Adds an api key for the user
Adds an api key for the user
The identifier of the user that is being modified by this service
The identifier of the space that is being associated with the user
app.services.UserService
Implementation of the UserService trait.
The identifier of the user to be modified
The new role to be associated with the user
The identifier of the space
app.services.UserService
Implementation of the UserService trait.
The number of objects that are available based on the filter
The number of objects that are available based on the filter
The number of users
The number of users
Creates a new list in User Model for friends, or viewed TODO: use UUID instead of email
Creates a new list in User Model for friends, or viewed TODO: use UUID instead of email
Delete role.
Delete role.
Deletes an api key from the user
Deletes an api key from the user
Return a specific user based on the email provided.
Return a specific user based on the email provided.
Return a specific user based on the id provided.
Return a specific user based on the id provided.
Return a specific user based on an Identity
Return a specific user based on an Identity
Return a specific user based on an Identity
Return a specific user based on an Identity
Find a user by api key
Find a user by api key
Find existing role.
Find existing role.
Find existing by name
Find existing by name
Follow a collection.
Follow a collection.
Follow a dataset.
Follow a dataset.
Follow a file.
Follow a file.
Follow a file.
Follow a file.
Follow a user.
Follow a user.
Return a list of all users that are admins and are active
Return a list of all users that are admins and are active
Get extraction API key.
Get extraction API key. If it doesn't exist create it.
return List of tuples {id, objectType, score} representing the top N recommendations for an object with followerIDs This list will also filter out excludeIDs (i.
return List of tuples {id, objectType, score} representing the top N recommendations for an object with followerIDs This list will also filter out excludeIDs (i.e. items the logged in user already follows)
Gets all api keys for a user
Gets all api keys for a user
The identifier of the user to retrieve
The identifier of the space to get the role for
The role that the user has associated with the space specified
app.services.UserService
Implementation of the UserService trait.
Return a list objects that are available based on the filter as well as the other options.
Return a list objects that are available based on the filter as well as the other options.
the key to use to order the data, default is natural ordering of underlying implementation
the direction to order the data in
the first element that should be returned based on the order key
the maximum number of elements to return
is a json representation of the filter to be applied
List all users in the system.
List all users in the system.
List user roles.
List user roles.
The identifier of the space to build a list of users for
The role of the user in the space (optional filter)
A list of users that are associated with a space
app.services.UserService
Implementation of the UserService trait.
new terms of service, all users will need to agree to this
new terms of service, all users will need to agree to this
The identifier of the user that is being modified by this service
The space to be disassociated from the user
app.services.UserService
Implementation of the UserService trait.
Unfollow a collection.
Unfollow a collection.
Unfollow a dataset.
Unfollow a dataset.
Unfollow a file.
Unfollow a file.
Unfollow a file.
Unfollow a file.
Unfollow a user.
Unfollow a user.
Activate all users, and mark them as admin, who are listed in application.
Activate all users, and mark them as admin, who are listed in application.conf by email
Update the give user profile
Update the give user profile
Updates the user repository preferences.
Updates the user repository preferences.
Update role
Update role
Updates a value in the User Model
Updates a value in the User Model
Update full name in all mini users (collections, uploads, datasets, curatonObjects, curationFiles, comments,
Update full name in all mini users (collections, uploads, datasets, curatonObjects, curationFiles, comments,
Wrapper around SecureSocial to get access to the users. There is no save option since all saves should be done through securesocial right now. Eventually this should become a wrapper for securesocial and we use User everywhere.