Added rollback of tag addition/removal
Added annotation state to document export
BasePath from env
BE useRouting changed
Deployment to prefixed location
Merge branch 'features/last-changes' into 'dev' Re #9863
Refactoring, bug fixes, enhancements
See merge request aswi/aswi-2022/aswi20220x00!69
Refactoring, fixes
Get user annotations returns all annotations
Added more info to UserInfo return DTO
Testing cleanup + readme
cleaning testing, adding new comments to user creation frontend, adding readme
Backend README.md updated
Merge branch 'features/9831-testing-user-creation' into dev Re #9831
Added readme to backend
More comments in backend
Added comments to backend
Merge branch 'features/9828-docker-compose' into 'dev' Re #9828
Docker-compose added
See merge request aswi/aswi-2022/aswi20220x00!65
docker-compose.yml fixed
docker-compose.yml testing CORS
Added database migration
GET /documents returns annotationId for each annotator
Backend NuGet packages updated
Fixed error in exported archive
Export in BASE64
More changes in export and download
Fixed export
Ordering of users in GET /users
Fixed annotation underline not having correct start and end marks
Added endpoint for removing annotator from document
Added endpoint DELETE /documents
Document export takes only list of doc IDs
Removed paging from GET /documents
Improved sanitization
Small fix
Ordering of documents
Changed endpoint for export
Export in BE
Merge branch 'features/9827-display-username' into 'dev' Re #9827
Displaying username in navigation bar was implemented.
See merge request aswi/aswi-2022/aswi20220x00!61
Merge branch 'features/9832-tags-table-sentiment' into 'dev' Re #9832
Added sentiment to tags management
See merge request aswi/aswi-2022/aswi20220x00!57
Merge branch 'features/9668-9669-finalizing-annotations' into 'dev' Re #9668 Re #9669
Create and manage finalized document (merged)
See merge request aswi/aswi-2022/aswi20220x00!62
Added EF TAG ID as id attribute
Fixed issue in HTMLService sanitization
GET /users/me returns full name
More fixes
Fixed issues in AnnotationService and HTMLService
Added endpoint to set tag occurence to finalized
Fixed issues with database OR mapping
user creation selenium
creating user with selenium (until layout is fixed, multiple tests are hard to debug/execute)
Fixed issue in AnnotationController
Fixed issue from stash merge
Added final annotation endpoints
Added GET /users/me endpoint
Added SentimentEnabled to GET /tags
Merge branch 'features/9700-testing-users-redirecting' into 'dev' Re #9700
testing if annotator doesnt see page content if tried to get on url they shouldnt
See merge request aswi/aswi-2022/aswi20220x00!51
Merge branch 'features/9589-testing-backend-annotations' into 'dev' Re #9589
tags testing preparations and removal of not used classes prepared before in testing skelet
See merge request aswi/aswi-2022/aswi20220x00!50
Fixed issue with annotations not matching documents
Fixed issue with cached info not being returned to FE
Moved HTML processing to HTMLService, inheritance changes in entities
Tag merging for final annotation beta
Duplicated CSS issue fixed
Fixed duplicating issue in CSS generation
Whitelisted target attribute in sanitization
Seeder fixed
Added selected text to AnnotationTag and requests/responses
Added finalized annotation ID
Added info about final annotation to GET /documents
Added link redirect to annotations
Small fixes
Caching generated CSS, returning it separate from HTML
Seeder user names changed
Added endpoint for marking annotations as done
Added tables for finalizing annotations to DB
Set annotation state to in progress on tag add
Fixed a missed merge issue
Merge branch 'features/9664-annotation-count-display' into dev Re #9664
Merge branch 'features/9678-duplicate-tag-control' into dev Re #9678
Merge branch 'features/9677-sentiment-annotation' into dev Re #9677
Merge branch 'features/9593-tag-management' into dev Re #9593
Added sentiment to GET /annotation/id
Ordering of tags in GET /tags
Merge branch 'features/9673-admin-document-preview' into dev Re #9673
Regenerate client api, merged manually
Annotation state returned with document list info
Order tags by position
Added role to GET /users
Sanitize document preview
Fixed tag update to same name
Fixed annotation problems Re #9715 , Re #9716
Added endpoint for document preview
Annotator redirecting
Prepared for tags testing
Added assigned documents count to GET /users
Re #9582
Merge branch 'features/9588-Testing-Backend-Documents' into 'dev' Re #9588
Add and get documents from database
See merge request aswi/aswi-2022/aswi20220x00!38
User tests corrections
User tests corrected the way bugs were fixed and application was corrected after 1st test report
Namespace correction
Merge request respond corrections - namespaces and name of MakeRequest() method
Added disabled for annotators to GET /tags DTO
Added sentiment to Tags and SubTags, modified create/update tag/subtag endpoints, added set instance sentiment endpoint
Added option to hide category from annotators, changed endpoints and services
Added padding size calculation to html rendering
Backend checks for duplicate tags and returns bad request
Merge branch 'features/9657-backend-tag-tree-order' into 'dev' Re #9657
Ordering of categories, tags and subtags in TagServiceEF.GetTagTree
See merge request aswi/aswi-2022/aswi20220x00!40