Projekt

Obecné

Profil

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

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

re #31 extract repository interfaces

f9d108be 2020-07-02 06:31 Pavel Fidransky

re #32 rename classes returned from webservices to have -DTO suffix

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