re #37 secured user settings configuration endpoint
re #37 implemented AuthorizationService interface for non-staticaccess to Spring Security context.
re #37 secured access to request confirmation/rejection
re #37 secured access to deleting vacation requests
Disable unused edit vacation endpoint.
re #37 support for custom permission evaluators based on type
re #37 replace auth expressions with custom annotation
re #37 protect "edit vacation request" process
re #37 disable csrf (for now, needs to be revised later whether needed or not)
re #37 naming improvements
re #37 protect getUser and getUsers processes on server-side
Related refactoring - moving relevant logic to UserManager interfaceand to /users API endpoint.
re #41 remove unused mock classes
re #41 move enumerations from dto to domain package
re #37 add request interceptor for sending Basic authentication token
re #37 make UI compatible with new User controller API
re #37 unify user profile endpoints under single controller and namespace
re #37 modify CORS settings to allow only single domain and credentials in cors preflight requests
re #37 dummy spring security configuration
re #37 implement WS endpoint for getting current user info
re #37 create separate interface & component for User-related business logic
re #37 reimplement UserRepository getUser queries back into sanity
Add possibility to search by email.
re #37 User domain class now implements Spring Security's UserDetails interface
re #37 add email value to testuser record in init.sql script
re #37 add spring security to dependencies
re #37 code cleanup
Také k dispozici: Atom