Document export takes only list of doc IDs
Removed paging from GET /documents
Improved sanitization
Final annotations fixed
Small fix
Ordering of documents
Changed endpoint for export
Export in BE
Login screen
Merge branch 'features/9826-document-assigning-enhancement' into 'dev' Re #9826
Document assigning modal window was improved - table instead of simple list.
See merge request aswi/aswi-2022/aswi20220x00!60
Merge branch 'features/9829-tag-buttons-tooltips' into 'dev' Re #9829
Tag buttons tooltips were implemented
See merge request aswi/aswi-2022/aswi20220x00!59
Merge branch 'features/9833-default-annotation-count' into dev Re #9833
Merge branch 'features/9783-annotation-tag-search' into 'dev' Re #9783
Added search bar to tags panel in the annotation view
See merge request aswi/aswi-2022/aswi20220x00!56
Merge branch 'features/9777-document-notes' into dev Re #9777
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 'bugs/9739-button-tooltip' into dev Re #9739
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
Merge branch 'bugs/9738-icon-alignment' into 'dev' Re #9738
Fixed bug that misaligned icons in buttons
See merge request aswi/aswi-2022/aswi20220x00!52
Document finalization
Added EF TAG ID as id attribute
Finalization - buttons, confirm toasters and navigation were implemented
Fixed issue in HTMLService sanitization
GET /users/me returns full name
Displaying username in navigation bar
More fixes
document assigning modal window improved - table instead of list
Tag buttons tooltips implemented
Fixed issues in AnnotationService and HTMLService
Added endpoint to set tag occurence to finalized
Fixed issues with database OR mapping
Loading final annotation
Fixed issue in AnnotationController
Fixed issue from stash merge
Added final annotation endpoints
Added global annotation count setter
Added input of global annotation count to the document view
Fixed search bar height
Search tags in annotation view
Added GET /users/me endpoint
Added SentimentEnabled to GET /tags
Added note of a document
Added tooltips to buttons in the table
Fixed alignment of icons
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
Sentiment color in dropdown
Fixed issue with cached info not being returned to FE
AnnotationItem selected text showing, other minor improvements
Merge branch 'features/9671-selected-tag-highlighting' into 'features/9668-9669-finalizing-annotations' Re #9671
Selected tags highlighting- On click in the middle panel or on click on highlight buttons in the right panel
See merge request aswi/aswi-2022/aswi20220x00!49
Selected tags highlighting
On click in the middle panel or on click on highlight buttons in the right panel
Moved HTML processing to HTMLService, inheritance changes in entities
Tag merging for final annotation beta
Duplicated CSS issue fixed
Generating css
Fixed duplicating issue in CSS generation
Selection - selected text
Local URL address detection
Whitelisted target attribute in sanitization
Annotation document links
Seeder fixed
Added selected text to AnnotationTag and requests/responses
Annotation finishing implemented
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
Build issues fixed (merge problems)
Fixed a missed merge issue
Merge branch 'features/9664-annotation-count-display' into dev Re #9664
Required annotations count changing - modal - done
Minor table colors changes
Merge branch 'features/9678-duplicate-tag-control' into dev Re #9678
Empty selection alert added
Merge branch 'features/9677-sentiment-annotation' into dev Re #9677
Removed refresh and updated note on blur
Toast message updated
Added notes
Removed visibility, added sentiment
Debug logging removed
Duplicate annotation text changed
Detecting selection that is not a range
Merge branch 'features/9593-tag-management' into dev Re #9593
Added sentiment to GET /annotation/id
Changed search of tags
Added copy of tags, used contains instead of startsWith and made search case insensitive
Changed modal closing
Do not close modal when clicked outside of bounds
Disabling tag buttons when adding new tag occurrence
Merge branch 'features/9593-tag-management' of https://gitlab.kiv.zcu.cz/aswi/aswi-2022/aswi20220x00 into features/9593-tag-management
Changed default tag color
Default color in tag modal changed to color of a category
Ordering of tags in GET /tags
Merge branch 'features/9673-admin-document-preview' into dev Re #9673
Regenerate client api, merged manually
Merge branch 'features/9661-9662-9663-user-document-filtering' into 'dev' Re #9661 Re #9662 Re #9663
User and document filtering/sorting was implemented.
See merge request aswi/aswi-2022/aswi20220x00!43
Added sub tag modal
Modal with properties of a sub tag
Added tag modal
Modal with properties of a tag