Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
7e85f82d 2020-07-02 06:31 Pavel Fidransky

re #41 use HTTP method-based annotations instead of generic RequestMapping

536a33e6 2020-07-02 06:31 Pavel Fidransky

re #41 simplify enum conversion

90b699e9 2020-07-02 06:31 Pavel Fidransky

re #41 fix some todos

67aa9c41 2020-07-02 06:31 Pavel Fidransky

re #41 replace own (de)serializers of java.time.* classes by Jackson implementation

01f3ae23 2020-07-02 06:31 Pavel Fidransky

re #41 global exception handler

859f5dd3 2020-06-01 13:57 Jakub Danek

#52

46e11781 2020-06-01 13:22 Jakub Danek

#52

853eb568 2020-06-01 13:17 Jakub Danek

#52

2ca79f0a 2020-06-01 12:47 Jakub Danek

#52

7e6f9d29 2020-06-01 12:30 Jakub Danek

#52

181fe920 2020-06-01 12:13 Jakub Danek

#52 one more dependency to make the gods happy

01eea0bd 2020-06-01 12:03 Jakub Danek

#52 add cli to dependencies

cc3ef93f 2020-01-02 15:07 Jakub Danek

re #52 split multistage build into two dockerfiles

8bd93e28 2020-01-02 15:02 Jakub Danek

re #52 split multistage build into two dockerfiles

00494e0f 2020-01-02 14:43 Jakub Danek

re #52 split multistage build into two dockerfiles

a11d246a 2020-01-02 14:20 Jakub Danek

Update Dockerfile

37576194 2020-01-02 14:19 Jakub Danek

Update Dockerfile

4ccb6b62 2020-01-02 13:05 Pavel Fidransky

re #33: load frontend app configuration from config.json file

59cbe6ba 2020-01-02 13:05 Pavel Fidransky

re #33: modify backend app to load configuration from environment variables; locally loaded by docker-compose from .env file

57ffe6f9 2019-10-29 06:40 Pavel Fidransky

fix #40: configure nginx to redirect all requests to index.html

76eb842a 2019-10-16 20:24 Jakub Danek

re #29 crude login page

7c8f251f 2019-10-16 20:23 Jakub Danek

re #29 hackity login endpoint, check todo, needs reimplementation

cc2e05e8 2019-10-16 20:23 Jakub Danek

re #29 reject unauthenticated connections instead of redirecting to login page

deb64a56 2019-10-15 13:27 Jakub Danek

re #29 backend implementation of Google OAuth2 authentication

Includes new user registration.

74d6b99b 2019-10-15 13:20 Jakub Danek

re #31 separate part of DefaultSettings interface into own repository

Required for easier implementation of #29 (user registration)

6b5f795f 2019-10-14 13:49 Jakub Danek

re #29 separate editable user-data into own class.

503463be 2019-10-14 12:46 Jakub Danek

re #29 split User into abstract class and RegisteredUser class

General user-info turned into interface in order to support multiple
user info sources (authentication methods)

067718eb 2019-10-14 10:29 Jakub Danek

re #37 secured access to request list processes

9a3723cd 2019-10-14 10:29 Jakub Danek

re #37 secured access to default settings (read)

fa28081d 2019-10-14 10:25 Jakub Danek

re #37 secured access to user's calendar

c645af30 2019-10-14 10:24 Jakub Danek

re #37 secured global settings configuration process

a6f109d7 2019-10-14 10:23 Jakub Danek

re #37 secured user settings configuration endpoint

2c98eb7b 2019-10-14 10:23 Jakub Danek

re #37 implemented AuthorizationService interface for non-static
access to Spring Security context.

cc93b410 2019-10-12 12:11 Jakub Danek

re #37 secured access to request confirmation/rejection

7779d8bd 2019-10-11 15:04 Jakub Danek

re #37 secured access to deleting vacation requests

Disable unused edit vacation endpoint.

a1306c71 2019-10-11 15:04 Jakub Danek

re #37 support for custom permission evaluators based on type

72188b9a 2019-10-11 15:04 Jakub Danek

re #37 replace auth expressions with custom annotation

re #37 replace auth expressions with custom annotation

97f0fa4e 2019-10-11 08:48 Jakub Danek

re #37 protect "edit vacation request" process

23feb2c7 2019-10-11 08:43 Jakub Danek

re #37 disable csrf (for now, needs to be revised later whether needed or not)

5fd5bca1 2019-10-11 08:42 Jakub Danek

re #37 disable csrf (for now, needs to be revised later whether needed or not)

317b7363 2019-10-11 08:25 Jakub Danek

re #37 naming improvements

9223bc22 2019-10-11 08:15 Jakub Danek

re #37 protect getUser and getUsers processes on server-side

Related refactoring - moving relevant logic to UserManager interface
and to /users API endpoint.

490e0a67 2019-10-11 08:14 Jakub Danek

re #41 remove unused mock classes

216a8f66 2019-10-10 13:58 Jakub Danek

re #41 move enumerations from dto to domain package

476b7738 2019-10-10 13:43 Jakub Danek

re #37 add request interceptor for sending Basic authentication token

d2799ca5 2019-10-10 13:43 Jakub Danek

re #37 make UI compatible with new User controller API

767931cc 2019-10-10 13:42 Jakub Danek

re #37 unify user profile endpoints under single controller and namespace

dbbad14d 2019-10-10 09:29 Jakub Danek

re #37 modify CORS settings to allow only single domain and credentials in cors preflight requests

5ed6fa07 2019-10-10 09:29 Jakub Danek

re #37 dummy spring security configuration

f6f42f72 2019-10-10 09:29 Jakub Danek

re #37 implement WS endpoint for getting current user info

68bd3513 2019-10-10 09:29 Jakub Danek

re #37 create separate interface & component for User-related business logic

6ba63156 2019-10-10 09:25 Jakub Danek

re #37 reimplement UserRepository getUser queries back into sanity

Add possibility to search by email.

dfe45987 2019-10-10 09:23 Jakub Danek

re #37 User domain class now implements Spring Security's UserDetails interface

5bd79581 2019-10-10 09:21 Jakub Danek

re #37 add email value to testuser record in init.sql script

689051f0 2019-10-10 09:21 Jakub Danek

re #37 add spring security to dependencies

0d20d943 2019-10-10 09:20 Jakub Danek

re #37 code cleanup

42939d08 2019-10-08 11:31 Jakub Danek

re #37 code cleanup

299f3030 2019-10-08 10:44 Jakub Danek

re #NaN git ignore

3edf22f1 2019-10-08 10:44 Jakub Danek

re #28 working webapp docker build and compose

7de5fe43 2019-10-08 10:42 Jakub Danek

re #28 update angular to 8.x

3dfec56f 2019-10-07 15:30 Pavel Fidranský

re #30: rename base package and groupId

6c6f9413 2019-07-14 17:47 Jakub Danek

re #28 working docker-compose file for server-side application

3b86e158 2019-07-12 19:44 Jakub Danek

re #28 proper Dockerfile for server build, related pom.xml changes

7134e3bc 2019-07-12 19:43 Jakub Danek

re #36 hotfix to make tests pass, still needs refactoring

7cbc1b96 2019-06-11 10:16 Lukas Cerny

Added documentation

558c8d57 2019-06-10 14:42 Václav Jirák

Frontend refactored

e081ca32 2019-06-07 16:40 Lukas Cerny

Fixed is not able to set lower number of sick day than is already taken

88e2ccf3 2019-06-06 17:15 Lukas Cerny

Fixed a taking vacation for the same day.

e3637ab0 2019-06-06 16:52 Lukas Cerny

Cannot take a vacation in past, refactor VacationDay to Vacation in domain package

5d32cbea 2019-06-06 14:42 Václav Jirák

Error and information messages modified - correct error messages from backend are displayed and information messages are translated

807a0a15 2019-06-06 11:50 Václav Jirák

Merge branch 'develop' of https://github.com/danekja/ymanager into develop

08a1de74 2019-06-06 11:49 Václav Jirák

Sickdays is now correctly displayed in the list of users

1a887a3c 2019-06-06 11:42 Lukas Cerny

Fixed: user settings, accepting / rejecting vacation, sick day, users, adding and deleting sick days, etc..

4985a41a 2019-06-06 11:39 Václav Jirák

Status of oncoming vacation is now translated

f4c8e61e 2019-06-06 11:11 Václav Jirák

Corrected number of remaining sickdays in user's profile

f6ad0e8a 2019-06-06 10:04 Dominik Poch

Moved database exception handler

8eff709d 2019-06-06 09:57 Dominik Poch

Set utf8 database encoding

d1b059fc 2019-06-06 01:54 Dominik Poch

Merge branch 'develop' of https://github.com/danekja/ymanager into develop

88581ac8 2019-06-06 01:53 Dominik Poch

Fixed api

18b7c801 2019-06-06 01:53 Dominik Poch

Fixed repositories

5bb049a7 2019-06-06 01:51 Dominik Poch

Messages

0b244cd2 2019-06-05 22:12 Dominik Poch

Final version of the class VacationDay with its tests

da24dbb4 2019-06-05 19:04 Dominik Poch

Final version of the class DefaultSettings with its tests

b7979e83 2019-06-05 18:58 Dominik Poch

Edit User class

d6c90b22 2019-06-05 18:56 Dominik Poch

Final version of domain class User with tests

8860de8e 2019-06-05 13:25 Václav Jirák

Default settings - set minimal number of sickdays to 0

d9d4877f 2019-06-05 13:22 Václav Jirák

Default settings - check whether everything is filled

599dd1cf 2019-06-05 13:14 Václav Jirák

Default settings component translated

d2f2529e 2019-06-05 13:05 Václav Jirák

Added units to vacation info component

6496dcfb 2019-06-05 11:53 Václav Jirák

Set vacation changed to add vacation

78eacb99 2019-06-05 11:14 Václav Jirák

Frontend localization completed

7231cde9 2019-06-05 10:50 Lukas Cerny

Fixed ApiManager for adding a new vacation

7ddbcffc 2019-06-05 10:36 Václav Jirák

User's notification settings is now displayed correctly

2f728b98 2019-06-05 10:26 Václav Jirák

Remaining sickdays is now displayed correctly

93fb3695 2019-06-05 09:59 Václav Jirák

sickday refactored to sickDay

f5aa6b4e 2019-06-04 15:27 Hung Hoang

Min values of sickdays and vacation changed to 0

b59257e1 2019-06-04 15:12 Dominik Poch

Default photo

6b50e2ca 2019-06-04 13:20 Dominik Poch

Handle different or non inputs, unit tests, error messages

d7676f17 2019-06-02 15:40 Dominik Poch

Re #7545 Fix errors in tests and domain classes

a76751d3 2019-06-01 23:24 Dominik Poch

Merge branch 'develop' into Test