Projekt

Obecné

Profil

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

# Datum Autor Komentář
f2275185 2022-04-22 11:40 Vojtěch Bartička

Endpoint for adding Notes to annotations in AnnotationController

9190add5 2022-04-22 11:25 Vojtěch Bartička

Added endpoint for adding notes to tags in AnnotationController

1a65a2c2 2022-04-21 12:24 Vojtěch Bartička

Added endpoints for subtag CRUD

162db5f6 2022-04-21 11:54 Vojtěch Bartička

Added endpoints for Tag CRUD

addbcd33 2022-04-21 11:26 Vojtěch Bartička

Created endpoints for CRUD on categories

4ebfa716 2022-04-21 09:03 Vojtěch Bartička

Check if password is empty or null

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

Users assigned on document upload

c9762683 2022-04-19 14:43 Vojtěch Bartička

Fixed indexing bugs in backend, minor changes in frontend

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

Backend document rendering

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

Endpoint for annotation instance deletion - untested

abf94f21 2022-04-17 13:23 Lukáš Vlček

Backend - saving data fixed

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

Minor fixes, added annotation instance endpoint - untested

b5df208d 2022-04-17 10:44 Vojtěch Bartička

Fixed tag length detection

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

HTML preprocessing and sanitization

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

Same fix in DocumentController - moved to QueryParams

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

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
ecb333b6 2022-04-13 10:31 Vojtěch Bartička

Optimized database access - prefetch tags and categories

153d77a8 2022-04-13 10:25 Vojtěch Bartička

Database access optimizations

1524324f 2022-04-13 10:10 Vojtěch Bartička

Shortened GetUsers in UserServiceEF

1088c14e 2022-04-13 10:07 Vojtěch Bartička

Don't throw if user already assigned to document

055ef5b5 2022-04-13 08:16 Vojtěch Bartička

Created TagService, implemented GetTagTree

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

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

Minor fix

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

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

7bbe8f15 2022-04-09 20:12 Vojtěch Bartička

Check number of documents in DocumentService.GetDocuments

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

DocumentService now uses AutoMapper

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

DocumentService created

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

Backend - JWT Authentication done

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

Changed formatting, added comments, database check

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

Added UserService impl., service registration