Projekt

Obecné

Profil

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

# Datum Autor Komentář
f37d2b59 2022-04-25 08:42 Vojtěch Bartička

Added endpoint for user delete

f7aa763d 2022-04-21 10:13 Vojtěch Bartička

Added endpoint for user creation

a9acbe07 2022-04-21 10:01 Vojtěch Bartička

Created endpoint for changing user information

4733e8c2 2022-04-21 09:32 Vojtěch Bartička

Endpoint for user annotations with ID in path

005202c6 2022-04-20 11:53 Vojtěch Bartička

Users assigned on document upload

0a9f9349 2022-04-19 13:37 Vojtěch Bartička

Backend document rendering

8316c102 2022-04-17 13:52 Vojtěch Bartička

Last fix

77667f3f 2022-04-17 13:51 Vojtěch Bartička

Minor rename

0f8d6304 2022-04-17 13:41 Vojtěch Bartička

Endpoint for annotation instance deletion - untested

d08c4fb0 2022-04-17 12:45 Vojtěch Bartička

Fixed error in AnnotationController

be4deff8 2022-04-17 12:38 Vojtěch Bartička

Minor fixes, added annotation instance endpoint - untested

42c654f6 2022-04-16 18:30 Vojtěch Bartička

Same fix in DocumentController - moved to QueryParams

c0c74381 2022-04-16 16:08 Vojtěch Bartička

Annotation controller id in path, not request body

c2a89232 2022-04-15 19:19 Vojtěch Bartička

Resolved issues from code review

a6675a6d 2022-04-15 14:04 Vojtěch Bartička

Added GET /annotation for retrieving annotation state

2d7e2ad6 2022-04-15 12:38 Vojtěch Bartička

Fix in AnnotationController

6bdb3d95 2022-04-15 11:24 Vojtěch Bartička

Endpoint /user/annotations for user's annotations

Added endpoint to UserController

858edfe4 2022-04-13 10:51 Vojtěch Bartička

Merge branch 'features/9474-backend-tag-tree-api' into dev Re #9474

  1. Conflicts:
  2. Backend/Core/Services/Registration.cs
7ceeb02f 2022-04-13 08:16 Vojtěch Bartička

Created TagController, implemented GET on /tags

329ac528 2022-04-11 17:38 Vojtěch Bartička

Cosmetic changes

a70f3c5f 2022-04-11 17:15 Vojtěch Bartička

Added UserController and GET on /users

eff8ec56 2022-04-11 17:01 Vojtěch Bartička

Added AnnotationController and Service

Documents can now be assigned to Users

8722f3eb 2022-04-11 16:54 Vojtěch Bartička

Fix in AuthorizationAttribute

23165326 2022-04-11 15:52 Vojtěch Bartička

Fixed problems after a merge

a9acdf32 2022-04-10 15:14 Vojtěch Bartička

Moved InternalServerError to ControllerBase

28a7019a 2022-04-10 14:03 Vojtěch Bartička

Move Authorize attribute up in DocumentController

f5c0676a 2022-04-10 14:03 Vojtěch Bartička

Use ContextUtils in AuthorizationAttribute

3c161f5b 2022-04-10 13:37 Vojtěch Bartička

Added ERole check to [Authorize] attribute

[Authorize] has ERole.ANNOTATOR as default, ERole can be specified as a parameter

11f447b9 2022-04-09 19:44 Vojtěch Bartička

Code cleanup

f2249f10 2022-04-09 19:34 Vojtěch Bartička

Added AutoMapper, configured, added DTO mappings

bb5a4390 2022-04-09 18:49 Vojtěch Bartička

DocumentController created

e37f5a26 2022-04-09 18:48 Vojtěch Bartička

Added global error handling middleware

Two custom exceptions - InternalErrorException for server-side problems and BadRequestException for client-side problems

3a6c189b 2022-04-09 09:46 Lukáš Vlček

ClientInfo in DependencyInjection

ClientInfo contains IP and info about logged user

02d9bb40 2022-04-06 14:59 Vojtěch Bartička

Formatting

c349bab3 2022-04-03 18:36 Lukáš Vlček

Backend - JWT Authentication done

a0d78c9b 2022-04-03 18:35 Lukáš Vlček

Automatic db (EF Core) migrations on run in debug mode

29733de8 2022-04-03 18:35 Lukáš Vlček

CORS added

20f7b1c9 2022-04-03 17:00 Lukáš Vlček

Swagger config updates

fc0e5b36 2022-04-03 16:39 Vojtěch Bartička

Changed formatting, added comments, database check

7bbb9c44 2022-04-03 16:25 Vojtěch Bartička

Removed weather controller

897851f8 2022-04-03 08:34 Vojtěch Bartička

Added UserService impl., service registration

ebb51a7f 2022-04-01 18:44 Vojtěch Bartička

Added seeding, cleaned up code

17d0fdac 2022-03-30 14:27 Vojtěch Bartička

Version V2 working with GUID

caa28567 2022-03-30 14:19 Vojtěch Bartička

Version 1 working state of DB and EF with integer IDs

35bcdf1c 2022-03-23 18:01 Vojtěch Bartička

Three projects split

68d7a219 2022-03-16 12:34 Vojtěch Bartička

Created backend project, logging setup done