Projekt

Obecné

Profil

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

# Datum Autor Komentář
3c185841 2022-04-17 10:11 Vojtěch Bartička

HTML preprocessing and sanitization

351d73ea 2022-04-16 19:09 Vojtěch Bartička

Merge branch 'features/9473-backend-document-annotation-api' into 'dev' Re #9473

Fixed some issues with GET requests requiring a body

See merge request aswi/aswi-2022/aswi20220x00!25

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

Same fix in DocumentController - moved to QueryParams

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

Merge branch 'features/9473-backend-document-annotation-api' into 'dev' Re #9473

Beta version with support for returning current annotation state

See merge request aswi/aswi-2022/aswi20220x00!22

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

Resolved issues from code review

782b6d38 2022-04-15 15:25 Vojtěch Bartička

Fixed comments from code review, fixed DB access

09b22f6f 2022-04-15 14:27 Vojtěch Bartička

Added documents and annotations to seeding

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

Added GET /annotation for retrieving annotation state

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

Added DTOs and mapper profiles for annotation info

8b2a2c15 2022-04-15 14:03 Vojtěch Bartička

Seeding for an annotation tag instance

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

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

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

6e91a560 2022-04-09 20:24 Vojtěch Bartička

Added default value to Annotation.Note

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

Check number of documents in DocumentService.GetDocuments

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

Code cleanup

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

DocumentService now uses AutoMapper

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

Added AutoMapper, configured, added DTO mappings

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

DocumentService created

3d824877 2022-04-06 15:00 Vojtěch Bartička

Static method to seed dummy tags

204bd181 2022-04-06 15:00 Vojtěch Bartička

Cleanup in seeding

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

Backend - JWT Authentication done

b513f9ee 2022-04-03 18:34 Lukáš Vlček

Password in user ignored for JSON serialization

c99a6c25 2022-04-03 18:34 Lukáš Vlček

Seeding bug fixes

82200351 2022-04-03 16:55 Vojtěch Bartička

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

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

Changed formatting, added comments, database check

b8028d82 2022-04-03 16:23 Vojtěch Bartička

Fixed seeding

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

8001114d 2022-03-27 15:19 Vojtěch Bartička

Project structure done