re #32 use domain classes in repositories
re #31 extract repository interfaces
re #32 rename classes returned from webservices to have -DTO suffix
re #36 drop localization from backend
re #41 use HTTP method-based annotations instead of generic RequestMapping
re #41 simplify enum conversion
re #41 fix some todos
re #41 replace own (de)serializers of java.time.* classes by Jackson implementation
re #41 global exception handler
re #33: modify backend app to load configuration from environment variables; locally loaded by docker-compose from .env file
re #29 hackity login endpoint, check todo, needs reimplementation
re #29 reject unauthenticated connections instead of redirecting to login page
re #29 backend implementation of Google OAuth2 authentication
Includes new user registration.
re #31 separate part of DefaultSettings interface into own repository
Required for easier implementation of #29 (user registration)
re #29 separate editable user-data into own class.
re #29 split User into abstract class and RegisteredUser class
General user-info turned into interface in order to support multipleuser info sources (authentication methods)
re #37 secured access to request list processes
re #37 secured access to default settings (read)
re #37 secured access to user's calendar
re #37 secured global settings configuration process
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 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 code cleanup
re #30: rename base package and groupId