Added new source file with catalog items
re #9750
Changed password DTO access to write only
re #9620
Fixed user registration bad constraint
Merge remote-tracking branch 'origin/develop' into feature/9627_administration_page
Creation of administration page and user registrationre #9627
Merge remote-tracking branch 'origin/develop' into develop
Fixed single punctuation character in path search error
Send text query to the api
re #9629
Merge branch 'feature/#9624_External_catalog' into 'develop'
Added loading of external catalog items
See merge request aswi/aswi-2022/aswi2022code-of-duty!31
Added controller and some tests for external catalog
re #9624
Formating of Home pagere #9714
Changed coordinates to null from 0.0 when not known
re #9625
Added orphan removal to catalog item
re #9492
Test cases added
Added filter for written forms and some tests
Added description to catalog item
re #9491
Checked, added and fixed rights to endpoints
re #9511
Added test for path
re #9490
Added path - searching and highlighting text - returning list of found catalog items
Working deploymentre #9333
Configuration files for kubernetes and swagger
re #9333
Edited swagger generated files
Changed config for docker composere #9333
Configuration files for kubernetes
Changed endpoints to begin with /api/
re #9243 - LCA milestone code refactor
Merge branch 'feature/#9369_catalog_item_detail' into 'develop'
Feature/#9369 catalog item detail
See merge request aswi/aswi-2022/aswi2022code-of-duty!16
Merge branch 'feature/#9368_auth_err_handling' into 'develop'
Feature/#9368 auth err handling
See merge request aswi/aswi-2022/aswi2022code-of-duty!15
re #9369 api get for single item
re #9369 catalog tweaks
Changed TitlePage schema for Swagger generation
re #9383
Fixed N+1 problem when fetching catalog
re #9244
re #9368 jwt simple login
Merge branch 'develop' of https://gitlab.kiv.zcu.cz/aswi/aswi-2022/aswi2022code-of-duty into feature/#9368_auth_err_handling
re #9368 - redux slice for auth + axios interceptors start
Changed security
Added Dockerfile, docker-compose and configurations generated from docker-compose to Kubernetes
re #9372
Added swagger summary for controllers
Fixed title page tests
re #9363
Added another unit tests - for catalog, title page and user servicere #9363
Added first unit tests - for catalog and user repository - for type and title page servicere #9363
Changed bad JWT response to HTTP status 401 from 403
Fixed package position for 'permission'
Reformatted title pagere #9383
Added title page (and its modification)
Passwords and permissions update
Merge branch 'Feature_#9164' into 'develop'
Added catalog filter
See merge request aswi/aswi-2022/aswi2022code-of-duty!4
Added catalog filterre #9164
From feature/#9196_Connect_Frontend_With_Backend into develop
Added Catalog function - catalog DTO - catalog controller - adding, deleting, updating catalog entries - getting all catalog entriesre #9164
Added OpenAPI, user DTO and some basic user controller endpointsre #9204re #9215
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-layerre #9204
Added entities - connected to Postgres database - created repositories and services for entities - created setup for given csv catalog datare #9191re #9099
CORS config re #9106
Java backend API init re #9106
re #9106