Projekt

Obecné

Profil

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

# Datum Autor Komentář
ed410564 2022-05-15 15:06 Michal Schwob

Administation page finished
re #9818

668cb4df 2022-05-04 14:28 Jakub Šmíd

Merge branch 'feature/#9624_External_catalog' into 'develop'

Added loading of external catalog items

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

7bf2464a 2022-05-04 14:25 Jakub Šmíd

Added controller and some tests for external catalog

re #9624

ff40cb89 2022-05-03 10:01 Michal Schwob

Formating of Home page
re #9714

e21b7441 2022-04-29 14:44 Jakub Šmíd

Added loading of external catalog items

re #9624

a8335530 2022-04-23 07:15 Jakub Šmíd

Test cases added

re #9492

4afeda3d 2022-04-15 07:25 Jakub Šmíd

Checked, added and fixed rights to endpoints

re #9511

0d941c5e 2022-04-11 14:30 Jakub Šmíd

Configuration files for kubernetes and swagger

re #9333

409ad6d9 2022-04-11 13:40 Jakub Šmíd

Edited swagger generated files

re #9333

853e96aa 2022-04-08 15:34 Václav Honzík

Merge branch 'feature/#9368_auth_err_handling' into 'develop'

Feature/#9368 auth err handling

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

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

Fixed N+1 problem when fetching catalog

re #9244

fc79a8cb 2022-04-01 19:29 Václav Honzík

re #9368 jwt simple login

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

Changed security

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

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

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

From feature/#9196_Connect_Frontend_With_Backend into develop

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