This commit is contained in:
_Bastler 2021-12-02 19:33:00 +01:00
parent 428f13afbb
commit 0814f7973c
4 changed files with 60 additions and 48 deletions

View File

@ -137,6 +137,9 @@ public class UserManager implements UserDetailsService, SmartInitializingSinglet
/*
* @see org.springframework.security.core.userdetails.UserDetailsService#loadUserByUsername(java.lang.String)
*/
/*
* @see org.springframework.security.core.userdetails.UserDetailsService#loadUserByUsername(java.lang.String)
*/
/*
* @see org.springframework.security.core.userdetails.UserDetailsService#
* loadUserByUsername(java.lang.String)
@ -248,6 +251,9 @@ public class UserManager implements UserDetailsService, SmartInitializingSinglet
/*
* @see org.springframework.beans.factory.SmartInitializingSingleton#afterSingletonsInstantiated()
*/
/*
* @see org.springframework.beans.factory.SmartInitializingSingleton#afterSingletonsInstantiated()
*/
/*
* @see org.springframework.beans.factory.SmartInitializingSingleton#
* afterSingletonsInstantiated()

View File

@ -77,7 +77,7 @@ public class UserPageManager {
* @param page the page
* @param size the size
* @param sortBy the sort by
* @param asc the asc
* @param desc the desc
* @return the by user
*/
public Page<UserPage> getByUser(String username, int page, int size, String sortBy,
@ -103,7 +103,7 @@ public class UserPageManager {
* @param page the page
* @param size the size
* @param sortBy the sort by
* @param asc the asc
* @param desc the desc
* @return the public
*/
public Page<UserPage> getPublic(String username, int page, int size, String sortBy,

View File

@ -73,7 +73,8 @@ public class EntryController extends BaseController {
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param dateParameter the date parameter
* @param tagParameter the tag parameter
* @param tagsParameter the tags parameter
* @param excludedTagsParameter the excluded tags parameter
* @param typeParameter the type parameter
* @param gravityParameter the gravity parameter
* @param ascParameter the asc parameter
@ -124,7 +125,8 @@ public class EntryController extends BaseController {
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param dateParameter the date parameter
* @param tagParameter the tag parameter
* @param tagsParameter the tags parameter
* @param excludedTagsParameter the excluded tags parameter
* @param typeParameter the type parameter
* @param ascParameter the asc parameter
* @param ignoreParameter the ignore parameter
@ -168,7 +170,8 @@ public class EntryController extends BaseController {
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param dateParameter the date parameter
* @param tagParameter the tag parameter
* @param tagsParameter the tags parameter
* @param excludedTagsParameter the excluded tags parameter
* @param typeParameter the type parameter
* @param gravityParameter the gravity parameter
* @param ascParameter the asc parameter
@ -215,7 +218,8 @@ public class EntryController extends BaseController {
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param dateParameter the date parameter
* @param tagParameter the tag parameter
* @param tagsParameter the tags parameter
* @param excludedTagsParameter the excluded tags parameter
* @param typeParameter the type parameter
* @param ascParameter the asc parameter
* @param ignoreParameter the ignore parameter
@ -261,7 +265,8 @@ public class EntryController extends BaseController {
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param dateParameter the date parameter
* @param tagParameter the tag parameter
* @param tagsParameter the tags parameter
* @param excludedTagsParameter the excluded tags parameter
* @param typeParameter the type parameter
* @param ascParameter the asc parameter
* @param ignoreParameter the ignore parameter
@ -377,7 +382,8 @@ public class EntryController extends BaseController {
*
* @param date the date
* @param flaggedStatus the flagged status
* @param tag the tag
* @param tags the tags
* @param excludedTags the excluded tags
* @param type the type
* @return the entry filter
*/

View File

@ -44,7 +44,7 @@ public class UserPageController extends BaseController {
*
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param ascParameter the asc parameter
* @param descParameter the desc parameter
* @return the user pages
*/
@PreAuthorize("isAuthenticated()")
@ -62,7 +62,7 @@ public class UserPageController extends BaseController {
*
* @param pageParameter the page parameter
* @param sizeParameter the size parameter
* @param ascParameter the asc parameter
* @param descParameter the desc parameter
* @return the public user pages
*/
@PreAuthorize("isAuthenticated()")