Projekt

Obecné

Profil

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

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

re #36 drop localization from backend

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

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

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

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

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

re #37 code cleanup

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

re #30: rename base package and groupId

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

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

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

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

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

f6ad0e8a 2019-06-06 10:04 Dominik Poch

Moved database exception handler

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

Fixed api

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

Fixed repositories

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

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

Fixed ApiManager for adding a new vacation

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

79e44ca9 2019-06-01 23:07 Dominik Poch

Documentation domain and dto, unit test domain, error input domain

ae2ef20a 2019-05-31 12:02 Dominik Poch

Fix /user/id/calendar with all parameters

dabc8081 2019-05-31 11:44 Dominik Poch

Deletion of enums from the database

d6ff5bb6 2019-05-31 03:00 Dominik Poch

Re #7551 Connection between database and frontend

576ee7e8 2019-05-30 23:11 Dominik Poch

Re #7551 Fix null object

c46bb512 2019-05-30 22:53 Dominik Poch

Re #7551 Fix wrong parameter name

aed2fdb1 2019-05-30 22:44 Dominik Poch

Re #7551 Procedure fixes

893f07e3 2019-05-30 22:08 Dominik Poch

Re #7551 Typing errors in init script

1ef59cb8 2019-05-30 20:25 Dominik Poch

Re #7551 Remove taken vacations from api and db

061445cf 2019-05-30 20:02 Dominik Poch

Re #7551 Call procedure parameters

49a56af1 2019-05-30 19:09 Dominik Poch

Re #7551 Api manager, autowired

6cbd7224 2019-05-30 18:56 Dominik Poch

Insert vacation

6e79da77 2019-05-30 17:21 Dominik Poch

Re #7526 Database queries

ba0044c8 2019-05-30 17:21 Dominik Poch

Re #7390 Base domain classes

b2108db7 2019-05-29 20:20 Lukas Cerny

Re #7530 Get 'vacation' and 'overtime' from input xlsx file

b9c4aa8a 2019-05-29 10:13 Lukas Cerny

Fixed endpoint for user's notification

bb4c4e7f 2019-05-27 10:41 Lukas Cerny

Fixed endpoint for user's id

e11e7ac7 2019-05-25 19:27 Lukas Cerny

Fixed Cors and endpoint /calendar/delete

6b70669b 2019-05-25 18:38 Lukas Cerny

Fixed Cors (added GET, POST, PUT, DELETE)

a612ffab 2019-05-24 19:39 Lukas Cerny

Fix import package

25fbc04a 2019-05-15 10:51 Lukas Cerny

Re #7491 Implemented API for import/export with mocked PDF and XLS processing

ebc739a0 2019-05-14 10:35 Lukas Cerny

Re #7477 Edited endpoints and created mock manager for data

cc897ddc 2019-05-13 12:23 Dominik Poch

Re #7442 Basic database queries

159626c0 2019-05-09 16:50 Lukas Cerny

Re #7471 edited design of APIs based on consultation

626703f4 2019-05-06 22:44 Hung Hoang

Fixing directory structure

d8cbbf32 2019-05-03 13:05 Lukas Cerny

Re #7386 Implemented APIs endpoints with DTOs