Projekt

Obecné

Profil

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

# Datum Autor Komentář
abaa5f46 2022-04-11 08:52 Jakub Šmíd

Experiment with database

0e115bb2 2022-04-03 08:08 Jakub Šmíd

Fixed N+1 problem when fetching catalog

re #9244

2fb633dc 2022-03-31 17:35 Jakub Šmíd

Changed security

e91fef9c 2022-03-31 07:31 Jakub Šmíd

Added swagger summary for controllers

b30f120b 2022-03-30 18:34 Jakub Šmíd

Fixed title page tests

re #9363

7b891bc9 2022-03-30 15:05 Jakub Šmíd

Added another unit tests
- for catalog, title page and user service
re #9363

15f5a407 2022-03-29 18:54 Jakub Šmíd

Added first unit tests
- for catalog and user repository
- for type and title page service
re #9363

06a05d68 2022-03-29 16:27 Jakub Šmíd

Changed bad JWT response to HTTP status 401 from 403

87823897 2022-03-29 12:13 Jakub Šmíd

Fixed package position for 'permission'

0b4fc09d 2022-03-29 12:09 Jakub Šmíd

Reformatted title page
re #9383

c1e7e376 2022-03-29 11:49 Jakub Šmíd

Added title page (and its modification)

b2af5445 2022-03-29 10:53 Jakub Šmíd

Passwords and permissions update

ddc064ac 2022-03-26 08:54 Jakub Šmíd

Merge branch 'Feature_#9164' into 'develop'

Added catalog filter

See merge request aswi/aswi-2022/aswi2022code-of-duty!4

9ffa82d3 2022-03-26 08:52 Jakub Šmíd

Added catalog filter
re #9164

c7d2ced1 2022-03-25 20:13 Václav Honzík

From feature/#9196_Connect_Frontend_With_Backend into develop

39c320ad 2022-03-17 20:30 Jakub Šmíd

Added Catalog function
- catalog DTO
- catalog controller
- adding, deleting, updating catalog entries
- getting all catalog entries
re #9164

381df0b2 2022-03-17 17:43 Jakub Šmíd

Added OpenAPI, user DTO and some basic user controller endpoints
re #9204
re #9215

e111342b 2022-03-16 22:32 Jakub Šmíd

Added JWT and permissions, changed project structure
- filters when authenticating - sends JWT
- filters per request - controls JWT
- added permission to user (READ, WRITE, DELETE)
- created package-by-feature from package-by-layer
re #9204

45d0c4d7 2022-03-10 19:11 Jakub Šmíd

Added entities
- connected to Postgres database
- created repositories and services for entities
- created setup for given csv catalog data
re #9191
re #9099

f6a5231e 2022-03-08 20:48 Václav Honzík

CORS config re #9106

d507bd26 2022-03-08 19:20 Václav Honzík

Java backend API init re #9106

79d3f0dd 2022-03-07 14:48 Václav Honzík

re #9106