re #37 code cleanup
re #NaN git ignore
re #28 working webapp docker build and compose
re #28 update angular to 8.x
re #30: rename base package and groupId
re #28 working docker-compose file for server-side application
re #28 proper Dockerfile for server build, related pom.xml changes
re #36 hotfix to make tests pass, still needs refactoring
Added documentation
Frontend refactored
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
Error and information messages modified - correct error messages from backend are displayed and information messages are translated
Merge branch 'develop' of https://github.com/danekja/ymanager into develop
Sickdays is now correctly displayed in the list of users
Fixed: user settings, accepting / rejecting vacation, sick day, users, adding and deleting sick days, etc..
Status of oncoming vacation is now translated
Corrected number of remaining sickdays in user's profile
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
Default settings - set minimal number of sickdays to 0
Default settings - check whether everything is filled
Default settings component translated
Added units to vacation info component
Set vacation changed to add vacation
Frontend localization completed
Fixed ApiManager for adding a new vacation
User's notification settings is now displayed correctly
Remaining sickdays is now displayed correctly
sickday refactored to sickDay
Min values of sickdays and vacation changed to 0
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
Merge branch 'Test' of https://github.com/danekja/ymanager into Test
Documentation domain and dto, unit test domain, error input domain
Fixed JUnit test via Maven
User service uses correct end point to delete calendar
Profile reload on add/remove vacation + removed uncecessary API calls when employee is logged in
Calendar is refreshed after vacation deletion
Menu component correctly chooses menu item to highlight
Oncoming vacation component is now refreshed after vacation request
Edit vacation component removed
Approval components are visible only to empoloyer
Clicking on menu item refreshes logged user profile data in profile service
Fix /user/id/calendar with all parameters
Deletion of enums from the database
Modified api users service, fixed edit settings dialog
Re #7551 Connection between database and frontend
Re #7475 Localization
Re #7551 Fix null object
Re #7551 Fix wrong parameter name
Re #7551 Procedure fixes
Re #7551 Typing errors in init script
Fixed init script
Re #7551 Remove taken vacations from api and db
Modified scripts for frontend setup
Re #7551 Call procedure parameters
Re #7534 'Profile settings' component connected to the API
Re #7551 Admin user
Re #7551 Api manager, autowired
Insert vacation
Re #7532 'Add vacation component' connected to the api
Re #7526 Database queries
Re #7390 Base domain classes
Re #7530 Get 'vacation' and 'overtime' from input xlsx file
Merge branch 'develop' of github.com:danekja/ymanager into develop
Fixed endpoint for user's notification
Removed unused imports
Re #7499 User profile component implemented + refactor
Re#7531 Fixed redirect behavior
Re#7531 Components are guarded against invalid users
Enviroments fix
Re #7494 Components connected to API - except profile settings and add vacation components
Re#7528 Menu items are highlighted with correct default, added 404 page
Re#7527 SnackBar opens if the error occurs
Re#7527 Implemented import and export files on front end
Re #7499 User profile component initialized
Fixed endpoint for user's id
Refactor service structure
Re #7498 Global settings component implemented
Re#7494 Implemented edit user settings
Refactored all models
Re #7500 Day picker component modified - displaying vacations + emits change of month