Compare commits
	
		
			1 Commits
		
	
	
		
			feature/ad
			...
			827e5ec270
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 827e5ec270 | 
| @@ -26,7 +26,7 @@ namespace LSA.Core.Thalos.API.Controllers | |||||||
|     public class UserController(IUserProvider service) : ControllerBase |     public class UserController(IUserProvider service) : ControllerBase | ||||||
|     { |     { | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Gets all users. |         /// mongo identifier all the users. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> |         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> | ||||||
|         /// <returns>The <see cref="IEnumerable{UserAdapter}"/> found entity.</returns> |         /// <returns>The <see cref="IEnumerable{UserAdapter}"/> found entity.</returns> | ||||||
| @@ -41,7 +41,7 @@ namespace LSA.Core.Thalos.API.Controllers | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Gets the user by mongo identifier. |         /// mongo identifier the user by identifier. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         /// <param name="_id">The user Mongo identifier.</param> |         /// <param name="_id">The user Mongo identifier.</param> | ||||||
|         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> |         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> | ||||||
| @@ -58,7 +58,7 @@ namespace LSA.Core.Thalos.API.Controllers | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Gets the user by email. |         /// mongo identifier the user by email. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         /// <param name="email">The user's email.</param> |         /// <param name="email">The user's email.</param> | ||||||
|         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> |         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> | ||||||
| @@ -106,7 +106,7 @@ namespace LSA.Core.Thalos.API.Controllers | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Updates a full user by mongo identifier. |         /// Updates a full user by identifier. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         /// <param name="_id">The user Mongo identifier.</param> |         /// <param name="_id">The user Mongo identifier.</param> | ||||||
|         /// <param name="entity">The user to update.</param> |         /// <param name="entity">The user to update.</param> | ||||||
| @@ -175,7 +175,7 @@ namespace LSA.Core.Thalos.API.Controllers | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Gets a token for the user, including roles, permissions, and modules. |         /// mongo identifier a token for the user, including roles, permissions, and modules. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         /// <param name="email">The user's email.</param> |         /// <param name="email">The user's email.</param> | ||||||
|         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> |         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> | ||||||
| @@ -191,7 +191,7 @@ namespace LSA.Core.Thalos.API.Controllers | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Deletes a user by mongo identifier. |         /// Deletes a user by identifier. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         /// <param name="_id">The user Mongo identifier.</param> |         /// <param name="_id">The user Mongo identifier.</param> | ||||||
|         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> |         /// <param name="cancellationToken">A token to cancel the asynchronous operation.</param> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user