re #36 hotfix to make tests pass, still needs refactoring
Fixed is not able to set lower number of sick day than is already taken
Fixed a taking vacation for the same day.
Cannot take a vacation in past, refactor VacationDay to Vacation in domain package
Fixed: user settings, accepting / rejecting vacation, sick day, users, adding and deleting sick days, etc..
Moved database exception handler
Set utf8 database encoding
Fixed api
Fixed repositories
Messages
Final version of the class VacationDay with its tests
Final version of the class DefaultSettings with its tests
Edit User class
Final version of domain class User with tests
Fixed ApiManager for adding a new vacation
Default photo
Handle different or non inputs, unit tests, error messages
Re #7545 Fix errors in tests and domain classes
Merge branch 'develop' into Test
Documentation domain and dto, unit test domain, error input domain
Fixed JUnit test via Maven
Fix /user/id/calendar with all parameters
Deletion of enums from the database
Re #7551 Connection between database and frontend
Re #7551 Fix null object
Re #7551 Fix wrong parameter name
Re #7551 Procedure fixes
Re #7551 Typing errors in init script
Re #7551 Remove taken vacations from api and db
Re #7551 Call procedure parameters
Re #7551 Admin user
Re #7551 Api manager, autowired
Insert vacation
Re #7526 Database queries
Re #7390 Base domain classes
Re #7530 Get 'vacation' and 'overtime' from input xlsx file
Fixed endpoint for user's notification
Fixed endpoint for user's id
Fixed Cors and endpoint /calendar/delete
Fixed Cors (added GET, POST, PUT, DELETE)
Fix import package
Re #7491 Implemented API for import/export with mocked PDF and XLS processing
Re #7477 Edited endpoints and created mock manager for data
Re #7442 Basic database queries
Re #7385 Initialisation of the database
Fix paths of pom.xml
Re #7471 edited design of APIs based on consultation
Re #7472 Fixed hard coded urls
Re #7472 Implemented services for REST API
Fixing directory structure
Re #7386 Implemented APIs endpoints with DTOs