Modified DocumentListInfo
Added of UserInfo annotating users
DocumentController created
DocumentService created
Added global error handling middleware
Two custom exceptions - InternalErrorException for server-side problems and BadRequestException for client-side problems
Added Document API related DTOs
Merge branch 'features/9469-logged-user' into 'dev' Re #9469
ClientInfo added to Dependency Injections
ClientInfo contains IP and info about logged user (IsLogged and LoggedUser properties)
See merge request aswi/aswi-2022/aswi20220x00!10
ClientInfo in DependencyInjection
ClientInfo contains IP and info about logged user
Merge branch 'features/9470-backend-dummy-data' into 'dev' Re #9470
Added seeding of tags and users for use in development environment.
See merge request aswi/aswi-2022/aswi20220x00!9
Static method to seed dummy tags
Cleanup in seeding
Formatting
Merge branch 'features/9324-backend-authentication' into 'dev' Re #9324
JWT authentication and authorization implemented on backend
README with description of PostgreSQL server in docker added
Minor updates and bug fixes
See merge request aswi/aswi-2022/aswi20220x00!8
Backend - JWT Authentication done
README - run of PostgreSQL in docker
Automatic db (EF Core) migrations on run in debug mode
CORS added
Password in user ignored for JSON serialization
Seeding bug fixes
Template code removed
Swagger config updates
Merge branch 'features/9342-backend-userservice' into 'dev' Re #9342
Created UserService, and added a registration mechanism for services.
See merge request aswi/aswi-2022/aswi20220x00!7
Changed formatting, added comments, database check
Removed weather controller
Merge branch 'features/9341-context-ef-entities' into 'dev' Re #9341
Created entities for EF Core, created DbContext, set up database seeding, tested the database communication
See merge request aswi/aswi-2022/aswi20220x00!6
Fixed seeding
Také k dispozici: Atom