Projekt

Obecné

Profil

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

# Datum Autor Komentář
ceb95b98 2022-04-27 09:29 Vojtěch Bartička

Added endpoint to get global required annotations, moved configuration to database

0a6d22b7 2022-04-27 09:08 Vojtěch Bartička

Added endpoint to set global required annotations

5adba4c4 2022-04-27 09:02 Vojtěch Bartička

Implemented static global config, added endpoint to set req annotations per document

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

2ebf32d0 2022-04-17 13:49 Vojtěch Bartička

Changed Id to OccurenceId in TagInstanceInfo

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

Endpoint for annotation instance deletion - untested

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

Minor fixes, added annotation instance endpoint - untested

3c185841 2022-04-17 10:11 Vojtěch Bartička

HTML preprocessing and sanitization

37259a80 2022-04-15 14:03 Vojtěch Bartička

Added DTOs and mapper profiles for annotation info

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
b9c5b7dd 2022-04-13 08:15 Vojtěch Bartička

Added tag-related DTOs and mapping

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

f0fde45c 2022-04-11 15:40 Vojtěch Bartička

Authentication controller now returns user role

cd91f841 2022-04-11 15:40 Vojtěch Bartička

Moved Enums to Models project

6cb5f77e 2022-04-10 15:15 Vojtěch Bartička

Renamed PLAINTEXT format Enum to TEXTFILE

7b2e66d3 2022-04-10 13:25 Vojtěch Bartička

Documents to add expected in base64

Documents sent in the request are all in base64 and have enum to specify either TXT file or a ZIP file

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

aa425887 2022-04-09 19:33 Vojtěch Bartička

Modified DocumentListInfo

Added of UserInfo annotating users

f053c1b6 2022-04-09 18:47 Vojtěch Bartička

Added Document API related DTOs

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

Backend - JWT Authentication done

04a39336 2022-04-03 18:33 Lukáš Vlček

Template code removed

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

Three projects split