Projekt

Obecné

Profil

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

# Datum Autor Komentář
4afeda3d 2022-04-15 07:25 Jakub Šmíd

Checked, added and fixed rights to endpoints

re #9511

b539ef29 2022-04-15 07:03 Jakub Šmíd

Added path
- searching and highlighting text
- returning list of found catalog items

re #9490

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

c0dc6652 2022-04-11 08:57 Jakub Šmíd

Changed endpoints to begin with /api/

re #9333

456b0111 2022-04-10 14:44 Václav Honzík

re #9243 - LCA milestone code refactor

6f163797 2022-04-08 15:35 Václav Honzík

Merge branch 'feature/#9369_catalog_item_detail' into 'develop'

Feature/#9369 catalog item detail

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

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

5e8514b8 2022-04-07 19:28 Václav Honzík

re #9369 api get for single item

8042e8b3 2022-04-07 13:15 Václav Honzík

re #9369 catalog tweaks

a496e984 2022-04-06 10:01 Jakub Šmíd

Changed TitlePage schema for Swagger generation

re #9383

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

60d1be69 2022-03-31 17:40 Václav Honzík

Merge branch 'develop' of https://gitlab.kiv.zcu.cz/aswi/aswi-2022/aswi2022code-of-duty into feature/#9368_auth_err_handling

37f6ff02 2022-03-31 17:40 Václav Honzík

re #9368 - redux slice for auth + axios interceptors start

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